public final class ZooKeeperProcessRegistries extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
ZK_CONNECTION_TIMEOUT_MS_PROPERTY |
| Constructor and Description |
|---|
ZooKeeperProcessRegistries() |
| Modifier and Type | Method and Description |
|---|---|
static org.apache.curator.RetryPolicy |
defaultRetryPolicy() |
static org.apache.curator.framework.CuratorFramework |
newCurator(String hosts) |
static org.apache.zookeeper.server.NIOServerCnxnFactory |
zooKeeperServer(int port) |
public static final String ZK_CONNECTION_TIMEOUT_MS_PROPERTY
public static org.apache.curator.RetryPolicy defaultRetryPolicy()
public static org.apache.curator.framework.CuratorFramework newCurator(String hosts)
public static org.apache.zookeeper.server.NIOServerCnxnFactory zooKeeperServer(int port)
Copyright © 2011–2014 Red Hat. All rights reserved.