|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sleepycat.je.evictor.Evictor
com.sleepycat.je.evictor.SharedEvictor
public class SharedEvictor
Create an evictor for a shared cache. [#21330]
Nested Class Summary |
---|
Nested classes/interfaces inherited from class com.sleepycat.je.evictor.Evictor |
---|
Evictor.BackgroundEvictTask, Evictor.DbCache, Evictor.EvictionSource, Evictor.RejectEvictHandler |
Field Summary |
---|
Fields inherited from class com.sleepycat.je.evictor.Evictor |
---|
dbCacheClearCount, envImpl |
Constructor Summary | |
---|---|
SharedEvictor(EnvironmentImpl envImpl)
|
Method Summary | |
---|---|
(package private) Evictor.DbCache |
createDbCache()
SharedEvictor, unlike PrivateEvictor, must maintain a cache map for each EnvironmentImpl, since each cache map is logically associated with a single DbTree instance. |
(package private) TargetSelector |
makeSelector()
|
Methods inherited from class com.sleepycat.je.evictor.Evictor |
---|
addEnvironment, alert, checkEnv, doCriticalEviction, doDaemonEviction, doEvict, doEvictOneIN, doManualEvict, envConfigUpdate, evictBatch, getNINCompactKey, getNINNoTarget, getNINSparseTarget, getSelector, getStatsGroup, getThreadPool, incBINEvictStats, incBINFetchStats, incINEvictStats, incINFetchStats, incLNFetchStats, isCacheFull, loadStats, noteINListChange, removeEnvironment, requestShutdownPool, setEvictProfileHook, setPreEvictINHook, setRunnableHook, shutdown, wasCacheEverFull |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SharedEvictor(EnvironmentImpl envImpl)
Method Detail |
---|
TargetSelector makeSelector()
makeSelector
in class Evictor
Evictor.DbCache createDbCache()
createDbCache
in class Evictor
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |