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   
org.apache.accumulo.server.master.balancer   
org.apache.accumulo.server.monitor   
org.apache.accumulo.server.monitor.util.celltypes   
org.apache.accumulo.server.tabletserver   
 

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)
           
 

Uses of TabletServerStatus in org.apache.accumulo.server.master.balancer
 

Method parameters in org.apache.accumulo.server.master.balancer with type arguments of type TabletServerStatus
abstract  long TabletBalancer.balance(java.util.SortedMap<TServerInstance,TabletServerStatus> current, java.util.Set<KeyExtent> migrations, java.util.List<TabletMigration> migrationsOut)
          Ask the balancer if any migrations are necessary.
 long TableLoadBalancer.balance(java.util.SortedMap<TServerInstance,TabletServerStatus> current, java.util.Set<KeyExtent> migrations, java.util.List<TabletMigration> migrationsOut)
           
 long DefaultLoadBalancer.balance(java.util.SortedMap<TServerInstance,TabletServerStatus> current, java.util.Set<KeyExtent> migrations, java.util.List<TabletMigration> migrationsOut)
           
 TServerInstance DefaultLoadBalancer.getAssignment(java.util.SortedMap<TServerInstance,TabletServerStatus> locations, KeyExtent extent, TServerInstance last)
           
abstract  void TabletBalancer.getAssignments(java.util.SortedMap<TServerInstance,TabletServerStatus> current, java.util.Map<KeyExtent,TServerInstance> unassigned, java.util.Map<KeyExtent,TServerInstance> assignments)
          Assign tablets to tablet servers
 void TableLoadBalancer.getAssignments(java.util.SortedMap<TServerInstance,TabletServerStatus> current, java.util.Map<KeyExtent,TServerInstance> unassigned, java.util.Map<KeyExtent,TServerInstance> assignments)
           
 void DefaultLoadBalancer.getAssignments(java.util.SortedMap<TServerInstance,TabletServerStatus> current, java.util.Map<KeyExtent,TServerInstance> unassigned, java.util.Map<KeyExtent,TServerInstance> assignments)
           
 boolean DefaultLoadBalancer.getMigrations(java.util.Map<TServerInstance,TabletServerStatus> current, java.util.List<TabletMigration> result)
           
 

Constructors in org.apache.accumulo.server.master.balancer with parameters of type TabletServerStatus
TServerUsesLoggers(TServerInstance instance, TabletServerStatus status)
           
 

Uses of TabletServerStatus in org.apache.accumulo.server.monitor
 

Methods in org.apache.accumulo.server.monitor with parameters of type TabletServerStatus
static TableInfo Monitor.summarizeTableStats(TabletServerStatus status)
           
 

Uses of TabletServerStatus in org.apache.accumulo.server.monitor.util.celltypes
 

Methods in org.apache.accumulo.server.monitor.util.celltypes with parameters of type TabletServerStatus
 int TServerLinkType.compare(TabletServerStatus o1, TabletServerStatus o2)
           
static java.lang.String TServerLinkType.displayName(TabletServerStatus status)
           
 

Uses of TabletServerStatus in org.apache.accumulo.server.tabletserver
 

Methods in org.apache.accumulo.server.tabletserver that return TabletServerStatus
 TabletServerStatus TabletServer.getStats()
           
 



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