Field and Description |
---|
com.sleepycat.je.config.EnvironmentParams.CLEANER_MIN_FILES_TO_DELETE
As of 1.7.1, no longer used.
|
com.sleepycat.je.config.EnvironmentParams.CLEANER_RESTART_RETRIES
As of 2.0, no longer used.
|
com.sleepycat.je.config.EnvironmentParams.CLEANER_RETRIES
As of 2.0, no longer used.
|
com.sleepycat.je.CursorConfig.DIRTY_READ
This has been replaced by
CursorConfig.READ_UNCOMMITTED to
conform to ANSI database isolation terminology. |
com.sleepycat.je.LockMode.DIRTY_READ
This has been replaced by
LockMode.READ_UNCOMMITTED to
conform to ANSI database isolation terminology. |
com.sleepycat.je.config.EnvironmentParams.EVICTOR_EVICTION_BATCH_PERCENTAGE
As of 1.7.2, 1 node is chosen per scan.
The evictor percentage of scanned nodes to evict per wakeup.
|
com.sleepycat.je.config.EnvironmentParams.EVICTOR_NODE_SCAN_PERCENTAGE
As of 1.7.2, this is replaced by je.evictor.nodesPerScan
The evictor percentage of total nodes to scan per wakeup.
|
com.sleepycat.je.config.EnvironmentParams.EVICTOR_USEMEM_FLOOR
As of 2.0, this is replaced by je.evictor.evictBytes
When eviction happens, the evictor will push memory usage to this
percentage of je.maxMemory.
|
com.sleepycat.je.config.EnvironmentParams.LOG_DEFERREDWRITE_TEMP
As of 3.3, no longer used
Optimize cleaner operation for temporary deferred write DBs.
|
Constructor and Description |
---|
com.sleepycat.je.util.DbDump(Environment, String, PrintStream, String, boolean)
Please use the 4-arg ctor without outputDirectory instead.
|