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

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

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

Methods in org.apache.hadoop.hbase.hql 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.hql with parameters of type AlterCommand.OperationType
 void AlterCommand.setOperationType(AlterCommand.OperationType operationType)
          Sets the operation type of this alteration.
 



Copyright © 2008 The Apache Software Foundation