Uses of Class
org.apache.accumulo.core.master.thrift.RecoveryException
-
Packages that use RecoveryException Package Description org.apache.accumulo.core.master.thrift -
-
Uses of RecoveryException in org.apache.accumulo.core.master.thrift
Methods in org.apache.accumulo.core.master.thrift that return RecoveryException Modifier and Type Method Description RecoveryExceptionRecoveryException. deepCopy()RecoveryExceptionRecoveryException. setWhy(String why)Methods in org.apache.accumulo.core.master.thrift with parameters of type RecoveryException Modifier and Type Method Description intRecoveryException. compareTo(RecoveryException other)booleanRecoveryException. equals(RecoveryException that)Constructors in org.apache.accumulo.core.master.thrift with parameters of type RecoveryException Constructor Description RecoveryException(RecoveryException other)Performs a deep copy on other.
-