Package | Description |
---|---|
org.apache.ignite |
Contains entry-point Ignite & HPC APIs.
|
org.apache.ignite.services |
Contains main Managed Services APIs.
|
Modifier and Type | Method and Description |
---|---|
void |
IgniteServices.deployClusterSingleton(String name,
Service svc)
Deploys a cluster-wide singleton service.
|
void |
IgniteServices.deployKeyAffinitySingleton(String name,
Service svc,
String cacheName,
Object affKey)
Deploys one instance of this service on the primary node for a given affinity key.
|
void |
IgniteServices.deployMultiple(String name,
Service svc,
int totalCnt,
int maxPerNodeCnt)
Deploys multiple instances of the service on the grid.
|
void |
IgniteServices.deployNodeSingleton(String name,
Service svc)
Deploys a per-node singleton service.
|
Modifier and Type | Method and Description |
---|---|
Service |
ServiceConfiguration.getService()
Gets service instance.
|
Modifier and Type | Method and Description |
---|---|
Class<? extends Service> |
ServiceDescriptor.serviceClass()
Gets service class.
|
Modifier and Type | Method and Description |
---|---|
void |
ServiceConfiguration.setService(Service svc)
Sets service instance.
|
Follow @ApacheIgnite
Ignite Fabric : ver. 1.1.0-incubating Release Date : May 20 2015