public static interface HiveMetastore.OpenTxnsRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getAgentInfo()
string agent_info = 4; |
com.google.protobuf.ByteString |
getAgentInfoBytes()
string agent_info = 4; |
String |
getHostname()
string hostname = 3; |
com.google.protobuf.ByteString |
getHostnameBytes()
string hostname = 3; |
int |
getNumTxns()
int32 num_txns = 1; |
String |
getReplPolicy()
string repl_policy = 5; |
com.google.protobuf.ByteString |
getReplPolicyBytes()
string repl_policy = 5; |
long |
getReplSrcTxnIds(int index)
repeated int64 repl_src_txn_ids = 6; |
int |
getReplSrcTxnIdsCount()
repeated int64 repl_src_txn_ids = 6; |
List<Long> |
getReplSrcTxnIdsList()
repeated int64 repl_src_txn_ids = 6; |
HiveMetastore.TxnType |
getTxnType()
.org.apache.hadoop.hive.metastore.grpc.TxnType txn_type = 7; |
int |
getTxnTypeValue()
.org.apache.hadoop.hive.metastore.grpc.TxnType txn_type = 7; |
String |
getUser()
string user = 2; |
com.google.protobuf.ByteString |
getUserBytes()
string user = 2; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofint getNumTxns()
int32 num_txns = 1;String getUser()
string user = 2;com.google.protobuf.ByteString getUserBytes()
string user = 2;String getHostname()
string hostname = 3;com.google.protobuf.ByteString getHostnameBytes()
string hostname = 3;String getAgentInfo()
string agent_info = 4;com.google.protobuf.ByteString getAgentInfoBytes()
string agent_info = 4;String getReplPolicy()
string repl_policy = 5;com.google.protobuf.ByteString getReplPolicyBytes()
string repl_policy = 5;List<Long> getReplSrcTxnIdsList()
repeated int64 repl_src_txn_ids = 6;int getReplSrcTxnIdsCount()
repeated int64 repl_src_txn_ids = 6;long getReplSrcTxnIds(int index)
repeated int64 repl_src_txn_ids = 6;index - The index of the element to return.int getTxnTypeValue()
.org.apache.hadoop.hive.metastore.grpc.TxnType txn_type = 7;HiveMetastore.TxnType getTxnType()
.org.apache.hadoop.hive.metastore.grpc.TxnType txn_type = 7;Copyright © 2024 The Apache Software Foundation. All rights reserved.