@InterfaceAudience.LimitedPrivate(value="Coprocesssor") @InterfaceStability.Evolving public interface Stoppable
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
isStopped()  | 
void | 
stop(String why)
Stop this service. 
 | 
void stop(String why)
why - Why we're stopping.boolean isStopped()
stop(String) has been closed.