org.apache.hadoop.hive.service
Interface ThriftHive.AsyncIface
- All Superinterfaces:
- com.facebook.fb303.FacebookService.AsyncIface, ThriftHiveMetastore.AsyncIface
- All Known Implementing Classes:
- ThriftHive.AsyncClient
- Enclosing class:
- ThriftHive
public static interface ThriftHive.AsyncIface
- extends ThriftHiveMetastore.AsyncIface
Methods inherited from interface org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore.AsyncIface |
add_partition, alter_partition, alter_table, append_partition, create_database, create_table, create_type, drop_database, drop_partition, drop_table, drop_type, get_config_value, get_database, get_databases, get_fields, get_partition_names, get_partition, get_partitions, get_schema, get_table, get_tables, get_type_all, get_type |
Methods inherited from interface com.facebook.fb303.FacebookService.AsyncIface |
aliveSince, getCounter, getCounters, getCpuProfile, getName, getOption, getOptions, getStatus, getStatusDetails, getVersion, reinitialize, setOption, shutdown |
execute
void execute(String query,
org.apache.thrift.async.AsyncMethodCallback<ThriftHive.AsyncClient.execute_call> resultHandler)
throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
fetchOne
void fetchOne(org.apache.thrift.async.AsyncMethodCallback<ThriftHive.AsyncClient.fetchOne_call> resultHandler)
throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
fetchN
void fetchN(int numRows,
org.apache.thrift.async.AsyncMethodCallback<ThriftHive.AsyncClient.fetchN_call> resultHandler)
throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
fetchAll
void fetchAll(org.apache.thrift.async.AsyncMethodCallback<ThriftHive.AsyncClient.fetchAll_call> resultHandler)
throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
getSchema
void getSchema(org.apache.thrift.async.AsyncMethodCallback<ThriftHive.AsyncClient.getSchema_call> resultHandler)
throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
getThriftSchema
void getThriftSchema(org.apache.thrift.async.AsyncMethodCallback<ThriftHive.AsyncClient.getThriftSchema_call> resultHandler)
throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
getClusterStatus
void getClusterStatus(org.apache.thrift.async.AsyncMethodCallback<ThriftHive.AsyncClient.getClusterStatus_call> resultHandler)
throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
getQueryPlan
void getQueryPlan(org.apache.thrift.async.AsyncMethodCallback<ThriftHive.AsyncClient.getQueryPlan_call> resultHandler)
throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
Copyright © 2009 The Apache Software Foundation