public interface OpenFilePOptionsOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
FileSystemMasterCommonPOptions |
getCommonOptions()
optional .alluxio.grpc.file.FileSystemMasterCommonPOptions commonOptions = 3; |
FileSystemMasterCommonPOptionsOrBuilder |
getCommonOptionsOrBuilder()
optional .alluxio.grpc.file.FileSystemMasterCommonPOptions commonOptions = 3; |
int |
getMaxUfsReadConcurrency()
optional int32 maxUfsReadConcurrency = 2; |
ReadPType |
getReadType()
optional .alluxio.grpc.file.ReadPType readType = 1; |
boolean |
getUpdateLastAccessTime()
optional bool updateLastAccessTime = 4 [default = true]; |
boolean |
hasCommonOptions()
optional .alluxio.grpc.file.FileSystemMasterCommonPOptions commonOptions = 3; |
boolean |
hasMaxUfsReadConcurrency()
optional int32 maxUfsReadConcurrency = 2; |
boolean |
hasReadType()
optional .alluxio.grpc.file.ReadPType readType = 1; |
boolean |
hasUpdateLastAccessTime()
optional bool updateLastAccessTime = 4 [default = true]; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean hasReadType()
optional .alluxio.grpc.file.ReadPType readType = 1;
ReadPType getReadType()
optional .alluxio.grpc.file.ReadPType readType = 1;
boolean hasMaxUfsReadConcurrency()
optional int32 maxUfsReadConcurrency = 2;
int getMaxUfsReadConcurrency()
optional int32 maxUfsReadConcurrency = 2;
boolean hasCommonOptions()
optional .alluxio.grpc.file.FileSystemMasterCommonPOptions commonOptions = 3;
FileSystemMasterCommonPOptions getCommonOptions()
optional .alluxio.grpc.file.FileSystemMasterCommonPOptions commonOptions = 3;
FileSystemMasterCommonPOptionsOrBuilder getCommonOptionsOrBuilder()
optional .alluxio.grpc.file.FileSystemMasterCommonPOptions commonOptions = 3;
boolean hasUpdateLastAccessTime()
optional bool updateLastAccessTime = 4 [default = true];
boolean getUpdateLastAccessTime()
optional bool updateLastAccessTime = 4 [default = true];
Copyright © 2023. All Rights Reserved.