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

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

Methods in org.apache.accumulo.server.master that return TabletServerStatus
 TabletServerStatus LiveTServerSet.TServerConnection.getTableMap()
           
 

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(SortedMap<TServerInstance,TabletServerStatus> current, Set<KeyExtent> migrations, List<TabletMigration> migrationsOut)
          Ask the balancer if any migrations are necessary.
 long TableLoadBalancer.balance(SortedMap<TServerInstance,TabletServerStatus> current, Set<KeyExtent> migrations, List<TabletMigration> migrationsOut)
           
 long ChaoticLoadBalancer.balance(SortedMap<TServerInstance,TabletServerStatus> current, Set<KeyExtent> migrations, List<TabletMigration> migrationsOut)
          Will balance randomly, maintaining distribution
 long DefaultLoadBalancer.balance(SortedMap<TServerInstance,TabletServerStatus> current, Set<KeyExtent> migrations, List<TabletMigration> migrationsOut)
           
 TServerInstance DefaultLoadBalancer.getAssignment(SortedMap<TServerInstance,TabletServerStatus> locations, KeyExtent extent, TServerInstance last)
           
abstract  void TabletBalancer.getAssignments(SortedMap<TServerInstance,TabletServerStatus> current, Map<KeyExtent,TServerInstance> unassigned, Map<KeyExtent,TServerInstance> assignments)
          Assign tablets to tablet servers.
 void TableLoadBalancer.getAssignments(SortedMap<TServerInstance,TabletServerStatus> current, Map<KeyExtent,TServerInstance> unassigned, Map<KeyExtent,TServerInstance> assignments)
           
 void ChaoticLoadBalancer.getAssignments(SortedMap<TServerInstance,TabletServerStatus> current, Map<KeyExtent,TServerInstance> unassigned, Map<KeyExtent,TServerInstance> assignments)
           
 void DefaultLoadBalancer.getAssignments(SortedMap<TServerInstance,TabletServerStatus> current, Map<KeyExtent,TServerInstance> unassigned, Map<KeyExtent,TServerInstance> assignments)
           
 boolean DefaultLoadBalancer.getMigrations(Map<TServerInstance,TabletServerStatus> current, 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 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(Map<String,MapCounter<org.apache.accumulo.server.tabletserver.ScanRunState>> scanCounts)
           
 

Uses of TabletServerStatus in org.apache.accumulo.server.test.functional
 

Methods in org.apache.accumulo.server.test.functional that return TabletServerStatus
 TabletServerStatus ZombieTServer.ThriftClientHandler.getTabletServerStatus(TInfo tinfo, AuthInfo credentials)
           
 

Uses of TabletServerStatus in org.apache.accumulo.server.test.performance.thrift
 

Methods in org.apache.accumulo.server.test.performance.thrift that return TabletServerStatus
 TabletServerStatus NullTserver.ThriftClientHandler.getTabletServerStatus(TInfo tinfo, AuthInfo credentials)
           
 



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