com.bigdata.jini.start.config
Interface ZookeeperClientConfig.Options

Enclosing class:
ZookeeperClientConfig

public static interface ZookeeperClientConfig.Options

Zookeeper client options.

Version:
$Id$
Author:
Bryan Thompson

Field Summary
static String ACL
          The ACL that will be used to create various znodes on the behalf of the federation (the default is ZooDefs.Ids.OPEN_ACL_UNSAFE).
static int DEFAULT_SESSION_TIMEOUT
           
static String NAMESPACE
          The namespace for these options.
static String SERVERS
          A comma delimited list of host:port pairs for the zookeeper servers, where the port is the client port.
static String SESSION_TIMEOUT
          The "sessionTimeout" in milliseconds for a ZooKeeper client.
static String ZROOT
          The root node in the zookeeper instance for the federation.
 

Field Detail

NAMESPACE

static final String NAMESPACE
The namespace for these options.


ZROOT

static final String ZROOT
The root node in the zookeeper instance for the federation.

See Also:
Constant Field Values

SESSION_TIMEOUT

static final String SESSION_TIMEOUT
The "sessionTimeout" in milliseconds for a ZooKeeper client.

See Also:
ZooKeeper.ZooKeeper(String, int, org.apache.zookeeper.Watcher), Constant Field Values

DEFAULT_SESSION_TIMEOUT

static final int DEFAULT_SESSION_TIMEOUT
See Also:
Constant Field Values

SERVERS

static final String SERVERS
A comma delimited list of host:port pairs for the zookeeper servers, where the port is the client port.
 zoo1:2181,zoo2:2181,zoo3:2181
 

See Also:
Constant Field Values

ACL

static final String ACL
The ACL that will be used to create various znodes on the behalf of the federation (the default is ZooDefs.Ids.OPEN_ACL_UNSAFE).

See Also:
Constant Field Values


Copyright © 2006-2011 SYSTAP, LLC. All Rights Reserved.