Interface ClusterExecutor
public interface ClusterExecutor
- Author:
- Shuyang Zhou
-
Method Summary
Modifier and TypeMethodDescriptionexecute
(ClusterRequest clusterRequest) boolean
isClusterNodeAlive
(String clusterNodeId) boolean
-
Method Details
-
execute
-
getBindInetAddress
InetAddress getBindInetAddress() -
getBindNetworkInterface
NetworkInterface getBindNetworkInterface() -
getClusterEventListeners
List<ClusterEventListener> getClusterEventListeners() -
getClusterNodes
List<ClusterNode> getClusterNodes() -
getLocalClusterNode
ClusterNode getLocalClusterNode() -
isClusterNodeAlive
-
isEnabled
boolean isEnabled()
-