public static interface FsImageProto.FileSummaryOrBuilder
extends org.apache.hadoop.thirdparty.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
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; |
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()
layoutVersion describes which features are available in the
FSImage.
|
boolean |
hasOndiskVersion()
The version of the above EBNF grammars.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean 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;
String getCodec()
optional string codec = 3;
org.apache.hadoop.thirdparty.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 © 2008–2022 Apache Software Foundation. All rights reserved.