Uses of Interface
org.apache.hadoop.hbase.hql.Command

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

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

Classes in org.apache.hadoop.hbase.hql that implement Command
 class AlterCommand
          Alters tables.
 class BasicCommand
          Takes the lowest-common-denominator Writer doing its own printlns, etc.
 class ClearCommand
          Clears the console screen.
 class CreateCommand
          Creates tables.
 class DeleteCommand
          Deletes values from tables.
 class DescCommand
          Prints information about tables.
 class DisableCommand
          Disables tables.
 class DropCommand
          Drops tables.
 class EnableCommand
          Enables tables.
 class ExitCommand
           
 class FsCommand
          Run hadoop filesystem commands.
 class HelpCommand
           
 class InsertCommand
          Inserts values into tables.
 class JarCommand
          Run hadoop jar commands.
 class SchemaModificationCommand
          The base class of schema modification commands, CreateCommand and Alter Command.
 class SelectCommand
          Selects values from tables.
 class ShowCommand
          Shows all available tables.
 class TruncateCommand
          Truncate table is used to clean all data from a table.
 

Methods in org.apache.hadoop.hbase.hql that return Command
 Command CommandFactory.getCommand()
           
 Command BasicCommand.getCommand()
          basic commands are their own factories.
 

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

Methods in org.apache.hadoop.hbase.hql.generated that return Command
 Command HQLParser.cmdStatement()
           
 Command HQLParser.terminatedCommand()
          Parses the given array of command line arguments.
 



Copyright © 2008 The Apache Software Foundation