Uses of Enum
org.apache.zookeeper.server.quorum.QuorumPeer.ZabState
Packages that use QuorumPeer.ZabState
-
Uses of QuorumPeer.ZabState in org.apache.zookeeper.server.quorum
Subclasses with type arguments of type QuorumPeer.ZabState in org.apache.zookeeper.server.quorumModifier and TypeClassDescriptionstatic enum(Used for monitoring) shows the current phase of Zab protocol that peer is running.Methods in org.apache.zookeeper.server.quorum that return QuorumPeer.ZabStateModifier and TypeMethodDescriptionQuorumPeer.getZabState()static QuorumPeer.ZabStateReturns the enum constant of this type with the specified name.static QuorumPeer.ZabState[]QuorumPeer.ZabState.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.zookeeper.server.quorum with parameters of type QuorumPeer.ZabState