Package | Description |
---|---|
com.hazelcast.map.impl |
Contains implementation specific classes of
com.hazelcast.map package. |
com.hazelcast.map.impl.nearcache | |
com.hazelcast.map.impl.recordstore |
Modifier and Type | Field and Description |
---|---|
protected SizeEstimator |
MapContainer.nearCacheSizeEstimator |
Modifier and Type | Method and Description |
---|---|
static SizeEstimator |
SizeEstimators.createMapSizeEstimator(InMemoryFormat inMemoryFormat) |
static SizeEstimator |
SizeEstimators.createNearCacheSizeEstimator(NearCacheConfig nearCacheConfig) |
SizeEstimator |
MapContainer.getNearCacheSizeEstimator() |
Modifier and Type | Class and Description |
---|---|
class |
NearCacheSizeEstimator
Size estimator for near cache.
|
Modifier and Type | Method and Description |
---|---|
SizeEstimator |
NearCacheImpl.getNearCacheSizeEstimator() |
Modifier and Type | Method and Description |
---|---|
void |
NearCacheImpl.setNearCacheSizeEstimator(SizeEstimator nearCacheSizeEstimator) |
Modifier and Type | Method and Description |
---|---|
SizeEstimator |
Storage.getSizeEstimator() |
Modifier and Type | Method and Description |
---|---|
void |
Storage.setSizeEstimator(SizeEstimator sizeEstimator) |
Copyright © 2016 Hazelcast, Inc.. All Rights Reserved.