Package | Description |
---|---|
alluxio.grpc |
Modifier and Type | Method and Description |
---|---|
static UfsPMode |
UfsPMode.forNumber(int value) |
UfsPMode |
UpdateUfsModePOptionsOrBuilder.getUfsMode()
optional .alluxio.grpc.file.UfsPMode ufsMode = 1; |
UfsPMode |
UpdateUfsModePOptions.getUfsMode()
optional .alluxio.grpc.file.UfsPMode ufsMode = 1; |
UfsPMode |
UpdateUfsModePOptions.Builder.getUfsMode()
optional .alluxio.grpc.file.UfsPMode ufsMode = 1; |
static UfsPMode |
UfsPMode.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static UfsPMode |
UfsPMode.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static UfsPMode |
UfsPMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UfsPMode[] |
UfsPMode.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<UfsPMode> |
UfsPMode.internalGetValueMap() |
Modifier and Type | Method and Description |
---|---|
UpdateUfsModePOptions.Builder |
UpdateUfsModePOptions.Builder.setUfsMode(UfsPMode value)
optional .alluxio.grpc.file.UfsPMode ufsMode = 1; |
Copyright © 2023. All Rights Reserved.