Package | Description |
---|---|
org.apache.zookeeper.server |
ZooKeeper server theory of operation
ZooKeeperServer is designed to work in standalone mode and also
be extensible so that it can be used to implement the quorum based
version of ZooKeeper.
|
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 © 2017 The Apache Software Foundation