Uses of Package
org.apache.hadoop.hbase.hql

Packages that use org.apache.hadoop.hbase.hql
org.apache.hadoop.hbase.hql   
org.apache.hadoop.hbase.hql.formatter   
org.apache.hadoop.hbase.hql.generated   
 

Classes in org.apache.hadoop.hbase.hql used by org.apache.hadoop.hbase.hql
AlterCommand.OperationType
           
BasicCommand
          Takes the lowest-common-denominator Writer doing its own printlns, etc.
Command
           
Command.CommandType
           
CommandFactory
          Parser uses command factories to create command.
ReturnMsg
          Message returned when a Command is Command.execute(HBaseConfiguration)'ed.
SchemaModificationCommand
          The base class of schema modification commands, CreateCommand and Alter Command.
TableFormatter
          Interface implemented by table formatters outputting select results.
 

Classes in org.apache.hadoop.hbase.hql used by org.apache.hadoop.hbase.hql.formatter
TableFormatter
          Interface implemented by table formatters outputting select results.
 

Classes in org.apache.hadoop.hbase.hql used by org.apache.hadoop.hbase.hql.generated
AlterCommand
          Alters tables.
ClearCommand
          Clears the console screen.
Command
           
CreateCommand
          Creates tables.
DeleteCommand
          Deletes values from tables.
DescCommand
          Prints information about tables.
DisableCommand
          Disables tables.
DropCommand
          Drops tables.
EnableCommand
          Enables tables.
ExitCommand
           
FsCommand
          Run hadoop filesystem commands.
HelpCommand
           
InsertCommand
          Inserts values into tables.
JarCommand
          Run hadoop jar commands.
SelectCommand
          Selects values from tables.
ShowCommand
          Shows all available tables.
TableFormatter
          Interface implemented by table formatters outputting select results.
TruncateCommand
          Truncate table is used to clean all data from a table.
 



Copyright © 2008 The Apache Software Foundation