public static final class FsImageProto.StringTableSection.Builder extends com.google.protobuf.GeneratedMessage.Builder<FsImageProto.StringTableSection.Builder> implements FsImageProto.StringTableSectionOrBuilder
hadoop.hdfs.fsimage.StringTableSection
This section maps string to id NAME: STRING_TABLE
Modifier and Type | Method and Description |
---|---|
FsImageProto.StringTableSection |
build() |
FsImageProto.StringTableSection |
buildPartial() |
FsImageProto.StringTableSection.Builder |
clear() |
FsImageProto.StringTableSection.Builder |
clearMaskBits()
optional uint32 maskBits = 2 [default = 0]; |
FsImageProto.StringTableSection.Builder |
clearNumEntry()
optional uint32 numEntry = 1; |
FsImageProto.StringTableSection.Builder |
clone() |
FsImageProto.StringTableSection |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
int |
getMaskBits()
optional uint32 maskBits = 2 [default = 0]; |
int |
getNumEntry()
optional uint32 numEntry = 1; |
boolean |
hasMaskBits()
optional uint32 maskBits = 2 [default = 0]; |
boolean |
hasNumEntry()
optional uint32 numEntry = 1; |
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
FsImageProto.StringTableSection.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
FsImageProto.StringTableSection.Builder |
mergeFrom(FsImageProto.StringTableSection other) |
FsImageProto.StringTableSection.Builder |
mergeFrom(com.google.protobuf.Message other) |
FsImageProto.StringTableSection.Builder |
setMaskBits(int value)
optional uint32 maskBits = 2 [default = 0]; |
FsImageProto.StringTableSection.Builder |
setNumEntry(int value)
optional uint32 numEntry = 1; |
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.StringTableSection.Builder>
public FsImageProto.StringTableSection.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.StringTableSection.Builder>
public FsImageProto.StringTableSection.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.StringTableSection.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.StringTableSection.Builder>
public FsImageProto.StringTableSection getDefaultInstanceForType()
getDefaultInstanceForType
in interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType
in interface com.google.protobuf.MessageOrBuilder
public FsImageProto.StringTableSection build()
build
in interface com.google.protobuf.Message.Builder
build
in interface com.google.protobuf.MessageLite.Builder
public FsImageProto.StringTableSection buildPartial()
buildPartial
in interface com.google.protobuf.Message.Builder
buildPartial
in interface com.google.protobuf.MessageLite.Builder
public FsImageProto.StringTableSection.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom
in interface com.google.protobuf.Message.Builder
mergeFrom
in class com.google.protobuf.AbstractMessage.Builder<FsImageProto.StringTableSection.Builder>
public FsImageProto.StringTableSection.Builder mergeFrom(FsImageProto.StringTableSection other)
public final boolean isInitialized()
isInitialized
in interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
in class com.google.protobuf.GeneratedMessage.Builder<FsImageProto.StringTableSection.Builder>
public FsImageProto.StringTableSection.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.StringTableSection.Builder>
IOException
public boolean hasNumEntry()
optional uint32 numEntry = 1;
hasNumEntry
in interface FsImageProto.StringTableSectionOrBuilder
public int getNumEntry()
optional uint32 numEntry = 1;
getNumEntry
in interface FsImageProto.StringTableSectionOrBuilder
public FsImageProto.StringTableSection.Builder setNumEntry(int value)
optional uint32 numEntry = 1;
public FsImageProto.StringTableSection.Builder clearNumEntry()
optional uint32 numEntry = 1;
public boolean hasMaskBits()
optional uint32 maskBits = 2 [default = 0];
repeated Entry
hasMaskBits
in interface FsImageProto.StringTableSectionOrBuilder
public int getMaskBits()
optional uint32 maskBits = 2 [default = 0];
repeated Entry
getMaskBits
in interface FsImageProto.StringTableSectionOrBuilder
public FsImageProto.StringTableSection.Builder setMaskBits(int value)
optional uint32 maskBits = 2 [default = 0];
repeated Entry
public FsImageProto.StringTableSection.Builder clearMaskBits()
optional uint32 maskBits = 2 [default = 0];
repeated Entry
Copyright © 2018 Apache Software Foundation. All Rights Reserved.