org.apache.accumulo.server.tabletserver.metrics
public interface TabletServerMBean
Modifier and Type | Method and Description |
---|---|
double |
getAverageFilesPerTablet() |
long |
getEntries() |
long |
getEntriesInMemory() |
double |
getHoldTime() |
long |
getIngest() |
int |
getMajorCompactions() |
int |
getMajorCompactionsQueued() |
int |
getMinorCompactions() |
int |
getMinorCompactionsQueued() |
String |
getName() |
int |
getOnlineCount() |
int |
getOpeningCount() |
long |
getQueries() |
long |
getTotalMinorCompactions() |
int |
getUnopenedCount() |
int getOnlineCount()
int getOpeningCount()
int getUnopenedCount()
int getMajorCompactions()
int getMajorCompactionsQueued()
int getMinorCompactions()
int getMinorCompactionsQueued()
long getEntries()
long getEntriesInMemory()
long getQueries()
long getIngest()
long getTotalMinorCompactions()
double getHoldTime()
String getName()
double getAverageFilesPerTablet()
Copyright © 2015 Apache Accumulo Project. All Rights Reserved.