Uses of Class
org.teamapps.universaldb.cluster.ClusterNodeState
| Package | Description |
|---|---|
| org.teamapps.universaldb.cluster | |
| org.teamapps.universaldb.cluster.message |
-
Uses of ClusterNodeState in org.teamapps.universaldb.cluster
Methods in org.teamapps.universaldb.cluster that return ClusterNodeState Modifier and Type Method Description static ClusterNodeStateClusterNodeState. getById(int id)static ClusterNodeStateClusterNodeState. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static ClusterNodeState[]ClusterNodeState. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of ClusterNodeState in org.teamapps.universaldb.cluster.message
Methods in org.teamapps.universaldb.cluster.message that return ClusterNodeState Modifier and Type Method Description ClusterNodeStateClusterNodeStateInfo. getNodeState()Constructors in org.teamapps.universaldb.cluster.message with parameters of type ClusterNodeState Constructor Description ClusterNodeStateInfo(int nodeId, int headNodeId, ClusterNodeRole operatingRole, ClusterNodeRole preferredRole, ClusterNodeState nodeState, int connectedNodesCount, int clusterQuorum, int electoralClusterNodes, int syncingWithNodeId, long syncingTransactionStarted, long lastTransactionId, long currentTransactionId, long transactionCount)