Uses of Enum
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 type with the specified name.static RESTApiClusterManager.RoleCommand[]RESTApiClusterManager.RoleCommand.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.hadoop.hbase with parameters of type RESTApiClusterManager.RoleCommandModifier and TypeMethodDescriptionprivate longRESTApiClusterManager.doRoleCommand(String serviceName, String roleName, RESTApiClusterManager.RoleCommand roleCommand) Issues a command (e.g.private voidRESTApiClusterManager.performClusterManagerCommand(ClusterManager.ServiceType role, String hostname, RESTApiClusterManager.RoleCommand command)