|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use JMXOperation | |
---|---|
com.hazelcast.jmx | The com.hazelcast.jmx package contains MBeans and a ManagementService for JMX management JMX support in Hazelcast. |
Uses of JMXOperation in com.hazelcast.jmx |
---|
Methods in com.hazelcast.jmx with annotations of type JMXOperation | |
---|---|
void |
AtomicNumberMBean.add(long delta)
|
int |
SemaphoreMBean.available()
|
void |
ListMBean.clear()
|
void |
MapMBean.clear()
|
void |
MultiMapMBean.clear()
|
void |
QueueMBean.clear()
Clear queue |
void |
SetMBean.clear()
|
void |
AtomicNumberMBean.compareAndSet(long expectedValue,
long newValue)
|
void |
CountDownLatchMBean.countDown()
|
void |
AtomicNumberMBean.decrementAndGet()
|
int |
SemaphoreMBean.drain()
|
String |
MapMBean.entrySet(String query)
|
long |
AtomicNumberMBean.get()
|
long |
AtomicNumberMBean.getAdd(long delta)
|
long |
CountDownLatchMBean.getCount()
|
Member |
CountDownLatchMBean.getOwner()
|
long |
AtomicNumberMBean.getSet(long delta)
|
void |
AtomicNumberMBean.incrementAndGet()
|
void |
SemaphoreMBean.reduce(int reduction)
|
void |
SemaphoreMBean.release(int permits)
|
void |
AtomicNumberMBean.reset()
|
void |
DataMBean.resetStats()
Resets statistics |
void |
ListMBean.resetStats()
Resets statistics |
void |
QueueMBean.resetStats()
Resets statistics |
void |
SetMBean.resetStats()
Resets statistics |
void |
TopicMBean.resetStats()
Resets statistics |
void |
ClusterMBean.restart()
|
void |
AtomicNumberMBean.set(long newValue)
|
void |
ClusterMBean.shutdown()
|
String |
MapMBean.values(String query)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |