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) |
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.
|