public static interface Protocol.OpenUfsBlockOptionsOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
long |
getBlockSize()
optional int64 block_size = 3; |
int |
getMaxUfsReadConcurrency()
optional int32 maxUfsReadConcurrency = 4; |
long |
getMountId()
optional int64 mountId = 5; |
boolean |
getNoCache()
optional bool no_cache = 6; |
long |
getOffsetInFile()
optional int64 offset_in_file = 2; |
String |
getUfsPath()
optional string ufs_path = 1; |
com.google.protobuf.ByteString |
getUfsPathBytes()
optional string ufs_path = 1; |
String |
getUser()
optional string user = 7; |
com.google.protobuf.ByteString |
getUserBytes()
optional string user = 7; |
boolean |
hasBlockSize()
optional int64 block_size = 3; |
boolean |
hasMaxUfsReadConcurrency()
optional int32 maxUfsReadConcurrency = 4; |
boolean |
hasMountId()
optional int64 mountId = 5; |
boolean |
hasNoCache()
optional bool no_cache = 6; |
boolean |
hasOffsetInFile()
optional int64 offset_in_file = 2; |
boolean |
hasUfsPath()
optional string ufs_path = 1; |
boolean |
hasUser()
optional string user = 7; |
boolean hasUfsPath()
optional string ufs_path = 1;
String getUfsPath()
optional string ufs_path = 1;
com.google.protobuf.ByteString getUfsPathBytes()
optional string ufs_path = 1;
boolean hasOffsetInFile()
optional int64 offset_in_file = 2;
The offset of the block in within the file.
long getOffsetInFile()
optional int64 offset_in_file = 2;
The offset of the block in within the file.
boolean hasBlockSize()
optional int64 block_size = 3;
The block size.
long getBlockSize()
optional int64 block_size = 3;
The block size.
boolean hasMaxUfsReadConcurrency()
optional int32 maxUfsReadConcurrency = 4;
int getMaxUfsReadConcurrency()
optional int32 maxUfsReadConcurrency = 4;
boolean hasMountId()
optional int64 mountId = 5;
long getMountId()
optional int64 mountId = 5;
boolean hasNoCache()
optional bool no_cache = 6;
If set, do not try to cache the block locally when reading the data from the UFS.
boolean getNoCache()
optional bool no_cache = 6;
If set, do not try to cache the block locally when reading the data from the UFS.
boolean hasUser()
optional string user = 7;
The client does not need to set this. This is set by the worker.
String getUser()
optional string user = 7;
The client does not need to set this. This is set by the worker.
com.google.protobuf.ByteString getUserBytes()
optional string user = 7;
The client does not need to set this. This is set by the worker.
Copyright © 2023. All Rights Reserved.