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.ForeignExceptionForeignException.deserialize(byte[] bytes) Takes a series of bytes and tries to generate an ForeignException instance for it.org.apache.hadoop.hbase.errorhandling.ForeignExceptionForeignExceptionDispatcher.getException()org.apache.hadoop.hbase.errorhandling.ForeignExceptionForeignExceptionSnare.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 TypeMethodDescriptionvoidForeignExceptionDispatcher.receive(org.apache.hadoop.hbase.errorhandling.ForeignException e) voidForeignExceptionListener.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 TypeMethodDescriptionvoidForeignExceptionDispatcher.rethrowException()voidForeignExceptionSnare.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.ForeignExceptionSnapshotSentinel.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 TypeMethodDescriptionvoidSnapshotSentinel.rethrowExceptionIfFailed()Rethrow the exception returned bySnapshotSentinel.getExceptionIfFailed().