|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectorg.h2.mvstore.cache.CacheLongKeyLIRS.Config
public static class CacheLongKeyLIRS.Config
The cache configuration.
| Field Summary | |
|---|---|
long |
maxMemory
The maximum memory to use (1 or larger). |
int |
nonResidentQueueSize
The number of entries in the non-resident queue, as a factor of the number of all other entries in the map. |
int |
segmentCount
The number of cache segments (must be a power of 2). |
int |
stackMoveDistance
How many other item are to be moved to the top of the stack before the current item is moved. |
| Constructor Summary | |
|---|---|
CacheLongKeyLIRS.Config()
|
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public long maxMemory
public int segmentCount
public int stackMoveDistance
public int nonResidentQueueSize
| Constructor Detail |
|---|
public CacheLongKeyLIRS.Config()
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||