Package | Description |
---|---|
org.apache.zookeeper.server.quorum |
Modifier and Type | Method and Description |
---|---|
QuorumPeer.SyncMode |
QuorumPeer.getSyncMode() |
static QuorumPeer.SyncMode |
QuorumPeer.SyncMode.valueOf(String name)
Returns 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.
|
Modifier and Type | Method and Description |
---|---|
void |
QuorumPeer.setSyncMode(QuorumPeer.SyncMode syncMode) |
Copyright © 2008–2020 The Apache Software Foundation. All rights reserved.