Class DumpReplicationQueues.WarnOnlyAbortable

java.lang.Object
org.apache.hadoop.hbase.replication.regionserver.DumpReplicationQueues.WarnOnlyAbortable
All Implemented Interfaces:
Abortable
Enclosing class:
DumpReplicationQueues

private static class DumpReplicationQueues.WarnOnlyAbortable extends Object implements Abortable
  • Constructor Details

  • Method Details

    • abort

      public void abort(String why, Throwable e)
      Description copied from interface: Abortable
      Abort the server or client.
      Specified by:
      abort in interface Abortable
      Parameters:
      why - Why we're aborting.
      e - Throwable that caused abort. Can be null.
    • isAborted

      public boolean isAborted()
      Description copied from interface: Abortable
      Check if the server or client was aborted.
      Specified by:
      isAborted in interface Abortable
      Returns:
      true if the server or client was aborted, false otherwise