Service.ServiceConfig
Modifier and Type | Field and Description |
---|---|
static String |
MASTER_PORT_KEY
Service configuration keys
|
static String |
REGIONSERVER_PORT_KEY |
Constructor and Description |
---|
HBaseService() |
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 static final String MASTER_PORT_KEY
public static final String REGIONSERVER_PORT_KEY
public void configure(Service.ServiceConfig serviceConfig)
Service
public Configuration getHadoopConf()
Service
getHadoopConf
in interface Service
public void start() throws IOException, InterruptedException
Service
start
in interface Service
IOException
InterruptedException
public void stop() throws IOException
Service
stop
in interface Service
IOException
public List<Class<? extends Service>> dependencies()
Service
dependencies
in interface Service
Copyright © 2013–2015. All rights reserved.