public final class CommitBlockPRequest extends com.google.protobuf.GeneratedMessageV3 implements CommitBlockPRequestOrBuilder
alluxio.grpc.block.CommitBlockPRequest
Modifier and Type | Class and Description |
---|---|
static class |
CommitBlockPRequest.Builder
Protobuf type
alluxio.grpc.block.CommitBlockPRequest |
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable, com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter
Modifier and Type | Field and Description |
---|---|
static int |
BLOCKID_FIELD_NUMBER |
static int |
LENGTH_FIELD_NUMBER |
static int |
MEDIUMTYPE_FIELD_NUMBER |
static int |
OPTIONS_FIELD_NUMBER |
static com.google.protobuf.Parser<CommitBlockPRequest> |
PARSER
Deprecated.
|
static int |
TIERALIAS_FIELD_NUMBER |
static int |
USEDBYTESONTIER_FIELD_NUMBER |
static int |
WORKERID_FIELD_NUMBER |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
long |
getBlockId()
the id of the block being committed
|
static CommitBlockPRequest |
getDefaultInstance() |
CommitBlockPRequest |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
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; |
com.google.protobuf.Parser<CommitBlockPRequest> |
getParserForType() |
int |
getSerializedSize() |
String |
getTierAlias()
the alias of the target tier
|
com.google.protobuf.ByteString |
getTierAliasBytes()
the alias of the target tier
|
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
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
|
int |
hashCode() |
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
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static CommitBlockPRequest.Builder |
newBuilder() |
static CommitBlockPRequest.Builder |
newBuilder(CommitBlockPRequest prototype) |
CommitBlockPRequest.Builder |
newBuilderForType() |
protected CommitBlockPRequest.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
protected Object |
newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused) |
static CommitBlockPRequest |
parseDelimitedFrom(InputStream input) |
static CommitBlockPRequest |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static CommitBlockPRequest |
parseFrom(byte[] data) |
static CommitBlockPRequest |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static CommitBlockPRequest |
parseFrom(ByteBuffer data) |
static CommitBlockPRequest |
parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static CommitBlockPRequest |
parseFrom(com.google.protobuf.ByteString data) |
static CommitBlockPRequest |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static CommitBlockPRequest |
parseFrom(com.google.protobuf.CodedInputStream input) |
static CommitBlockPRequest |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static CommitBlockPRequest |
parseFrom(InputStream input) |
static CommitBlockPRequest |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<CommitBlockPRequest> |
parser() |
CommitBlockPRequest.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, makeExtensionsImmutable, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag
findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toString
addAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTo
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public static final int WORKERID_FIELD_NUMBER
public static final int USEDBYTESONTIER_FIELD_NUMBER
public static final int TIERALIAS_FIELD_NUMBER
public static final int BLOCKID_FIELD_NUMBER
public static final int LENGTH_FIELD_NUMBER
public static final int OPTIONS_FIELD_NUMBER
public static final int MEDIUMTYPE_FIELD_NUMBER
@Deprecated public static final com.google.protobuf.Parser<CommitBlockPRequest> PARSER
protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
newInstance
in class com.google.protobuf.GeneratedMessageV3
public final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields
in interface com.google.protobuf.MessageOrBuilder
getUnknownFields
in class com.google.protobuf.GeneratedMessageV3
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable
in class com.google.protobuf.GeneratedMessageV3
public boolean hasWorkerId()
the id of the worker
optional int64 workerId = 1;
hasWorkerId
in interface CommitBlockPRequestOrBuilder
public long getWorkerId()
the id of the worker
optional int64 workerId = 1;
getWorkerId
in interface CommitBlockPRequestOrBuilder
public boolean hasUsedBytesOnTier()
the space used in bytes on the target tier
optional int64 usedBytesOnTier = 2;
hasUsedBytesOnTier
in interface CommitBlockPRequestOrBuilder
public long getUsedBytesOnTier()
the space used in bytes on the target tier
optional int64 usedBytesOnTier = 2;
getUsedBytesOnTier
in interface CommitBlockPRequestOrBuilder
public boolean hasTierAlias()
the alias of the target tier
optional string tierAlias = 3;
hasTierAlias
in interface CommitBlockPRequestOrBuilder
public String getTierAlias()
the alias of the target tier
optional string tierAlias = 3;
getTierAlias
in interface CommitBlockPRequestOrBuilder
public com.google.protobuf.ByteString getTierAliasBytes()
the alias of the target tier
optional string tierAlias = 3;
getTierAliasBytes
in interface CommitBlockPRequestOrBuilder
public boolean hasBlockId()
the id of the block being committed
optional int64 blockId = 4;
hasBlockId
in interface CommitBlockPRequestOrBuilder
public long getBlockId()
the id of the block being committed
optional int64 blockId = 4;
getBlockId
in interface CommitBlockPRequestOrBuilder
public boolean hasLength()
the length of the block being committed
optional int64 length = 5;
hasLength
in interface CommitBlockPRequestOrBuilder
public long getLength()
the length of the block being committed
optional int64 length = 5;
getLength
in interface CommitBlockPRequestOrBuilder
public boolean hasOptions()
optional .alluxio.grpc.block.CommitBlockPOptions options = 6;
hasOptions
in interface CommitBlockPRequestOrBuilder
public CommitBlockPOptions getOptions()
optional .alluxio.grpc.block.CommitBlockPOptions options = 6;
getOptions
in interface CommitBlockPRequestOrBuilder
public CommitBlockPOptionsOrBuilder getOptionsOrBuilder()
optional .alluxio.grpc.block.CommitBlockPOptions options = 6;
getOptionsOrBuilder
in interface CommitBlockPRequestOrBuilder
public boolean hasMediumType()
optional string mediumType = 7;
hasMediumType
in interface CommitBlockPRequestOrBuilder
public String getMediumType()
optional string mediumType = 7;
getMediumType
in interface CommitBlockPRequestOrBuilder
public com.google.protobuf.ByteString getMediumTypeBytes()
optional string mediumType = 7;
getMediumTypeBytes
in interface CommitBlockPRequestOrBuilder
public final boolean isInitialized()
isInitialized
in interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
in class com.google.protobuf.GeneratedMessageV3
public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException
writeTo
in interface com.google.protobuf.MessageLite
writeTo
in class com.google.protobuf.GeneratedMessageV3
IOException
public int getSerializedSize()
getSerializedSize
in interface com.google.protobuf.MessageLite
getSerializedSize
in class com.google.protobuf.GeneratedMessageV3
public boolean equals(Object obj)
equals
in interface com.google.protobuf.Message
equals
in class com.google.protobuf.AbstractMessage
public int hashCode()
hashCode
in interface com.google.protobuf.Message
hashCode
in class com.google.protobuf.AbstractMessage
public static CommitBlockPRequest parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static CommitBlockPRequest parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static CommitBlockPRequest parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static CommitBlockPRequest parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static CommitBlockPRequest parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static CommitBlockPRequest parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static CommitBlockPRequest parseFrom(InputStream input) throws IOException
IOException
public static CommitBlockPRequest parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static CommitBlockPRequest parseDelimitedFrom(InputStream input) throws IOException
IOException
public static CommitBlockPRequest parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static CommitBlockPRequest parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOException
public static CommitBlockPRequest parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public CommitBlockPRequest.Builder newBuilderForType()
newBuilderForType
in interface com.google.protobuf.Message
newBuilderForType
in interface com.google.protobuf.MessageLite
public static CommitBlockPRequest.Builder newBuilder()
public static CommitBlockPRequest.Builder newBuilder(CommitBlockPRequest prototype)
public CommitBlockPRequest.Builder toBuilder()
toBuilder
in interface com.google.protobuf.Message
toBuilder
in interface com.google.protobuf.MessageLite
protected CommitBlockPRequest.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType
in class com.google.protobuf.GeneratedMessageV3
public static CommitBlockPRequest getDefaultInstance()
public static com.google.protobuf.Parser<CommitBlockPRequest> parser()
public com.google.protobuf.Parser<CommitBlockPRequest> getParserForType()
getParserForType
in interface com.google.protobuf.Message
getParserForType
in interface com.google.protobuf.MessageLite
getParserForType
in class com.google.protobuf.GeneratedMessageV3
public CommitBlockPRequest getDefaultInstanceForType()
getDefaultInstanceForType
in interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType
in interface com.google.protobuf.MessageOrBuilder
Copyright © 2023. All Rights Reserved.