public static final class FsImageProto.FileSummary.Builder extends org.apache.hadoop.thirdparty.protobuf.GeneratedMessageV3.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 |
addRepeatedField(org.apache.hadoop.thirdparty.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(org.apache.hadoop.thirdparty.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(org.apache.hadoop.thirdparty.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; |
org.apache.hadoop.thirdparty.protobuf.ByteString |
getCodecBytes()
optional string codec = 3; |
FsImageProto.FileSummary |
getDefaultInstanceForType() |
static org.apache.hadoop.thirdparty.protobuf.Descriptors.Descriptor |
getDescriptor() |
org.apache.hadoop.thirdparty.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 org.apache.hadoop.thirdparty.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
FsImageProto.FileSummary.Builder |
mergeFrom(org.apache.hadoop.thirdparty.protobuf.CodedInputStream input,
org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite extensionRegistry) |
FsImageProto.FileSummary.Builder |
mergeFrom(FsImageProto.FileSummary other) |
FsImageProto.FileSummary.Builder |
mergeFrom(org.apache.hadoop.thirdparty.protobuf.Message other) |
FsImageProto.FileSummary.Builder |
mergeUnknownFields(org.apache.hadoop.thirdparty.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(org.apache.hadoop.thirdparty.protobuf.ByteString value)
optional string codec = 3; |
FsImageProto.FileSummary.Builder |
setField(org.apache.hadoop.thirdparty.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(org.apache.hadoop.thirdparty.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(org.apache.hadoop.thirdparty.protobuf.UnknownFieldSet unknownFields) |
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, newBuilderForField, onBuilt, onChanged, setUnknownFieldsProto3
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
addAll, addAll, mergeFrom, newUninitializedMessageException
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
public static final org.apache.hadoop.thirdparty.protobuf.Descriptors.Descriptor getDescriptor()
protected org.apache.hadoop.thirdparty.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable
in class org.apache.hadoop.thirdparty.protobuf.GeneratedMessageV3.Builder<FsImageProto.FileSummary.Builder>
public FsImageProto.FileSummary.Builder clear()
clear
in interface org.apache.hadoop.thirdparty.protobuf.Message.Builder
clear
in interface org.apache.hadoop.thirdparty.protobuf.MessageLite.Builder
clear
in class org.apache.hadoop.thirdparty.protobuf.GeneratedMessageV3.Builder<FsImageProto.FileSummary.Builder>
public org.apache.hadoop.thirdparty.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType
in interface org.apache.hadoop.thirdparty.protobuf.Message.Builder
getDescriptorForType
in interface org.apache.hadoop.thirdparty.protobuf.MessageOrBuilder
getDescriptorForType
in class org.apache.hadoop.thirdparty.protobuf.GeneratedMessageV3.Builder<FsImageProto.FileSummary.Builder>
public FsImageProto.FileSummary getDefaultInstanceForType()
getDefaultInstanceForType
in interface org.apache.hadoop.thirdparty.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType
in interface org.apache.hadoop.thirdparty.protobuf.MessageOrBuilder
public FsImageProto.FileSummary build()
build
in interface org.apache.hadoop.thirdparty.protobuf.Message.Builder
build
in interface org.apache.hadoop.thirdparty.protobuf.MessageLite.Builder
public FsImageProto.FileSummary buildPartial()
buildPartial
in interface org.apache.hadoop.thirdparty.protobuf.Message.Builder
buildPartial
in interface org.apache.hadoop.thirdparty.protobuf.MessageLite.Builder
public FsImageProto.FileSummary.Builder clone()
clone
in interface org.apache.hadoop.thirdparty.protobuf.Message.Builder
clone
in interface org.apache.hadoop.thirdparty.protobuf.MessageLite.Builder
clone
in class org.apache.hadoop.thirdparty.protobuf.GeneratedMessageV3.Builder<FsImageProto.FileSummary.Builder>
public FsImageProto.FileSummary.Builder setField(org.apache.hadoop.thirdparty.protobuf.Descriptors.FieldDescriptor field, Object value)
setField
in interface org.apache.hadoop.thirdparty.protobuf.Message.Builder
setField
in class org.apache.hadoop.thirdparty.protobuf.GeneratedMessageV3.Builder<FsImageProto.FileSummary.Builder>
public FsImageProto.FileSummary.Builder clearField(org.apache.hadoop.thirdparty.protobuf.Descriptors.FieldDescriptor field)
clearField
in interface org.apache.hadoop.thirdparty.protobuf.Message.Builder
clearField
in class org.apache.hadoop.thirdparty.protobuf.GeneratedMessageV3.Builder<FsImageProto.FileSummary.Builder>
public FsImageProto.FileSummary.Builder clearOneof(org.apache.hadoop.thirdparty.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof
in interface org.apache.hadoop.thirdparty.protobuf.Message.Builder
clearOneof
in class org.apache.hadoop.thirdparty.protobuf.GeneratedMessageV3.Builder<FsImageProto.FileSummary.Builder>
public FsImageProto.FileSummary.Builder setRepeatedField(org.apache.hadoop.thirdparty.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
setRepeatedField
in interface org.apache.hadoop.thirdparty.protobuf.Message.Builder
setRepeatedField
in class org.apache.hadoop.thirdparty.protobuf.GeneratedMessageV3.Builder<FsImageProto.FileSummary.Builder>
public FsImageProto.FileSummary.Builder addRepeatedField(org.apache.hadoop.thirdparty.protobuf.Descriptors.FieldDescriptor field, Object value)
addRepeatedField
in interface org.apache.hadoop.thirdparty.protobuf.Message.Builder
addRepeatedField
in class org.apache.hadoop.thirdparty.protobuf.GeneratedMessageV3.Builder<FsImageProto.FileSummary.Builder>
public FsImageProto.FileSummary.Builder mergeFrom(org.apache.hadoop.thirdparty.protobuf.Message other)
mergeFrom
in interface org.apache.hadoop.thirdparty.protobuf.Message.Builder
mergeFrom
in class org.apache.hadoop.thirdparty.protobuf.AbstractMessage.Builder<FsImageProto.FileSummary.Builder>
public FsImageProto.FileSummary.Builder mergeFrom(FsImageProto.FileSummary other)
public final boolean isInitialized()
isInitialized
in interface org.apache.hadoop.thirdparty.protobuf.MessageLiteOrBuilder
isInitialized
in class org.apache.hadoop.thirdparty.protobuf.GeneratedMessageV3.Builder<FsImageProto.FileSummary.Builder>
public FsImageProto.FileSummary.Builder mergeFrom(org.apache.hadoop.thirdparty.protobuf.CodedInputStream input, org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom
in interface org.apache.hadoop.thirdparty.protobuf.Message.Builder
mergeFrom
in interface org.apache.hadoop.thirdparty.protobuf.MessageLite.Builder
mergeFrom
in class org.apache.hadoop.thirdparty.protobuf.AbstractMessage.Builder<FsImageProto.FileSummary.Builder>
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 org.apache.hadoop.thirdparty.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(org.apache.hadoop.thirdparty.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(org.apache.hadoop.thirdparty.protobuf.UnknownFieldSet unknownFields)
setUnknownFields
in interface org.apache.hadoop.thirdparty.protobuf.Message.Builder
setUnknownFields
in class org.apache.hadoop.thirdparty.protobuf.GeneratedMessageV3.Builder<FsImageProto.FileSummary.Builder>
public final FsImageProto.FileSummary.Builder mergeUnknownFields(org.apache.hadoop.thirdparty.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields
in interface org.apache.hadoop.thirdparty.protobuf.Message.Builder
mergeUnknownFields
in class org.apache.hadoop.thirdparty.protobuf.GeneratedMessageV3.Builder<FsImageProto.FileSummary.Builder>
Copyright © 2008–2023 Apache Software Foundation. All rights reserved.