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