public static final class QJournalProtocolProtos.NewEpochRequestProto extends com.google.protobuf.GeneratedMessageV3 implements QJournalProtocolProtos.NewEpochRequestProtoOrBuilder
newEpoch()Protobuf type
hadoop.hdfs.qjournal.NewEpochRequestProto
Modifier and Type | Class and Description |
---|---|
static class |
QJournalProtocolProtos.NewEpochRequestProto.Builder
newEpoch()
|
Modifier and Type | Field and Description |
---|---|
static int |
EPOCH_FIELD_NUMBER |
static int |
JID_FIELD_NUMBER |
static int |
NAMESERVICEID_FIELD_NUMBER |
static int |
NSINFO_FIELD_NUMBER |
static com.google.protobuf.Parser<QJournalProtocolProtos.NewEpochRequestProto> |
PARSER
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
static QJournalProtocolProtos.NewEpochRequestProto |
getDefaultInstance() |
QJournalProtocolProtos.NewEpochRequestProto |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
long |
getEpoch()
required uint64 epoch = 3; |
QJournalProtocolProtos.JournalIdProto |
getJid()
required .hadoop.hdfs.qjournal.JournalIdProto jid = 1; |
QJournalProtocolProtos.JournalIdProtoOrBuilder |
getJidOrBuilder()
required .hadoop.hdfs.qjournal.JournalIdProto jid = 1; |
String |
getNameServiceId()
optional string nameServiceId = 4; |
com.google.protobuf.ByteString |
getNameServiceIdBytes()
optional string nameServiceId = 4; |
org.apache.hadoop.hdfs.protocol.proto.HdfsServerProtos.NamespaceInfoProto |
getNsInfo()
required .hadoop.hdfs.NamespaceInfoProto nsInfo = 2; |
org.apache.hadoop.hdfs.protocol.proto.HdfsServerProtos.NamespaceInfoProtoOrBuilder |
getNsInfoOrBuilder()
required .hadoop.hdfs.NamespaceInfoProto nsInfo = 2; |
com.google.protobuf.Parser<QJournalProtocolProtos.NewEpochRequestProto> |
getParserForType() |
int |
getSerializedSize() |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
boolean |
hasEpoch()
required uint64 epoch = 3; |
int |
hashCode() |
boolean |
hasJid()
required .hadoop.hdfs.qjournal.JournalIdProto jid = 1; |
boolean |
hasNameServiceId()
optional string nameServiceId = 4; |
boolean |
hasNsInfo()
required .hadoop.hdfs.NamespaceInfoProto nsInfo = 2; |
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static QJournalProtocolProtos.NewEpochRequestProto.Builder |
newBuilder() |
static QJournalProtocolProtos.NewEpochRequestProto.Builder |
newBuilder(QJournalProtocolProtos.NewEpochRequestProto prototype) |
QJournalProtocolProtos.NewEpochRequestProto.Builder |
newBuilderForType() |
protected QJournalProtocolProtos.NewEpochRequestProto.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
static QJournalProtocolProtos.NewEpochRequestProto |
parseDelimitedFrom(InputStream input) |
static QJournalProtocolProtos.NewEpochRequestProto |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static QJournalProtocolProtos.NewEpochRequestProto |
parseFrom(byte[] data) |
static QJournalProtocolProtos.NewEpochRequestProto |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static QJournalProtocolProtos.NewEpochRequestProto |
parseFrom(ByteBuffer data) |
static QJournalProtocolProtos.NewEpochRequestProto |
parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static QJournalProtocolProtos.NewEpochRequestProto |
parseFrom(com.google.protobuf.ByteString data) |
static QJournalProtocolProtos.NewEpochRequestProto |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static QJournalProtocolProtos.NewEpochRequestProto |
parseFrom(com.google.protobuf.CodedInputStream input) |
static QJournalProtocolProtos.NewEpochRequestProto |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static QJournalProtocolProtos.NewEpochRequestProto |
parseFrom(InputStream input) |
static QJournalProtocolProtos.NewEpochRequestProto |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<QJournalProtocolProtos.NewEpochRequestProto> |
parser() |
QJournalProtocolProtos.NewEpochRequestProto.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
public static final int JID_FIELD_NUMBER
public static final int NSINFO_FIELD_NUMBER
public static final int EPOCH_FIELD_NUMBER
public static final int NAMESERVICEID_FIELD_NUMBER
@Deprecated public static final com.google.protobuf.Parser<QJournalProtocolProtos.NewEpochRequestProto> 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 hasJid()
required .hadoop.hdfs.qjournal.JournalIdProto jid = 1;
hasJid
in interface QJournalProtocolProtos.NewEpochRequestProtoOrBuilder
public QJournalProtocolProtos.JournalIdProto getJid()
required .hadoop.hdfs.qjournal.JournalIdProto jid = 1;
getJid
in interface QJournalProtocolProtos.NewEpochRequestProtoOrBuilder
public QJournalProtocolProtos.JournalIdProtoOrBuilder getJidOrBuilder()
required .hadoop.hdfs.qjournal.JournalIdProto jid = 1;
getJidOrBuilder
in interface QJournalProtocolProtos.NewEpochRequestProtoOrBuilder
public boolean hasNsInfo()
required .hadoop.hdfs.NamespaceInfoProto nsInfo = 2;
hasNsInfo
in interface QJournalProtocolProtos.NewEpochRequestProtoOrBuilder
public org.apache.hadoop.hdfs.protocol.proto.HdfsServerProtos.NamespaceInfoProto getNsInfo()
required .hadoop.hdfs.NamespaceInfoProto nsInfo = 2;
getNsInfo
in interface QJournalProtocolProtos.NewEpochRequestProtoOrBuilder
public org.apache.hadoop.hdfs.protocol.proto.HdfsServerProtos.NamespaceInfoProtoOrBuilder getNsInfoOrBuilder()
required .hadoop.hdfs.NamespaceInfoProto nsInfo = 2;
getNsInfoOrBuilder
in interface QJournalProtocolProtos.NewEpochRequestProtoOrBuilder
public boolean hasEpoch()
required uint64 epoch = 3;
hasEpoch
in interface QJournalProtocolProtos.NewEpochRequestProtoOrBuilder
public long getEpoch()
required uint64 epoch = 3;
getEpoch
in interface QJournalProtocolProtos.NewEpochRequestProtoOrBuilder
public boolean hasNameServiceId()
optional string nameServiceId = 4;
hasNameServiceId
in interface QJournalProtocolProtos.NewEpochRequestProtoOrBuilder
public String getNameServiceId()
optional string nameServiceId = 4;
getNameServiceId
in interface QJournalProtocolProtos.NewEpochRequestProtoOrBuilder
public com.google.protobuf.ByteString getNameServiceIdBytes()
optional string nameServiceId = 4;
getNameServiceIdBytes
in interface QJournalProtocolProtos.NewEpochRequestProtoOrBuilder
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.NewEpochRequestProto parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static QJournalProtocolProtos.NewEpochRequestProto parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static QJournalProtocolProtos.NewEpochRequestProto parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static QJournalProtocolProtos.NewEpochRequestProto parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static QJournalProtocolProtos.NewEpochRequestProto parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static QJournalProtocolProtos.NewEpochRequestProto parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static QJournalProtocolProtos.NewEpochRequestProto parseFrom(InputStream input) throws IOException
IOException
public static QJournalProtocolProtos.NewEpochRequestProto parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static QJournalProtocolProtos.NewEpochRequestProto parseDelimitedFrom(InputStream input) throws IOException
IOException
public static QJournalProtocolProtos.NewEpochRequestProto parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static QJournalProtocolProtos.NewEpochRequestProto parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOException
public static QJournalProtocolProtos.NewEpochRequestProto parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public QJournalProtocolProtos.NewEpochRequestProto.Builder newBuilderForType()
public static QJournalProtocolProtos.NewEpochRequestProto.Builder newBuilder()
public static QJournalProtocolProtos.NewEpochRequestProto.Builder newBuilder(QJournalProtocolProtos.NewEpochRequestProto prototype)
public QJournalProtocolProtos.NewEpochRequestProto.Builder toBuilder()
protected QJournalProtocolProtos.NewEpochRequestProto.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
public static QJournalProtocolProtos.NewEpochRequestProto getDefaultInstance()
public static com.google.protobuf.Parser<QJournalProtocolProtos.NewEpochRequestProto> parser()
public com.google.protobuf.Parser<QJournalProtocolProtos.NewEpochRequestProto> getParserForType()
public QJournalProtocolProtos.NewEpochRequestProto getDefaultInstanceForType()
getDefaultInstanceForType
in interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType
in interface com.google.protobuf.MessageOrBuilder
Copyright © 2008–2020 Apache Software Foundation. All rights reserved.