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.MessageOrBuilderpublic 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.EntryOrBuilderpublic int getId()
optional uint32 id = 1;getId in interface FsImageProto.StringTableSection.EntryOrBuilderpublic boolean hasStr()
optional string str = 2;hasStr in interface FsImageProto.StringTableSection.EntryOrBuilderpublic String getStr()
optional string str = 2;getStr in interface FsImageProto.StringTableSection.EntryOrBuilderpublic com.google.protobuf.ByteString getStrBytes()
optional string str = 2;getStrBytes in interface FsImageProto.StringTableSection.EntryOrBuilderpublic final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderpublic void writeTo(com.google.protobuf.CodedOutputStream output)
throws IOException
IOExceptionpublic 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.InvalidProtocolBufferExceptionpublic static FsImageProto.StringTableSection.Entry parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static FsImageProto.StringTableSection.Entry parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static FsImageProto.StringTableSection.Entry parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static FsImageProto.StringTableSection.Entry parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static FsImageProto.StringTableSection.Entry parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static FsImageProto.StringTableSection.Entry parseFrom(InputStream input) throws IOException
IOExceptionpublic static FsImageProto.StringTableSection.Entry parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static FsImageProto.StringTableSection.Entry parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static FsImageProto.StringTableSection.Entry parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static FsImageProto.StringTableSection.Entry parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static FsImageProto.StringTableSection.Entry parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic 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.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderCopyright © 2008–2020 Apache Software Foundation. All rights reserved.