public interface WriteRequestCommandOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
Protocol.CreateUfsBlockOptions |
getCreateUfsBlockOptions()
optional .alluxio.proto.dataserver.CreateUfsBlockOptions create_ufs_block_options = 7; |
Protocol.CreateUfsBlockOptionsOrBuilder |
getCreateUfsBlockOptionsOrBuilder()
optional .alluxio.proto.dataserver.CreateUfsBlockOptions create_ufs_block_options = 7; |
Protocol.CreateUfsFileOptions |
getCreateUfsFileOptions()
Cancel, close and error will be handled by standard gRPC stream APIs.
|
Protocol.CreateUfsFileOptionsOrBuilder |
getCreateUfsFileOptionsOrBuilder()
Cancel, close and error will be handled by standard gRPC stream APIs.
|
boolean |
getFlush()
optional bool flush = 5; |
long |
getId()
The block ID or UFS file ID.
|
String |
getMediumType()
optional string medium_type = 8; |
com.google.protobuf.ByteString |
getMediumTypeBytes()
optional string medium_type = 8; |
long |
getOffset()
optional int64 offset = 3; |
boolean |
getPinOnCreate()
optional bool pin_on_create = 9; |
int |
getTier()
This is only applicable for block write.
|
RequestType |
getType()
optional .alluxio.grpc.block.RequestType type = 1; |
boolean |
hasCreateUfsBlockOptions()
optional .alluxio.proto.dataserver.CreateUfsBlockOptions create_ufs_block_options = 7; |
boolean |
hasCreateUfsFileOptions()
Cancel, close and error will be handled by standard gRPC stream APIs.
|
boolean |
hasFlush()
optional bool flush = 5; |
boolean |
hasId()
The block ID or UFS file ID.
|
boolean |
hasMediumType()
optional string medium_type = 8; |
boolean |
hasOffset()
optional int64 offset = 3; |
boolean |
hasPinOnCreate()
optional bool pin_on_create = 9; |
boolean |
hasTier()
This is only applicable for block write.
|
boolean |
hasType()
optional .alluxio.grpc.block.RequestType type = 1; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean hasType()
optional .alluxio.grpc.block.RequestType type = 1;
RequestType getType()
optional .alluxio.grpc.block.RequestType type = 1;
boolean hasId()
The block ID or UFS file ID.
optional int64 id = 2;
long getId()
The block ID or UFS file ID.
optional int64 id = 2;
boolean hasOffset()
optional int64 offset = 3;
long getOffset()
optional int64 offset = 3;
boolean hasTier()
This is only applicable for block write.
optional int32 tier = 4;
int getTier()
This is only applicable for block write.
optional int32 tier = 4;
boolean hasFlush()
optional bool flush = 5;
boolean getFlush()
optional bool flush = 5;
boolean hasCreateUfsFileOptions()
Cancel, close and error will be handled by standard gRPC stream APIs.
optional .alluxio.proto.dataserver.CreateUfsFileOptions create_ufs_file_options = 6;
Protocol.CreateUfsFileOptions getCreateUfsFileOptions()
Cancel, close and error will be handled by standard gRPC stream APIs.
optional .alluxio.proto.dataserver.CreateUfsFileOptions create_ufs_file_options = 6;
Protocol.CreateUfsFileOptionsOrBuilder getCreateUfsFileOptionsOrBuilder()
Cancel, close and error will be handled by standard gRPC stream APIs.
optional .alluxio.proto.dataserver.CreateUfsFileOptions create_ufs_file_options = 6;
boolean hasCreateUfsBlockOptions()
optional .alluxio.proto.dataserver.CreateUfsBlockOptions create_ufs_block_options = 7;
Protocol.CreateUfsBlockOptions getCreateUfsBlockOptions()
optional .alluxio.proto.dataserver.CreateUfsBlockOptions create_ufs_block_options = 7;
Protocol.CreateUfsBlockOptionsOrBuilder getCreateUfsBlockOptionsOrBuilder()
optional .alluxio.proto.dataserver.CreateUfsBlockOptions create_ufs_block_options = 7;
boolean hasMediumType()
optional string medium_type = 8;
String getMediumType()
optional string medium_type = 8;
com.google.protobuf.ByteString getMediumTypeBytes()
optional string medium_type = 8;
boolean hasPinOnCreate()
optional bool pin_on_create = 9;
boolean getPinOnCreate()
optional bool pin_on_create = 9;
Copyright © 2023. All Rights Reserved.