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

Packages that use RecoveryException
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
 RecoveryException RecoveryException.deepCopy()
           
 RecoveryException RecoveryException.setWhy(String why)
           
 

Methods in org.apache.accumulo.core.master.thrift with parameters of type RecoveryException
 int RecoveryException.compareTo(RecoveryException other)
           
 boolean RecoveryException.equals(RecoveryException that)
           
 

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



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