org.apache.hadoop.hbase
Interface Stoppable

All Known Subinterfaces:
Server

@InterfaceAudience.Private
public interface Stoppable

Implementers are Stoppable.


Method Summary
 boolean isStopped()
           
 void stop(String why)
          Stop this service.
 

Method Detail

stop

void stop(String why)
Stop this service.

Parameters:
why - Why we're stopping.

isStopped

boolean isStopped()
Returns:
True if stop(String) has been closed.


Copyright © 2013 The Apache Software Foundation. All Rights Reserved.