Package org.graylog2.cluster
Interface NodeService
- All Known Implementing Classes:
NodeServiceImpl
Deprecated.
Please use the generic org.graylog2.cluster.nodes.NodeService specifying the type of node
to be returned (either server or data node).
-
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Deprecated.Deprecated.byNodeIds(Collection<String> nodeIds) Deprecated.booleanDeprecated.default booleanregisterServer(String nodeId, boolean isLeader, URI httpPublishUri, String hostname) Deprecated.booleanregisterServer(String nodeId, boolean isLeader, URI httpPublishUri, String clusterUri, String hostname) Deprecated.
-
Method Details
-
registerServer
boolean registerServer(String nodeId, boolean isLeader, URI httpPublishUri, String clusterUri, String hostname) Deprecated. -
registerServer
default boolean registerServer(String nodeId, boolean isLeader, URI httpPublishUri, String hostname) Deprecated. -
byNodeId
Deprecated.- Throws:
NodeNotFoundException
-
byNodeId
Deprecated.- Throws:
NodeNotFoundException
-
byNodeIds
Deprecated. -
allActive
Deprecated. -
isAnyLeaderPresent
boolean isAnyLeaderPresent()Deprecated.
-