| 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 |
|---|---|
WriteEventInfo |
WriteEventInfo.deepCopy() |
| Modifier and Type | Method and Description |
|---|---|
List<WriteEventInfo> |
ThriftHiveMetastore.Iface.get_all_write_event_info(GetAllWriteEventInfoRequest request) |
List<WriteEventInfo> |
ThriftHiveMetastore.Client.get_all_write_event_info(GetAllWriteEventInfoRequest request) |
List<WriteEventInfo> |
ThriftHiveMetastore.AsyncClient.get_all_write_event_info_call.getResult() |
org.apache.thrift.async.AsyncMethodCallback<List<WriteEventInfo>> |
ThriftHiveMetastore.AsyncProcessor.get_all_write_event_info.getResultHandler(org.apache.thrift.server.AbstractNonblockingServer.AsyncFrameBuffer fb,
int seqid) |
List<WriteEventInfo> |
ThriftHiveMetastore.get_all_write_event_info_result.getSuccess() |
Iterator<WriteEventInfo> |
ThriftHiveMetastore.get_all_write_event_info_result.getSuccessIterator() |
List<WriteEventInfo> |
CommitTxnRequest.getWriteEventInfos() |
Iterator<WriteEventInfo> |
CommitTxnRequest.getWriteEventInfosIterator() |
List<WriteEventInfo> |
ThriftHiveMetastore.Client.recv_get_all_write_event_info() |
| Modifier and Type | Method and Description |
|---|---|
void |
ThriftHiveMetastore.get_all_write_event_info_result.addToSuccess(WriteEventInfo elem) |
void |
CommitTxnRequest.addToWriteEventInfos(WriteEventInfo elem) |
int |
WriteEventInfo.compareTo(WriteEventInfo other) |
boolean |
WriteEventInfo.equals(WriteEventInfo that) |
| Modifier and Type | Method and Description |
|---|---|
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.get_all_write_event_info_result.setSuccess(List<WriteEventInfo> success) |
void |
CommitTxnRequest.setWriteEventInfos(List<WriteEventInfo> writeEventInfos) |
void |
ThriftHiveMetastore.AsyncProcessor.get_all_write_event_info.start(I iface,
ThriftHiveMetastore.get_all_write_event_info_args args,
org.apache.thrift.async.AsyncMethodCallback<List<WriteEventInfo>> resultHandler) |
| Constructor and Description |
|---|
WriteEventInfo(WriteEventInfo other)
Performs a deep copy on other.
|
| Constructor and Description |
|---|
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) |
get_all_write_event_info_result(List<WriteEventInfo> success,
MetaException o1) |
Copyright © 2024 The Apache Software Foundation. All rights reserved.