Package | Description |
---|---|
alluxio.hub.proto |
Modifier and Type | Method and Description |
---|---|
static AlluxioEdition |
AlluxioEdition.forNumber(int value) |
AlluxioEdition |
HubMetadataOrBuilder.getAlluxioEdition()
optional .alluxio.hub.proto.AlluxioEdition alluxio_edition = 4; |
AlluxioEdition |
HubMetadata.getAlluxioEdition()
optional .alluxio.hub.proto.AlluxioEdition alluxio_edition = 4; |
AlluxioEdition |
HubMetadata.Builder.getAlluxioEdition()
optional .alluxio.hub.proto.AlluxioEdition alluxio_edition = 4; |
static AlluxioEdition |
AlluxioEdition.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static AlluxioEdition |
AlluxioEdition.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static AlluxioEdition |
AlluxioEdition.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AlluxioEdition[] |
AlluxioEdition.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<AlluxioEdition> |
AlluxioEdition.internalGetValueMap() |
Modifier and Type | Method and Description |
---|---|
HubMetadata.Builder |
HubMetadata.Builder.setAlluxioEdition(AlluxioEdition value)
optional .alluxio.hub.proto.AlluxioEdition alluxio_edition = 4; |
Copyright © 2023. All Rights Reserved.