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 the Hazelcast SPI for building distributed data structures and services.
|
Modifier and Type | Interface and Description |
---|---|
interface |
LocalCacheStats
Local cache statistics to be used by
MemberState implementations. |
interface |
LocalExecutorStats
Local executor service statistics to be used by
MemberState
implementations. |
interface |
LocalFlakeIdGeneratorStats
local flake ID statistics to be used by
MemberState implementations. |
interface |
LocalGCStats
Local GC statistics to be used by
MemberState implementations. |
interface |
LocalIndexStats
Provides local statistics for an index to be used by
MemberState
implementations. |
interface |
LocalMapStats
Local map statistics to be used by
MemberState implementations. |
interface |
LocalMemoryStats
Local memory statistics to be used by
MemberState implementations. |
interface |
LocalMultiMapStats
Local multi map statistics to be used by
MemberState implementations. |
interface |
LocalOperationStats
Local operation statistics to be used by
MemberState implementations. |
interface |
LocalPNCounterStats
Local statistics of a single PN counter to be used by
MemberState
implementations. |
interface |
LocalQueueStats
Local queue statistics to be used by
MemberState implementations. |
interface |
LocalReplicatedMapStats
Local replicated map statistics to be used by
MemberState
implementations. |
interface |
LocalTopicStats
Local topic statistics to be used by
MemberState implementations. |
interface |
LocalWanStats
Local WAN statistics to be used by
MemberState implementations. |
interface |
NearCacheStats
Near Cache statistics to be used by
MemberState implementations. |
interface |
WanSyncState
Local WAN sync statistics to be used by
MemberState implementations. |
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 |
LocalFlakeIdGeneratorStatsImpl |
class |
LocalGCStatsImpl |
class |
LocalIndexStatsImpl
Implementation of local index stats that backs the stats exposed through the
public API.
|
class |
LocalMapStatsImpl
Default implementation of
LocalMapStats |
class |
LocalMemoryStatsImpl |
class |
LocalMultiMapStatsImpl |
class |
LocalOperationStatsImpl
Hazelcast statistic implementations for local operations.
|
class |
LocalPNCounterStatsImpl
Local PN counter statistics thread safe implementation
|
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
Local WAN replication statistics for a single WAN replication scheme.
|
class |
NearCacheStatsImpl |
class |
WanSyncStateImpl |
Modifier and Type | Interface and Description |
---|---|
interface |
StatisticsAwareService<T extends LocalInstanceStats>
A service implementating this interface provides local instance statistics.
|
Copyright © 2019 Hazelcast, Inc.. All Rights Reserved.