| Package | Description |
|---|---|
| org.apache.ignite.internal.processors.platform.services | |
| org.apache.ignite.internal.processors.resource |
TODO.
|
| org.apache.ignite.internal.processors.service | |
| org.apache.ignite.services |
Contains main Managed Services APIs.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PlatformAbstractService.cancel(ServiceContext ctx)
Cancels this service.
|
void |
PlatformAbstractService.execute(ServiceContext ctx)
Starts execution of this service.
|
void |
PlatformAbstractService.init(ServiceContext ctx)
Pre-initializes service before execution.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GridResourceProcessor.inject(Service svc,
ServiceContext svcCtx)
Injects resources into service.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ServiceContextImpl
Service context implementation.
|
| Modifier and Type | Method and Description |
|---|---|
default void |
Service.cancel(ServiceContext ctx)
Deprecated.
Use
Service.cancel() instead. |
default void |
Service.execute(ServiceContext ctx)
Deprecated.
Use
Service.execute() instead. |
default void |
Service.init(ServiceContext ctx)
Deprecated.
Use
Service.init() instead. |
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.13.0 Release Date : April 20 2022