Java org.apache.zookeeper.server ServerConfig fields, constructors, methods, implement or subclass

Example usage for Java org.apache.zookeeper.server ServerConfig fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.zookeeper.server ServerConfig.

The text is from its open source code.

Constructor

Method

InetSocketAddressgetClientPortAddress()
FilegetDataDir()
FilegetDataLogDir()
intgetMaxClientCnxns()
intgetMaxSessionTimeout()
maximum session timeout in milliseconds, -1 if unset
intgetMinSessionTimeout()
minimum session timeout in milliseconds, -1 if unset
intgetTickTime()
voidparse(String[] args)
Parse arguments for server configuration
voidparse(String path)
Parse a ZooKeeper configuration file
voidreadFrom(QuorumPeerConfig config)
Read attributes from a QuorumPeerConfig.