| 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 LongConfigParam |
EnvironmentParams.CHECKPOINTER_BYTES_INTERVAL |
static LongConfigParam |
EnvironmentParams.CLEANER_BYTES_INTERVAL |
static LongConfigParam |
EnvironmentParams.CLEANER_FLUSH_EXTINCT_OBSOLETE
FUTURE: Test and expose this setting.
|
static LongConfigParam |
EnvironmentParams.EVICTOR_EVICT_BYTES |
static LongConfigParam |
EnvironmentParams.FREE_DISK |
static LongConfigParam |
EnvironmentParams.LOG_FILE_MAX |
static LongConfigParam |
EnvironmentParams.LOG_MEM_SIZE |
static LongConfigParam |
EnvironmentParams.MAX_DISK |
static LongConfigParam |
EnvironmentParams.MAX_MEMORY |
static LongConfigParam |
EnvironmentParams.MAX_OFF_HEAP_MEMORY |
static LongConfigParam |
EnvironmentParams.MIN_TREE_MEMORY |
static LongConfigParam |
EnvironmentParams.OFFHEAP_EVICT_BYTES |
static LongConfigParam |
EnvironmentParams.RESERVED_DISK |
| Modifier and Type | Method and Description |
|---|---|
long |
DbConfigManager.getLong(LongConfigParam configParam)
Get this parameter from the environment wide configuration settings.
|
static long |
DbConfigManager.getLongVal(Properties props,
LongConfigParam param)
Helper method for getting long values.
|
| Modifier and Type | Field and Description |
|---|---|
static LongConfigParam |
RepParams.MAX_MESSAGE_SIZE
The maximum message size which will be accepted by a node (to prevent
DOS attacks).
|
Copyright © 2024. All rights reserved.