public class RESTApiClusterManager extends org.apache.hadoop.conf.Configured
| Modifier and Type | Class and Description |
|---|---|
static class |
ClusterManager.ServiceType
Type of the service daemon
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
isRunning(ClusterManager.ServiceType service,
String hostname,
int port)
Returns whether the service is running on the remote host.
|
void |
kill(ClusterManager.ServiceType service,
String hostname,
int port)
Kills the service running on the given host
|
void |
restart(ClusterManager.ServiceType service,
String hostname,
int port)
Restart the service on the given host
|
void |
resume(ClusterManager.ServiceType service,
String hostname,
int port)
Resumes the services running on the given host
|
void |
setConf(org.apache.hadoop.conf.Configuration conf) |
void |
start(ClusterManager.ServiceType service,
String hostname,
int port)
Start the service on the given host
|
void |
stop(ClusterManager.ServiceType service,
String hostname,
int port)
Stop the service on the given host
|
void |
suspend(ClusterManager.ServiceType service,
String hostname,
int port)
Suspends the service running on the given host
|
public void setConf(org.apache.hadoop.conf.Configuration conf)
setConf in interface org.apache.hadoop.conf.ConfigurablesetConf in class org.apache.hadoop.conf.Configuredpublic void start(ClusterManager.ServiceType service, String hostname, int port) throws IOException
IOExceptionpublic void stop(ClusterManager.ServiceType service, String hostname, int port) throws IOException
IOExceptionpublic void restart(ClusterManager.ServiceType service, String hostname, int port) throws IOException
IOExceptionpublic boolean isRunning(ClusterManager.ServiceType service, String hostname, int port) throws IOException
IOExceptionpublic void kill(ClusterManager.ServiceType service, String hostname, int port) throws IOException
IOExceptionpublic void suspend(ClusterManager.ServiceType service, String hostname, int port) throws IOException
IOExceptionpublic void resume(ClusterManager.ServiceType service, String hostname, int port) throws IOException
IOExceptionCopyright © 2007–2019 Cloudera. All rights reserved.