| Modifier and Type | Method and Description |
|---|---|
static HiveMetastoreConfig.EndpointProtocol |
HiveMetastoreConfig.EndpointProtocol.forNumber(int value) |
HiveMetastoreConfig.EndpointProtocol |
HiveMetastoreConfig.getEndpointProtocol()
The protocol to use for the metastore service endpoint.
|
HiveMetastoreConfig.EndpointProtocol |
HiveMetastoreConfig.Builder.getEndpointProtocol()
The protocol to use for the metastore service endpoint.
|
HiveMetastoreConfig.EndpointProtocol |
HiveMetastoreConfigOrBuilder.getEndpointProtocol()
The protocol to use for the metastore service endpoint.
|
static HiveMetastoreConfig.EndpointProtocol |
HiveMetastoreConfig.EndpointProtocol.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static HiveMetastoreConfig.EndpointProtocol |
HiveMetastoreConfig.EndpointProtocol.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static HiveMetastoreConfig.EndpointProtocol |
HiveMetastoreConfig.EndpointProtocol.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HiveMetastoreConfig.EndpointProtocol[] |
HiveMetastoreConfig.EndpointProtocol.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<HiveMetastoreConfig.EndpointProtocol> |
HiveMetastoreConfig.EndpointProtocol.internalGetValueMap() |
| Modifier and Type | Method and Description |
|---|---|
HiveMetastoreConfig.Builder |
HiveMetastoreConfig.Builder.setEndpointProtocol(HiveMetastoreConfig.EndpointProtocol value)
The protocol to use for the metastore service endpoint.
|
Copyright © 2024 Google LLC. All rights reserved.