public static final class FsImageProto.FileSummary.Builder extends <any> implements FsImageProto.FileSummaryOrBuilder
hadoop.hdfs.fsimage.FileSummary
Modifier and Type | Method and Description |
---|---|
FsImageProto.FileSummary.Builder |
addAllSections(Iterable<? extends FsImageProto.FileSummary.Section> values)
repeated .hadoop.hdfs.fsimage.FileSummary.Section sections = 4; |
FsImageProto.FileSummary.Builder |
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
FsImageProto.FileSummary.Builder |
addSections(FsImageProto.FileSummary.Section.Builder builderForValue)
repeated .hadoop.hdfs.fsimage.FileSummary.Section sections = 4; |
FsImageProto.FileSummary.Builder |
addSections(FsImageProto.FileSummary.Section value)
repeated .hadoop.hdfs.fsimage.FileSummary.Section sections = 4; |
FsImageProto.FileSummary.Builder |
addSections(int index,
FsImageProto.FileSummary.Section.Builder builderForValue)
repeated .hadoop.hdfs.fsimage.FileSummary.Section sections = 4; |
FsImageProto.FileSummary.Builder |
addSections(int index,
FsImageProto.FileSummary.Section value)
repeated .hadoop.hdfs.fsimage.FileSummary.Section sections = 4; |
FsImageProto.FileSummary.Section.Builder |
addSectionsBuilder()
repeated .hadoop.hdfs.fsimage.FileSummary.Section sections = 4; |
FsImageProto.FileSummary.Section.Builder |
addSectionsBuilder(int index)
repeated .hadoop.hdfs.fsimage.FileSummary.Section sections = 4; |
FsImageProto.FileSummary |
build() |
FsImageProto.FileSummary |
buildPartial() |
FsImageProto.FileSummary.Builder |
clear() |
FsImageProto.FileSummary.Builder |
clearCodec()
optional string codec = 3; |
FsImageProto.FileSummary.Builder |
clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
FsImageProto.FileSummary.Builder |
clearLayoutVersion()
layoutVersion describes which features are available in the
FSImage.
|
FsImageProto.FileSummary.Builder |
clearOndiskVersion()
The version of the above EBNF grammars.
|
FsImageProto.FileSummary.Builder |
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
FsImageProto.FileSummary.Builder |
clearSections()
repeated .hadoop.hdfs.fsimage.FileSummary.Section sections = 4; |
FsImageProto.FileSummary.Builder |
clone() |
String |
getCodec()
optional string codec = 3; |
com.google.protobuf.ByteString |
getCodecBytes()
optional string codec = 3; |
FsImageProto.FileSummary |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
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; |
FsImageProto.FileSummary.Section.Builder |
getSectionsBuilder(int index)
repeated .hadoop.hdfs.fsimage.FileSummary.Section sections = 4; |
List<FsImageProto.FileSummary.Section.Builder> |
getSectionsBuilderList()
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.
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
FsImageProto.FileSummary.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
FsImageProto.FileSummary.Builder |
mergeFrom(FsImageProto.FileSummary other) |
FsImageProto.FileSummary.Builder |
mergeFrom(com.google.protobuf.Message other) |
FsImageProto.FileSummary.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
FsImageProto.FileSummary.Builder |
removeSections(int index)
repeated .hadoop.hdfs.fsimage.FileSummary.Section sections = 4; |
FsImageProto.FileSummary.Builder |
setCodec(String value)
optional string codec = 3; |
FsImageProto.FileSummary.Builder |
setCodecBytes(com.google.protobuf.ByteString value)
optional string codec = 3; |
FsImageProto.FileSummary.Builder |
setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
FsImageProto.FileSummary.Builder |
setLayoutVersion(int value)
layoutVersion describes which features are available in the
FSImage.
|
FsImageProto.FileSummary.Builder |
setOndiskVersion(int value)
The version of the above EBNF grammars.
|
FsImageProto.FileSummary.Builder |
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
FsImageProto.FileSummary.Builder |
setSections(int index,
FsImageProto.FileSummary.Section.Builder builderForValue)
repeated .hadoop.hdfs.fsimage.FileSummary.Section sections = 4; |
FsImageProto.FileSummary.Builder |
setSections(int index,
FsImageProto.FileSummary.Section value)
repeated .hadoop.hdfs.fsimage.FileSummary.Section sections = 4; |
FsImageProto.FileSummary.Builder |
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
public FsImageProto.FileSummary.Builder clear()
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType
in interface com.google.protobuf.MessageOrBuilder
public FsImageProto.FileSummary getDefaultInstanceForType()
getDefaultInstanceForType
in interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType
in interface com.google.protobuf.MessageOrBuilder
public FsImageProto.FileSummary build()
public FsImageProto.FileSummary buildPartial()
public FsImageProto.FileSummary.Builder clone()
public FsImageProto.FileSummary.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
public FsImageProto.FileSummary.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
public FsImageProto.FileSummary.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
public FsImageProto.FileSummary.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
public FsImageProto.FileSummary.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
public FsImageProto.FileSummary.Builder mergeFrom(com.google.protobuf.Message other)
public FsImageProto.FileSummary.Builder mergeFrom(FsImageProto.FileSummary other)
public final boolean isInitialized()
isInitialized
in interface com.google.protobuf.MessageLiteOrBuilder
public FsImageProto.FileSummary.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public boolean hasOndiskVersion()
The version of the above EBNF grammars.
required uint32 ondiskVersion = 1;
hasOndiskVersion
in interface FsImageProto.FileSummaryOrBuilder
public int getOndiskVersion()
The version of the above EBNF grammars.
required uint32 ondiskVersion = 1;
getOndiskVersion
in interface FsImageProto.FileSummaryOrBuilder
public FsImageProto.FileSummary.Builder setOndiskVersion(int value)
The version of the above EBNF grammars.
required uint32 ondiskVersion = 1;
public FsImageProto.FileSummary.Builder clearOndiskVersion()
The version of the above EBNF grammars.
required uint32 ondiskVersion = 1;
public boolean hasLayoutVersion()
layoutVersion describes which features are available in the FSImage.
required uint32 layoutVersion = 2;
hasLayoutVersion
in interface FsImageProto.FileSummaryOrBuilder
public int getLayoutVersion()
layoutVersion describes which features are available in the FSImage.
required uint32 layoutVersion = 2;
getLayoutVersion
in interface FsImageProto.FileSummaryOrBuilder
public FsImageProto.FileSummary.Builder setLayoutVersion(int value)
layoutVersion describes which features are available in the FSImage.
required uint32 layoutVersion = 2;
public FsImageProto.FileSummary.Builder clearLayoutVersion()
layoutVersion describes which features are available in the FSImage.
required uint32 layoutVersion = 2;
public boolean hasCodec()
optional string codec = 3;
hasCodec
in interface FsImageProto.FileSummaryOrBuilder
public String getCodec()
optional string codec = 3;
getCodec
in interface FsImageProto.FileSummaryOrBuilder
public com.google.protobuf.ByteString getCodecBytes()
optional string codec = 3;
getCodecBytes
in interface FsImageProto.FileSummaryOrBuilder
public FsImageProto.FileSummary.Builder setCodec(String value)
optional string codec = 3;
public FsImageProto.FileSummary.Builder clearCodec()
optional string codec = 3;
public FsImageProto.FileSummary.Builder setCodecBytes(com.google.protobuf.ByteString value)
optional string codec = 3;
public List<FsImageProto.FileSummary.Section> getSectionsList()
repeated .hadoop.hdfs.fsimage.FileSummary.Section sections = 4;
getSectionsList
in interface FsImageProto.FileSummaryOrBuilder
public int getSectionsCount()
repeated .hadoop.hdfs.fsimage.FileSummary.Section sections = 4;
getSectionsCount
in interface FsImageProto.FileSummaryOrBuilder
public FsImageProto.FileSummary.Section getSections(int index)
repeated .hadoop.hdfs.fsimage.FileSummary.Section sections = 4;
getSections
in interface FsImageProto.FileSummaryOrBuilder
public FsImageProto.FileSummary.Builder setSections(int index, FsImageProto.FileSummary.Section value)
repeated .hadoop.hdfs.fsimage.FileSummary.Section sections = 4;
public FsImageProto.FileSummary.Builder setSections(int index, FsImageProto.FileSummary.Section.Builder builderForValue)
repeated .hadoop.hdfs.fsimage.FileSummary.Section sections = 4;
public FsImageProto.FileSummary.Builder addSections(FsImageProto.FileSummary.Section value)
repeated .hadoop.hdfs.fsimage.FileSummary.Section sections = 4;
public FsImageProto.FileSummary.Builder addSections(int index, FsImageProto.FileSummary.Section value)
repeated .hadoop.hdfs.fsimage.FileSummary.Section sections = 4;
public FsImageProto.FileSummary.Builder addSections(FsImageProto.FileSummary.Section.Builder builderForValue)
repeated .hadoop.hdfs.fsimage.FileSummary.Section sections = 4;
public FsImageProto.FileSummary.Builder addSections(int index, FsImageProto.FileSummary.Section.Builder builderForValue)
repeated .hadoop.hdfs.fsimage.FileSummary.Section sections = 4;
public FsImageProto.FileSummary.Builder addAllSections(Iterable<? extends FsImageProto.FileSummary.Section> values)
repeated .hadoop.hdfs.fsimage.FileSummary.Section sections = 4;
public FsImageProto.FileSummary.Builder clearSections()
repeated .hadoop.hdfs.fsimage.FileSummary.Section sections = 4;
public FsImageProto.FileSummary.Builder removeSections(int index)
repeated .hadoop.hdfs.fsimage.FileSummary.Section sections = 4;
public FsImageProto.FileSummary.Section.Builder getSectionsBuilder(int index)
repeated .hadoop.hdfs.fsimage.FileSummary.Section sections = 4;
public FsImageProto.FileSummary.SectionOrBuilder getSectionsOrBuilder(int index)
repeated .hadoop.hdfs.fsimage.FileSummary.Section sections = 4;
getSectionsOrBuilder
in interface FsImageProto.FileSummaryOrBuilder
public List<? extends FsImageProto.FileSummary.SectionOrBuilder> getSectionsOrBuilderList()
repeated .hadoop.hdfs.fsimage.FileSummary.Section sections = 4;
getSectionsOrBuilderList
in interface FsImageProto.FileSummaryOrBuilder
public FsImageProto.FileSummary.Section.Builder addSectionsBuilder()
repeated .hadoop.hdfs.fsimage.FileSummary.Section sections = 4;
public FsImageProto.FileSummary.Section.Builder addSectionsBuilder(int index)
repeated .hadoop.hdfs.fsimage.FileSummary.Section sections = 4;
public List<FsImageProto.FileSummary.Section.Builder> getSectionsBuilderList()
repeated .hadoop.hdfs.fsimage.FileSummary.Section sections = 4;
public final FsImageProto.FileSummary.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
public final FsImageProto.FileSummary.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
Copyright © 2008–2020 Apache Software Foundation. All rights reserved.