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
 java.util.List<TabletServerStatus> MasterMonitorInfo.tServerInfo
           
 

Methods in org.apache.accumulo.core.master.thrift that return TabletServerStatus
 TabletServerStatus TabletServerStatus.clone()
          Deprecated. 
 TabletServerStatus TabletServerStatus.deepCopy()
           
 TabletServerStatus TabletServerStatus.setHoldTime(long holdTime)
           
 TabletServerStatus TabletServerStatus.setLastContact(long lastContact)
           
 TabletServerStatus TabletServerStatus.setLoggers(java.util.Set<java.lang.String> loggers)
           
 TabletServerStatus TabletServerStatus.setLookups(long lookups)
           
 TabletServerStatus TabletServerStatus.setName(java.lang.String name)
           
 TabletServerStatus TabletServerStatus.setOsLoad(double osLoad)
           
 TabletServerStatus TabletServerStatus.setTableMap(java.util.Map<java.lang.String,TableInfo> tableMap)
           
 

Methods in org.apache.accumulo.core.master.thrift that return types with arguments of type TabletServerStatus
 java.util.List<TabletServerStatus> MasterMonitorInfo.getTServerInfo()
           
 java.util.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(java.util.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(java.util.Map<java.lang.String,TableInfo> tableMap, java.util.List<TabletServerStatus> tServerInfo, java.util.Map<java.lang.String,java.lang.Byte> badTServers, java.util.List<RecoveryStatus> recovery, java.util.List<LoggerStatus> loggers, MasterState state, MasterGoalState goalState, int unassignedTablets, java.util.Set<java.lang.String> serversShuttingDown)
           
 

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.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.