public static interface Protocol.WriteRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
boolean |
getCancel()
optional bool cancel = 6; |
Protocol.CreateUfsFileOptions |
getCreateUfsFileOptions()
This is only applicable for ufs writes.
|
Protocol.CreateUfsFileOptionsOrBuilder |
getCreateUfsFileOptionsOrBuilder()
This is only applicable for ufs writes.
|
boolean |
getEof()
optional bool eof = 5; |
long |
getId()
The block ID or UFS file ID.
|
long |
getOffset()
optional int64 offset = 3; |
int |
getTier()
This is only applicable for block write.
|
Protocol.RequestType |
getType()
optional .alluxio.proto.dataserver.RequestType type = 1; |
boolean |
hasCancel()
optional bool cancel = 6; |
boolean |
hasCreateUfsFileOptions()
This is only applicable for ufs writes.
|
boolean |
hasEof()
optional bool eof = 5; |
boolean |
hasId()
The block ID or UFS file ID.
|
boolean |
hasOffset()
optional int64 offset = 3; |
boolean |
hasTier()
This is only applicable for block write.
|
boolean |
hasType()
optional .alluxio.proto.dataserver.RequestType type = 1; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean hasType()
optional .alluxio.proto.dataserver.RequestType type = 1;
Protocol.RequestType getType()
optional .alluxio.proto.dataserver.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 hasEof()
optional bool eof = 5;
boolean getEof()
optional bool eof = 5;
boolean hasCancel()
optional bool cancel = 6;
boolean getCancel()
optional bool cancel = 6;
boolean hasCreateUfsFileOptions()
This is only applicable for ufs writes.
optional .alluxio.proto.dataserver.CreateUfsFileOptions create_ufs_file_options = 7;
Protocol.CreateUfsFileOptions getCreateUfsFileOptions()
This is only applicable for ufs writes.
optional .alluxio.proto.dataserver.CreateUfsFileOptions create_ufs_file_options = 7;
Protocol.CreateUfsFileOptionsOrBuilder getCreateUfsFileOptionsOrBuilder()
This is only applicable for ufs writes.
optional .alluxio.proto.dataserver.CreateUfsFileOptions create_ufs_file_options = 7;
Copyright © 2023. All Rights Reserved.