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; |
WorkerNetAddress |
getUfsReadWorkerLocation()
If specified and the blocks are not cached in any worker,
the data will be read and cached to the certain worker.
|
WorkerNetAddressOrBuilder |
getUfsReadWorkerLocationOrBuilder()
If specified and the blocks are not cached in any worker,
the data will be read and cached to the certain worker.
|
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 |
hasUfsReadWorkerLocation()
If specified and the blocks are not cached in any worker,
the data will be read and cached to the certain worker.
|
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];
boolean hasUfsReadWorkerLocation()
If specified and the blocks are not cached in any worker, the data will be read and cached to the certain worker. If the blocks have been cached in some alluxio workers, this field will be ignored.
optional .alluxio.grpc.WorkerNetAddress ufsReadWorkerLocation = 15;
WorkerNetAddress getUfsReadWorkerLocation()
If specified and the blocks are not cached in any worker, the data will be read and cached to the certain worker. If the blocks have been cached in some alluxio workers, this field will be ignored.
optional .alluxio.grpc.WorkerNetAddress ufsReadWorkerLocation = 15;
WorkerNetAddressOrBuilder getUfsReadWorkerLocationOrBuilder()
If specified and the blocks are not cached in any worker, the data will be read and cached to the certain worker. If the blocks have been cached in some alluxio workers, this field will be ignored.
optional .alluxio.grpc.WorkerNetAddress ufsReadWorkerLocation = 15;
Copyright © 2023. All Rights Reserved.