Uses of Class
org.apache.ignite.internal.processors.service.ServiceDeploymentActions
-
Packages that use ServiceDeploymentActions Package Description org.apache.ignite.internal.processors.cache This package contain cache-related processors & persistence implementation.org.apache.ignite.internal.processors.cluster org.apache.ignite.internal.processors.service -
-
Uses of ServiceDeploymentActions in org.apache.ignite.internal.processors.cache
Methods in org.apache.ignite.internal.processors.cache that return ServiceDeploymentActions Modifier and Type Method Description @Nullable ServiceDeploymentActionsDynamicCacheChangeBatch. servicesDeploymentActions()Methods in org.apache.ignite.internal.processors.cache with parameters of type ServiceDeploymentActions Modifier and Type Method Description voidDynamicCacheChangeBatch. servicesDeploymentActions(ServiceDeploymentActions serviceDeploymentActions) -
Uses of ServiceDeploymentActions in org.apache.ignite.internal.processors.cluster
Methods in org.apache.ignite.internal.processors.cluster that return ServiceDeploymentActions Modifier and Type Method Description @Nullable ServiceDeploymentActionsChangeGlobalStateMessage. servicesDeploymentActions()Methods in org.apache.ignite.internal.processors.cluster with parameters of type ServiceDeploymentActions Modifier and Type Method Description voidChangeGlobalStateMessage. servicesDeploymentActions(ServiceDeploymentActions serviceDeploymentActions) -
Uses of ServiceDeploymentActions in org.apache.ignite.internal.processors.service
Methods in org.apache.ignite.internal.processors.service that return ServiceDeploymentActions Modifier and Type Method Description @Nullable ServiceDeploymentActionsServiceChangeBatchRequest. servicesDeploymentActions()@Nullable ServiceDeploymentActionsServiceClusterDeploymentResultBatch. servicesDeploymentActions()Methods in org.apache.ignite.internal.processors.service with parameters of type ServiceDeploymentActions Modifier and Type Method Description voidServiceChangeBatchRequest. servicesDeploymentActions(ServiceDeploymentActions serviceDeploymentActions)voidServiceClusterDeploymentResultBatch. servicesDeploymentActions(ServiceDeploymentActions serviceDeploymentActions)
-