Uses of Enum
org.apache.hadoop.hbase.HBaseClusterManager.CommandProvider.Operation
Packages that use HBaseClusterManager.CommandProvider.Operation
-
Uses of HBaseClusterManager.CommandProvider.Operation in org.apache.hadoop.hbase
Methods in org.apache.hadoop.hbase that return HBaseClusterManager.CommandProvider.OperationModifier and TypeMethodDescriptionReturns the enum constant of this type with the specified name.HBaseClusterManager.CommandProvider.Operation.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 HBaseClusterManager.CommandProvider.OperationModifier and TypeMethodDescriptionprivate void
ZNodeClusterManager.createOpCommand
(String hostname, ClusterManager.ServiceType service, HBaseClusterManager.CommandProvider.Operation op) private void
HBaseClusterManager.exec
(String hostname, ClusterManager.ServiceType service, HBaseClusterManager.CommandProvider.Operation op) abstract String
HBaseClusterManager.CommandProvider.getCommand
(ClusterManager.ServiceType service, HBaseClusterManager.CommandProvider.Operation op) HBaseClusterManager.HadoopShellCommandProvider.getCommand
(ClusterManager.ServiceType service, HBaseClusterManager.CommandProvider.Operation op) HBaseClusterManager.HBaseShellCommandProvider.getCommand
(ClusterManager.ServiceType service, HBaseClusterManager.CommandProvider.Operation op) HBaseClusterManager.ZookeeperShellCommandProvider.getCommand
(ClusterManager.ServiceType service, HBaseClusterManager.CommandProvider.Operation op)