public static interface HiveMetastore.AddWriteNotificationLogRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getDb()
string db = 3; |
com.google.protobuf.ByteString |
getDbBytes()
string db = 3; |
HiveMetastore.InsertEventRequestData |
getFileInfo()
.org.apache.hadoop.hive.metastore.grpc.InsertEventRequestData file_info = 5; |
HiveMetastore.InsertEventRequestDataOrBuilder |
getFileInfoOrBuilder()
.org.apache.hadoop.hive.metastore.grpc.InsertEventRequestData file_info = 5; |
String |
getPartitionVals(int index)
repeated string partition_vals = 6; |
com.google.protobuf.ByteString |
getPartitionValsBytes(int index)
repeated string partition_vals = 6; |
int |
getPartitionValsCount()
repeated string partition_vals = 6; |
List<String> |
getPartitionValsList()
repeated string partition_vals = 6; |
String |
getTable()
string table = 4; |
com.google.protobuf.ByteString |
getTableBytes()
string table = 4; |
long |
getTxnId()
int64 txn_id = 1; |
long |
getWriteId()
int64 write_id = 2; |
boolean |
hasFileInfo()
.org.apache.hadoop.hive.metastore.grpc.InsertEventRequestData file_info = 5; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneoflong getTxnId()
int64 txn_id = 1;long getWriteId()
int64 write_id = 2;String getDb()
string db = 3;com.google.protobuf.ByteString getDbBytes()
string db = 3;String getTable()
string table = 4;com.google.protobuf.ByteString getTableBytes()
string table = 4;boolean hasFileInfo()
.org.apache.hadoop.hive.metastore.grpc.InsertEventRequestData file_info = 5;HiveMetastore.InsertEventRequestData getFileInfo()
.org.apache.hadoop.hive.metastore.grpc.InsertEventRequestData file_info = 5;HiveMetastore.InsertEventRequestDataOrBuilder getFileInfoOrBuilder()
.org.apache.hadoop.hive.metastore.grpc.InsertEventRequestData file_info = 5;List<String> getPartitionValsList()
repeated string partition_vals = 6;int getPartitionValsCount()
repeated string partition_vals = 6;String getPartitionVals(int index)
repeated string partition_vals = 6;index - The index of the element to return.com.google.protobuf.ByteString getPartitionValsBytes(int index)
repeated string partition_vals = 6;index - The index of the value to return.Copyright © 2024 The Apache Software Foundation. All rights reserved.