public interface TabletServerMBean
| Modifier and Type | Method and Description |
|---|---|
double |
getAverageFilesPerTablet() |
long |
getEntries() |
long |
getEntriesInMemory() |
double |
getHoldTime() |
double |
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()
double getIngest()
long getTotalMinorCompactions()
double getHoldTime()
String getName()
double getAverageFilesPerTablet()
Copyright © 2011–2018 The Apache Software Foundation. All rights reserved.