Uses of Class
org.apache.accumulo.core.master.thrift.TabletServerStatus

Packages that use TabletServerStatus
org.apache.accumulo.core.master.thrift   
org.apache.accumulo.core.tabletserver.thrift   
 

Uses of TabletServerStatus in org.apache.accumulo.core.master.thrift
 

Fields in org.apache.accumulo.core.master.thrift with type parameters of type TabletServerStatus
 List<TabletServerStatus> MasterMonitorInfo.tServerInfo
           
 

Methods in org.apache.accumulo.core.master.thrift that return TabletServerStatus
 TabletServerStatus TabletServerStatus.deepCopy()
           
 TabletServerStatus TabletServerStatus.setDataCacheHits(long dataCacheHits)
           
 TabletServerStatus TabletServerStatus.setDataCacheRequest(long dataCacheRequest)
           
 TabletServerStatus TabletServerStatus.setHoldTime(long holdTime)
           
 TabletServerStatus TabletServerStatus.setIndexCacheHits(long indexCacheHits)
           
 TabletServerStatus TabletServerStatus.setIndexCacheRequest(long indexCacheRequest)
           
 TabletServerStatus TabletServerStatus.setLastContact(long lastContact)
           
 TabletServerStatus TabletServerStatus.setLoggers(Set<String> loggers)
           
 TabletServerStatus TabletServerStatus.setLookups(long lookups)
           
 TabletServerStatus TabletServerStatus.setName(String name)
           
 TabletServerStatus TabletServerStatus.setOsLoad(double osLoad)
           
 TabletServerStatus TabletServerStatus.setTableMap(Map<String,TableInfo> tableMap)
           
 

Methods in org.apache.accumulo.core.master.thrift that return types with arguments of type TabletServerStatus
 List<TabletServerStatus> MasterMonitorInfo.getTServerInfo()
           
 Iterator<TabletServerStatus> MasterMonitorInfo.getTServerInfoIterator()
           
 

Methods in org.apache.accumulo.core.master.thrift with parameters of type TabletServerStatus
 void MasterMonitorInfo.addToTServerInfo(TabletServerStatus elem)
           
 int TabletServerStatus.compareTo(TabletServerStatus other)
           
 boolean TabletServerStatus.equals(TabletServerStatus that)
           
 

Method parameters in org.apache.accumulo.core.master.thrift with type arguments of type TabletServerStatus
 MasterMonitorInfo MasterMonitorInfo.setTServerInfo(List<TabletServerStatus> tServerInfo)
           
 

Constructors in org.apache.accumulo.core.master.thrift with parameters of type TabletServerStatus
TabletServerStatus(TabletServerStatus other)
          Performs a deep copy on other.
 

Constructor parameters in org.apache.accumulo.core.master.thrift with type arguments of type TabletServerStatus
MasterMonitorInfo(Map<String,TableInfo> tableMap, List<TabletServerStatus> tServerInfo, Map<String,Byte> badTServers, List<RecoveryStatus> recovery, List<LoggerStatus> loggers, MasterState state, MasterGoalState goalState, int unassignedTablets, Set<String> serversShuttingDown, List<DeadServer> deadTabletServers, List<DeadServer> deadLoggers)
           
 

Uses of TabletServerStatus in org.apache.accumulo.core.tabletserver.thrift
 

Fields in org.apache.accumulo.core.tabletserver.thrift declared as TabletServerStatus
 TabletServerStatus TabletClientService.getTabletServerStatus_result.success
           
 

Methods in org.apache.accumulo.core.tabletserver.thrift that return TabletServerStatus
 TabletServerStatus TabletClientService.AsyncClient.getTabletServerStatus_call.getResult()
           
 TabletServerStatus TabletClientService.getTabletServerStatus_result.getSuccess()
           
 TabletServerStatus TabletClientService.Iface.getTabletServerStatus(TInfo tinfo, AuthInfo credentials)
           
 TabletServerStatus TabletClientService.Client.getTabletServerStatus(TInfo tinfo, AuthInfo credentials)
           
 TabletServerStatus TabletClientService.Client.recv_getTabletServerStatus()
           
 

Methods in org.apache.accumulo.core.tabletserver.thrift with parameters of type TabletServerStatus
 TabletClientService.getTabletServerStatus_result TabletClientService.getTabletServerStatus_result.setSuccess(TabletServerStatus success)
           
 

Constructors in org.apache.accumulo.core.tabletserver.thrift with parameters of type TabletServerStatus
TabletClientService.getTabletServerStatus_result(TabletServerStatus success, ThriftSecurityException sec)
           
 



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