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