org.apache.hadoop.hbase.thrift
Interface IncrementCoalescerMBean

All Known Implementing Classes:
IncrementCoalescer

public interface IncrementCoalescerMBean


Method Summary
 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)
           
 

Method Detail

getQueueSize

int getQueueSize()

getMaxQueueSize

int getMaxQueueSize()

setMaxQueueSize

void setMaxQueueSize(int newSize)

getPoolCompletedTaskCount

long getPoolCompletedTaskCount()

getPoolTaskCount

long getPoolTaskCount()

getPoolLargestPoolSize

int getPoolLargestPoolSize()

getCorePoolSize

int getCorePoolSize()

setCorePoolSize

void setCorePoolSize(int newCoreSize)

getMaxPoolSize

int getMaxPoolSize()

setMaxPoolSize

void setMaxPoolSize(int newMaxSize)

getFailedIncrements

long getFailedIncrements()

getSuccessfulCoalescings

long getSuccessfulCoalescings()

getTotalIncrements

long getTotalIncrements()

getCountersMapSize

long getCountersMapSize()


Copyright © 2013 The Apache Software Foundation. All Rights Reserved.