public final class ClusteringConstants.ZooKeeperZNodePaths extends Object
Modifier and Type | Field and Description |
---|---|
static String |
ACTING_AS_GROUPS_PATH_NAME |
static String |
ACTING_AS_NODES_PATH_NAME
Zookeeper path for the actingAs nodes inside the nodes znode
|
static String |
ACTIVE_NODES_PATH_NAME
Zookeeper path for the active nodes inside the nodes znode
|
static String |
ALL_GROUPS_PATH_NAME |
static String |
ALL_NODES_PATH_NAME
Zookeeper path for the all nodes inside the nodes znode
|
static String |
ARCHIVED_COMMANDS_PATH_NAME
Zookeeper path for the archived commands inside the commands znode
|
static String |
COMMAND_FAILED_PATH_NAME
Zookeeper path for the failed commands inside the command path
|
static String |
COMMAND_PREFIX
Zookeeper path prefix for the commands
|
static String |
COMMAND_SUCCESS_PATH_NAME
Zookeeper path for the success commands inside the command path
|
static String |
COMMANDS_PATH_NAME
Zookeeper path for the commands inside the domain znode
|
static String |
CURRENT_COMMANDS_PATH_NAME
Zookeeper path for the current commands inside the commands znode
|
static String |
FAILOVER_PATH_NAME |
static String |
FAILOVER_STRATEGIES_PATH_NAME |
static String |
GROUP_PATH_NAME
The ZooKeeper path for the group to which the given node belongs to
|
static String |
GROUPS_PATH_NAME
The ZooKeeper path for the information on groups
|
static String |
LOCKS_PATH_NAME
Zookeeper path for the locks inside the domain znode
|
static String |
NAMESPACE
Zookeeper root znode used by the UltraESB
|
static String |
NODE_JMX_URL_PATH_NAME
Zookeeper path for the jmxURL of the active nodes znode
|
static String |
NODES_PATH_NAME
Zookeeper path for the information on nodes inside the domain znode
|
static String |
REGISTERED_NODES_PATH_NAME
Zookeeper path for the registered nodes inside the nodes znode
|
static String |
SEPARATOR
Zookeeper znode path separator
|
static String |
SEQUENCES_PATH_NAME
Zookeeper path for the sequences inside the domain znode
|
static String |
SPACES_PATH_NAME
Zookeeper path for the information on spaces inside the domain znode
|
Constructor and Description |
---|
ZooKeeperZNodePaths() |
public static final String NAMESPACE
public static final String SEPARATOR
public static final String SPACES_PATH_NAME
public static final String GROUPS_PATH_NAME
public static final String GROUP_PATH_NAME
public static final String NODES_PATH_NAME
public static final String COMMANDS_PATH_NAME
public static final String LOCKS_PATH_NAME
public static final String SEQUENCES_PATH_NAME
public static final String ARCHIVED_COMMANDS_PATH_NAME
public static final String CURRENT_COMMANDS_PATH_NAME
public static final String ACTIVE_NODES_PATH_NAME
public static final String ACTING_AS_NODES_PATH_NAME
public static final String ACTING_AS_GROUPS_PATH_NAME
public static final String NODE_JMX_URL_PATH_NAME
public static final String ALL_NODES_PATH_NAME
public static final String ALL_GROUPS_PATH_NAME
public static final String REGISTERED_NODES_PATH_NAME
public static final String COMMAND_FAILED_PATH_NAME
public static final String COMMAND_SUCCESS_PATH_NAME
public static final String COMMAND_PREFIX
public static final String FAILOVER_PATH_NAME
public static final String FAILOVER_STRATEGIES_PATH_NAME
Copyright © 2016–2019 AdroitLogic. All rights reserved.