public static interface FsImageProto.FileSummaryOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description | 
|---|---|
| String | getCodec()optional string codec = 3; | 
| com.google.protobuf.ByteString | getCodecBytes()optional string codec = 3; | 
| int | getLayoutVersion()required uint32 layoutVersion = 2; | 
| int | getOndiskVersion()required uint32 ondiskVersion = 1; | 
| FsImageProto.FileSummary.Section | getSections(int index)repeated .hadoop.hdfs.fsimage.FileSummary.Section sections = 4; | 
| int | getSectionsCount()repeated .hadoop.hdfs.fsimage.FileSummary.Section sections = 4; | 
| 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; | 
| List<? extends FsImageProto.FileSummary.SectionOrBuilder> | getSectionsOrBuilderList()repeated .hadoop.hdfs.fsimage.FileSummary.Section sections = 4; | 
| boolean | hasCodec()optional string codec = 3; | 
| boolean | hasLayoutVersion()required uint32 layoutVersion = 2; | 
| boolean | hasOndiskVersion()required uint32 ondiskVersion = 1; | 
boolean hasOndiskVersion()
required uint32 ondiskVersion = 1;
 The version of the above EBNF grammars.
int getOndiskVersion()
required uint32 ondiskVersion = 1;
 The version of the above EBNF grammars.
boolean hasLayoutVersion()
required uint32 layoutVersion = 2;
 layoutVersion describes which features are available in the FSImage.
int getLayoutVersion()
required uint32 layoutVersion = 2;
 layoutVersion describes which features are available in the FSImage.
boolean hasCodec()
optional string codec = 3;String getCodec()
optional string codec = 3;com.google.protobuf.ByteString getCodecBytes()
optional string codec = 3;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;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 © 2022 Apache Software Foundation. All rights reserved.