| Package | Description |
|---|---|
| org.apache.zookeeper.server |
ZooKeeper server theory of operation
|
| org.apache.zookeeper.server.quorum | |
| org.apache.zookeeper.server.quorum.flexible |
| Modifier and Type | Method and Description |
|---|---|
protected void |
ZooKeeperServerMain.initializeAndRun(java.lang.String[] args) |
void |
ServerConfig.parse(java.lang.String path)
Parse a ZooKeeper configuration file
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
QuorumPeerMain.initializeAndRun(java.lang.String[] args) |
void |
QuorumPeerConfig.parse(java.lang.String path)
Parse a ZooKeeper configuration file
|
void |
QuorumPeerConfig.parseProperties(java.util.Properties zkProp)
Parse config from a Properties.
|
| Constructor and Description |
|---|
QuorumHierarchical(java.util.Properties qp)
This constructor takes a set of properties.
|
QuorumHierarchical(java.lang.String filename)
This contructor requires the quorum configuration
to be declared in a separate file, and it takes the
file as an input parameter.
|
Copyright © 2016 The Apache Software Foundation