Package org.teamapps.cluster.core
Interface LocalNode
- All Superinterfaces:
Node
- All Known Implementing Classes:
LocalNodeImpl
public interface LocalNode extends Node
-
Method Summary
Modifier and Type Method Description default booleanisLocalNode()Methods inherited from interface org.teamapps.cluster.core.Node
createNodeInfo, getHostAddress, getNodeId, getServices, isExternallyReachable, isLeader
-
Method Details
-
isLocalNode
default boolean isLocalNode()- Specified by:
isLocalNodein interfaceNode
-