public interface CommitBlockPRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
long |
getBlockId()
the id of the block being committed
|
long |
getLength()
the length of the block being committed
|
String |
getMediumType()
optional string mediumType = 7; |
com.google.protobuf.ByteString |
getMediumTypeBytes()
optional string mediumType = 7; |
CommitBlockPOptions |
getOptions()
optional .alluxio.grpc.block.CommitBlockPOptions options = 6; |
CommitBlockPOptionsOrBuilder |
getOptionsOrBuilder()
optional .alluxio.grpc.block.CommitBlockPOptions options = 6; |
String |
getTierAlias()
the alias of the target tier
|
com.google.protobuf.ByteString |
getTierAliasBytes()
the alias of the target tier
|
long |
getUsedBytesOnTier()
the space used in bytes on the target tier
|
long |
getWorkerId()
the id of the worker
|
boolean |
hasBlockId()
the id of the block being committed
|
boolean |
hasLength()
the length of the block being committed
|
boolean |
hasMediumType()
optional string mediumType = 7; |
boolean |
hasOptions()
optional .alluxio.grpc.block.CommitBlockPOptions options = 6; |
boolean |
hasTierAlias()
the alias of the target tier
|
boolean |
hasUsedBytesOnTier()
the space used in bytes on the target tier
|
boolean |
hasWorkerId()
the id of the worker
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean hasWorkerId()
the id of the worker
optional int64 workerId = 1;
long getWorkerId()
the id of the worker
optional int64 workerId = 1;
boolean hasUsedBytesOnTier()
the space used in bytes on the target tier
optional int64 usedBytesOnTier = 2;
long getUsedBytesOnTier()
the space used in bytes on the target tier
optional int64 usedBytesOnTier = 2;
boolean hasTierAlias()
the alias of the target tier
optional string tierAlias = 3;
String getTierAlias()
the alias of the target tier
optional string tierAlias = 3;
com.google.protobuf.ByteString getTierAliasBytes()
the alias of the target tier
optional string tierAlias = 3;
boolean hasBlockId()
the id of the block being committed
optional int64 blockId = 4;
long getBlockId()
the id of the block being committed
optional int64 blockId = 4;
boolean hasLength()
the length of the block being committed
optional int64 length = 5;
long getLength()
the length of the block being committed
optional int64 length = 5;
boolean hasOptions()
optional .alluxio.grpc.block.CommitBlockPOptions options = 6;
CommitBlockPOptions getOptions()
optional .alluxio.grpc.block.CommitBlockPOptions options = 6;
CommitBlockPOptionsOrBuilder getOptionsOrBuilder()
optional .alluxio.grpc.block.CommitBlockPOptions options = 6;
boolean hasMediumType()
optional string mediumType = 7;
String getMediumType()
optional string mediumType = 7;
com.google.protobuf.ByteString getMediumTypeBytes()
optional string mediumType = 7;
Copyright © 2023. All Rights Reserved.