public static final class QJournalProtocolProtos.GetEditLogManifestResponseProto extends com.google.protobuf.GeneratedMessageV3 implements QJournalProtocolProtos.GetEditLogManifestResponseProtoOrBuilder
hadoop.hdfs.qjournal.GetEditLogManifestResponseProto| Modifier and Type | Class and Description |
|---|---|
static class |
QJournalProtocolProtos.GetEditLogManifestResponseProto.Builder
Protobuf type
hadoop.hdfs.qjournal.GetEditLogManifestResponseProto |
| Modifier and Type | Field and Description |
|---|---|
static int |
FROMURL_FIELD_NUMBER |
static int |
HTTPPORT_FIELD_NUMBER |
static int |
MANIFEST_FIELD_NUMBER |
static com.google.protobuf.Parser<QJournalProtocolProtos.GetEditLogManifestResponseProto> |
PARSER
Deprecated.
|
public static final int MANIFEST_FIELD_NUMBER
public static final int HTTPPORT_FIELD_NUMBER
public static final int FROMURL_FIELD_NUMBER
@Deprecated public static final com.google.protobuf.Parser<QJournalProtocolProtos.GetEditLogManifestResponseProto> 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 hasManifest()
required .hadoop.hdfs.RemoteEditLogManifestProto manifest = 1;hasManifest in interface QJournalProtocolProtos.GetEditLogManifestResponseProtoOrBuilderpublic org.apache.hadoop.hdfs.protocol.proto.HdfsServerProtos.RemoteEditLogManifestProto getManifest()
required .hadoop.hdfs.RemoteEditLogManifestProto manifest = 1;getManifest in interface QJournalProtocolProtos.GetEditLogManifestResponseProtoOrBuilderpublic org.apache.hadoop.hdfs.protocol.proto.HdfsServerProtos.RemoteEditLogManifestProtoOrBuilder getManifestOrBuilder()
required .hadoop.hdfs.RemoteEditLogManifestProto manifest = 1;getManifestOrBuilder in interface QJournalProtocolProtos.GetEditLogManifestResponseProtoOrBuilderpublic boolean hasHttpPort()
Deprecated by fromURL
required uint32 httpPort = 2;hasHttpPort in interface QJournalProtocolProtos.GetEditLogManifestResponseProtoOrBuilderpublic int getHttpPort()
Deprecated by fromURL
required uint32 httpPort = 2;getHttpPort in interface QJournalProtocolProtos.GetEditLogManifestResponseProtoOrBuilderpublic boolean hasFromURL()
optional string fromURL = 3;hasFromURL in interface QJournalProtocolProtos.GetEditLogManifestResponseProtoOrBuilderpublic String getFromURL()
optional string fromURL = 3;getFromURL in interface QJournalProtocolProtos.GetEditLogManifestResponseProtoOrBuilderpublic com.google.protobuf.ByteString getFromURLBytes()
optional string fromURL = 3;getFromURLBytes in interface QJournalProtocolProtos.GetEditLogManifestResponseProtoOrBuilderpublic 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 QJournalProtocolProtos.GetEditLogManifestResponseProto parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static QJournalProtocolProtos.GetEditLogManifestResponseProto parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static QJournalProtocolProtos.GetEditLogManifestResponseProto parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static QJournalProtocolProtos.GetEditLogManifestResponseProto parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static QJournalProtocolProtos.GetEditLogManifestResponseProto parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static QJournalProtocolProtos.GetEditLogManifestResponseProto parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static QJournalProtocolProtos.GetEditLogManifestResponseProto parseFrom(InputStream input) throws IOException
IOExceptionpublic static QJournalProtocolProtos.GetEditLogManifestResponseProto parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static QJournalProtocolProtos.GetEditLogManifestResponseProto parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static QJournalProtocolProtos.GetEditLogManifestResponseProto parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static QJournalProtocolProtos.GetEditLogManifestResponseProto parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static QJournalProtocolProtos.GetEditLogManifestResponseProto parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic QJournalProtocolProtos.GetEditLogManifestResponseProto.Builder newBuilderForType()
public static QJournalProtocolProtos.GetEditLogManifestResponseProto.Builder newBuilder()
public static QJournalProtocolProtos.GetEditLogManifestResponseProto.Builder newBuilder(QJournalProtocolProtos.GetEditLogManifestResponseProto prototype)
public QJournalProtocolProtos.GetEditLogManifestResponseProto.Builder toBuilder()
protected QJournalProtocolProtos.GetEditLogManifestResponseProto.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
public static QJournalProtocolProtos.GetEditLogManifestResponseProto getDefaultInstance()
public static com.google.protobuf.Parser<QJournalProtocolProtos.GetEditLogManifestResponseProto> parser()
public com.google.protobuf.Parser<QJournalProtocolProtos.GetEditLogManifestResponseProto> getParserForType()
public QJournalProtocolProtos.GetEditLogManifestResponseProto getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderCopyright © 2008–2020 Apache Software Foundation. All rights reserved.