public interface CacheRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
boolean |
getAsync()
optional bool async = 6; |
long |
getBlockId()
optional int64 block_id = 1; |
long |
getLength()
optional int64 length = 5; |
Protocol.OpenUfsBlockOptions |
getOpenUfsBlockOptions()
optional .alluxio.proto.dataserver.OpenUfsBlockOptions open_ufs_block_options = 4; |
Protocol.OpenUfsBlockOptionsOrBuilder |
getOpenUfsBlockOptionsOrBuilder()
optional .alluxio.proto.dataserver.OpenUfsBlockOptions open_ufs_block_options = 4; |
String |
getSourceHost()
TODO(calvin): source host and port should be replace with WorkerNetAddress
|
com.google.protobuf.ByteString |
getSourceHostBytes()
TODO(calvin): source host and port should be replace with WorkerNetAddress
|
int |
getSourcePort()
optional int32 source_port = 3; |
boolean |
hasAsync()
optional bool async = 6; |
boolean |
hasBlockId()
optional int64 block_id = 1; |
boolean |
hasLength()
optional int64 length = 5; |
boolean |
hasOpenUfsBlockOptions()
optional .alluxio.proto.dataserver.OpenUfsBlockOptions open_ufs_block_options = 4; |
boolean |
hasSourceHost()
TODO(calvin): source host and port should be replace with WorkerNetAddress
|
boolean |
hasSourcePort()
optional int32 source_port = 3; |
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 hasSourceHost()
TODO(calvin): source host and port should be replace with WorkerNetAddress
optional string source_host = 2;
String getSourceHost()
TODO(calvin): source host and port should be replace with WorkerNetAddress
optional string source_host = 2;
com.google.protobuf.ByteString getSourceHostBytes()
TODO(calvin): source host and port should be replace with WorkerNetAddress
optional string source_host = 2;
boolean hasSourcePort()
optional int32 source_port = 3;
int getSourcePort()
optional int32 source_port = 3;
boolean hasOpenUfsBlockOptions()
optional .alluxio.proto.dataserver.OpenUfsBlockOptions open_ufs_block_options = 4;
Protocol.OpenUfsBlockOptions getOpenUfsBlockOptions()
optional .alluxio.proto.dataserver.OpenUfsBlockOptions open_ufs_block_options = 4;
Protocol.OpenUfsBlockOptionsOrBuilder getOpenUfsBlockOptionsOrBuilder()
optional .alluxio.proto.dataserver.OpenUfsBlockOptions open_ufs_block_options = 4;
boolean hasLength()
optional int64 length = 5;
long getLength()
optional int64 length = 5;
boolean hasAsync()
optional bool async = 6;
boolean getAsync()
optional bool async = 6;
Copyright © 2023. All Rights Reserved.