| Package | Description |
|---|---|
| org.apache.hadoop.hive.metastore | |
| org.apache.hadoop.hive.metastore.api |
| Modifier and Type | Method and Description |
|---|---|
List<WriteEventInfo> |
AbstractThriftHiveMetastore.get_all_write_event_info(GetAllWriteEventInfoRequest request) |
List<WriteEventInfo> |
HiveMetaStoreClient.getAllWriteEventInfo(GetAllWriteEventInfoRequest request) |
List<WriteEventInfo> |
IMetaStoreClient.getAllWriteEventInfo(GetAllWriteEventInfoRequest request)
Get acid write events of a specific transaction.
|
| Modifier and Type | Method and Description |
|---|---|
GetAllWriteEventInfoRequest |
GetAllWriteEventInfoRequest.deepCopy() |
GetAllWriteEventInfoRequest |
ThriftHiveMetastore.get_all_write_event_info_args.getRequest() |
| Modifier and Type | Method and Description |
|---|---|
int |
GetAllWriteEventInfoRequest.compareTo(GetAllWriteEventInfoRequest other) |
boolean |
GetAllWriteEventInfoRequest.equals(GetAllWriteEventInfoRequest that) |
List<WriteEventInfo> |
ThriftHiveMetastore.Iface.get_all_write_event_info(GetAllWriteEventInfoRequest request) |
List<WriteEventInfo> |
ThriftHiveMetastore.Client.get_all_write_event_info(GetAllWriteEventInfoRequest request) |
void |
ThriftHiveMetastore.AsyncIface.get_all_write_event_info(GetAllWriteEventInfoRequest request,
org.apache.thrift.async.AsyncMethodCallback<List<WriteEventInfo>> resultHandler) |
void |
ThriftHiveMetastore.AsyncClient.get_all_write_event_info(GetAllWriteEventInfoRequest request,
org.apache.thrift.async.AsyncMethodCallback<List<WriteEventInfo>> resultHandler) |
void |
ThriftHiveMetastore.Client.send_get_all_write_event_info(GetAllWriteEventInfoRequest request) |
void |
ThriftHiveMetastore.get_all_write_event_info_args.setRequest(GetAllWriteEventInfoRequest request) |
| Constructor and Description |
|---|
get_all_write_event_info_args(GetAllWriteEventInfoRequest request) |
get_all_write_event_info_call(GetAllWriteEventInfoRequest request,
org.apache.thrift.async.AsyncMethodCallback<List<WriteEventInfo>> resultHandler,
org.apache.thrift.async.TAsyncClient client,
org.apache.thrift.protocol.TProtocolFactory protocolFactory,
org.apache.thrift.transport.TNonblockingTransport transport) |
GetAllWriteEventInfoRequest(GetAllWriteEventInfoRequest other)
Performs a deep copy on other.
|
Copyright © 2024 The Apache Software Foundation. All rights reserved.