Package | Description |
---|---|
alluxio.proto.journal |
Modifier and Type | Method and Description |
---|---|
static File.UfsMode |
File.UfsMode.forNumber(int value) |
File.UfsMode |
File.UpdateUfsModeEntryOrBuilder.getUfsMode()
optional .alluxio.proto.journal.UfsMode ufsMode = 2 [default = READ_WRITE]; |
File.UfsMode |
File.UpdateUfsModeEntry.getUfsMode()
optional .alluxio.proto.journal.UfsMode ufsMode = 2 [default = READ_WRITE]; |
File.UfsMode |
File.UpdateUfsModeEntry.Builder.getUfsMode()
optional .alluxio.proto.journal.UfsMode ufsMode = 2 [default = READ_WRITE]; |
static File.UfsMode |
File.UfsMode.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static File.UfsMode |
File.UfsMode.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static File.UfsMode |
File.UfsMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static File.UfsMode[] |
File.UfsMode.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<File.UfsMode> |
File.UfsMode.internalGetValueMap() |
Modifier and Type | Method and Description |
---|---|
File.UpdateUfsModeEntry.Builder |
File.UpdateUfsModeEntry.Builder.setUfsMode(File.UfsMode value)
optional .alluxio.proto.journal.UfsMode ufsMode = 2 [default = READ_WRITE]; |
Copyright © 2023. All Rights Reserved.