| Package | Description |
|---|---|
| com.sleepycat.je.config |
INTERNAL: Environment configuration parameter support.
|
| com.sleepycat.je.dbi |
INTERNAL: Underlying XxxImpl classes for Environment, Database and Cursor,
plus other misc classes (originally, dbi meant "db internal interface").
|
| com.sleepycat.je.rep.impl |
INTERNAL: Top level HA implementation classes.
|
| Modifier and Type | Method and Description |
|---|---|
int |
DbConfigManager.getInt(IntConfigParam configParam)
Get this parameter from the environment wide configuration settings.
|
static int |
DbConfigManager.getIntVal(Properties props,
IntConfigParam param)
Helper method for getting integer values.
|
static void |
DbConfigManager.setIntVal(Properties props,
IntConfigParam param,
int val,
boolean validateValue)
Helper method for setting integer values.
|
| Modifier and Type | Field and Description |
|---|---|
static IntConfigParam |
RepParams.ARBITER_OUTPUT_QUEUE_SIZE |
static IntConfigParam |
RepParams.DBTREE_CACHE_CLEAR_COUNT |
static IntConfigParam |
RepParams.DEFAULT_PORT
The port used for replication.
|
static IntConfigParam |
RepParams.ELECTABLE_GROUP_SIZE_OVERRIDE |
static IntConfigParam |
RepParams.ELECTIONS_PRIMARY_RETRIES |
static IntConfigParam |
RepParams.FEEDER_BATCH_BUFF_KB
The size in KB used to batch outgoing feeder records.
|
static IntConfigParam |
RepParams.FEEDER_BATCH_NS
The time interval in nanoseconds during which records from a feeder may
be batched before being written to the network.
|
static IntConfigParam |
RepParams.HEARTBEAT_INTERVAL |
static IntConfigParam |
RepParams.MIN_RETAINED_VLSNS
Deprecated.
and no longer used as of JE 7.5. Reserved files are now
retained based on available disk space -- see
EnvironmentConfig.MAX_DISK and
EnvironmentConfig.FREE_DISK should be used instead.
However, this param is still used when some, but not all, nodes in a
group have been upgraded to 7.5 or later. |
static IntConfigParam |
RepParams.MIN_VLSN_INDEX_SIZE
Unpublished (for now at least) parameter describing the minimum size
of the VLSNIndex as a number of VLSNs.
|
static IntConfigParam |
RepParams.NETWORKBACKUP_MAX_LAG
Internal parameter used by network backups.
|
static IntConfigParam |
RepParams.NODE_PRIORITY |
static IntConfigParam |
RepParams.REPLAY_COST_PERCENT
Deprecated.
|
static IntConfigParam |
RepParams.REPLAY_FREE_DISK_PERCENT |
static IntConfigParam |
RepParams.REPLAY_MAX_OPEN_DB_HANDLES |
static IntConfigParam |
RepParams.REPLICA_MAX_GROUP_COMMIT |
static IntConfigParam |
RepParams.REPLICA_MESSAGE_QUEUE_SIZE
The size of the message queue used for communication between the thread
reading the replication stream and the thread doing the replay.
|
static IntConfigParam |
RepParams.REPLICA_RECEIVE_BUFFER_SIZE |
static IntConfigParam |
RepParams.SECURITY_CHECK_INTERVAL |
static IntConfigParam |
RepParams.SO_BIND_WAIT_MS
Determines how long to wait for a bound socket to come free.
|
static IntConfigParam |
RepParams.SUBSCRIPTION_MAX_CONNECT_RETRIES
The maximum number of times to retry failed subscription connections.
|
static IntConfigParam |
RepParams.TEST_REPLICA_DELAY |
static IntConfigParam |
RepParams.TXN_ROLLBACK_LIMIT |
static IntConfigParam |
RepParams.VLSN_LOG_CACHE_SIZE |
static IntConfigParam |
RepParams.VLSN_MAX_DIST |
static IntConfigParam |
RepParams.VLSN_MAX_MAP |
static IntConfigParam |
RepParams.VLSN_STRIDE |
Copyright © 2024. All rights reserved.