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 in
    Modifier and Type
    Method
    Description
    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.
    Methods in org.apache.hadoop.hbase.errorhandling with parameters of type org.apache.hadoop.hbase.errorhandling.ForeignException in in
    Modifier and Type
    Method
    Description
    void
    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 in
    Modifier and Type
    Method
    Description
    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

    Methods in org.apache.hadoop.hbase.master that return org.apache.hadoop.hbase.errorhandling.ForeignException in in
    Modifier and Type
    Method
    Description
    org.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 in
    Modifier and Type
    Method
    Description
    void
    SnapshotSentinel.rethrowExceptionIfFailed()
    Rethrow the exception returned by SnapshotSentinel.getExceptionIfFailed().