| Package | Description |
|---|---|
| org.apache.hadoop.hive.metastore | |
| org.apache.hadoop.hive.metastore.api |
| Modifier and Type | Method and Description |
|---|---|
WriteNotificationLogResponse |
AbstractThriftHiveMetastore.add_write_notification_log(WriteNotificationLogRequest rqst) |
void |
HiveMetaStoreClient.addWriteNotificationLog(WriteNotificationLogRequest rqst) |
void |
IMetaStoreClient.addWriteNotificationLog(WriteNotificationLogRequest rqst)
Add a event related to write operations in an ACID table.
|
| Modifier and Type | Method and Description |
|---|---|
WriteNotificationLogRequest |
WriteNotificationLogRequest.deepCopy() |
WriteNotificationLogRequest |
ThriftHiveMetastore.add_write_notification_log_args.getRqst() |
| Modifier and Type | Method and Description |
|---|---|
List<WriteNotificationLogRequest> |
WriteNotificationLogBatchRequest.getRequestList() |
Iterator<WriteNotificationLogRequest> |
WriteNotificationLogBatchRequest.getRequestListIterator() |
| Modifier and Type | Method and Description |
|---|---|
WriteNotificationLogResponse |
ThriftHiveMetastore.Iface.add_write_notification_log(WriteNotificationLogRequest rqst) |
WriteNotificationLogResponse |
ThriftHiveMetastore.Client.add_write_notification_log(WriteNotificationLogRequest rqst) |
void |
ThriftHiveMetastore.AsyncIface.add_write_notification_log(WriteNotificationLogRequest rqst,
org.apache.thrift.async.AsyncMethodCallback<WriteNotificationLogResponse> resultHandler) |
void |
ThriftHiveMetastore.AsyncClient.add_write_notification_log(WriteNotificationLogRequest rqst,
org.apache.thrift.async.AsyncMethodCallback<WriteNotificationLogResponse> resultHandler) |
void |
WriteNotificationLogBatchRequest.addToRequestList(WriteNotificationLogRequest elem) |
int |
WriteNotificationLogRequest.compareTo(WriteNotificationLogRequest other) |
boolean |
WriteNotificationLogRequest.equals(WriteNotificationLogRequest that) |
void |
ThriftHiveMetastore.Client.send_add_write_notification_log(WriteNotificationLogRequest rqst) |
void |
ThriftHiveMetastore.add_write_notification_log_args.setRqst(WriteNotificationLogRequest rqst) |
| Modifier and Type | Method and Description |
|---|---|
void |
WriteNotificationLogBatchRequest.setRequestList(List<WriteNotificationLogRequest> requestList) |
| Constructor and Description |
|---|
add_write_notification_log_args(WriteNotificationLogRequest rqst) |
add_write_notification_log_call(WriteNotificationLogRequest rqst,
org.apache.thrift.async.AsyncMethodCallback<WriteNotificationLogResponse> resultHandler,
org.apache.thrift.async.TAsyncClient client,
org.apache.thrift.protocol.TProtocolFactory protocolFactory,
org.apache.thrift.transport.TNonblockingTransport transport) |
WriteNotificationLogRequest(WriteNotificationLogRequest other)
Performs a deep copy on other.
|
| Constructor and Description |
|---|
WriteNotificationLogBatchRequest(String catalog,
String db,
String table,
List<WriteNotificationLogRequest> requestList) |
Copyright © 2024 The Apache Software Foundation. All rights reserved.