com.hazelcast.jmx
Class ManagedExecutorServiceMBean
java.lang.Object
com.hazelcast.jmx.HazelcastMBean<ManagedExecutorService>
com.hazelcast.jmx.ManagedExecutorServiceMBean
- All Implemented Interfaces:
- DynamicMBean, MBeanRegistration
public class ManagedExecutorServiceMBean
- extends HazelcastMBean<ManagedExecutorService>
Management bean for ManagedExecutorService
Methods inherited from class com.hazelcast.jmx.HazelcastMBean |
getAttribute, getAttributes, getMBeanInfo, invoke, postDeregister, postRegister, preDeregister, preRegister, register, setAttribute, setAttributes, setObjectName |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ManagedExecutorServiceMBean
public ManagedExecutorServiceMBean(HazelcastInstance hazelcastInstance,
ManagedExecutorService executorService,
ManagementService service)
getName
public String getName()
queueSize
public int queueSize()
poolSize
public int poolSize()
queueRemainingCapacity
public int queueRemainingCapacity()
maxPoolSize
public int maxPoolSize()
isShutdown
public boolean isShutdown()
isTerminated
public boolean isTerminated()
getExecutedCount
public long getExecutedCount()
Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.