Uses of Class
org.apache.accumulo.core.tabletserver.thrift.TabletStats

Packages that use TabletStats
org.apache.accumulo.core.tabletserver.thrift   
 

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)
           
 



Copyright © 2013 The Apache Software Foundation. All Rights Reserved.