public static final class Block.BlockInfoEntry.Builder extends com.google.protobuf.GeneratedMessage.Builder<Block.BlockInfoEntry.Builder> implements Block.BlockInfoEntryOrBuilder
alluxio.proto.journal.BlockInfoEntry
next available id: 3
Modifier and Type | Method and Description |
---|---|
Block.BlockInfoEntry |
build() |
Block.BlockInfoEntry |
buildPartial() |
Block.BlockInfoEntry.Builder |
clear() |
Block.BlockInfoEntry.Builder |
clearBlockId()
optional int64 block_id = 1; |
Block.BlockInfoEntry.Builder |
clearLength()
optional int64 length = 2; |
Block.BlockInfoEntry.Builder |
clone() |
long |
getBlockId()
optional int64 block_id = 1; |
Block.BlockInfoEntry |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
long |
getLength()
optional int64 length = 2; |
boolean |
hasBlockId()
optional int64 block_id = 1; |
boolean |
hasLength()
optional int64 length = 2; |
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
Block.BlockInfoEntry.Builder |
mergeFrom(Block.BlockInfoEntry other) |
Block.BlockInfoEntry.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Block.BlockInfoEntry.Builder |
mergeFrom(com.google.protobuf.Message other) |
Block.BlockInfoEntry.Builder |
setBlockId(long value)
optional int64 block_id = 1; |
Block.BlockInfoEntry.Builder |
setLength(long value)
optional int64 length = 2; |
addRepeatedField, clearField, getAllFields, getField, getFieldBuilder, getParentForChildren, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, isClean, markClean, mergeUnknownFields, newBuilderForField, onBuilt, onChanged, parseUnknownField, setField, setRepeatedField, setUnknownFields
findInitializationErrors, getInitializationErrorString, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException
addAll, newUninitializedMessageException
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable
in class com.google.protobuf.GeneratedMessage.Builder<Block.BlockInfoEntry.Builder>
public Block.BlockInfoEntry.Builder clear()
clear
in interface com.google.protobuf.Message.Builder
clear
in interface com.google.protobuf.MessageLite.Builder
clear
in class com.google.protobuf.GeneratedMessage.Builder<Block.BlockInfoEntry.Builder>
public Block.BlockInfoEntry.Builder clone()
clone
in interface com.google.protobuf.Message.Builder
clone
in interface com.google.protobuf.MessageLite.Builder
clone
in class com.google.protobuf.GeneratedMessage.Builder<Block.BlockInfoEntry.Builder>
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType
in interface com.google.protobuf.Message.Builder
getDescriptorForType
in interface com.google.protobuf.MessageOrBuilder
getDescriptorForType
in class com.google.protobuf.GeneratedMessage.Builder<Block.BlockInfoEntry.Builder>
public Block.BlockInfoEntry getDefaultInstanceForType()
getDefaultInstanceForType
in interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType
in interface com.google.protobuf.MessageOrBuilder
public Block.BlockInfoEntry build()
build
in interface com.google.protobuf.Message.Builder
build
in interface com.google.protobuf.MessageLite.Builder
public Block.BlockInfoEntry buildPartial()
buildPartial
in interface com.google.protobuf.Message.Builder
buildPartial
in interface com.google.protobuf.MessageLite.Builder
public Block.BlockInfoEntry.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom
in interface com.google.protobuf.Message.Builder
mergeFrom
in class com.google.protobuf.AbstractMessage.Builder<Block.BlockInfoEntry.Builder>
public Block.BlockInfoEntry.Builder mergeFrom(Block.BlockInfoEntry other)
public final boolean isInitialized()
isInitialized
in interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
in class com.google.protobuf.GeneratedMessage.Builder<Block.BlockInfoEntry.Builder>
public Block.BlockInfoEntry.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom
in interface com.google.protobuf.Message.Builder
mergeFrom
in interface com.google.protobuf.MessageLite.Builder
mergeFrom
in class com.google.protobuf.AbstractMessage.Builder<Block.BlockInfoEntry.Builder>
IOException
public boolean hasBlockId()
optional int64 block_id = 1;
hasBlockId
in interface Block.BlockInfoEntryOrBuilder
public long getBlockId()
optional int64 block_id = 1;
getBlockId
in interface Block.BlockInfoEntryOrBuilder
public Block.BlockInfoEntry.Builder setBlockId(long value)
optional int64 block_id = 1;
public Block.BlockInfoEntry.Builder clearBlockId()
optional int64 block_id = 1;
public boolean hasLength()
optional int64 length = 2;
hasLength
in interface Block.BlockInfoEntryOrBuilder
public long getLength()
optional int64 length = 2;
getLength
in interface Block.BlockInfoEntryOrBuilder
public Block.BlockInfoEntry.Builder setLength(long value)
optional int64 length = 2;
public Block.BlockInfoEntry.Builder clearLength()
optional int64 length = 2;
Copyright © 2023. All Rights Reserved.