Uses of Enum Class
org.apache.hadoop.hbase.RESTApiClusterManager.RoleCommand
Packages that use RESTApiClusterManager.RoleCommand
-
Uses of RESTApiClusterManager.RoleCommand in org.apache.hadoop.hbase
Methods in org.apache.hadoop.hbase that return RESTApiClusterManager.RoleCommandModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static RESTApiClusterManager.RoleCommand[]
RESTApiClusterManager.RoleCommand.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.hadoop.hbase with parameters of type RESTApiClusterManager.RoleCommandModifier and TypeMethodDescriptionprivate long
RESTApiClusterManager.doRoleCommand
(String serviceName, String roleName, RESTApiClusterManager.RoleCommand roleCommand) Issues a command (e.g.private void
RESTApiClusterManager.performClusterManagerCommand
(ClusterManager.ServiceType role, String hostname, RESTApiClusterManager.RoleCommand command)