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 |
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 |
ProxyServiceDTO
A Serializable DTO for
ProxyServiceMBean . |
class |
SlowOperationDTO
A Serializable DTO for
SlowOperationLog . |
class |
SlowOperationInvocationDTO
A Serializable DTO for
SlowOperationLog.Invocation . |
Modifier and Type | Interface and Description |
---|---|
interface |
AsyncConsoleRequest
Represents async requests sent from Management Center.
|
interface |
ConsoleRequest
Represents request sent from Management Center.
|
Modifier and Type | Class and Description |
---|---|
class |
ChangeClusterStateRequest
Request coming from Management Center for changing the
ClusterState |
class |
ChangeWanStateRequest
Request coming from Management Center for
ChangeWanStateOperation |
class |
ClusterPropsRequest
Request for cluster properties.
|
class |
ConsoleCommandRequest
Request for sending console commands.
|
class |
ExecuteScriptRequest
Request for executing scripts on the nodes from Management Center.
|
class |
ForceStartNodeRequest
Request coming from Management Center to trigger a force start the node during hot-restart.
|
class |
GetClusterStateRequest
Request coming from Management Center for getting the
ClusterState |
class |
GetLogsRequest
Deprecated.
|
class |
GetMapEntryRequest
Request for fetching map entries.
|
class |
GetMemberSystemPropertiesRequest
Request for fetching member system properties.
|
class |
GetSystemWarningsRequest
Deprecated.
|
class |
MapConfigRequest
Request for updating map configuration from Management Center.
|
class |
MemberConfigRequest
Request for fetching member XML configuration.
|
class |
RunGcRequest
Request for invoking Garbage Collection on the node.
|
class |
ShutdownClusterRequest
Request coming from Management Center for shutting down the
Cluster |
class |
ShutdownMemberRequest
Request for shutting down the member.
|
class |
ThreadDumpRequest
Request for generating thread dumps.
|
Modifier and Type | Interface and Description |
---|---|
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 |
Modifier and Type | Class and Description |
---|---|
class |
TimedMemberState |
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 |
LocalWanPublisherStatsImpl |
class |
LocalWanStatsImpl |
class |
MemberPartitionStateImpl
This class holds partition related statistics.
|
class |
MemberStateImpl |
class |
NearCacheStatsImpl |
Copyright © 2016 Hazelcast, Inc.. All Rights Reserved.