Package | Description |
---|---|
com.hazelcast.cache.impl.nearcache.impl.store |
Near cache store implementations.
|
com.hazelcast.client.nearcache |
Contains classes/interfaces related to com.hazelcast.client.nearcache
|
com.hazelcast.map.impl |
Contains implementation specific classes of
com.hazelcast.map package. |
com.hazelcast.monitor.impl |
Contains Hazelcast statistics implementations related to map, queue, topic, multimap, executor service etc.
|
Modifier and Type | Field and Description |
---|---|
protected NearCacheStatsImpl |
AbstractNearCacheRecordStore.nearCacheStats |
Constructor and Description |
---|
AbstractNearCacheRecordStore(NearCacheConfig nearCacheConfig,
NearCacheContext nearCacheContext,
NearCacheStatsImpl nearCacheStats) |
Modifier and Type | Method and Description |
---|---|
NearCacheStatsImpl |
ClientHeapNearCache.getNearCacheStats() |
Modifier and Type | Method and Description |
---|---|
NearCacheStatsImpl |
NearCache.getNearCacheStats() |
Modifier and Type | Method and Description |
---|---|
NearCacheStatsImpl |
LocalReplicatedMapStatsImpl.getNearCacheStats() |
NearCacheStatsImpl |
LocalMapStatsImpl.getNearCacheStats() |
Modifier and Type | Method and Description |
---|---|
void |
LocalMapStatsImpl.setNearCacheStats(NearCacheStatsImpl nearCacheStats) |
Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.