public class TabletServerMetricsUtil extends Object
| Constructor and Description |
|---|
TabletServerMetricsUtil(TabletServer tserver) |
| 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() |
public TabletServerMetricsUtil(TabletServer tserver)
public long getEntries()
public long getEntriesInMemory()
public double getIngest()
public int getMajorCompactions()
public int getMajorCompactionsQueued()
public int getMinorCompactions()
public int getMinorCompactionsQueued()
public int getOnlineCount()
public int getOpeningCount()
public long getQueries()
public int getUnopenedCount()
public String getName()
public long getTotalMinorCompactions()
public double getHoldTime()
public double getAverageFilesPerTablet()
Copyright © 2011–2017 The Apache Software Foundation. All rights reserved.