Package | Description |
---|---|
org.apache.hadoop.hdfs.server.namenode | |
org.apache.hadoop.hdfs.server.namenode.snapshot |
Modifier and Type | Method and Description |
---|---|
FsImageProto.FileSummary.Builder |
FsImageProto.FileSummary.Builder.addAllSections(Iterable<? extends FsImageProto.FileSummary.Section> values)
repeated .hadoop.hdfs.fsimage.FileSummary.Section sections = 4; |
FsImageProto.FileSummary.Builder |
FsImageProto.FileSummary.Builder.addRepeatedField(org.apache.hadoop.thirdparty.protobuf.Descriptors.FieldDescriptor field,
Object value) |
FsImageProto.FileSummary.Builder |
FsImageProto.FileSummary.Builder.addSections(FsImageProto.FileSummary.Section.Builder builderForValue)
repeated .hadoop.hdfs.fsimage.FileSummary.Section sections = 4; |
FsImageProto.FileSummary.Builder |
FsImageProto.FileSummary.Builder.addSections(FsImageProto.FileSummary.Section value)
repeated .hadoop.hdfs.fsimage.FileSummary.Section sections = 4; |
FsImageProto.FileSummary.Builder |
FsImageProto.FileSummary.Builder.addSections(int index,
FsImageProto.FileSummary.Section.Builder builderForValue)
repeated .hadoop.hdfs.fsimage.FileSummary.Section sections = 4; |
FsImageProto.FileSummary.Builder |
FsImageProto.FileSummary.Builder.addSections(int index,
FsImageProto.FileSummary.Section value)
repeated .hadoop.hdfs.fsimage.FileSummary.Section sections = 4; |
FsImageProto.FileSummary.Builder |
FsImageProto.FileSummary.Builder.clear() |
FsImageProto.FileSummary.Builder |
FsImageProto.FileSummary.Builder.clearCodec()
optional string codec = 3; |
FsImageProto.FileSummary.Builder |
FsImageProto.FileSummary.Builder.clearField(org.apache.hadoop.thirdparty.protobuf.Descriptors.FieldDescriptor field) |
FsImageProto.FileSummary.Builder |
FsImageProto.FileSummary.Builder.clearLayoutVersion()
layoutVersion describes which features are available in the
FSImage.
|
FsImageProto.FileSummary.Builder |
FsImageProto.FileSummary.Builder.clearOndiskVersion()
The version of the above EBNF grammars.
|
FsImageProto.FileSummary.Builder |
FsImageProto.FileSummary.Builder.clearOneof(org.apache.hadoop.thirdparty.protobuf.Descriptors.OneofDescriptor oneof) |
FsImageProto.FileSummary.Builder |
FsImageProto.FileSummary.Builder.clearSections()
repeated .hadoop.hdfs.fsimage.FileSummary.Section sections = 4; |
FsImageProto.FileSummary.Builder |
FsImageProto.FileSummary.Builder.clone() |
FsImageProto.FileSummary.Builder |
FsImageProto.FileSummary.Builder.mergeFrom(org.apache.hadoop.thirdparty.protobuf.CodedInputStream input,
org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite extensionRegistry) |
FsImageProto.FileSummary.Builder |
FsImageProto.FileSummary.Builder.mergeFrom(FsImageProto.FileSummary other) |
FsImageProto.FileSummary.Builder |
FsImageProto.FileSummary.Builder.mergeFrom(org.apache.hadoop.thirdparty.protobuf.Message other) |
FsImageProto.FileSummary.Builder |
FsImageProto.FileSummary.Builder.mergeUnknownFields(org.apache.hadoop.thirdparty.protobuf.UnknownFieldSet unknownFields) |
static FsImageProto.FileSummary.Builder |
FsImageProto.FileSummary.newBuilder() |
static FsImageProto.FileSummary.Builder |
FsImageProto.FileSummary.newBuilder(FsImageProto.FileSummary prototype) |
FsImageProto.FileSummary.Builder |
FsImageProto.FileSummary.newBuilderForType() |
protected FsImageProto.FileSummary.Builder |
FsImageProto.FileSummary.newBuilderForType(org.apache.hadoop.thirdparty.protobuf.GeneratedMessageV3.BuilderParent parent) |
FsImageProto.FileSummary.Builder |
FsImageProto.FileSummary.Builder.removeSections(int index)
repeated .hadoop.hdfs.fsimage.FileSummary.Section sections = 4; |
FsImageProto.FileSummary.Builder |
FsImageProto.FileSummary.Builder.setCodec(String value)
optional string codec = 3; |
FsImageProto.FileSummary.Builder |
FsImageProto.FileSummary.Builder.setCodecBytes(org.apache.hadoop.thirdparty.protobuf.ByteString value)
optional string codec = 3; |
FsImageProto.FileSummary.Builder |
FsImageProto.FileSummary.Builder.setField(org.apache.hadoop.thirdparty.protobuf.Descriptors.FieldDescriptor field,
Object value) |
FsImageProto.FileSummary.Builder |
FsImageProto.FileSummary.Builder.setLayoutVersion(int value)
layoutVersion describes which features are available in the
FSImage.
|
FsImageProto.FileSummary.Builder |
FsImageProto.FileSummary.Builder.setOndiskVersion(int value)
The version of the above EBNF grammars.
|
FsImageProto.FileSummary.Builder |
FsImageProto.FileSummary.Builder.setRepeatedField(org.apache.hadoop.thirdparty.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
FsImageProto.FileSummary.Builder |
FsImageProto.FileSummary.Builder.setSections(int index,
FsImageProto.FileSummary.Section.Builder builderForValue)
repeated .hadoop.hdfs.fsimage.FileSummary.Section sections = 4; |
FsImageProto.FileSummary.Builder |
FsImageProto.FileSummary.Builder.setSections(int index,
FsImageProto.FileSummary.Section value)
repeated .hadoop.hdfs.fsimage.FileSummary.Section sections = 4; |
FsImageProto.FileSummary.Builder |
FsImageProto.FileSummary.Builder.setUnknownFields(org.apache.hadoop.thirdparty.protobuf.UnknownFieldSet unknownFields) |
FsImageProto.FileSummary.Builder |
FsImageProto.FileSummary.toBuilder() |
Modifier and Type | Method and Description |
---|---|
void |
FSImageFormatProtobuf.Saver.commitSection(FsImageProto.FileSummary.Builder summary,
FSImageFormatProtobuf.SectionName name) |
void |
FSImageFormatProtobuf.Saver.commitSectionAndSubSection(FsImageProto.FileSummary.Builder summary,
FSImageFormatProtobuf.SectionName name,
FSImageFormatProtobuf.SectionName subSectionName)
Commit the length and offset of a fsimage section to the summary index,
including the sub section, which will be committed before the section is
committed.
|
void |
FSImageFormatProtobuf.Saver.commitSubSection(FsImageProto.FileSummary.Builder summary,
FSImageFormatProtobuf.SectionName name)
Commit the length and offset of a fsimage sub-section to the summary
index.
|
Constructor and Description |
---|
Saver(FSImageFormatProtobuf.Saver parent,
FsImageProto.FileSummary.Builder headers,
org.apache.hadoop.hdfs.server.namenode.SaveNamespaceContext context,
org.apache.hadoop.hdfs.server.namenode.FSNamesystem fsn) |
Copyright © 2008–2023 Apache Software Foundation. All rights reserved.