Uses of Class
org.apache.hadoop.hbase.errorhandling.ForeignException
Packages that use org.apache.hadoop.hbase.errorhandling.ForeignException
-
Uses of org.apache.hadoop.hbase.errorhandling.ForeignException in org.apache.hadoop.hbase.errorhandling
Methods in org.apache.hadoop.hbase.errorhandling that return org.apache.hadoop.hbase.errorhandling.ForeignException in inModifier and TypeMethodDescriptionstatic 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.Methods in org.apache.hadoop.hbase.errorhandling with parameters of type org.apache.hadoop.hbase.errorhandling.ForeignException in inModifier and TypeMethodDescriptionvoid
ForeignExceptionDispatcher.receive
(org.apache.hadoop.hbase.errorhandling.ForeignException e) void
ForeignExceptionListener.receive
(org.apache.hadoop.hbase.errorhandling.ForeignException e) Receive a ForeignException.Methods in org.apache.hadoop.hbase.errorhandling that throw org.apache.hadoop.hbase.errorhandling.ForeignException in inModifier and TypeMethodDescriptionvoid
ForeignExceptionDispatcher.rethrowException()
void
ForeignExceptionSnare.rethrowException()
Rethrow an exception currently held by theForeignExceptionSnare
. -
Uses of org.apache.hadoop.hbase.errorhandling.ForeignException in org.apache.hadoop.hbase.master
Methods in org.apache.hadoop.hbase.master that return org.apache.hadoop.hbase.errorhandling.ForeignException in inModifier and TypeMethodDescriptionorg.apache.hadoop.hbase.errorhandling.ForeignException
SnapshotSentinel.getExceptionIfFailed()
Get the exception that caused the snapshot to fail, if the snapshot has failed.Methods in org.apache.hadoop.hbase.master that throw org.apache.hadoop.hbase.errorhandling.ForeignException in inModifier and TypeMethodDescriptionvoid
SnapshotSentinel.rethrowExceptionIfFailed()
Rethrow the exception returned bySnapshotSentinel.getExceptionIfFailed()
.