@Deprecated
public interface SizeOfEngine
| Modifier and Type | Method and Description | 
|---|---|
| <K,V> long | sizeof(K key,
      Store.ValueHolder<V> holder)Deprecated.  Size of the objects on heap including the overhead | 
<K,V> long sizeof(K key,
                  Store.ValueHolder<V> holder)
           throws LimitExceededException
key - key to be sizedholder - value holder to be sizedLimitExceededException - if a configured limit is breached