public static final class FsImageProto.StringTableSection extends com.google.protobuf.GeneratedMessageV3 implements FsImageProto.StringTableSectionOrBuilder
This section maps string to id NAME: STRING_TABLEProtobuf type
hadoop.hdfs.fsimage.StringTableSection
Modifier and Type | Class and Description |
---|---|
static class |
FsImageProto.StringTableSection.Builder
This section maps string to id
NAME: STRING_TABLE
|
static class |
FsImageProto.StringTableSection.Entry
Protobuf type
hadoop.hdfs.fsimage.StringTableSection.Entry |
static interface |
FsImageProto.StringTableSection.EntryOrBuilder |
Modifier and Type | Field and Description |
---|---|
static int |
MASKBITS_FIELD_NUMBER |
static int |
NUMENTRY_FIELD_NUMBER |
static com.google.protobuf.Parser<FsImageProto.StringTableSection> |
PARSER
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
static FsImageProto.StringTableSection |
getDefaultInstance() |
FsImageProto.StringTableSection |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
int |
getMaskBits()
repeated Entry
|
int |
getNumEntry()
optional uint32 numEntry = 1; |
com.google.protobuf.Parser<FsImageProto.StringTableSection> |
getParserForType() |
int |
getSerializedSize() |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
int |
hashCode() |
boolean |
hasMaskBits()
repeated Entry
|
boolean |
hasNumEntry()
optional uint32 numEntry = 1; |
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static FsImageProto.StringTableSection.Builder |
newBuilder() |
static FsImageProto.StringTableSection.Builder |
newBuilder(FsImageProto.StringTableSection prototype) |
FsImageProto.StringTableSection.Builder |
newBuilderForType() |
protected FsImageProto.StringTableSection.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
static FsImageProto.StringTableSection |
parseDelimitedFrom(InputStream input) |
static FsImageProto.StringTableSection |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static FsImageProto.StringTableSection |
parseFrom(byte[] data) |
static FsImageProto.StringTableSection |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static FsImageProto.StringTableSection |
parseFrom(ByteBuffer data) |
static FsImageProto.StringTableSection |
parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static FsImageProto.StringTableSection |
parseFrom(com.google.protobuf.ByteString data) |
static FsImageProto.StringTableSection |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static FsImageProto.StringTableSection |
parseFrom(com.google.protobuf.CodedInputStream input) |
static FsImageProto.StringTableSection |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static FsImageProto.StringTableSection |
parseFrom(InputStream input) |
static FsImageProto.StringTableSection |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<FsImageProto.StringTableSection> |
parser() |
FsImageProto.StringTableSection.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
public static final int NUMENTRY_FIELD_NUMBER
public static final int MASKBITS_FIELD_NUMBER
@Deprecated public static final com.google.protobuf.Parser<FsImageProto.StringTableSection> PARSER
public final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields
in interface com.google.protobuf.MessageOrBuilder
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
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 boolean hasMaskBits()
repeated Entry
optional uint32 maskBits = 2 [default = 0];
hasMaskBits
in interface FsImageProto.StringTableSectionOrBuilder
public int getMaskBits()
repeated Entry
optional uint32 maskBits = 2 [default = 0];
getMaskBits
in interface FsImageProto.StringTableSectionOrBuilder
public final boolean isInitialized()
isInitialized
in interface com.google.protobuf.MessageLiteOrBuilder
public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException
IOException
public int getSerializedSize()
public boolean equals(Object obj)
public int hashCode()
public static FsImageProto.StringTableSection parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static FsImageProto.StringTableSection parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static FsImageProto.StringTableSection parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static FsImageProto.StringTableSection parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static FsImageProto.StringTableSection parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static FsImageProto.StringTableSection parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static FsImageProto.StringTableSection parseFrom(InputStream input) throws IOException
IOException
public static FsImageProto.StringTableSection parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static FsImageProto.StringTableSection parseDelimitedFrom(InputStream input) throws IOException
IOException
public static FsImageProto.StringTableSection parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static FsImageProto.StringTableSection parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOException
public static FsImageProto.StringTableSection parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public FsImageProto.StringTableSection.Builder newBuilderForType()
public static FsImageProto.StringTableSection.Builder newBuilder()
public static FsImageProto.StringTableSection.Builder newBuilder(FsImageProto.StringTableSection prototype)
public FsImageProto.StringTableSection.Builder toBuilder()
protected FsImageProto.StringTableSection.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
public static FsImageProto.StringTableSection getDefaultInstance()
public static com.google.protobuf.Parser<FsImageProto.StringTableSection> parser()
public com.google.protobuf.Parser<FsImageProto.StringTableSection> getParserForType()
public FsImageProto.StringTableSection getDefaultInstanceForType()
getDefaultInstanceForType
in interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType
in interface com.google.protobuf.MessageOrBuilder
Copyright © 2008–2020 Apache Software Foundation. All rights reserved.