Uses of Class
org.apache.zookeeper.server.quorum.QuorumPeerConfig.ConfigException

Packages that use QuorumPeerConfig.ConfigException
org.apache.zookeeper.server ZooKeeper server theory of operation 
org.apache.zookeeper.server.quorum   
org.apache.zookeeper.server.quorum.flexible   
 

Uses of QuorumPeerConfig.ConfigException in org.apache.zookeeper.server
 

Methods in org.apache.zookeeper.server that throw QuorumPeerConfig.ConfigException
protected  void ZooKeeperServerMain.initializeAndRun(String[] args)
           
 void ServerConfig.parse(String path)
          Parse a ZooKeeper configuration file
 

Uses of QuorumPeerConfig.ConfigException in org.apache.zookeeper.server.quorum
 

Methods in org.apache.zookeeper.server.quorum that throw QuorumPeerConfig.ConfigException
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.
 

Uses of QuorumPeerConfig.ConfigException in org.apache.zookeeper.server.quorum.flexible
 

Constructors in org.apache.zookeeper.server.quorum.flexible that throw QuorumPeerConfig.ConfigException
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 © 2012 The Apache Software Foundation