public static final class FsImageProto.FileSummary.Builder extends com.google.protobuf.GeneratedMessage.Builder<FsImageProto.FileSummary.Builder> 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 |
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 |
clearLayoutVersion()
required uint32 layoutVersion = 2; |
FsImageProto.FileSummary.Builder |
clearOndiskVersion()
required uint32 ondiskVersion = 1; |
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()
required uint32 layoutVersion = 2; |
int |
getOndiskVersion()
required uint32 ondiskVersion = 1; |
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()
required uint32 layoutVersion = 2; |
boolean |
hasOndiskVersion()
required uint32 ondiskVersion = 1; |
protected com.google.protobuf.GeneratedMessage.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 |
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 |
setLayoutVersion(int value)
required uint32 layoutVersion = 2; |
FsImageProto.FileSummary.Builder |
setOndiskVersion(int value)
required uint32 ondiskVersion = 1; |
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; |
addRepeatedField, clearField, getAllFields, getField, getFieldBuilder, getParentForChildren, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, isClean, markClean, mergeUnknownFields, newBuilderForField, onBuilt, onChanged, parseUnknownField, setField, setRepeatedField, setUnknownFields
findInitializationErrors, getInitializationErrorString, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException
addAll, newUninitializedMessageException
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable
in class com.google.protobuf.GeneratedMessage.Builder<FsImageProto.FileSummary.Builder>
public FsImageProto.FileSummary.Builder clear()
clear
in interface com.google.protobuf.Message.Builder
clear
in interface com.google.protobuf.MessageLite.Builder
clear
in class com.google.protobuf.GeneratedMessage.Builder<FsImageProto.FileSummary.Builder>
public FsImageProto.FileSummary.Builder clone()
clone
in interface com.google.protobuf.Message.Builder
clone
in interface com.google.protobuf.MessageLite.Builder
clone
in class com.google.protobuf.GeneratedMessage.Builder<FsImageProto.FileSummary.Builder>
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType
in interface com.google.protobuf.Message.Builder
getDescriptorForType
in interface com.google.protobuf.MessageOrBuilder
getDescriptorForType
in class com.google.protobuf.GeneratedMessage.Builder<FsImageProto.FileSummary.Builder>
public FsImageProto.FileSummary getDefaultInstanceForType()
getDefaultInstanceForType
in interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType
in interface com.google.protobuf.MessageOrBuilder
public FsImageProto.FileSummary build()
build
in interface com.google.protobuf.Message.Builder
build
in interface com.google.protobuf.MessageLite.Builder
public FsImageProto.FileSummary buildPartial()
buildPartial
in interface com.google.protobuf.Message.Builder
buildPartial
in interface com.google.protobuf.MessageLite.Builder
public FsImageProto.FileSummary.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom
in interface com.google.protobuf.Message.Builder
mergeFrom
in class com.google.protobuf.AbstractMessage.Builder<FsImageProto.FileSummary.Builder>
public FsImageProto.FileSummary.Builder mergeFrom(FsImageProto.FileSummary other)
public final boolean isInitialized()
isInitialized
in interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
in class com.google.protobuf.GeneratedMessage.Builder<FsImageProto.FileSummary.Builder>
public FsImageProto.FileSummary.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom
in interface com.google.protobuf.Message.Builder
mergeFrom
in interface com.google.protobuf.MessageLite.Builder
mergeFrom
in class com.google.protobuf.AbstractMessage.Builder<FsImageProto.FileSummary.Builder>
IOException
public boolean hasOndiskVersion()
required uint32 ondiskVersion = 1;
The version of the above EBNF grammars.
hasOndiskVersion
in interface FsImageProto.FileSummaryOrBuilder
public int getOndiskVersion()
required uint32 ondiskVersion = 1;
The version of the above EBNF grammars.
getOndiskVersion
in interface FsImageProto.FileSummaryOrBuilder
public FsImageProto.FileSummary.Builder setOndiskVersion(int value)
required uint32 ondiskVersion = 1;
The version of the above EBNF grammars.
public FsImageProto.FileSummary.Builder clearOndiskVersion()
required uint32 ondiskVersion = 1;
The version of the above EBNF grammars.
public boolean hasLayoutVersion()
required uint32 layoutVersion = 2;
layoutVersion describes which features are available in the FSImage.
hasLayoutVersion
in interface FsImageProto.FileSummaryOrBuilder
public int getLayoutVersion()
required uint32 layoutVersion = 2;
layoutVersion describes which features are available in the FSImage.
getLayoutVersion
in interface FsImageProto.FileSummaryOrBuilder
public FsImageProto.FileSummary.Builder setLayoutVersion(int value)
required uint32 layoutVersion = 2;
layoutVersion describes which features are available in the FSImage.
public FsImageProto.FileSummary.Builder clearLayoutVersion()
required uint32 layoutVersion = 2;
layoutVersion describes which features are available in the FSImage.
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;
Copyright © 2017 Apache Software Foundation. All Rights Reserved.