|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public static interface ThriftHive.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 |
---|
void execute(String query) throws HiveServerException, com.facebook.thrift.TException
HiveServerException
com.facebook.thrift.TException
String fetchOne() throws HiveServerException, com.facebook.thrift.TException
HiveServerException
com.facebook.thrift.TException
List<String> fetchN(int numRows) throws HiveServerException, com.facebook.thrift.TException
HiveServerException
com.facebook.thrift.TException
List<String> fetchAll() throws HiveServerException, com.facebook.thrift.TException
HiveServerException
com.facebook.thrift.TException
String getSchema() throws HiveServerException, com.facebook.thrift.TException
HiveServerException
com.facebook.thrift.TException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |