Class ClusterNodeStatus
java.lang.Object
com.complexible.stardog.api.admin.pack.ClusterNodeStatus
A convenience class to status information from many nodes
- Since:
- 5.0
- Version:
- 5.0
- Author:
- John Bresnahan
-
Constructor Summary
ConstructorsConstructorDescriptionClusterNodeStatus(String theNodeAddress, Map<String, Object> theMetadata, ClusterNodeType theNodeType, ClusterNodeRole theNodeRole, boolean theReadOnly, UUID theLastAdminTx, UUID theLastZKSystemDbTx, Map<String, UUID> theDatabaseTxns, Map<String, UUID> theZKDatabaseTxns) ClusterNodeStatus(String theNodeAddress, Map<String, Object> theMetadata, String theNodeType, String theNodeRole, boolean theReadOnly, UUID theLastAdminTx, UUID theLastZKSystemDbTx, Map<String, UUID> theDatabaseTxns, Map<String, UUID> theZKDatabaseTxns) -
Method Summary
-
Constructor Details
-
ClusterNodeStatus
-
ClusterNodeStatus
-
-
Method Details
-
getNodeAddress
-
getMetadata
-
getDatabaseTxns
-
getZKDatabaseTxns
-
getNodeType
-
getRole
-
getReadOnly
public boolean getReadOnly() -
getLastAdminTx
-
getLastZKSystemDbTx
-
isCoordinator
public boolean isCoordinator()
-