org.apache.hadoop.hive.service
Interface HiveInterface

All Superinterfaces:
com.facebook.fb303.FacebookService.Iface, ThriftHive.Iface, ThriftHiveMetastore.Iface
All Known Implementing Classes:
HiveClient, HiveServer.HiveServerHandler

public interface HiveInterface
extends ThriftHive.Iface, ThriftHiveMetastore.Iface

HiveInterface extends 2 interfaces, ThriftHive and ThriftHiveMetastore. ThriftHive.Iface is defined in: service/src/gen-javabean/org/apache/hadoop/hive/service/ThriftHive.java ThriftHiveMetastore.Iface is defined in: metastore/src/gen-javabean/org/apache/hadoop/hive/metastore/api/ThriftHiveMetastore.java These interfaces are generated by Thrift. The thrift files are in: ThriftHive: service/if/hive_service.thrift ThriftHiveMetastore: metastore/if/hive_metastore.thrift


Method Summary
 
Methods inherited from interface org.apache.hadoop.hive.service.ThriftHive.Iface
execute, fetchAll, fetchN, fetchOne, 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
 



Copyright © 2009 The Apache Software Foundation