com.hazelcast.jmx
public class ManagedExecutorServiceMBean extends HazelcastMBean<ManagedExecutorService>
ManagedExecutorService
attributeMap, operationMap
Constructor and Description |
---|
ManagedExecutorServiceMBean(HazelcastInstance hazelcastInstance,
ManagedExecutorService executorService,
ManagementService service) |
Modifier and Type | Method and Description |
---|---|
long |
getExecutedCount() |
String |
getName() |
boolean |
isShutdown() |
boolean |
isTerminated() |
int |
maxPoolSize() |
int |
poolSize() |
int |
queueRemainingCapacity() |
int |
queueSize() |
getAttribute, getAttributes, getMBeanInfo, invoke, postDeregister, postRegister, preDeregister, preRegister, register, setAttribute, setAttributes, setObjectName
public ManagedExecutorServiceMBean(HazelcastInstance hazelcastInstance, ManagedExecutorService executorService, ManagementService service)
public String getName()
public int queueSize()
public int poolSize()
public int queueRemainingCapacity()
public int maxPoolSize()
public boolean isShutdown()
public boolean isTerminated()
public long getExecutedCount()
Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.