abstract static class HBaseClusterManager.CommandProvider extends Object
Modifier and Type | Class and Description |
---|---|
(package private) static class |
HBaseClusterManager.CommandProvider.Operation |
Constructor and Description |
---|
CommandProvider() |
Modifier and Type | Method and Description |
---|---|
protected String |
findPidCommand(ClusterManager.ServiceType service) |
abstract String |
getCommand(ClusterManager.ServiceType service,
HBaseClusterManager.CommandProvider.Operation op) |
String |
isRunningCommand(ClusterManager.ServiceType service) |
String |
signalCommand(ClusterManager.ServiceType service,
String signal) |
CommandProvider()
public abstract String getCommand(ClusterManager.ServiceType service, HBaseClusterManager.CommandProvider.Operation op)
public String isRunningCommand(ClusterManager.ServiceType service)
protected String findPidCommand(ClusterManager.ServiceType service)
public String signalCommand(ClusterManager.ServiceType service, String signal)
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.