| Package | Description |
|---|---|
| org.apache.hadoop.hive.metastore | |
| org.apache.hadoop.hive.metastore.api |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractThriftHiveMetastore.scheduled_query_progress(ScheduledQueryProgressInfo info) |
void |
HiveMetaStoreClient.scheduledQueryProgress(ScheduledQueryProgressInfo info) |
void |
IMetaStoreClient.scheduledQueryProgress(ScheduledQueryProgressInfo info)
Registers the progress a scheduled query being executed.
|
| Modifier and Type | Method and Description |
|---|---|
ScheduledQueryProgressInfo |
ScheduledQueryProgressInfo.deepCopy() |
ScheduledQueryProgressInfo |
ThriftHiveMetastore.scheduled_query_progress_args.getInfo() |
| Modifier and Type | Method and Description |
|---|---|
int |
ScheduledQueryProgressInfo.compareTo(ScheduledQueryProgressInfo other) |
boolean |
ScheduledQueryProgressInfo.equals(ScheduledQueryProgressInfo that) |
void |
ThriftHiveMetastore.Iface.scheduled_query_progress(ScheduledQueryProgressInfo info) |
void |
ThriftHiveMetastore.Client.scheduled_query_progress(ScheduledQueryProgressInfo info) |
void |
ThriftHiveMetastore.AsyncIface.scheduled_query_progress(ScheduledQueryProgressInfo info,
org.apache.thrift.async.AsyncMethodCallback<Void> resultHandler) |
void |
ThriftHiveMetastore.AsyncClient.scheduled_query_progress(ScheduledQueryProgressInfo info,
org.apache.thrift.async.AsyncMethodCallback<Void> resultHandler) |
void |
ThriftHiveMetastore.Client.send_scheduled_query_progress(ScheduledQueryProgressInfo info) |
void |
ThriftHiveMetastore.scheduled_query_progress_args.setInfo(ScheduledQueryProgressInfo info) |
| Constructor and Description |
|---|
scheduled_query_progress_args(ScheduledQueryProgressInfo info) |
scheduled_query_progress_call(ScheduledQueryProgressInfo info,
org.apache.thrift.async.AsyncMethodCallback<Void> resultHandler,
org.apache.thrift.async.TAsyncClient client,
org.apache.thrift.protocol.TProtocolFactory protocolFactory,
org.apache.thrift.transport.TNonblockingTransport transport) |
ScheduledQueryProgressInfo(ScheduledQueryProgressInfo other)
Performs a deep copy on other.
|
Copyright © 2024 The Apache Software Foundation. All rights reserved.