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

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

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

Fields in org.apache.accumulo.core.master.thrift with type parameters of type RecoveryStatus
 java.util.List<RecoveryStatus> MasterMonitorInfo.recovery
           
 

Methods in org.apache.accumulo.core.master.thrift that return RecoveryStatus
 RecoveryStatus RecoveryStatus.clone()
          Deprecated. 
 RecoveryStatus RecoveryStatus.deepCopy()
           
 RecoveryStatus RecoveryStatus.setCopyProgress(double copyProgress)
           
 RecoveryStatus RecoveryStatus.setHost(java.lang.String host)
           
 RecoveryStatus RecoveryStatus.setMapProgress(double mapProgress)
           
 RecoveryStatus RecoveryStatus.setName(java.lang.String name)
           
 RecoveryStatus RecoveryStatus.setReduceProgress(double reduceProgress)
           
 RecoveryStatus RecoveryStatus.setRuntime(int runtime)
           
 

Methods in org.apache.accumulo.core.master.thrift that return types with arguments of type RecoveryStatus
 java.util.List<RecoveryStatus> MasterMonitorInfo.getRecovery()
           
 java.util.Iterator<RecoveryStatus> MasterMonitorInfo.getRecoveryIterator()
           
 

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

Method parameters in org.apache.accumulo.core.master.thrift with type arguments of type RecoveryStatus
 MasterMonitorInfo MasterMonitorInfo.setRecovery(java.util.List<RecoveryStatus> recovery)
           
 

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

Constructor parameters in org.apache.accumulo.core.master.thrift with type arguments of type RecoveryStatus
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)
           
 



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