public static interface Protocol.ReadRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
long |
getBlockId()
optional int64 block_id = 1; |
boolean |
getCancel()
If set, this request is to cancel the reading request for the id.
|
long |
getChunkSize()
If set, the server should send packets in the specified packet size.
|
long |
getLength()
optional int64 length = 3; |
long |
getOffset()
optional int64 offset = 2; |
Protocol.OpenUfsBlockOptions |
getOpenUfsBlockOptions()
This is only set for UFS block read.
|
Protocol.OpenUfsBlockOptionsOrBuilder |
getOpenUfsBlockOptionsOrBuilder()
This is only set for UFS block read.
|
boolean |
getPromote()
Whether the block should be promoted before reading
|
boolean |
hasBlockId()
optional int64 block_id = 1; |
boolean |
hasCancel()
If set, this request is to cancel the reading request for the id.
|
boolean |
hasChunkSize()
If set, the server should send packets in the specified packet size.
|
boolean |
hasLength()
optional int64 length = 3; |
boolean |
hasOffset()
optional int64 offset = 2; |
boolean |
hasOpenUfsBlockOptions()
This is only set for UFS block read.
|
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 hasCancel()
If set, this request is to cancel the reading request for the id.
optional bool cancel = 4;
boolean getCancel()
If set, this request is to cancel the reading request for the id.
optional bool cancel = 4;
boolean hasPromote()
Whether the block should be promoted before reading
optional bool promote = 7;
boolean getPromote()
Whether the block should be promoted before reading
optional bool promote = 7;
boolean hasChunkSize()
If set, the server should send packets in the specified packet size.
optional int64 chunk_size = 5;
long getChunkSize()
If set, the server should send packets in the specified packet size.
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;
Copyright © 2023. All Rights Reserved.