Example usage for org.apache.zookeeper.server ZooKeeperServer subclass-usage

List of usage examples for org.apache.zookeeper.server ZooKeeperServer subclass-usage

Introduction

In this page you can find the example usage for org.apache.zookeeper.server ZooKeeperServer subclass-usage.

Usage

From source file com.palantir.curatortestrule.NoJMXZooKeeperServer.java

/**
 * A subclass of {@link ZooKeeperServer} that skips JMX related operations.
 *
 * @author juang
 */
final class NoJMXZooKeeperServer extends ZooKeeperServer {