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.MessageOrBuilder
public 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.GetEditLogManifestResponseProtoOrBuilder
public org.apache.hadoop.hdfs.protocol.proto.HdfsServerProtos.RemoteEditLogManifestProto getManifest()
required .hadoop.hdfs.RemoteEditLogManifestProto manifest = 1;
getManifest
in interface QJournalProtocolProtos.GetEditLogManifestResponseProtoOrBuilder
public org.apache.hadoop.hdfs.protocol.proto.HdfsServerProtos.RemoteEditLogManifestProtoOrBuilder getManifestOrBuilder()
required .hadoop.hdfs.RemoteEditLogManifestProto manifest = 1;
getManifestOrBuilder
in interface QJournalProtocolProtos.GetEditLogManifestResponseProtoOrBuilder
public boolean hasHttpPort()
Deprecated by fromURL
required uint32 httpPort = 2;
hasHttpPort
in interface QJournalProtocolProtos.GetEditLogManifestResponseProtoOrBuilder
public int getHttpPort()
Deprecated by fromURL
required uint32 httpPort = 2;
getHttpPort
in interface QJournalProtocolProtos.GetEditLogManifestResponseProtoOrBuilder
public boolean hasFromURL()
optional string fromURL = 3;
hasFromURL
in interface QJournalProtocolProtos.GetEditLogManifestResponseProtoOrBuilder
public String getFromURL()
optional string fromURL = 3;
getFromURL
in interface QJournalProtocolProtos.GetEditLogManifestResponseProtoOrBuilder
public com.google.protobuf.ByteString getFromURLBytes()
optional string fromURL = 3;
getFromURLBytes
in interface QJournalProtocolProtos.GetEditLogManifestResponseProtoOrBuilder
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 QJournalProtocolProtos.GetEditLogManifestResponseProto parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static QJournalProtocolProtos.GetEditLogManifestResponseProto parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static QJournalProtocolProtos.GetEditLogManifestResponseProto parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static QJournalProtocolProtos.GetEditLogManifestResponseProto parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static QJournalProtocolProtos.GetEditLogManifestResponseProto parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static QJournalProtocolProtos.GetEditLogManifestResponseProto parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static QJournalProtocolProtos.GetEditLogManifestResponseProto parseFrom(InputStream input) throws IOException
IOException
public static QJournalProtocolProtos.GetEditLogManifestResponseProto parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static QJournalProtocolProtos.GetEditLogManifestResponseProto parseDelimitedFrom(InputStream input) throws IOException
IOException
public static QJournalProtocolProtos.GetEditLogManifestResponseProto parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static QJournalProtocolProtos.GetEditLogManifestResponseProto parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOException
public static QJournalProtocolProtos.GetEditLogManifestResponseProto parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public 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.MessageLiteOrBuilder
getDefaultInstanceForType
in interface com.google.protobuf.MessageOrBuilder
Copyright © 2008–2020 Apache Software Foundation. All rights reserved.