public static final class FsImageProto.StringTableSection.Entry extends com.google.protobuf.GeneratedMessageV3 implements FsImageProto.StringTableSection.EntryOrBuilder
hadoop.hdfs.fsimage.StringTableSection.Entry
Modifier and Type | Class and Description |
---|---|
static class |
FsImageProto.StringTableSection.Entry.Builder
Protobuf type
hadoop.hdfs.fsimage.StringTableSection.Entry |
Modifier and Type | Field and Description |
---|---|
static int |
ID_FIELD_NUMBER |
static com.google.protobuf.Parser<FsImageProto.StringTableSection.Entry> |
PARSER
Deprecated.
|
static int |
STR_FIELD_NUMBER |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
static FsImageProto.StringTableSection.Entry |
getDefaultInstance() |
FsImageProto.StringTableSection.Entry |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
int |
getId()
optional uint32 id = 1; |
com.google.protobuf.Parser<FsImageProto.StringTableSection.Entry> |
getParserForType() |
int |
getSerializedSize() |
String |
getStr()
optional string str = 2; |
com.google.protobuf.ByteString |
getStrBytes()
optional string str = 2; |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
int |
hashCode() |
boolean |
hasId()
optional uint32 id = 1; |
boolean |
hasStr()
optional string str = 2; |
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static FsImageProto.StringTableSection.Entry.Builder |
newBuilder() |
static FsImageProto.StringTableSection.Entry.Builder |
newBuilder(FsImageProto.StringTableSection.Entry prototype) |
FsImageProto.StringTableSection.Entry.Builder |
newBuilderForType() |
protected FsImageProto.StringTableSection.Entry.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
static FsImageProto.StringTableSection.Entry |
parseDelimitedFrom(InputStream input) |
static FsImageProto.StringTableSection.Entry |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static FsImageProto.StringTableSection.Entry |
parseFrom(byte[] data) |
static FsImageProto.StringTableSection.Entry |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static FsImageProto.StringTableSection.Entry |
parseFrom(ByteBuffer data) |
static FsImageProto.StringTableSection.Entry |
parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static FsImageProto.StringTableSection.Entry |
parseFrom(com.google.protobuf.ByteString data) |
static FsImageProto.StringTableSection.Entry |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static FsImageProto.StringTableSection.Entry |
parseFrom(com.google.protobuf.CodedInputStream input) |
static FsImageProto.StringTableSection.Entry |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static FsImageProto.StringTableSection.Entry |
parseFrom(InputStream input) |
static FsImageProto.StringTableSection.Entry |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<FsImageProto.StringTableSection.Entry> |
parser() |
FsImageProto.StringTableSection.Entry.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
public static final int ID_FIELD_NUMBER
public static final int STR_FIELD_NUMBER
@Deprecated public static final com.google.protobuf.Parser<FsImageProto.StringTableSection.Entry> 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 hasId()
optional uint32 id = 1;
hasId
in interface FsImageProto.StringTableSection.EntryOrBuilder
public int getId()
optional uint32 id = 1;
getId
in interface FsImageProto.StringTableSection.EntryOrBuilder
public boolean hasStr()
optional string str = 2;
hasStr
in interface FsImageProto.StringTableSection.EntryOrBuilder
public String getStr()
optional string str = 2;
getStr
in interface FsImageProto.StringTableSection.EntryOrBuilder
public com.google.protobuf.ByteString getStrBytes()
optional string str = 2;
getStrBytes
in interface FsImageProto.StringTableSection.EntryOrBuilder
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.Entry parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static FsImageProto.StringTableSection.Entry parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static FsImageProto.StringTableSection.Entry parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static FsImageProto.StringTableSection.Entry parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static FsImageProto.StringTableSection.Entry parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static FsImageProto.StringTableSection.Entry parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static FsImageProto.StringTableSection.Entry parseFrom(InputStream input) throws IOException
IOException
public static FsImageProto.StringTableSection.Entry parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static FsImageProto.StringTableSection.Entry parseDelimitedFrom(InputStream input) throws IOException
IOException
public static FsImageProto.StringTableSection.Entry parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static FsImageProto.StringTableSection.Entry parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOException
public static FsImageProto.StringTableSection.Entry parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public FsImageProto.StringTableSection.Entry.Builder newBuilderForType()
public static FsImageProto.StringTableSection.Entry.Builder newBuilder()
public static FsImageProto.StringTableSection.Entry.Builder newBuilder(FsImageProto.StringTableSection.Entry prototype)
public FsImageProto.StringTableSection.Entry.Builder toBuilder()
protected FsImageProto.StringTableSection.Entry.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
public static FsImageProto.StringTableSection.Entry getDefaultInstance()
public static com.google.protobuf.Parser<FsImageProto.StringTableSection.Entry> parser()
public com.google.protobuf.Parser<FsImageProto.StringTableSection.Entry> getParserForType()
public FsImageProto.StringTableSection.Entry getDefaultInstanceForType()
getDefaultInstanceForType
in interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType
in interface com.google.protobuf.MessageOrBuilder
Copyright © 2008–2020 Apache Software Foundation. All rights reserved.