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
 List<RecoveryStatus> TabletServerStatus.logSorts
           
 

Methods in org.apache.accumulo.core.master.thrift that return RecoveryStatus
 RecoveryStatus RecoveryStatus.deepCopy()
           
 RecoveryStatus RecoveryStatus.setName(String name)
           
 RecoveryStatus RecoveryStatus.setProgress(double progress)
           
 RecoveryStatus RecoveryStatus.setRuntime(int runtime)
           
 

Methods in org.apache.accumulo.core.master.thrift that return types with arguments of type RecoveryStatus
 List<RecoveryStatus> TabletServerStatus.getLogSorts()
           
 Iterator<RecoveryStatus> TabletServerStatus.getLogSortsIterator()
           
 

Methods in org.apache.accumulo.core.master.thrift with parameters of type RecoveryStatus
 void TabletServerStatus.addToLogSorts(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
 TabletServerStatus TabletServerStatus.setLogSorts(List<RecoveryStatus> logSorts)
           
 

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
TabletServerStatus(Map<String,TableInfo> tableMap, long lastContact, String name, double osLoad, long holdTime, long lookups, long indexCacheHits, long indexCacheRequest, long dataCacheHits, long dataCacheRequest, List<RecoveryStatus> logSorts)
           
 



Copyright © 2013 Apache Accumulo Project. All Rights Reserved.