public static interface Protocol.OpenUfsBlockOptionsOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
boolean |
getBlockInUfsTier()
If set to true, the block is possibly stored as a UFS block.
|
long |
getBlockSize()
The block size.
|
int |
getMaxUfsReadConcurrency()
optional int32 maxUfsReadConcurrency = 4; |
long |
getMountId()
optional int64 mountId = 5; |
boolean |
getNoCache()
If set, do not try to cache the block locally when reading the data from the UFS.
|
long |
getOffsetInFile()
The offset of the block in within the file.
|
String |
getUfsPath()
optional string ufs_path = 1; |
com.google.protobuf.ByteString |
getUfsPathBytes()
optional string ufs_path = 1; |
String |
getUser()
The client does not need to set this.
|
com.google.protobuf.ByteString |
getUserBytes()
The client does not need to set this.
|
boolean |
hasBlockInUfsTier()
If set to true, the block is possibly stored as a UFS block.
|
boolean |
hasBlockSize()
The block size.
|
boolean |
hasMaxUfsReadConcurrency()
optional int32 maxUfsReadConcurrency = 4; |
boolean |
hasMountId()
optional int64 mountId = 5; |
boolean |
hasNoCache()
If set, do not try to cache the block locally when reading the data from the UFS.
|
boolean |
hasOffsetInFile()
The offset of the block in within the file.
|
boolean |
hasUfsPath()
optional string ufs_path = 1; |
boolean |
hasUser()
The client does not need to set this.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
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()
The offset of the block in within the file.
optional int64 offset_in_file = 2;
long getOffsetInFile()
The offset of the block in within the file.
optional int64 offset_in_file = 2;
boolean hasBlockSize()
The block size.
optional int64 block_size = 3;
long getBlockSize()
The block size.
optional int64 block_size = 3;
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()
If set, do not try to cache the block locally when reading the data from the UFS.
optional bool no_cache = 6;
boolean getNoCache()
If set, do not try to cache the block locally when reading the data from the UFS.
optional bool no_cache = 6;
boolean hasUser()
The client does not need to set this. This is set by the worker.
optional string user = 7;
String getUser()
The client does not need to set this. This is set by the worker.
optional string user = 7;
com.google.protobuf.ByteString getUserBytes()
The client does not need to set this. This is set by the worker.
optional string user = 7;
boolean hasBlockInUfsTier()
If set to true, the block is possibly stored as a UFS block.
optional bool block_in_ufs_tier = 8;
boolean getBlockInUfsTier()
If set to true, the block is possibly stored as a UFS block.
optional bool block_in_ufs_tier = 8;
Copyright © 2023. All Rights Reserved.