org.apache.hadoop.thirdparty.protobuf.MessageLiteOrBuilder, org.apache.hadoop.thirdparty.protobuf.MessageOrBuilderFsImageProto.FileSummary, FsImageProto.FileSummary.Builderpublic static interface FsImageProto.FileSummaryOrBuilder
extends org.apache.hadoop.thirdparty.protobuf.MessageOrBuilder
| Modifier and Type | Method | Description |
|---|---|---|
java.lang.String |
getCodec() |
optional string codec = 3; |
org.apache.hadoop.thirdparty.protobuf.ByteString |
getCodecBytes() |
optional string codec = 3; |
int |
getLayoutVersion() |
layoutVersion describes which features are available in the
FSImage.
|
int |
getOndiskVersion() |
The version of the above EBNF grammars.
|
FsImageProto.FileSummary.Section |
getSections(int index) |
repeated .hadoop.hdfs.fsimage.FileSummary.Section sections = 4; |
int |
getSectionsCount() |
repeated .hadoop.hdfs.fsimage.FileSummary.Section sections = 4; |
java.util.List<FsImageProto.FileSummary.Section> |
getSectionsList() |
repeated .hadoop.hdfs.fsimage.FileSummary.Section sections = 4; |
FsImageProto.FileSummary.SectionOrBuilder |
getSectionsOrBuilder(int index) |
repeated .hadoop.hdfs.fsimage.FileSummary.Section sections = 4; |
java.util.List<? extends FsImageProto.FileSummary.SectionOrBuilder> |
getSectionsOrBuilderList() |
repeated .hadoop.hdfs.fsimage.FileSummary.Section sections = 4; |
boolean |
hasCodec() |
optional string codec = 3; |
boolean |
hasLayoutVersion() |
layoutVersion describes which features are available in the
FSImage.
|
boolean |
hasOndiskVersion() |
The version of the above EBNF grammars.
|
isInitializedfindInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasOndiskVersion()
The version of the above EBNF grammars.
required uint32 ondiskVersion = 1;int getOndiskVersion()
The version of the above EBNF grammars.
required uint32 ondiskVersion = 1;boolean hasLayoutVersion()
layoutVersion describes which features are available in the FSImage.
required uint32 layoutVersion = 2;int getLayoutVersion()
layoutVersion describes which features are available in the FSImage.
required uint32 layoutVersion = 2;boolean hasCodec()
optional string codec = 3;java.lang.String getCodec()
optional string codec = 3;org.apache.hadoop.thirdparty.protobuf.ByteString getCodecBytes()
optional string codec = 3;java.util.List<FsImageProto.FileSummary.Section> getSectionsList()
repeated .hadoop.hdfs.fsimage.FileSummary.Section sections = 4;FsImageProto.FileSummary.Section getSections(int index)
repeated .hadoop.hdfs.fsimage.FileSummary.Section sections = 4;int getSectionsCount()
repeated .hadoop.hdfs.fsimage.FileSummary.Section sections = 4;java.util.List<? extends FsImageProto.FileSummary.SectionOrBuilder> getSectionsOrBuilderList()
repeated .hadoop.hdfs.fsimage.FileSummary.Section sections = 4;FsImageProto.FileSummary.SectionOrBuilder getSectionsOrBuilder(int index)
repeated .hadoop.hdfs.fsimage.FileSummary.Section sections = 4;Copyright © 2008–2025 Apache Software Foundation. All rights reserved.