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(String[] args) |
void |
ServerConfig.parse(String path)
Parse a ZooKeeper configuration file
|
Modifier and Type | Method and Description |
---|---|
protected void |
QuorumPeerMain.initializeAndRun(String[] args) |
void |
QuorumPeerConfig.parse(String path)
Parse a ZooKeeper configuration file
|
void |
QuorumPeerConfig.parseProperties(Properties zkProp)
Parse config from a Properties.
|
Constructor and Description |
---|
QuorumHierarchical(Properties qp)
This constructor takes a set of properties.
|
QuorumHierarchical(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 © 2015 The Apache Software Foundation