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 TypeMethodDescriptionvoid
ZKConfig.addConfiguration
(File configFile) Add a configuration resource.void
ZKConfig.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 void
ZooKeeperServerMain.initializeAndRun
(String[] args) void
Parse 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 void
ControllerService.initConfig
(String[] args) Derived classes may override to do custom initialization of command line args.void
ControllerService.initializeAndRun
(String[] args) Runs the main loop for this application but does not exit the process.void
Constructors 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 TypeMethodDescriptionvoid
QuorumPeerConfig.checkValidity()
QuorumPeer.configFromString
(String s) static void
QuorumPeerConfig.configureSSLAuth()
Configure SSL authentication only if it is not configured.protected void
QuorumPeerMain.initializeAndRun
(String[] args) void
Parse a ZooKeeper configuration filestatic QuorumVerifier
QuorumPeerConfig.parseDynamicConfig
(Properties dynamicConfigProp, int eAlg, boolean warnings, boolean configBackwardCompatibilityMode, String oraclePath) Parse dynamic configuration file and return quorumVerifier for new configuration.void
QuorumPeerConfig.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