public class ZookeeperService extends Object implements Service
Service.ServiceConfig| Constructor and Description |
|---|
ZookeeperService() |
| Modifier and Type | Method and Description |
|---|---|
void |
configure(Service.ServiceConfig serviceConfig)
Configure this service with the ServiceConfig
|
List<Class<? extends Service>> |
dependencies()
Get the other Service implementations this Service has as a dependency.
|
Configuration |
getHadoopConf()
Get the Hadoop configuration object for this service.
|
void |
start()
Start the service.
|
void |
stop()
Stop the service.
|
public void configure(Service.ServiceConfig serviceConfig)
Servicepublic Configuration getHadoopConf()
ServicegetHadoopConf in interface Servicepublic void start()
throws IOException,
InterruptedException
Servicestart in interface ServiceIOExceptionInterruptedExceptionpublic void stop()
throws IOException
Servicestop in interface ServiceIOExceptionpublic List<Class<? extends Service>> dependencies()
Servicedependencies in interface ServiceCopyright © 2013–2015. All rights reserved.