| 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 | Field and Description |
|---|---|
static DurationConfigParam |
EnvironmentParams.CHECKPOINTER_WAKEUP_INTERVAL |
static DurationConfigParam |
EnvironmentParams.CLEANER_EXTINCT_SCAN_BATCH_DELAY
FUTURE: Expose this setting.
|
static DurationConfigParam |
EnvironmentParams.CLEANER_LOCK_TIMEOUT |
static DurationConfigParam |
EnvironmentParams.CLEANER_WAKEUP_INTERVAL |
static DurationConfigParam |
EnvironmentParams.COMPRESSOR_LOCK_TIMEOUT |
static DurationConfigParam |
EnvironmentParams.COMPRESSOR_WAKEUP_INTERVAL |
static DurationConfigParam |
EnvironmentParams.DOS_PRODUCER_QUEUE_TIMEOUT
DiskOrderedScan
|
static DurationConfigParam |
EnvironmentParams.ENV_BACKGROUND_SLEEP_INTERVAL |
static DurationConfigParam |
EnvironmentParams.ENV_DB_CACHE_TIMEOUT |
static DurationConfigParam |
EnvironmentParams.ENV_LATCH_TIMEOUT |
static DurationConfigParam |
EnvironmentParams.ENV_TTL_CLOCK_TOLERANCE |
static DurationConfigParam |
EnvironmentParams.ENV_TTL_LN_PURGE_DELAY
Hidden (for now) parameter to determine the amount added to the
expirationTime of a record to determine when to purge it, in the
cleaner.
|
static DurationConfigParam |
EnvironmentParams.ENV_TTL_MAX_TXN_TIME
Hidden (for now) parameter to control the assumed maximum length that a
lock may be held.
|
static DurationConfigParam |
EnvironmentParams.ERASE_ABORT_TIMEOUT
Time to wait for erasure to stop in
DbBackup.startBackup(). |
static DurationConfigParam |
EnvironmentParams.ERASE_PERIOD |
static DurationConfigParam |
EnvironmentParams.EVICTOR_KEEP_ALIVE |
static DurationConfigParam |
EnvironmentParams.EVICTOR_TERMINATE_TIMEOUT
The amount of time to wait for the eviction pool to terminate, in order
to create a clean shutdown.
|
static DurationConfigParam |
EnvironmentParams.LOCK_DEADLOCK_DETECT_DELAY |
static DurationConfigParam |
EnvironmentParams.LOCK_TIMEOUT |
static DurationConfigParam |
EnvironmentParams.LOG_DETECT_FILE_DELETE_INTERVAL |
static DurationConfigParam |
EnvironmentParams.LOG_FLUSH_NO_SYNC_INTERVAL |
static DurationConfigParam |
EnvironmentParams.LOG_FLUSH_SYNC_INTERVAL |
static DurationConfigParam |
EnvironmentParams.LOG_FSYNC_TIME_LIMIT |
static DurationConfigParam |
EnvironmentParams.LOG_FSYNC_TIMEOUT
The read buffer size for warming the file system cache; see
EnvironmentParams.LOG_FILE_WARM_UP_SIZE. |
static DurationConfigParam |
EnvironmentParams.LOG_GROUP_COMMIT_INTERVAL
Deprecated.
as of JE 18.1
|
static DurationConfigParam |
EnvironmentParams.OFFHEAP_KEEP_ALIVE |
static DurationConfigParam |
EnvironmentParams.OLD_REP_LOG_FLUSH_TASK_INTERVAL
Deprecated but still supported for backward compatibility.
|
static DurationConfigParam |
EnvironmentParams.STARTUP_DUMP_THRESHOLD
If environment startup exceeds this duration, startup statistics are
logged and can be found in the je.info file.
|
static DurationConfigParam |
EnvironmentParams.STATS_COLLECT_INTERVAL |
static DurationConfigParam |
EnvironmentParams.TXN_TIMEOUT |
static DurationConfigParam |
EnvironmentParams.VERIFY_BTREE_BATCH_DELAY |
static DurationConfigParam |
EnvironmentParams.VERIFY_LOG_READ_DELAY |
static DurationConfigParam |
EnvironmentParams.VERIFY_MAX_TARDINESS |
| Modifier and Type | Method and Description |
|---|---|
int |
DbConfigManager.getDuration(DurationConfigParam configParam)
Get this parameter from the environment wide configuration settings.
|
long |
DbConfigManager.getDurationNS(DurationConfigParam configParam)
Get this parameter from the environment wide configuration settings.
|
static long |
DbConfigManager.getDurationVal(Properties props,
DurationConfigParam param,
TimeUnit unit)
Helper method for getting duration values.
|
static void |
DbConfigManager.setDurationVal(Properties props,
DurationConfigParam param,
long val,
TimeUnit unit,
boolean validateValue)
Helper method for setting duration values.
|
| Modifier and Type | Field and Description |
|---|---|
static DurationConfigParam |
RepParams.ARBITER_ACK_TIMEOUT |
static DurationConfigParam |
RepParams.ELECTIONS_OPEN_TIMEOUT |
static DurationConfigParam |
RepParams.ELECTIONS_READ_TIMEOUT |
static DurationConfigParam |
RepParams.ELECTIONS_REBROADCAST_PERIOD
The master re-broadcasts the results of an election with this period.
|
static DurationConfigParam |
RepParams.ENV_CONSISTENCY_TIMEOUT |
static DurationConfigParam |
RepParams.ENV_SETUP_TIMEOUT |
static DurationConfigParam |
RepParams.ENV_UNKNOWN_STATE_TIMEOUT |
static DurationConfigParam |
RepParams.FEEDER_MANAGER_POLL_TIMEOUT
Internal parameter used to determine the poll timeout used when
accepting incoming feeder connections.
|
static DurationConfigParam |
RepParams.FEEDER_TIMEOUT |
static DurationConfigParam |
RepParams.INSUFFICIENT_REPLICAS_TIMEOUT |
static DurationConfigParam |
RepParams.MAX_CLOCK_DELTA |
static DurationConfigParam |
RepParams.MONITOR_OPEN_TIMEOUT |
static DurationConfigParam |
RepParams.MONITOR_READ_TIMEOUT |
static DurationConfigParam |
RepParams.PRE_HEARTBEAT_TIMEOUT |
static DurationConfigParam |
RepParams.REP_GROUP_OPEN_TIMEOUT |
static DurationConfigParam |
RepParams.REP_GROUP_READ_TIMEOUT |
static DurationConfigParam |
RepParams.REP_STREAM_TIMEOUT
Deprecated.
|
static DurationConfigParam |
RepParams.REPLAY_DB_HANDLE_TIMEOUT |
static DurationConfigParam |
RepParams.REPLAY_LOGGING_THRESHOLD
Used to log an info message when the time taken to replay a single log
entry at a replica exceeds this threshold.
|
static DurationConfigParam |
RepParams.REPLAY_TXN_LOCK_TIMEOUT
The lock timeout for replay transactions.
|
static DurationConfigParam |
RepParams.REPLICA_ACK_TIMEOUT |
static DurationConfigParam |
RepParams.REPLICA_GROUP_COMMIT_INTERVAL |
static DurationConfigParam |
RepParams.REPLICA_TIMEOUT |
static DurationConfigParam |
RepParams.REPSTREAM_OPEN_TIMEOUT |
static DurationConfigParam |
RepParams.SUBSCRIPTION_POLL_INTERVAL
The subscription queue poll interval.
|
static DurationConfigParam |
RepParams.SUBSCRIPTION_POLL_TIMEOUT
The subscription queue poll timeout.
|
static DurationConfigParam |
RepParams.SUBSCRIPTION_SLEEP_BEFORE_RETRY
The amount of time that the subscription thread should sleep time before
retrying a failed connection.
|
static DurationConfigParam |
RepParams.TRANSFER_LOGGING_THRESHOLD
Used to log an info message when a commit log record exceeds this
time interval from the time it was created, to the time it was written
out to the network.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
TextProtocol.setTimeouts(RepImpl repImpl,
DurationConfigParam openTimeoutConfig,
DurationConfigParam readTimeoutConfig)
Set the network timeouts associated with uses of this protocol instance.
|
Copyright © 2024. All rights reserved.