| Package | Description |
|---|---|
| org.apache.hadoop.hive.metastore.grpc |
| Modifier and Type | Method and Description |
|---|---|
static HiveMetastore.PartitionFilterMode |
HiveMetastore.PartitionFilterMode.forNumber(int value) |
HiveMetastore.PartitionFilterMode |
HiveMetastore.GetPartitionsFilterSpecOrBuilder.getFilterMode()
.org.apache.hadoop.hive.metastore.grpc.PartitionFilterMode filter_mode = 1; |
HiveMetastore.PartitionFilterMode |
HiveMetastore.GetPartitionsFilterSpec.getFilterMode()
.org.apache.hadoop.hive.metastore.grpc.PartitionFilterMode filter_mode = 1; |
HiveMetastore.PartitionFilterMode |
HiveMetastore.GetPartitionsFilterSpec.Builder.getFilterMode()
.org.apache.hadoop.hive.metastore.grpc.PartitionFilterMode filter_mode = 1; |
static HiveMetastore.PartitionFilterMode |
HiveMetastore.PartitionFilterMode.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static HiveMetastore.PartitionFilterMode |
HiveMetastore.PartitionFilterMode.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static HiveMetastore.PartitionFilterMode |
HiveMetastore.PartitionFilterMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HiveMetastore.PartitionFilterMode[] |
HiveMetastore.PartitionFilterMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static com.google.protobuf.Internal.EnumLiteMap<HiveMetastore.PartitionFilterMode> |
HiveMetastore.PartitionFilterMode.internalGetValueMap() |
| Modifier and Type | Method and Description |
|---|---|
HiveMetastore.GetPartitionsFilterSpec.Builder |
HiveMetastore.GetPartitionsFilterSpec.Builder.setFilterMode(HiveMetastore.PartitionFilterMode value)
.org.apache.hadoop.hive.metastore.grpc.PartitionFilterMode filter_mode = 1; |
Copyright © 2024 The Apache Software Foundation. All rights reserved.