Class RollingUpgradeMessaging
java.lang.Object
org.gridgain.internal.upgrade.messaging.RollingUpgradeMessaging
Messaging service for rolling upgrade operations.
-
Constructor Summary
ConstructorsConstructorDescriptionRollingUpgradeMessaging(org.apache.ignite.internal.network.MessagingService messagingService, org.apache.ignite.internal.network.TopologyService topologyService, org.apache.ignite.internal.version.IgniteProductVersionSource versionProvider) Constructor. -
Method Summary
Modifier and TypeMethodDescriptionnodeVersion(String nodeId) Returns the current version of the node with the given ID.voidstart()Starts DCR internal messaging service.
-
Constructor Details
-
RollingUpgradeMessaging
public RollingUpgradeMessaging(org.apache.ignite.internal.network.MessagingService messagingService, org.apache.ignite.internal.network.TopologyService topologyService, org.apache.ignite.internal.version.IgniteProductVersionSource versionProvider) Constructor.
-
-
Method Details
-
nodeVersion
Returns the current version of the node with the given ID.- Parameters:
nodeId- Node consistent ID.
-
start
public void start()Starts DCR internal messaging service.
-