Uses of Class
org.apache.hadoop.hbase.hql.Command.CommandType

Packages that use Command.CommandType
org.apache.hadoop.hbase.hql   
 

Uses of Command.CommandType in org.apache.hadoop.hbase.hql
 

Methods in org.apache.hadoop.hbase.hql that return Command.CommandType
 Command.CommandType TruncateCommand.getCommandType()
           
 Command.CommandType JarCommand.getCommandType()
           
 Command.CommandType InsertCommand.getCommandType()
           
 Command.CommandType FsCommand.getCommandType()
           
 Command.CommandType ExitCommand.getCommandType()
           
 Command.CommandType EnableCommand.getCommandType()
           
 Command.CommandType DropCommand.getCommandType()
           
 Command.CommandType DisableCommand.getCommandType()
           
 Command.CommandType DeleteCommand.getCommandType()
           
 Command.CommandType CreateCommand.getCommandType()
           
 Command.CommandType Command.getCommandType()
           
 Command.CommandType ClearCommand.getCommandType()
           
 Command.CommandType BasicCommand.getCommandType()
           
 Command.CommandType AlterCommand.getCommandType()
           
static Command.CommandType Command.CommandType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Command.CommandType[] Command.CommandType.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 



Copyright © 2008 The Apache Software Foundation