public class ServiceDeploymentActions extends Object
| Constructor and Description |
|---|
ServiceDeploymentActions(GridKernalContext ctx) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
deactivate() |
void |
deactivate(boolean deactivate) |
@NotNull Map<IgniteUuid,Collection<byte[]>> |
deploymentErrors() |
void |
deploymentErrors(@NotNull Map<IgniteUuid,Collection<byte[]>> depErrors) |
@NotNull Map<IgniteUuid,Map<UUID,Integer>> |
deploymentTopologies() |
void |
deploymentTopologies(@NotNull Map<IgniteUuid,Map<UUID,Integer>> depTops) |
@NotNull Map<IgniteUuid,ServiceInfo> |
servicesToDeploy() |
void |
servicesToDeploy(@NotNull Map<IgniteUuid,ServiceInfo> servicesToDeploy) |
@NotNull Map<IgniteUuid,ServiceInfo> |
servicesToUndeploy() |
void |
servicesToUndeploy(@NotNull Map<IgniteUuid,ServiceInfo> servicesToUndeploy) |
public ServiceDeploymentActions(GridKernalContext ctx)
ctx - Kernal context.public void servicesToDeploy(@NotNull
@NotNull Map<IgniteUuid,ServiceInfo> servicesToDeploy)
servicesToDeploy - Services info to deploy.@NotNull public @NotNull Map<IgniteUuid,ServiceInfo> servicesToDeploy()
public void servicesToUndeploy(@NotNull
@NotNull Map<IgniteUuid,ServiceInfo> servicesToUndeploy)
servicesToUndeploy - Services info to undeploy.@NotNull public @NotNull Map<IgniteUuid,ServiceInfo> servicesToUndeploy()
public void deactivate(boolean deactivate)
deactivate - Whenever it's necessary to deactivate service processor.public boolean deactivate()
@NotNull public @NotNull Map<IgniteUuid,Map<UUID,Integer>> deploymentTopologies()
public void deploymentTopologies(@NotNull
@NotNull Map<IgniteUuid,Map<UUID,Integer>> depTops)
depTops - Deployment topologies.@NotNull public @NotNull Map<IgniteUuid,Collection<byte[]>> deploymentErrors()
public void deploymentErrors(@NotNull
@NotNull Map<IgniteUuid,Collection<byte[]>> depErrors)
depErrors - Deployment errors.
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.15.0 Release Date : April 25 2023