Uses of Class
org.apache.hadoop.hbase.shell.AlterCommand.OperationType

Packages that use AlterCommand.OperationType
org.apache.hadoop.hbase.shell   
 

Uses of AlterCommand.OperationType in org.apache.hadoop.hbase.shell
 

Methods in org.apache.hadoop.hbase.shell that return AlterCommand.OperationType
static AlterCommand.OperationType AlterCommand.OperationType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static AlterCommand.OperationType[] AlterCommand.OperationType.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in org.apache.hadoop.hbase.shell with parameters of type AlterCommand.OperationType
 void AlterCommand.setOperationType(AlterCommand.OperationType operationType)
          Sets the operation type of this alteration.
 



Copyright © 2006 The Apache Software Foundation