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

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

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

Methods in org.apache.hadoop.hbase.shell that return Command.CommandType
 Command.CommandType ClearCommand.getCommandType()
           
 Command.CommandType EnableCommand.getCommandType()
           
 Command.CommandType BasicCommand.getCommandType()
           
 Command.CommandType Command.getCommandType()
           
 Command.CommandType JarCommand.getCommandType()
           
 Command.CommandType ExitCommand.getCommandType()
           
 Command.CommandType FsCommand.getCommandType()
           
 Command.CommandType AlterCommand.getCommandType()
           
 Command.CommandType DropCommand.getCommandType()
           
 Command.CommandType InsertCommand.getCommandType()
           
 Command.CommandType CreateCommand.getCommandType()
           
 Command.CommandType DisableCommand.getCommandType()
           
 Command.CommandType DeleteCommand.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 © 2006 The Apache Software Foundation