| Package | Description |
|---|---|
| org.apache.hadoop.hive.metastore.grpc |
| Modifier and Type | Method and Description |
|---|---|
static HiveMetastore.TxnType |
HiveMetastore.TxnType.forNumber(int value) |
HiveMetastore.TxnType |
HiveMetastore.GetOpenTxnsReqRequestOrBuilder.getExcludeTxnTypes(int index)
repeated .org.apache.hadoop.hive.metastore.grpc.TxnType exclude_txn_types = 1; |
HiveMetastore.TxnType |
HiveMetastore.GetOpenTxnsReqRequest.getExcludeTxnTypes(int index)
repeated .org.apache.hadoop.hive.metastore.grpc.TxnType exclude_txn_types = 1; |
HiveMetastore.TxnType |
HiveMetastore.GetOpenTxnsReqRequest.Builder.getExcludeTxnTypes(int index)
repeated .org.apache.hadoop.hive.metastore.grpc.TxnType exclude_txn_types = 1; |
HiveMetastore.TxnType |
HiveMetastore.OpenTxnsRequestOrBuilder.getTxnType()
.org.apache.hadoop.hive.metastore.grpc.TxnType txn_type = 7; |
HiveMetastore.TxnType |
HiveMetastore.OpenTxnsRequest.getTxnType()
.org.apache.hadoop.hive.metastore.grpc.TxnType txn_type = 7; |
HiveMetastore.TxnType |
HiveMetastore.OpenTxnsRequest.Builder.getTxnType()
.org.apache.hadoop.hive.metastore.grpc.TxnType txn_type = 7; |
HiveMetastore.TxnType |
HiveMetastore.AbortTxnRequestOrBuilder.getTxnType()
.org.apache.hadoop.hive.metastore.grpc.TxnType txn_type = 3; |
HiveMetastore.TxnType |
HiveMetastore.AbortTxnRequest.getTxnType()
.org.apache.hadoop.hive.metastore.grpc.TxnType txn_type = 3; |
HiveMetastore.TxnType |
HiveMetastore.AbortTxnRequest.Builder.getTxnType()
.org.apache.hadoop.hive.metastore.grpc.TxnType txn_type = 3; |
HiveMetastore.TxnType |
HiveMetastore.CommitTxnRequestOrBuilder.getTxnType()
.org.apache.hadoop.hive.metastore.grpc.TxnType txn_type = 7; |
HiveMetastore.TxnType |
HiveMetastore.CommitTxnRequest.getTxnType()
.org.apache.hadoop.hive.metastore.grpc.TxnType txn_type = 7; |
HiveMetastore.TxnType |
HiveMetastore.CommitTxnRequest.Builder.getTxnType()
.org.apache.hadoop.hive.metastore.grpc.TxnType txn_type = 7; |
static HiveMetastore.TxnType |
HiveMetastore.TxnType.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static HiveMetastore.TxnType |
HiveMetastore.TxnType.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static HiveMetastore.TxnType |
HiveMetastore.TxnType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HiveMetastore.TxnType[] |
HiveMetastore.TxnType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
List<HiveMetastore.TxnType> |
HiveMetastore.GetOpenTxnsReqRequestOrBuilder.getExcludeTxnTypesList()
repeated .org.apache.hadoop.hive.metastore.grpc.TxnType exclude_txn_types = 1; |
List<HiveMetastore.TxnType> |
HiveMetastore.GetOpenTxnsReqRequest.getExcludeTxnTypesList()
repeated .org.apache.hadoop.hive.metastore.grpc.TxnType exclude_txn_types = 1; |
List<HiveMetastore.TxnType> |
HiveMetastore.GetOpenTxnsReqRequest.Builder.getExcludeTxnTypesList()
repeated .org.apache.hadoop.hive.metastore.grpc.TxnType exclude_txn_types = 1; |
static com.google.protobuf.Internal.EnumLiteMap<HiveMetastore.TxnType> |
HiveMetastore.TxnType.internalGetValueMap() |
| Modifier and Type | Method and Description |
|---|---|
HiveMetastore.GetOpenTxnsReqRequest.Builder |
HiveMetastore.GetOpenTxnsReqRequest.Builder.addExcludeTxnTypes(HiveMetastore.TxnType value)
repeated .org.apache.hadoop.hive.metastore.grpc.TxnType exclude_txn_types = 1; |
HiveMetastore.GetOpenTxnsReqRequest.Builder |
HiveMetastore.GetOpenTxnsReqRequest.Builder.setExcludeTxnTypes(int index,
HiveMetastore.TxnType value)
repeated .org.apache.hadoop.hive.metastore.grpc.TxnType exclude_txn_types = 1; |
HiveMetastore.OpenTxnsRequest.Builder |
HiveMetastore.OpenTxnsRequest.Builder.setTxnType(HiveMetastore.TxnType value)
.org.apache.hadoop.hive.metastore.grpc.TxnType txn_type = 7; |
HiveMetastore.AbortTxnRequest.Builder |
HiveMetastore.AbortTxnRequest.Builder.setTxnType(HiveMetastore.TxnType value)
.org.apache.hadoop.hive.metastore.grpc.TxnType txn_type = 3; |
HiveMetastore.CommitTxnRequest.Builder |
HiveMetastore.CommitTxnRequest.Builder.setTxnType(HiveMetastore.TxnType value)
.org.apache.hadoop.hive.metastore.grpc.TxnType txn_type = 7; |
| Modifier and Type | Method and Description |
|---|---|
HiveMetastore.GetOpenTxnsReqRequest.Builder |
HiveMetastore.GetOpenTxnsReqRequest.Builder.addAllExcludeTxnTypes(Iterable<? extends HiveMetastore.TxnType> values)
repeated .org.apache.hadoop.hive.metastore.grpc.TxnType exclude_txn_types = 1; |
Copyright © 2024 The Apache Software Foundation. All rights reserved.