public interface ReadRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
long |
getBlockId()
optional int64 block_id = 1; |
long |
getChunkSize()
optional int64 chunk_size = 5; |
long |
getLength()
optional int64 length = 3; |
long |
getOffset()
optional int64 offset = 2; |
long |
getOffsetReceived()
Read receipt
|
Protocol.OpenUfsBlockOptions |
getOpenUfsBlockOptions()
This is only set for UFS block read.
|
Protocol.OpenUfsBlockOptionsOrBuilder |
getOpenUfsBlockOptionsOrBuilder()
This is only set for UFS block read.
|
boolean |
getPositionShort()
Is position read to a small buffer
|
boolean |
getPromote()
Whether the block should be promoted before reading
|
boolean |
hasBlockId()
optional int64 block_id = 1; |
boolean |
hasChunkSize()
optional int64 chunk_size = 5; |
boolean |
hasLength()
optional int64 length = 3; |
boolean |
hasOffset()
optional int64 offset = 2; |
boolean |
hasOffsetReceived()
Read receipt
|
boolean |
hasOpenUfsBlockOptions()
This is only set for UFS block read.
|
boolean |
hasPositionShort()
Is position read to a small buffer
|
boolean |
hasPromote()
Whether the block should be promoted before reading
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean hasBlockId()
optional int64 block_id = 1;
long getBlockId()
optional int64 block_id = 1;
boolean hasOffset()
optional int64 offset = 2;
long getOffset()
optional int64 offset = 2;
boolean hasLength()
optional int64 length = 3;
long getLength()
optional int64 length = 3;
boolean hasPromote()
Whether the block should be promoted before reading
optional bool promote = 4;
boolean getPromote()
Whether the block should be promoted before reading
optional bool promote = 4;
boolean hasChunkSize()
optional int64 chunk_size = 5;
long getChunkSize()
optional int64 chunk_size = 5;
boolean hasOpenUfsBlockOptions()
This is only set for UFS block read.
optional .alluxio.proto.dataserver.OpenUfsBlockOptions open_ufs_block_options = 6;
Protocol.OpenUfsBlockOptions getOpenUfsBlockOptions()
This is only set for UFS block read.
optional .alluxio.proto.dataserver.OpenUfsBlockOptions open_ufs_block_options = 6;
Protocol.OpenUfsBlockOptionsOrBuilder getOpenUfsBlockOptionsOrBuilder()
This is only set for UFS block read.
optional .alluxio.proto.dataserver.OpenUfsBlockOptions open_ufs_block_options = 6;
boolean hasOffsetReceived()
Read receipt
optional int64 offset_received = 7;
long getOffsetReceived()
Read receipt
optional int64 offset_received = 7;
boolean hasPositionShort()
Is position read to a small buffer
optional bool position_short = 8;
boolean getPositionShort()
Is position read to a small buffer
optional bool position_short = 8;
Copyright © 2023. All Rights Reserved.