Package | Description |
---|---|
com.hazelcast.internal.management |
Contains classes to provide data/operation interface for Management Center.
|
com.hazelcast.internal.management.dto |
These contain the DTO object to exchange information with the management center.
|
com.hazelcast.internal.management.request |
Contains requests that made from Management Center.
|
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 | Class and Description |
---|---|
class |
ManagementCenterIdentifier
Identifier for the ManagementCenter.
|
Modifier and Type | Class and Description |
---|---|
class |
ClientEndPointDTO
A Serializable DTO for
ClientEndpoint . |
class |
ClusterHotRestartStatusDTO
A DTO for Hot Restart status of cluster and all members.
|
class |
ConnectionManagerDTO
A Serializable DTO for
ConnectionManagerMBean . |
class |
EventServiceDTO
A Serializable DTO for
EventServiceMBean . |
class |
ManagedExecutorDTO
A Serializable DTO for
ManagedExecutorServiceMBean . |
class |
MapConfigDTO
Serializable adapter for
MapConfig |
class |
MXBeansDTO
Holder class for serializable service beans.
|
class |
OperationServiceDTO
A Serializable DTO for
OperationServiceMBean . |
class |
PartitionServiceBeanDTO
A Serializable DTO for
PartitionServiceMBean . |
class |
PermissionConfigDTO
DTO object that provides serialization/deserialization support
for
PermissionConfig |
class |
ProxyServiceDTO
A Serializable DTO for
ProxyServiceMBean . |
class |
SlowOperationDTO
A Serializable DTO for
SlowOperationLog . |
class |
SlowOperationInvocationDTO
A Serializable DTO for
SlowOperationLog.Invocation . |
class |
WanPublisherConfigDTO
A
JsonSerializable to be used within WanReplicationConfigDTO |
class |
WanReplicationConfigDTO
A
JsonSerializable DTO to add new WanReplicationConfig objects from
management center |
Modifier and Type | Class and Description |
---|---|
class |
UpdatePermissionConfigRequest
Helper class to serialize/deserialize client permission update requests.
|
Modifier and Type | Interface and Description |
---|---|
interface |
HotRestartState |
interface |
LocalCacheStats
Local cache statistics interface to be used
by
MemberState implementations. |
interface |
LocalExecutorStats |
interface |
LocalGCStats |
interface |
LocalInstanceStats |
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 |
LocalWanPublisherStats |
interface |
LocalWanStats |
interface |
MemberPartitionState
Partition related statistics
|
interface |
MemberState |
interface |
NearCacheStats |
interface |
NodeState |
interface |
WanSyncState |
Modifier and Type | Class and Description |
---|---|
class |
TimedMemberState |
Modifier and Type | Class and Description |
---|---|
class |
HotRestartStateImpl |
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 |
LocalWanPublisherStatsImpl |
class |
LocalWanStatsImpl |
class |
MemberPartitionStateImpl
This class holds partition related statistics.
|
class |
MemberStateImpl |
class |
NearCacheStatsImpl |
class |
NodeStateImpl |
class |
WanSyncStateImpl |
Copyright © 2017 Hazelcast, Inc.. All Rights Reserved.