Package org.apache.hadoop.hbase.hql

Interface Summary
Command  
CommandFactory Parser uses command factories to create command.
TableFormatter Interface implemented by table formatters outputting select results.
 

Class Summary
AlterCommand Alters tables.
BasicCommand Takes the lowest-common-denominator Writer doing its own printlns, etc.
ClearCommand Clears the console screen.
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  
HQLClient  
HQLSecurityManager This is intended as a replacement for the default system manager.
InsertCommand Inserts values into tables.
JarCommand Run hadoop jar commands.
ReturnMsg Message returned when a Command is Command.execute(HBaseConfiguration)'ed.
SchemaModificationCommand The base class of schema modification commands, CreateCommand and Alter Command.
SelectCommand Selects values from tables.
ShowCommand Shows all available tables.
TableFormatterFactory Table formatter.
TruncateCommand Truncate table is used to clean all data from a table.
 

Enum Summary
AlterCommand.OperationType  
Command.CommandType  
 

Exception Summary
ExitException  
 



Copyright © 2008 The Apache Software Foundation