public static interface HiveMetastore.GetOpenTxnsReqResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.ByteString |
getAbortedBits()
bytes aborted_bits = 4; |
long |
getMinOpenTxn()
int64 min_open_txn = 3; |
long |
getOpenTxns(int index)
repeated int64 open_txns = 2; |
int |
getOpenTxnsCount()
repeated int64 open_txns = 2; |
List<Long> |
getOpenTxnsList()
repeated int64 open_txns = 2; |
long |
getTxnHighWaterMark()
int64 txn_high_water_mark = 1; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneoflong getTxnHighWaterMark()
int64 txn_high_water_mark = 1;List<Long> getOpenTxnsList()
repeated int64 open_txns = 2;int getOpenTxnsCount()
repeated int64 open_txns = 2;long getOpenTxns(int index)
repeated int64 open_txns = 2;index - The index of the element to return.long getMinOpenTxn()
int64 min_open_txn = 3;com.google.protobuf.ByteString getAbortedBits()
bytes aborted_bits = 4;Copyright © 2024 The Apache Software Foundation. All rights reserved.