public interface CreateDirectoryPOptionsOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
boolean |
getAllowExists()
optional bool allowExists = 2; |
FileSystemMasterCommonPOptions |
getCommonOptions()
optional .alluxio.grpc.file.FileSystemMasterCommonPOptions commonOptions = 5; |
FileSystemMasterCommonPOptionsOrBuilder |
getCommonOptionsOrBuilder()
optional .alluxio.grpc.file.FileSystemMasterCommonPOptions commonOptions = 5; |
PMode |
getMode()
optional .alluxio.grpc.PMode mode = 3; |
PModeOrBuilder |
getModeOrBuilder()
optional .alluxio.grpc.PMode mode = 3; |
boolean |
getRecursive()
optional bool recursive = 1; |
WritePType |
getWriteType()
optional .alluxio.grpc.file.WritePType writeType = 4; |
boolean |
hasAllowExists()
optional bool allowExists = 2; |
boolean |
hasCommonOptions()
optional .alluxio.grpc.file.FileSystemMasterCommonPOptions commonOptions = 5; |
boolean |
hasMode()
optional .alluxio.grpc.PMode mode = 3; |
boolean |
hasRecursive()
optional bool recursive = 1; |
boolean |
hasWriteType()
optional .alluxio.grpc.file.WritePType writeType = 4; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean hasRecursive()
optional bool recursive = 1;
boolean getRecursive()
optional bool recursive = 1;
boolean hasAllowExists()
optional bool allowExists = 2;
boolean getAllowExists()
optional bool allowExists = 2;
boolean hasMode()
optional .alluxio.grpc.PMode mode = 3;
PMode getMode()
optional .alluxio.grpc.PMode mode = 3;
PModeOrBuilder getModeOrBuilder()
optional .alluxio.grpc.PMode mode = 3;
boolean hasWriteType()
optional .alluxio.grpc.file.WritePType writeType = 4;
WritePType getWriteType()
optional .alluxio.grpc.file.WritePType writeType = 4;
boolean hasCommonOptions()
optional .alluxio.grpc.file.FileSystemMasterCommonPOptions commonOptions = 5;
FileSystemMasterCommonPOptions getCommonOptions()
optional .alluxio.grpc.file.FileSystemMasterCommonPOptions commonOptions = 5;
FileSystemMasterCommonPOptionsOrBuilder getCommonOptionsOrBuilder()
optional .alluxio.grpc.file.FileSystemMasterCommonPOptions commonOptions = 5;
Copyright © 2023. All Rights Reserved.