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