|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use TabletStats | |
|---|---|
| org.apache.accumulo.core.tabletserver.thrift | |
| org.apache.accumulo.server.master.balancer | |
| org.apache.accumulo.server.tabletserver | |
| Uses of TabletStats in org.apache.accumulo.core.tabletserver.thrift |
|---|
| Fields in org.apache.accumulo.core.tabletserver.thrift declared as TabletStats | |
|---|---|
TabletStats |
TabletClientService.getHistoricalStats_result.success
|
| Fields in org.apache.accumulo.core.tabletserver.thrift with type parameters of type TabletStats | |
|---|---|
List<TabletStats> |
TabletClientService.getTabletStats_result.success
|
| Methods in org.apache.accumulo.core.tabletserver.thrift that return TabletStats | |
|---|---|
TabletStats |
TabletStats.deepCopy()
|
TabletStats |
TabletClientService.Iface.getHistoricalStats(TInfo tinfo,
AuthInfo credentials)
|
TabletStats |
TabletClientService.Client.getHistoricalStats(TInfo tinfo,
AuthInfo credentials)
|
TabletStats |
TabletClientService.AsyncClient.getHistoricalStats_call.getResult()
|
TabletStats |
TabletClientService.getHistoricalStats_result.getSuccess()
|
TabletStats |
TabletClientService.Client.recv_getHistoricalStats()
|
TabletStats |
TabletStats.setExtent(TKeyExtent extent)
|
TabletStats |
TabletStats.setIngestRate(double ingestRate)
|
TabletStats |
TabletStats.setMajor(ActionStats major)
|
TabletStats |
TabletStats.setMinor(ActionStats minor)
|
TabletStats |
TabletStats.setNumEntries(long numEntries)
|
TabletStats |
TabletStats.setQueryRate(double queryRate)
|
TabletStats |
TabletStats.setSplit(ActionStats split)
|
TabletStats |
TabletStats.setSplitCreationTime(long splitCreationTime)
|
| Methods in org.apache.accumulo.core.tabletserver.thrift that return types with arguments of type TabletStats | |
|---|---|
List<TabletStats> |
TabletClientService.AsyncClient.getTabletStats_call.getResult()
|
List<TabletStats> |
TabletClientService.getTabletStats_result.getSuccess()
|
Iterator<TabletStats> |
TabletClientService.getTabletStats_result.getSuccessIterator()
|
List<TabletStats> |
TabletClientService.Iface.getTabletStats(TInfo tinfo,
AuthInfo credentials,
String tableId)
|
List<TabletStats> |
TabletClientService.Client.getTabletStats(TInfo tinfo,
AuthInfo credentials,
String tableId)
|
List<TabletStats> |
TabletClientService.Client.recv_getTabletStats()
|
| Methods in org.apache.accumulo.core.tabletserver.thrift with parameters of type TabletStats | |
|---|---|
void |
TabletClientService.getTabletStats_result.addToSuccess(TabletStats elem)
|
int |
TabletStats.compareTo(TabletStats other)
|
boolean |
TabletStats.equals(TabletStats that)
|
TabletClientService.getHistoricalStats_result |
TabletClientService.getHistoricalStats_result.setSuccess(TabletStats success)
|
| Method parameters in org.apache.accumulo.core.tabletserver.thrift with type arguments of type TabletStats | |
|---|---|
TabletClientService.getTabletStats_result |
TabletClientService.getTabletStats_result.setSuccess(List<TabletStats> success)
|
| Constructors in org.apache.accumulo.core.tabletserver.thrift with parameters of type TabletStats | |
|---|---|
TabletClientService.getHistoricalStats_result(TabletStats success,
ThriftSecurityException sec)
|
|
TabletStats(TabletStats other)
Performs a deep copy on other. |
|
| Constructor parameters in org.apache.accumulo.core.tabletserver.thrift with type arguments of type TabletStats | |
|---|---|
TabletClientService.getTabletStats_result(List<TabletStats> success,
ThriftSecurityException sec)
|
|
| Uses of TabletStats in org.apache.accumulo.server.master.balancer |
|---|
| Methods in org.apache.accumulo.server.master.balancer that return types with arguments of type TabletStats | |
|---|---|
List<TabletStats> |
TabletBalancer.getOnlineTabletsForTable(TServerInstance tserver,
String tableId)
Fetch the tablets for the given table by asking the tablet server. |
| Uses of TabletStats in org.apache.accumulo.server.tabletserver |
|---|
| Methods in org.apache.accumulo.server.tabletserver that return TabletStats | |
|---|---|
TabletStats |
TabletStatsKeeper.getTabletStats()
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||