Packages that use org.apache.hadoop.hbase.errorhandling.ForeignException
-
static org.apache.hadoop.hbase.errorhandling.ForeignException
ForeignException.deserialize(byte[] bytes)
Takes a series of bytes and tries to generate an ForeignException instance for it.
org.apache.hadoop.hbase.errorhandling.ForeignException
ForeignExceptionDispatcher.getException()
org.apache.hadoop.hbase.errorhandling.ForeignException
ForeignExceptionSnare.getException()
Get the value of the captured exception.
void
ForeignExceptionDispatcher.receive(org.apache.hadoop.hbase.errorhandling.ForeignException e)
void
ForeignExceptionListener.receive(org.apache.hadoop.hbase.errorhandling.ForeignException e)
Receive a ForeignException.
void
ForeignExceptionDispatcher.rethrowException()
void
ForeignExceptionSnare.rethrowException()
Rethrow an exception currently held by the ForeignExceptionSnare
.
-
Uses of org.apache.hadoop.hbase.errorhandling.ForeignException in org.apache.hadoop.hbase.master
org.apache.hadoop.hbase.errorhandling.ForeignException
SnapshotSentinel.getExceptionIfFailed()
Get the exception that caused the snapshot to fail, if the snapshot has failed.
void
SnapshotSentinel.rethrowExceptionIfFailed()
Rethrow the exception returned by SnapshotSentinel.getExceptionIfFailed()
.