See: Description
| Class | Description |
|---|---|
| AbstractMBean<E> |
A generic class to instrument object with dynamic MBeans.
|
| AtomicNumberMBean |
MBean for AtomicNumber
|
| ClusterMBean |
The instrumentation MBean for the cluster.
|
| CountDownLatchMBean |
MBean for ICountDownLatch
|
| DataMBean |
Manager of data instances and collects general statistics.
|
| ListMBean |
MBean for Collections
|
| LockMBean |
MBean for Locks
|
| ManagementService |
The management service instruments Hazelcast with MBeans required to
use JMX monitoring tools.
|
| ManagementService.ScheduledCollector | |
| MapEntryMBean |
MBean for MapEntry
|
| MapMBean |
MBean for Map
|
| MemberMBean |
The instrumentation MBean for a member.
|
| MultiMapMBean |
MBean for MultiMap
|
| ObjectNameSpec |
Handle JMX objectName
|
| QueueMBean |
Management bean for Hazelcast Queue
|
| SemaphoreMBean |
MBean for ISemaphore
|
| SetMBean |
MBean for Set
|
| TopicMBean |
Management bean for Hazelcst Topic
|
| Annotation Type | Description |
|---|---|
| JMXAttribute |
Mark a method as an attribute accessor
|
| JMXDescription |
Add a description
|
| JMXOperation |
Mark a method as a JMX operation
|
-Dcom.hazelcast.jmx=truewhen you start the Java virtual machine (JVM). For compatibility reasons, also starting with property
com.sun.management.jmxremote
will active the JMX agent.
Copyright © 2008-2013 Hazelcast, Inc. All Rights Reserved.