|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ehcache.impl.internal.sizeof.DefaultSizeOfEngine
public class DefaultSizeOfEngine
Constructor Summary | |
---|---|
DefaultSizeOfEngine(long maxObjectGraphSize,
long maxObjectSize)
|
Method Summary | ||
---|---|---|
|
sizeof(K key,
Store.ValueHolder<V> holder)
Size of the objects on Heap including the overhead |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DefaultSizeOfEngine(long maxObjectGraphSize, long maxObjectSize)
Method Detail |
---|
public <K,V> long sizeof(K key, Store.ValueHolder<V> holder) throws LimitExceededException
SizeOfEngine
sizeof
in interface SizeOfEngine
key
- key to be sizedholder
- value holder to be sized
LimitExceededException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |