| Package | Description |
|---|---|
| com.sleepycat.je.evictor |
INTERNAL: Evicts data from the main and off-heap caches when they overflow.
|
| Modifier and Type | Method and Description |
|---|---|
static Evictor.EvictionSource |
Evictor.EvictionSource.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Evictor.EvictionSource[] |
Evictor.EvictionSource.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
long |
Evictor.doTestEvict(IN target,
Evictor.EvictionSource source)
Evict a specific IN, used by tests.
|
Copyright © 2024. All rights reserved.