| Package | Description |
|---|---|
| org.apache.hadoop.hdfs.server.namenode |
| Modifier and Type | Field | Description |
|---|---|---|
static org.apache.hadoop.thirdparty.protobuf.Parser<FsImageProto.FileSummary.Section> |
FsImageProto.FileSummary.Section.PARSER |
Deprecated.
|
| Modifier and Type | Method | Description |
|---|---|---|
FsImageProto.FileSummary.Section |
FsImageProto.FileSummary.Section.Builder.build() |
|
FsImageProto.FileSummary.Section |
FsImageProto.FileSummary.Section.Builder.buildPartial() |
|
static FsImageProto.FileSummary.Section |
FsImageProto.FileSummary.Section.getDefaultInstance() |
|
FsImageProto.FileSummary.Section |
FsImageProto.FileSummary.Section.Builder.getDefaultInstanceForType() |
|
FsImageProto.FileSummary.Section |
FsImageProto.FileSummary.Section.getDefaultInstanceForType() |
|
FsImageProto.FileSummary.Section |
FsImageProto.FileSummary.Builder.getSections(int index) |
repeated .hadoop.hdfs.fsimage.FileSummary.Section sections = 4; |
FsImageProto.FileSummary.Section |
FsImageProto.FileSummary.getSections(int index) |
repeated .hadoop.hdfs.fsimage.FileSummary.Section sections = 4; |
FsImageProto.FileSummary.Section |
FsImageProto.FileSummaryOrBuilder.getSections(int index) |
repeated .hadoop.hdfs.fsimage.FileSummary.Section sections = 4; |
static FsImageProto.FileSummary.Section |
FsImageProto.FileSummary.Section.parseDelimitedFrom(java.io.InputStream input) |
|
static FsImageProto.FileSummary.Section |
FsImageProto.FileSummary.Section.parseDelimitedFrom(java.io.InputStream input,
org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite extensionRegistry) |
|
static FsImageProto.FileSummary.Section |
FsImageProto.FileSummary.Section.parseFrom(byte[] data) |
|
static FsImageProto.FileSummary.Section |
FsImageProto.FileSummary.Section.parseFrom(byte[] data,
org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite extensionRegistry) |
|
static FsImageProto.FileSummary.Section |
FsImageProto.FileSummary.Section.parseFrom(java.io.InputStream input) |
|
static FsImageProto.FileSummary.Section |
FsImageProto.FileSummary.Section.parseFrom(java.io.InputStream input,
org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite extensionRegistry) |
|
static FsImageProto.FileSummary.Section |
FsImageProto.FileSummary.Section.parseFrom(java.nio.ByteBuffer data) |
|
static FsImageProto.FileSummary.Section |
FsImageProto.FileSummary.Section.parseFrom(java.nio.ByteBuffer data,
org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite extensionRegistry) |
|
static FsImageProto.FileSummary.Section |
FsImageProto.FileSummary.Section.parseFrom(org.apache.hadoop.thirdparty.protobuf.ByteString data) |
|
static FsImageProto.FileSummary.Section |
FsImageProto.FileSummary.Section.parseFrom(org.apache.hadoop.thirdparty.protobuf.ByteString data,
org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite extensionRegistry) |
|
static FsImageProto.FileSummary.Section |
FsImageProto.FileSummary.Section.parseFrom(org.apache.hadoop.thirdparty.protobuf.CodedInputStream input) |
|
static FsImageProto.FileSummary.Section |
FsImageProto.FileSummary.Section.parseFrom(org.apache.hadoop.thirdparty.protobuf.CodedInputStream input,
org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method | Description |
|---|---|---|
org.apache.hadoop.thirdparty.protobuf.Parser<FsImageProto.FileSummary.Section> |
FsImageProto.FileSummary.Section.getParserForType() |
|
java.util.List<FsImageProto.FileSummary.Section> |
FsImageProto.FileSummary.Builder.getSectionsList() |
repeated .hadoop.hdfs.fsimage.FileSummary.Section sections = 4; |
java.util.List<FsImageProto.FileSummary.Section> |
FsImageProto.FileSummary.getSectionsList() |
repeated .hadoop.hdfs.fsimage.FileSummary.Section sections = 4; |
java.util.List<FsImageProto.FileSummary.Section> |
FsImageProto.FileSummaryOrBuilder.getSectionsList() |
repeated .hadoop.hdfs.fsimage.FileSummary.Section sections = 4; |
static org.apache.hadoop.thirdparty.protobuf.Parser<FsImageProto.FileSummary.Section> |
FsImageProto.FileSummary.Section.parser() |
| Modifier and Type | Method | Description |
|---|---|---|
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.addSections(FsImageProto.FileSummary.Section value) |
repeated .hadoop.hdfs.fsimage.FileSummary.Section sections = 4; |
java.io.InputStream |
FSImageFormatProtobuf.Loader.getInputStreamForSection(FsImageProto.FileSummary.Section section,
java.lang.String compressionCodec) |
Given a FSImage FileSummary.section, return a LimitInput stream set to
the starting position of the section and limited to the section length.
|
FsImageProto.FileSummary.Section.Builder |
FsImageProto.FileSummary.Section.Builder.mergeFrom(FsImageProto.FileSummary.Section other) |
|
static FsImageProto.FileSummary.Section.Builder |
FsImageProto.FileSummary.Section.newBuilder(FsImageProto.FileSummary.Section prototype) |
|
FsImageProto.FileSummary.Builder |
FsImageProto.FileSummary.Builder.setSections(int index,
FsImageProto.FileSummary.Section value) |
repeated .hadoop.hdfs.fsimage.FileSummary.Section sections = 4; |
| Modifier and Type | Method | Description |
|---|---|---|
FsImageProto.FileSummary.Builder |
FsImageProto.FileSummary.Builder.addAllSections(java.lang.Iterable<? extends FsImageProto.FileSummary.Section> values) |
repeated .hadoop.hdfs.fsimage.FileSummary.Section sections = 4; |
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.