org.apache.hadoop.hbase.hql
Class HQLClient

java.lang.Object
  extended by org.apache.hadoop.hbase.hql.HQLClient

public class HQLClient
extends Object


Field Summary
static String MASTER_ADDRESS
           
 
Constructor Summary
HQLClient(HBaseConfiguration config, String master, Writer output, TableFormatter formatter)
           
 
Method Summary
 ReturnMsg executeQuery(String query)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

MASTER_ADDRESS

public static String MASTER_ADDRESS
Constructor Detail

HQLClient

public HQLClient(HBaseConfiguration config,
                 String master,
                 Writer output,
                 TableFormatter formatter)
Method Detail

executeQuery

public ReturnMsg executeQuery(String query)


Copyright © 2006 The Apache Software Foundation