Uses of Class
org.apache.accumulo.core.master.thrift.RecoveryStatus
-
Packages that use RecoveryStatus Package Description 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 Modifier and Type Field Description List<RecoveryStatus>TabletServerStatus. logSortsMethods in org.apache.accumulo.core.master.thrift that return RecoveryStatus Modifier and Type Method Description RecoveryStatusRecoveryStatus. deepCopy()RecoveryStatusRecoveryStatus. setName(String name)RecoveryStatusRecoveryStatus. setProgress(double progress)RecoveryStatusRecoveryStatus. setRuntime(int runtime)Methods in org.apache.accumulo.core.master.thrift that return types with arguments of type RecoveryStatus Modifier and Type Method Description List<RecoveryStatus>TabletServerStatus. getLogSorts()Iterator<RecoveryStatus>TabletServerStatus. getLogSortsIterator()Methods in org.apache.accumulo.core.master.thrift with parameters of type RecoveryStatus Modifier and Type Method Description voidTabletServerStatus. addToLogSorts(RecoveryStatus elem)intRecoveryStatus. compareTo(RecoveryStatus other)booleanRecoveryStatus. equals(RecoveryStatus that)Method parameters in org.apache.accumulo.core.master.thrift with type arguments of type RecoveryStatus Modifier and Type Method Description TabletServerStatusTabletServerStatus. setLogSorts(List<RecoveryStatus> logSorts)Constructors in org.apache.accumulo.core.master.thrift with parameters of type RecoveryStatus Constructor Description RecoveryStatus(RecoveryStatus other)Performs a deep copy on other.Constructor parameters in org.apache.accumulo.core.master.thrift with type arguments of type RecoveryStatus Constructor Description 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, long flushs, long syncs, List<BulkImportStatus> bulkImports, String version, long responseTime)
-