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

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

Introduction

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

The text is from its open source code.

Subclass

org.apache.zookeeper.server.ZooKeeperServer has subclasses.
Click this link to see all its subclasses.

Field

Constructor

ZooKeeperServer(FileTxnSnapLog txnLogFactory, int tickTime, String initialConfig)
creates a zookeeperserver instance.
ZooKeeperServer(File snapDir, File logDir, int tickTime)
This constructor is for backward compatibility with the existing unit test code.
ZooKeeperServer()
Creates a ZooKeeperServer instance.

Method