Package | Description |
---|---|
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.
|
com.hazelcast.spi |
Provides interfaces/classes for Hazelcast SPI.
|
Modifier and Type | Interface and Description |
---|---|
interface |
LocalCacheStats
Local cache statistics interface to be used
by
MemberState implementations. |
interface |
LocalExecutorStats |
interface |
LocalGCStats |
interface |
LocalMapStats
Local map statistics.
|
interface |
LocalMemoryStats |
interface |
LocalMultiMapStats |
interface |
LocalOperationStats
Hazelcast statistic interface for local operations.
|
interface |
LocalQueueStats
Local queue statistics.
|
interface |
LocalReplicatedMapStats |
interface |
LocalTopicStats |
interface |
LocalWanStats |
interface |
NearCacheStats |
Modifier and Type | Class and Description |
---|---|
class |
LocalCacheStatsImpl
Default implementation of
LocalCacheStats
This class just provides serialization/deserialization methods to be used in
MemberState implementation while sending/receiving statistics to/from
Management center. |
class |
LocalExecutorStatsImpl |
class |
LocalGCStatsImpl |
class |
LocalMapStatsImpl
Default implementation of
LocalMapStats |
class |
LocalMemoryStatsImpl |
class |
LocalMultiMapStatsImpl |
class |
LocalOperationStatsImpl
Hazelcast statistic implementations for local operations.
|
class |
LocalQueueStatsImpl |
class |
LocalReplicatedMapStatsImpl
This class collects statistics about the replication map usage for management center and is
able to transform those between wire format and instance view.
|
class |
LocalTopicStatsImpl |
class |
LocalWanStatsImpl |
class |
NearCacheStatsImpl |
Modifier and Type | Method and Description |
---|---|
<T extends LocalInstanceStats> |
StatisticsAwareService.getStats() |
Copyright © 2016 Hazelcast, Inc.. All Rights Reserved.