Package | Description |
---|---|
com.hazelcast.cache |
This package contains the public API extension for Hazelcast JCache,
the Hazelcast implementation of the JSR-107 commonly referred to as JCache.
|
com.hazelcast.cache.impl |
Hazelcast JSR-107 aka JCache implementation
|
com.hazelcast.client.cache.impl |
Hazelcast JSR-107 aka JCache implementation client side
|
com.hazelcast.internal.nearcache |
Near Cache support.
|
com.hazelcast.internal.nearcache.impl |
Near Cache implementations.
|
com.hazelcast.internal.nearcache.impl.store |
Near Cache store implementations.
|
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 |
CacheStatistics.getNearCacheStatistics()
Gets the Near Cache statistics.
|
Modifier and Type | Method and Description |
---|---|
NearCacheStats |
CacheStatisticsImpl.getNearCacheStatistics() |
Modifier and Type | Method and Description |
---|---|
NearCacheStats |
ClientCacheStatisticsImpl.getNearCacheStatistics() |
Modifier and Type | Method and Description |
---|---|
void |
ClientCacheStatisticsImpl.setNearCacheStats(NearCacheStats nearCacheStats) |
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 |
LocalMapStats.getNearCacheStats()
Returns statistics related to the Near Cache.
|
Modifier and Type | Class and Description |
---|---|
class |
NearCacheStatsImpl |
Modifier and Type | Method and Description |
---|---|
NearCacheStats |
LocalMapStatsImpl.getNearCacheStats() |
Modifier and Type | Method and Description |
---|---|
void |
LocalMapStatsImpl.setNearCacheStats(NearCacheStats nearCacheStats) |
Constructor and Description |
---|
NearCacheStatsImpl(NearCacheStats nearCacheStats) |
Copyright © 2018 Hazelcast, Inc.. All Rights Reserved.