Uses of Enum
org.apache.zookeeper.server.quorum.QuorumPeer.SyncMode
Packages that use QuorumPeer.SyncMode
-
Uses of QuorumPeer.SyncMode in org.apache.zookeeper.server.quorum
Subclasses with type arguments of type QuorumPeer.SyncMode in org.apache.zookeeper.server.quorumModifier and TypeClassDescriptionstatic enum(Used for monitoring) When peer is in synchronization phase, this shows which synchronization mechanism is being usedMethods in org.apache.zookeeper.server.quorum that return QuorumPeer.SyncModeModifier and TypeMethodDescriptionQuorumPeer.getSyncMode()static QuorumPeer.SyncModeReturns the enum constant of this type with the specified name.static QuorumPeer.SyncMode[]QuorumPeer.SyncMode.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.SyncMode