public interface ClusterService extends Observable<ClusterListener>
Modifier and Type | Method and Description |
---|---|
Set<Node> |
getActiveNodes()
Returns the active nodes that currently form the cluster.
|
Set<Node> |
getConfiguredNodes()
Returns the set of nodes that should form a complete cluster.
|
Node |
getLocalNode()
Gets the local node.
|
register, unregister
Set<Node> getActiveNodes()
Set<Node> getConfiguredNodes()
Node getLocalNode()
Copyright © 2015. All Rights Reserved.