public interface TopologyResponseHandler
| Modifier and Type | Method and Description |
|---|---|
void |
nodeDisconnected(RemotingConnection conn,
String nodeID,
String scaleDownTargetNodeID) |
void |
notifyNodeDown(long eventTime,
String nodeID) |
void |
notifyNodeUp(long uniqueEventID,
String backupGroupName,
String scaleDownGroupName,
String nodeName,
Pair<TransportConfiguration,TransportConfiguration> connectorPair,
boolean isLast) |
void nodeDisconnected(RemotingConnection conn, String nodeID, String scaleDownTargetNodeID)
void notifyNodeUp(long uniqueEventID,
String backupGroupName,
String scaleDownGroupName,
String nodeName,
Pair<TransportConfiguration,TransportConfiguration> connectorPair,
boolean isLast)
void notifyNodeDown(long eventTime,
String nodeID)
Copyright © 2020 The Apache Software Foundation. All rights reserved.