java.lang.Object
org.apache.hadoop.hbase.replication.regionserver.DumpReplicationQueues.WarnOnlyAbortable
-
Constructor Summary
Constructors
-
Method Summary
void
Abort the server or client.
boolean
Check if the server or client was aborted.
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.apache.hadoop.hbase.Abortable
abort
-
-
Method Details
-
abort
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
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