|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sleepycat.je.dbi.MemoryBudget.Totals
public abstract static class MemoryBudget.Totals
Common base class for shared and private totals. This abstraction allows most other classes to be unaware of whether we're using a SharedEvictor or PrivateEvictor.
Method Summary | |
---|---|
abstract long |
getCacheUsage()
|
long |
getCriticalThreshold()
|
long |
getMaxMemory()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public final long getMaxMemory()
public final long getCriticalThreshold()
public abstract long getCacheUsage()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |