Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
NAMESPACE_1_0_0 |
"http://opendaylight.org/xmlns/blueprint/v1.0.0" |
Modifier and Type | Constant Field | Value |
---|---|---|
protected static final String |
TAG_ACTOR_SYSTEM_NAME |
"actor-system-name" |
protected static final String |
TAG_MAILBOX |
"bounded-mailbox" |
protected static final String |
TAG_MAILBOX_CAPACITY |
"mailbox-capacity" |
protected static final String |
TAG_MAILBOX_PUSH_TIMEOUT |
"mailbox-push-timeout-time" |
protected static final String |
TAG_METRIC_CAPTURE_ENABLED |
"metric-capture-enabled" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
CLIENT_DISPATCHER_PATH |
"client-dispatcher" |
public static final String |
DEFAULT_DISPATCHER_PATH |
"akka.actor.default-dispatcher" |
public static final String |
NOTIFICATION_DISPATCHER_PATH |
"notification-dispatcher" |
public static final String |
SERIALIZATION_DISPATCHER_PATH |
"serialization-dispatcher" |
public static final String |
SHARD_DISPATCHER_PATH |
"shard-dispatcher" |
public static final String |
TXN_DISPATCHER_PATH |
"txn-dispatcher" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
DOMAIN |
"org.opendaylight.controller.actor.metric" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
ADDRESS |
"quarantined-monitor" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final int |
DEFAULT_HEARTBEAT_INTERVAL_IN_MILLIS |
500 |
public static final int |
DEFAULT_INITIAL_PAYLOAD_SERIALIZED_BUFFER_CAPACITY |
512 |
public static final int |
DEFAULT_ISOLATED_LEADER_CHECK_INTERVAL_IN_MILLIS |
5000 |
public static final int |
DEFAULT_JOURNAL_RECOVERY_BATCH_SIZE |
1 |
public static final int |
DEFAULT_MAX_MESSAGE_SLICE_SIZE |
2048000 |
public static final int |
DEFAULT_OPERATION_TIMEOUT_IN_MS |
5000 |
public static final boolean |
DEFAULT_PERSISTENT |
true |
public static final int |
DEFAULT_SHARD_BATCHED_MODIFICATION_COUNT |
1000 |
public static final int |
DEFAULT_SHARD_ELECTION_TIMEOUT_FACTOR |
2 |
public static final int |
DEFAULT_SHARD_SNAPSHOT_DATA_THRESHOLD_PERCENTAGE |
12 |
public static final int |
DEFAULT_SHARD_TX_COMMIT_QUEUE_CAPACITY |
50000 |
public static final int |
DEFAULT_SHARD_TX_COMMIT_TIMEOUT_IN_SECONDS |
30 |
public static final int |
DEFAULT_SNAPSHOT_BATCH_COUNT |
20000 |
public static final long |
DEFAULT_SYNC_INDEX_THRESHOLD |
10L |
public static final int |
DEFAULT_TX_CREATION_INITIAL_RATE_LIMIT |
100 |
public static final String |
METRICS_DOMAIN |
"org.opendaylight.controller.cluster.datastore" |
public static final String |
UNKNOWN_DATA_STORE_TYPE |
"unknown" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final short |
BASE_HELIUM_VERSION |
0 |
public static final short |
BORON_VERSION |
5 |
public static final short |
CURRENT_VERSION |
9 |
public static final short |
FLUORINE_VERSION |
9 |
public static final short |
HELIUM_1_VERSION |
1 |
public static final short |
HELIUM_2_VERSION |
2 |
public static final short |
LITHIUM_VERSION |
3 |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
DEFAULT_NAME |
"default" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
ADDRESS |
"termination-monitor" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
JMX_CATEGORY_CONFIGURATION |
"Configuration" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
JMX_CATEGORY_SHARD |
"Shards" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final byte |
COMPOSITE |
1 |
public static final byte |
DELETE |
4 |
public static final byte |
MERGE |
3 |
public static final byte |
WRITE |
2 |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
DEFAULT_SHARD |
"default" |
public static final String |
NAME |
"default" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
NAME |
"module" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
NAME |
"prefix" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
BOUNDED_MAILBOX |
"bounded-mailbox" |
public static final String |
COMMIT |
"commit" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
PREFIX_CONFIG_SHARD_ID |
"prefix-configuration-shard" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final int |
DEFAULT_MAX_SLICING_TRIES |
3 |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final int |
MEGABYTE |
1048576 |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final long |
NO_INDEX |
-1L |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final short |
BORON_VERSION |
3 |
public static final short |
CURRENT_VERSION |
4 |
public static final short |
FLUORINE_VERSION |
4 |
public static final short |
HELIUM_VERSION |
0 |
public static final short |
LITHIUM_VERSION |
1 |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final long |
NO_MAX_SIZE |
-1L |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final int |
DEFAULT_SHUTDOWN_SECONDS |
1 |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final boolean |
CREATE_MISSING_PARENTS |
true |
public static final boolean |
FAIL_ON_MISSING_PARENTS |
false |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
BASE_JMX_PREFIX |
"org.opendaylight.controller:" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final int |
DEFAULT_MAX_DATA_CHANGE_EXECUTOR_POOL_SIZE |
20 |
public static final int |
DEFAULT_MAX_DATA_CHANGE_EXECUTOR_QUEUE_SIZE |
1000 |
public static final int |
DEFAULT_MAX_DATA_CHANGE_LISTENER_QUEUE_SIZE |
1000 |
public static final int |
DEFAULT_MAX_DATA_STORE_EXECUTOR_QUEUE_SIZE |
5000 |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
ORG_OPS4J_PAX_LOGGING_CFG |
"etc/org.ops4j.pax.logging.cfg" |
Modifier and Type | Constant Field | Value |
---|---|---|
protected static final String |
TAG_ASK_DURATION |
"ask-duration" |
protected static final String |
TAG_RPC_BROKER_NAME |
"rpc-broker-name" |
protected static final String |
TAG_RPC_BROKER_PATH |
"rpc-broker-path" |
protected static final String |
TAG_RPC_MGR_NAME |
"rpc-manager-name" |
protected static final String |
TAG_RPC_MGR_PATH |
"rpc-manager-path" |
protected static final String |
TAG_RPC_REGISTRAR_NAME |
"rpc-registrar-name" |
protected static final String |
TAG_RPC_REGISTRY_NAME |
"registry-name" |
protected static final String |
TAG_RPC_REGISTRY_PATH |
"rpc-registry-path" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
CONTROLLER |
"org.opendaylight.controller" |
public static final String |
CONTROLLER_MODELS |
"org.opendaylight.controller.model" |
public static final String |
MDSAL |
"org.opendaylight.mdsal" |
public static final String |
MDSAL_MODELS |
"org.opendaylight.mdsal.model" |
public static final String |
YANGTOOLS |
"org.opendaylight.yangtools" |
Copyright © 2019 OpenDaylight. All rights reserved.