@InterfaceAudience.Private public interface IncrementCoalescerMBean
Modifier and Type | Method and Description |
---|---|
int |
getCorePoolSize() |
long |
getCountersMapSize() |
long |
getFailedIncrements() |
int |
getMaxPoolSize() |
int |
getMaxQueueSize() |
long |
getPoolCompletedTaskCount() |
int |
getPoolLargestPoolSize() |
long |
getPoolTaskCount() |
int |
getQueueSize() |
long |
getSuccessfulCoalescings() |
long |
getTotalIncrements() |
void |
setCorePoolSize(int newCoreSize) |
void |
setMaxPoolSize(int newMaxSize) |
void |
setMaxQueueSize(int newSize) |
int getQueueSize()
int getMaxQueueSize()
void setMaxQueueSize(int newSize)
long getPoolCompletedTaskCount()
long getPoolTaskCount()
int getPoolLargestPoolSize()
int getCorePoolSize()
void setCorePoolSize(int newCoreSize)
int getMaxPoolSize()
void setMaxPoolSize(int newMaxSize)
long getFailedIncrements()
long getSuccessfulCoalescings()
long getTotalIncrements()
long getCountersMapSize()
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.