public static interface HiveMetastore.AllocateTableWriteIdsRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getDbName()
string db_name = 1; |
com.google.protobuf.ByteString |
getDbNameBytes()
string db_name = 1; |
String |
getReplPolicy()
string repl_policy = 4; |
com.google.protobuf.ByteString |
getReplPolicyBytes()
string repl_policy = 4; |
HiveMetastore.TxnToWriteId |
getSrcTxnToWriteIdLists(int index)
repeated .org.apache.hadoop.hive.metastore.grpc.TxnToWriteId src_txn_to_write_id_lists = 5; |
int |
getSrcTxnToWriteIdListsCount()
repeated .org.apache.hadoop.hive.metastore.grpc.TxnToWriteId src_txn_to_write_id_lists = 5; |
List<HiveMetastore.TxnToWriteId> |
getSrcTxnToWriteIdListsList()
repeated .org.apache.hadoop.hive.metastore.grpc.TxnToWriteId src_txn_to_write_id_lists = 5; |
HiveMetastore.TxnToWriteIdOrBuilder |
getSrcTxnToWriteIdListsOrBuilder(int index)
repeated .org.apache.hadoop.hive.metastore.grpc.TxnToWriteId src_txn_to_write_id_lists = 5; |
List<? extends HiveMetastore.TxnToWriteIdOrBuilder> |
getSrcTxnToWriteIdListsOrBuilderList()
repeated .org.apache.hadoop.hive.metastore.grpc.TxnToWriteId src_txn_to_write_id_lists = 5; |
String |
getTableName()
string table_name = 2; |
com.google.protobuf.ByteString |
getTableNameBytes()
string table_name = 2; |
long |
getTxnIds(int index)
repeated int64 txn_ids = 3; |
int |
getTxnIdsCount()
repeated int64 txn_ids = 3; |
List<Long> |
getTxnIdsList()
repeated int64 txn_ids = 3; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getDbName()
string db_name = 1;com.google.protobuf.ByteString getDbNameBytes()
string db_name = 1;String getTableName()
string table_name = 2;com.google.protobuf.ByteString getTableNameBytes()
string table_name = 2;List<Long> getTxnIdsList()
repeated int64 txn_ids = 3;int getTxnIdsCount()
repeated int64 txn_ids = 3;long getTxnIds(int index)
repeated int64 txn_ids = 3;index - The index of the element to return.String getReplPolicy()
string repl_policy = 4;com.google.protobuf.ByteString getReplPolicyBytes()
string repl_policy = 4;List<HiveMetastore.TxnToWriteId> getSrcTxnToWriteIdListsList()
repeated .org.apache.hadoop.hive.metastore.grpc.TxnToWriteId src_txn_to_write_id_lists = 5;HiveMetastore.TxnToWriteId getSrcTxnToWriteIdLists(int index)
repeated .org.apache.hadoop.hive.metastore.grpc.TxnToWriteId src_txn_to_write_id_lists = 5;int getSrcTxnToWriteIdListsCount()
repeated .org.apache.hadoop.hive.metastore.grpc.TxnToWriteId src_txn_to_write_id_lists = 5;List<? extends HiveMetastore.TxnToWriteIdOrBuilder> getSrcTxnToWriteIdListsOrBuilderList()
repeated .org.apache.hadoop.hive.metastore.grpc.TxnToWriteId src_txn_to_write_id_lists = 5;HiveMetastore.TxnToWriteIdOrBuilder getSrcTxnToWriteIdListsOrBuilder(int index)
repeated .org.apache.hadoop.hive.metastore.grpc.TxnToWriteId src_txn_to_write_id_lists = 5;Copyright © 2024 The Apache Software Foundation. All rights reserved.