public final class ClusteringConstants extends Object
Modifier and Type | Class and Description |
---|---|
class |
ClusteringConstants.CommandConstants
Holds the constants required for command processing and required for the operations of the
CommandProcessor |
class |
ClusteringConstants.FailoverConstants
Constants required for failover processing and failover strategies
|
class |
ClusteringConstants.ZooKeeperZNodePaths
Holds all the znode path constants relate to zookeeper
|
Modifier and Type | Field and Description |
---|---|
static String |
AUTH_SCHEME
Scheme for ACL
|
static int |
DEFAULT_CM_CONNECTION_TIMEOUT
Default connection timeout for cluster manager in milli seconds
|
static int |
DEFAULT_CM_SESSION_TIMEOUT
Default session timeout in milli seconds for cluster manager
|
static int |
DEFAULT_CM_STARTUP_TIMEOUT
Default cluster manager startup timeout to be used if not configured.
|
static String |
DEFAULT_COMMAND_SPACE
Default command space name to be used if not specifically provided
|
static String |
DEFAULT_DOMAIN
Default domain to be used, if not specified in the clustering configuration
|
static int |
DEFAULT_RETRY_COUNT
Maximum number of retries for Curator's retry policy
|
static int |
FAILOVER_LOCK_TIMEOUT
The timeout of acquiring a distributed lock when starting acting as a given node by failover processor.
|
static int |
WAIT_BETWEEN_RETRIES
Time between retries for the curator retry policy
|
Constructor and Description |
---|
ClusteringConstants() |
public static final String DEFAULT_DOMAIN
public static final String DEFAULT_COMMAND_SPACE
public static final String AUTH_SCHEME
public static final int DEFAULT_CM_STARTUP_TIMEOUT
public static final int DEFAULT_CM_SESSION_TIMEOUT
public static final int DEFAULT_CM_CONNECTION_TIMEOUT
public static final int DEFAULT_RETRY_COUNT
public static final int WAIT_BETWEEN_RETRIES
public static final int FAILOVER_LOCK_TIMEOUT
Copyright © 2016–2019 AdroitLogic. All rights reserved.