| Package | Description |
|---|---|
| org.apache.hadoop.hive.metastore.grpc |
| Modifier and Type | Method and Description |
|---|---|
static HiveMetastore.ClientCapability |
HiveMetastore.ClientCapability.forNumber(int value) |
HiveMetastore.ClientCapability |
HiveMetastore.ClientCapabilitiesOrBuilder.getValues(int index)
repeated .org.apache.hadoop.hive.metastore.grpc.ClientCapability values = 1; |
HiveMetastore.ClientCapability |
HiveMetastore.ClientCapabilities.getValues(int index)
repeated .org.apache.hadoop.hive.metastore.grpc.ClientCapability values = 1; |
HiveMetastore.ClientCapability |
HiveMetastore.ClientCapabilities.Builder.getValues(int index)
repeated .org.apache.hadoop.hive.metastore.grpc.ClientCapability values = 1; |
static HiveMetastore.ClientCapability |
HiveMetastore.ClientCapability.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static HiveMetastore.ClientCapability |
HiveMetastore.ClientCapability.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static HiveMetastore.ClientCapability |
HiveMetastore.ClientCapability.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HiveMetastore.ClientCapability[] |
HiveMetastore.ClientCapability.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.ClientCapability> |
HiveMetastore.ClientCapabilitiesOrBuilder.getValuesList()
repeated .org.apache.hadoop.hive.metastore.grpc.ClientCapability values = 1; |
List<HiveMetastore.ClientCapability> |
HiveMetastore.ClientCapabilities.getValuesList()
repeated .org.apache.hadoop.hive.metastore.grpc.ClientCapability values = 1; |
List<HiveMetastore.ClientCapability> |
HiveMetastore.ClientCapabilities.Builder.getValuesList()
repeated .org.apache.hadoop.hive.metastore.grpc.ClientCapability values = 1; |
static com.google.protobuf.Internal.EnumLiteMap<HiveMetastore.ClientCapability> |
HiveMetastore.ClientCapability.internalGetValueMap() |
| Modifier and Type | Method and Description |
|---|---|
HiveMetastore.ClientCapabilities.Builder |
HiveMetastore.ClientCapabilities.Builder.addValues(HiveMetastore.ClientCapability value)
repeated .org.apache.hadoop.hive.metastore.grpc.ClientCapability values = 1; |
HiveMetastore.ClientCapabilities.Builder |
HiveMetastore.ClientCapabilities.Builder.setValues(int index,
HiveMetastore.ClientCapability value)
repeated .org.apache.hadoop.hive.metastore.grpc.ClientCapability values = 1; |
| Modifier and Type | Method and Description |
|---|---|
HiveMetastore.ClientCapabilities.Builder |
HiveMetastore.ClientCapabilities.Builder.addAllValues(Iterable<? extends HiveMetastore.ClientCapability> values)
repeated .org.apache.hadoop.hive.metastore.grpc.ClientCapability values = 1; |
Copyright © 2024 The Apache Software Foundation. All rights reserved.