Class ShutdownHook.DoNothingStoppable
java.lang.Object
org.apache.hadoop.hbase.regionserver.ShutdownHook.DoNothingStoppable
- All Implemented Interfaces:
Stoppable
- Enclosing class:
- ShutdownHook
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Returns True ifStoppable.stop(String)
has been closed.void
Stop this service.
-
Constructor Details
-
DoNothingStoppable
-
-
Method Details
-
isStopped
Description copied from interface:Stoppable
Returns True ifStoppable.stop(String)
has been closed. -
stop
Description copied from interface:Stoppable
Stop this service. Implementers should favor logging errors over throwing RuntimeExceptions.
-