Package | Description |
---|---|
com.hazelcast.cache.impl.nearcache |
Near cache support.
|
com.hazelcast.cache.impl.nearcache.impl |
Near cache implementations.
|
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.monitor |
Contains Hazelcast statistics interfaces related to map, queue, topic, multimap, executor service etc.
|
com.hazelcast.monitor.impl |
Contains Hazelcast statistics implementations related to map, queue, topic, multimap, executor service etc.
|
Modifier and Type | Method and Description |
---|---|
NearCacheStats |
NearCacheRecordStore.getNearCacheStats()
Get the
NearCacheStats instance to monitor this record store. |
NearCacheStats |
NearCache.getNearCacheStats()
Get the
NearCacheStats instance to monitor this store. |
Modifier and Type | Method and Description |
---|---|
NearCacheStats |
DefaultNearCache.getNearCacheStats() |
Modifier and Type | Method and Description |
---|---|
NearCacheStats |
AbstractNearCacheRecordStore.getNearCacheStats() |
Modifier and Type | Method and Description |
---|---|
NearCacheStats |
ClientNearCache.getNearCacheStats() |
Modifier and Type | Method and Description |
---|---|
NearCacheStats |
LocalMapStats.getNearCacheStats()
Returns statistics related to the Near Cache.
|
Modifier and Type | Class and Description |
---|---|
class |
NearCacheStatsImpl |
Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.