public class ServiceClusterDeploymentResultBatch extends Object implements DiscoveryCustomMessage
ServiceClusterDeploymentResult.| Constructor and Description |
|---|
ServiceClusterDeploymentResultBatch(@NotNull ServiceDeploymentProcessId depId,
@NotNull Collection<ServiceClusterDeploymentResult> results) |
| Modifier and Type | Method and Description |
|---|---|
@Nullable DiscoveryCustomMessage |
ackMessage()
Called when custom message has been handled by all nodes.
|
DiscoCache |
createDiscoCache(GridDiscoveryManager mgr,
AffinityTopologyVersion topVer,
DiscoCache discoCache)
Creates new discovery cache if message caused topology version change.
|
ServiceDeploymentProcessId |
deploymentId() |
IgniteUuid |
id() |
boolean |
isMutable() |
Collection<ServiceClusterDeploymentResult> |
results() |
@Nullable ServiceDeploymentActions |
servicesDeploymentActions() |
void |
servicesDeploymentActions(ServiceDeploymentActions serviceDeploymentActions) |
String |
toString() |
public ServiceClusterDeploymentResultBatch(@NotNull
@NotNull ServiceDeploymentProcessId depId,
@NotNull
@NotNull Collection<ServiceClusterDeploymentResult> results)
depId - Deployment process id.results - Services deployments results.public ServiceDeploymentProcessId deploymentId()
public Collection<ServiceClusterDeploymentResult> results()
@Nullable public @Nullable ServiceDeploymentActions servicesDeploymentActions()
public void servicesDeploymentActions(ServiceDeploymentActions serviceDeploymentActions)
serviceDeploymentActions - Services deployment actions to be processed on services deployment process.public IgniteUuid id()
id in interface DiscoveryCustomMessage@Nullable public @Nullable DiscoveryCustomMessage ackMessage()
ackMessage in interface DiscoveryCustomMessagenull if ack is not required.public boolean isMutable()
isMutable in interface DiscoveryCustomMessageTrue if message can be modified during listener notification. Changes will be sent to next nodes.public DiscoCache createDiscoCache(GridDiscoveryManager mgr, AffinityTopologyVersion topVer, DiscoCache discoCache)
createDiscoCache in interface DiscoveryCustomMessagemgr - Discovery manager.topVer - New topology version.discoCache - Current discovery cache.
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.9.0 Release Date : October 15 2020