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

Packages that use DeadServer
org.apache.accumulo.core.master.thrift   
 

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

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

Methods in org.apache.accumulo.core.master.thrift that return DeadServer
 DeadServer DeadServer.deepCopy()
           
 DeadServer DeadServer.setLastStatus(long lastStatus)
           
 DeadServer DeadServer.setServer(String server)
           
 DeadServer DeadServer.setStatus(String status)
           
 

Methods in org.apache.accumulo.core.master.thrift that return types with arguments of type DeadServer
 List<DeadServer> MasterMonitorInfo.getDeadTabletServers()
           
 Iterator<DeadServer> MasterMonitorInfo.getDeadTabletServersIterator()
           
 

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

Method parameters in org.apache.accumulo.core.master.thrift with type arguments of type DeadServer
 MasterMonitorInfo MasterMonitorInfo.setDeadTabletServers(List<DeadServer> deadTabletServers)
           
 

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

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



Copyright © 2013 Apache Accumulo Project. All Rights Reserved.