public class NearCacheSizeEstimator extends Object implements SizeEstimator<NearCacheRecord>
Constructor and Description |
---|
NearCacheSizeEstimator() |
Modifier and Type | Method and Description |
---|---|
void |
add(long size) |
long |
calculateSize(NearCacheRecord record) |
long |
getSize() |
void |
reset() |
public long calculateSize(NearCacheRecord record)
calculateSize
in interface SizeEstimator<NearCacheRecord>
public long getSize()
getSize
in interface SizeEstimator<NearCacheRecord>
public void add(long size)
add
in interface SizeEstimator<NearCacheRecord>
public void reset()
reset
in interface SizeEstimator<NearCacheRecord>
Copyright © 2017 Hazelcast, Inc.. All Rights Reserved.