Class DcrMessaging
java.lang.Object
org.gridgain.internal.dcr.message.DcrMessaging
DCR internal messaging service.
-
Constructor Summary
ConstructorsConstructorDescriptionDcrMessaging(LocalReplicationManager localReplicationManager, org.apache.ignite.internal.network.MessagingService messagingService, org.apache.ignite.internal.network.TopologyService topologyService) Construct DCR messaging service. -
Method Summary
Modifier and TypeMethodDescriptionvoidstart()Starts DCR internal messaging service.CompletableFuture<@Nullable ReplicationNodeInfo>Returns replication info from worker node.
-
Constructor Details
-
DcrMessaging
public DcrMessaging(LocalReplicationManager localReplicationManager, org.apache.ignite.internal.network.MessagingService messagingService, org.apache.ignite.internal.network.TopologyService topologyService) Construct DCR messaging service.- Parameters:
localReplicationManager- local replication messenger.messagingService- messaging service.topologyService- topology service.
-
-
Method Details
-
start
public void start()Starts DCR internal messaging service. -
status
public CompletableFuture<@Nullable ReplicationNodeInfo> status(String replicationName, String nodeName) Returns replication info from worker node.- Parameters:
replicationName- name of the replication.nodeName- replication worker node.- Returns:
- replication info.
-