Uses of Class
org.apache.ignite.services.ServiceDeploymentException
-
Packages that use ServiceDeploymentException Package Description org.apache.ignite Contains entry-point Ignite & HPC APIs. -
-
Uses of ServiceDeploymentException in org.apache.ignite
Methods in org.apache.ignite that throw ServiceDeploymentException Modifier and Type Method Description void
IgniteServices. deploy(ServiceConfiguration cfg)
Deploys multiple instances of the service on the grid according to provided configuration.void
IgniteServices. deployAll(Collection<ServiceConfiguration> cfgs)
Deploys multiple services described by provided configurations.void
IgniteServices. deployClusterSingleton(String name, Service svc)
Deploys a cluster-wide singleton service.void
IgniteServices. deployKeyAffinitySingleton(String name, Service svc, @Nullable 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.
-