org.apache.hadoop.hive.service
Interface ThriftHive.Iface

All Superinterfaces:
com.facebook.fb303.FacebookService.Iface, ThriftHiveMetastore.Iface
All Known Subinterfaces:
HiveInterface
All Known Implementing Classes:
HiveClient, HiveServer.HiveServerHandler, ThriftHive.Client
Enclosing class:
ThriftHive

public static interface ThriftHive.Iface
extends ThriftHiveMetastore.Iface


Method Summary
 void execute(String query)
           
 List<String> fetchAll()
           
 List<String> fetchN(int numRows)
           
 String fetchOne()
           
 String getSchema()
           
 
Methods inherited from interface org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.Iface
add_partition, alter_partitions, alter_table, append_partition, create_database, create_index, create_table, create_type, drop_database, drop_partition, drop_table, drop_type, get_database, get_databases, get_fields, get_partition_names, get_partition, get_partitions, get_table, get_tables, get_type_all, get_type
 
Methods inherited from interface com.facebook.fb303.FacebookService.Iface
aliveSince, getCounter, getCounters, getLimitedReflection, getName, getOption, getOptions, getStatus, getStatusDetails, getVersion, reinitialize, setOption, shutdown
 

Method Detail

execute

void execute(String query)
             throws HiveServerException,
                    com.facebook.thrift.TException
Throws:
HiveServerException
com.facebook.thrift.TException

fetchOne

String fetchOne()
                throws HiveServerException,
                       com.facebook.thrift.TException
Throws:
HiveServerException
com.facebook.thrift.TException

fetchN

List<String> fetchN(int numRows)
                    throws HiveServerException,
                           com.facebook.thrift.TException
Throws:
HiveServerException
com.facebook.thrift.TException

fetchAll

List<String> fetchAll()
                      throws HiveServerException,
                             com.facebook.thrift.TException
Throws:
HiveServerException
com.facebook.thrift.TException

getSchema

String getSchema()
                 throws HiveServerException,
                        com.facebook.thrift.TException
Throws:
HiveServerException
com.facebook.thrift.TException


Copyright © 2009 The Apache Software Foundation