|
ehcache | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.sf.ehcache.pool.Size
public final class Size
Holder for the size calculated by the SizeOf engine
Constructor Summary | |
---|---|
Size(long calculated,
boolean exact)
Constructor |
Method Summary | |
---|---|
long |
getCalculated()
Get the calculated size |
boolean |
isExact()
Check if the calculated size is exact |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Size(long calculated, boolean exact)
calculated
- the calculated sizeexact
- true if the calculated size is exact, false if it's an estimate or known to be inaccurate in some wayMethod Detail |
---|
public long getCalculated()
public boolean isExact()
|
ehcache | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |