public class TabletServerMBeanImpl extends AbstractMetricsImpl implements TabletServerMBean
AbstractMetricsImpl.MetricMASTER_NAME, PREFIX, THRIFT_NAME, TSERVER_NAME| Modifier and Type | Method and Description |
|---|---|
double |
getAverageFilesPerTablet() |
long |
getEntries() |
long |
getEntriesInMemory() |
double |
getHoldTime() |
double |
getIngest() |
int |
getMajorCompactions() |
int |
getMajorCompactionsQueued() |
protected String |
getMetricsPrefix() |
int |
getMinorCompactions() |
int |
getMinorCompactionsQueued() |
String |
getName() |
protected ObjectName |
getObjectName() |
int |
getOnlineCount() |
int |
getOpeningCount() |
long |
getQueries() |
long |
getTotalMinorCompactions() |
int |
getUnopenedCount() |
void |
register() |
add, createMetric, finalize, getMetricAvg, getMetricCount, getMetricMax, getMetricMin, isEnabled, registerpublic void register()
throws Exception
register in interface Metricsregister in class AbstractMetricsImplExceptionpublic long getEntries()
getEntries in interface TabletServerMBeanpublic long getEntriesInMemory()
getEntriesInMemory in interface TabletServerMBeanpublic double getIngest()
getIngest in interface TabletServerMBeanpublic int getMajorCompactions()
getMajorCompactions in interface TabletServerMBeanpublic int getMajorCompactionsQueued()
getMajorCompactionsQueued in interface TabletServerMBeanpublic int getMinorCompactions()
getMinorCompactions in interface TabletServerMBeanpublic int getMinorCompactionsQueued()
getMinorCompactionsQueued in interface TabletServerMBeanpublic int getOnlineCount()
getOnlineCount in interface TabletServerMBeanpublic int getOpeningCount()
getOpeningCount in interface TabletServerMBeanpublic long getQueries()
getQueries in interface TabletServerMBeanpublic int getUnopenedCount()
getUnopenedCount in interface TabletServerMBeanpublic String getName()
getName in interface TabletServerMBeanpublic long getTotalMinorCompactions()
getTotalMinorCompactions in interface TabletServerMBeanpublic double getHoldTime()
getHoldTime in interface TabletServerMBeanpublic double getAverageFilesPerTablet()
getAverageFilesPerTablet in interface TabletServerMBeanprotected ObjectName getObjectName()
getObjectName in class AbstractMetricsImplprotected String getMetricsPrefix()
getMetricsPrefix in class AbstractMetricsImplCopyright © 2011–2018 The Apache Software Foundation. All rights reserved.