@InterfaceAudience.Private
@InterfaceStability.Unstable
public interface ServicePluginLifecycle
| Modifier and Type | Method and Description | 
|---|---|
void | 
initialize()
Perform any additional initialization which may be required beyond the constructor. 
 | 
void | 
shutdown()
Shutdown the service. 
 | 
void | 
start()
Start the service. 
 | 
Copyright © 2016 Apache Software Foundation. All rights reserved.