public static interface File.UpdateUfsModeEntryOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
File.UfsMode |
getUfsMode()
optional .alluxio.proto.journal.UfsMode ufsMode = 2 [default = READ_WRITE]; |
String |
getUfsPath()
optional string ufsPath = 1; |
com.google.protobuf.ByteString |
getUfsPathBytes()
optional string ufsPath = 1; |
boolean |
hasUfsMode()
optional .alluxio.proto.journal.UfsMode ufsMode = 2 [default = READ_WRITE]; |
boolean |
hasUfsPath()
optional string ufsPath = 1; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean hasUfsPath()
optional string ufsPath = 1;
String getUfsPath()
optional string ufsPath = 1;
com.google.protobuf.ByteString getUfsPathBytes()
optional string ufsPath = 1;
boolean hasUfsMode()
optional .alluxio.proto.journal.UfsMode ufsMode = 2 [default = READ_WRITE];
File.UfsMode getUfsMode()
optional .alluxio.proto.journal.UfsMode ufsMode = 2 [default = READ_WRITE];
Copyright © 2023. All Rights Reserved.