Uses of Class
org.apache.zookeeper.server.quorum.QuorumPeerConfig.ConfigException
Packages that use QuorumPeerConfig.ConfigException
Package
Description
ZooKeeper server theory of operation
-
Uses of QuorumPeerConfig.ConfigException in org.apache.zookeeper.client
Constructors in org.apache.zookeeper.client that throw QuorumPeerConfig.ConfigException -
Uses of QuorumPeerConfig.ConfigException in org.apache.zookeeper.common
Methods in org.apache.zookeeper.common that throw QuorumPeerConfig.ConfigExceptionModifier and TypeMethodDescriptionvoidZKConfig.addConfiguration(File configFile) Add a configuration resource.voidZKConfig.addConfiguration(String configPath) Add a configuration resource.Constructors in org.apache.zookeeper.common that throw QuorumPeerConfig.ConfigException -
Uses of QuorumPeerConfig.ConfigException in org.apache.zookeeper.server
Methods in org.apache.zookeeper.server that throw QuorumPeerConfig.ConfigExceptionModifier and TypeMethodDescriptionprotected voidZooKeeperServerMain.initializeAndRun(String[] args) voidParse a ZooKeeper configuration file -
Uses of QuorumPeerConfig.ConfigException in org.apache.zookeeper.server.controller
Methods in org.apache.zookeeper.server.controller that throw QuorumPeerConfig.ConfigExceptionModifier and TypeMethodDescriptionprotected voidControllerService.initConfig(String[] args) Derived classes may override to do custom initialization of command line args.voidControllerService.initializeAndRun(String[] args) Runs the main loop for this application but does not exit the process.voidConstructors in org.apache.zookeeper.server.controller that throw QuorumPeerConfig.ConfigExceptionModifierConstructorDescriptionControllerServerConfig(String configFile) Instantiate a new config via a zk config file. -
Uses of QuorumPeerConfig.ConfigException in org.apache.zookeeper.server.quorum
Methods in org.apache.zookeeper.server.quorum that throw QuorumPeerConfig.ConfigExceptionModifier and TypeMethodDescriptionvoidQuorumPeerConfig.checkValidity()QuorumPeer.configFromString(String s) static voidQuorumPeerConfig.configureSSLAuth()Configure SSL authentication only if it is not configured.protected voidQuorumPeerMain.initializeAndRun(String[] args) voidParse a ZooKeeper configuration filestatic QuorumVerifierQuorumPeerConfig.parseDynamicConfig(Properties dynamicConfigProp, int eAlg, boolean warnings, boolean configBackwardCompatibilityMode, String oraclePath) Parse dynamic configuration file and return quorumVerifier for new configuration.voidQuorumPeerConfig.parseProperties(Properties zkProp) Parse config from a Properties.Constructors in org.apache.zookeeper.server.quorum that throw QuorumPeerConfig.ConfigException -
Uses of QuorumPeerConfig.ConfigException in org.apache.zookeeper.server.quorum.flexible
Constructors in org.apache.zookeeper.server.quorum.flexible that throw QuorumPeerConfig.ConfigExceptionModifierConstructorDescriptionQuorumHierarchical(String filename) This constructor requires the quorum configuration to be declared in a separate file, and it takes the file as an input parameter.This constructor takes a set of properties.QuorumMaj(Properties props) QuorumOracleMaj(Properties props, String oraclePath) -
Uses of QuorumPeerConfig.ConfigException in org.apache.zookeeper.server.util
Methods in org.apache.zookeeper.server.util that throw QuorumPeerConfig.ConfigExceptionModifier and TypeMethodDescriptionstatic String[]ConfigUtils.getHostAndPort(String s) Gets host and port by splitting server config with support for IPv6 literals