public static final class FsImageProto.FileSummary.Section.Builder extends <any> implements FsImageProto.FileSummary.SectionOrBuilder
index for each sectionProtobuf type
hadoop.hdfs.fsimage.FileSummary.Section| Modifier and Type | Method and Description |
|---|---|
FsImageProto.FileSummary.Section.Builder |
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
FsImageProto.FileSummary.Section |
build() |
FsImageProto.FileSummary.Section |
buildPartial() |
FsImageProto.FileSummary.Section.Builder |
clear() |
FsImageProto.FileSummary.Section.Builder |
clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
FsImageProto.FileSummary.Section.Builder |
clearLength()
optional uint64 length = 2; |
FsImageProto.FileSummary.Section.Builder |
clearName()
optional string name = 1; |
FsImageProto.FileSummary.Section.Builder |
clearOffset()
optional uint64 offset = 3; |
FsImageProto.FileSummary.Section.Builder |
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
FsImageProto.FileSummary.Section.Builder |
clone() |
FsImageProto.FileSummary.Section |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
long |
getLength()
optional uint64 length = 2; |
String |
getName()
optional string name = 1; |
com.google.protobuf.ByteString |
getNameBytes()
optional string name = 1; |
long |
getOffset()
optional uint64 offset = 3; |
boolean |
hasLength()
optional uint64 length = 2; |
boolean |
hasName()
optional string name = 1; |
boolean |
hasOffset()
optional uint64 offset = 3; |
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
FsImageProto.FileSummary.Section.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
FsImageProto.FileSummary.Section.Builder |
mergeFrom(FsImageProto.FileSummary.Section other) |
FsImageProto.FileSummary.Section.Builder |
mergeFrom(com.google.protobuf.Message other) |
FsImageProto.FileSummary.Section.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
FsImageProto.FileSummary.Section.Builder |
setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
FsImageProto.FileSummary.Section.Builder |
setLength(long value)
optional uint64 length = 2; |
FsImageProto.FileSummary.Section.Builder |
setName(String value)
optional string name = 1; |
FsImageProto.FileSummary.Section.Builder |
setNameBytes(com.google.protobuf.ByteString value)
optional string name = 1; |
FsImageProto.FileSummary.Section.Builder |
setOffset(long value)
optional uint64 offset = 3; |
FsImageProto.FileSummary.Section.Builder |
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
FsImageProto.FileSummary.Section.Builder |
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
public FsImageProto.FileSummary.Section.Builder clear()
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.MessageOrBuilderpublic FsImageProto.FileSummary.Section getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic FsImageProto.FileSummary.Section build()
public FsImageProto.FileSummary.Section buildPartial()
public FsImageProto.FileSummary.Section.Builder clone()
public FsImageProto.FileSummary.Section.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
public FsImageProto.FileSummary.Section.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
public FsImageProto.FileSummary.Section.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
public FsImageProto.FileSummary.Section.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
public FsImageProto.FileSummary.Section.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
public FsImageProto.FileSummary.Section.Builder mergeFrom(com.google.protobuf.Message other)
public FsImageProto.FileSummary.Section.Builder mergeFrom(FsImageProto.FileSummary.Section other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderpublic FsImageProto.FileSummary.Section.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic boolean hasName()
optional string name = 1;hasName in interface FsImageProto.FileSummary.SectionOrBuilderpublic String getName()
optional string name = 1;getName in interface FsImageProto.FileSummary.SectionOrBuilderpublic com.google.protobuf.ByteString getNameBytes()
optional string name = 1;getNameBytes in interface FsImageProto.FileSummary.SectionOrBuilderpublic FsImageProto.FileSummary.Section.Builder setName(String value)
optional string name = 1;public FsImageProto.FileSummary.Section.Builder clearName()
optional string name = 1;public FsImageProto.FileSummary.Section.Builder setNameBytes(com.google.protobuf.ByteString value)
optional string name = 1;public boolean hasLength()
optional uint64 length = 2;hasLength in interface FsImageProto.FileSummary.SectionOrBuilderpublic long getLength()
optional uint64 length = 2;getLength in interface FsImageProto.FileSummary.SectionOrBuilderpublic FsImageProto.FileSummary.Section.Builder setLength(long value)
optional uint64 length = 2;public FsImageProto.FileSummary.Section.Builder clearLength()
optional uint64 length = 2;public boolean hasOffset()
optional uint64 offset = 3;hasOffset in interface FsImageProto.FileSummary.SectionOrBuilderpublic long getOffset()
optional uint64 offset = 3;getOffset in interface FsImageProto.FileSummary.SectionOrBuilderpublic FsImageProto.FileSummary.Section.Builder setOffset(long value)
optional uint64 offset = 3;public FsImageProto.FileSummary.Section.Builder clearOffset()
optional uint64 offset = 3;public final FsImageProto.FileSummary.Section.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
public final FsImageProto.FileSummary.Section.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
Copyright © 2008–2020 Apache Software Foundation. All rights reserved.