Uses of Class
org.apache.hadoop.hdfs.server.namenode.FsImageProto.FileSummary.Section.Builder
Packages that use FsImageProto.FileSummary.Section.Builder
-
Uses of FsImageProto.FileSummary.Section.Builder in org.apache.hadoop.hdfs.server.namenode
Methods in org.apache.hadoop.hdfs.server.namenode that return FsImageProto.FileSummary.Section.BuilderModifier and TypeMethodDescriptionFsImageProto.FileSummary.Section.Builder.addRepeatedField(org.apache.hadoop.thirdparty.protobuf.Descriptors.FieldDescriptor field, Object value) FsImageProto.FileSummary.Builder.addSectionsBuilder()repeated .hadoop.hdfs.fsimage.FileSummary.Section sections = 4;FsImageProto.FileSummary.Builder.addSectionsBuilder(int index) repeated .hadoop.hdfs.fsimage.FileSummary.Section sections = 4;FsImageProto.FileSummary.Section.Builder.clear()FsImageProto.FileSummary.Section.Builder.clearField(org.apache.hadoop.thirdparty.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(org.apache.hadoop.thirdparty.protobuf.Descriptors.OneofDescriptor oneof) FsImageProto.FileSummary.Section.Builder.clone()FsImageProto.FileSummary.Builder.getSectionsBuilder(int index) repeated .hadoop.hdfs.fsimage.FileSummary.Section sections = 4;FsImageProto.FileSummary.Section.Builder.mergeFrom(FsImageProto.FileSummary.Section other) FsImageProto.FileSummary.Section.Builder.mergeFrom(org.apache.hadoop.thirdparty.protobuf.CodedInputStream input, org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite extensionRegistry) FsImageProto.FileSummary.Section.Builder.mergeFrom(org.apache.hadoop.thirdparty.protobuf.Message other) FsImageProto.FileSummary.Section.Builder.mergeUnknownFields(org.apache.hadoop.thirdparty.protobuf.UnknownFieldSet unknownFields) FsImageProto.FileSummary.Section.newBuilder()FsImageProto.FileSummary.Section.newBuilder(FsImageProto.FileSummary.Section prototype) FsImageProto.FileSummary.Section.newBuilderForType()protected FsImageProto.FileSummary.Section.BuilderFsImageProto.FileSummary.Section.newBuilderForType(org.apache.hadoop.thirdparty.protobuf.GeneratedMessageV3.BuilderParent parent) FsImageProto.FileSummary.Section.Builder.setField(org.apache.hadoop.thirdparty.protobuf.Descriptors.FieldDescriptor field, Object value) FsImageProto.FileSummary.Section.Builder.setLength(long value) optional uint64 length = 2;optional string name = 1;FsImageProto.FileSummary.Section.Builder.setNameBytes(org.apache.hadoop.thirdparty.protobuf.ByteString value) optional string name = 1;FsImageProto.FileSummary.Section.Builder.setOffset(long value) optional uint64 offset = 3;FsImageProto.FileSummary.Section.Builder.setRepeatedField(org.apache.hadoop.thirdparty.protobuf.Descriptors.FieldDescriptor field, int index, Object value) FsImageProto.FileSummary.Section.Builder.setUnknownFields(org.apache.hadoop.thirdparty.protobuf.UnknownFieldSet unknownFields) FsImageProto.FileSummary.Section.toBuilder()Methods in org.apache.hadoop.hdfs.server.namenode that return types with arguments of type FsImageProto.FileSummary.Section.BuilderModifier and TypeMethodDescriptionFsImageProto.FileSummary.Builder.getSectionsBuilderList()repeated .hadoop.hdfs.fsimage.FileSummary.Section sections = 4;Methods in org.apache.hadoop.hdfs.server.namenode with parameters of type FsImageProto.FileSummary.Section.BuilderModifier and TypeMethodDescriptionFsImageProto.FileSummary.Builder.addSections(int index, FsImageProto.FileSummary.Section.Builder builderForValue) repeated .hadoop.hdfs.fsimage.FileSummary.Section sections = 4;FsImageProto.FileSummary.Builder.addSections(FsImageProto.FileSummary.Section.Builder builderForValue) repeated .hadoop.hdfs.fsimage.FileSummary.Section sections = 4;FsImageProto.FileSummary.Builder.setSections(int index, FsImageProto.FileSummary.Section.Builder builderForValue) repeated .hadoop.hdfs.fsimage.FileSummary.Section sections = 4;