Package | Description |
---|---|
org.apache.zookeeper.server |
ZooKeeper server theory of operation
|
org.apache.zookeeper.server.quorum |
Modifier and Type | Field | Description |
---|---|---|
protected ZooKeeperServer.State |
ZooKeeperServer.state |
Modifier and Type | Method | Description |
---|---|---|
static ZooKeeperServer.State |
ZooKeeperServer.State.valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static ZooKeeperServer.State[] |
ZooKeeperServer.State.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method | Description |
---|---|---|
protected void |
ZooKeeperServer.setState(ZooKeeperServer.State state) |
Sets the state of ZooKeeper server.
|
Modifier and Type | Method | Description |
---|---|---|
protected void |
QuorumZooKeeperServer.setState(ZooKeeperServer.State state) |
|
protected void |
ReadOnlyZooKeeperServer.setState(ZooKeeperServer.State state) |
Copyright © 2018 The Apache Software Foundation