public static final class QJournalProtocolProtos.JournalRequestProto extends org.apache.hadoop.thirdparty.protobuf.GeneratedMessageV3 implements QJournalProtocolProtos.JournalRequestProtoOrBuilder
hadoop.hdfs.qjournal.JournalRequestProto| Modifier and Type | Class and Description | 
|---|---|
| static class  | QJournalProtocolProtos.JournalRequestProto.BuilderProtobuf type  hadoop.hdfs.qjournal.JournalRequestProto | 
org.apache.hadoop.thirdparty.protobuf.GeneratedMessageV3.BuilderParent, org.apache.hadoop.thirdparty.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType extends org.apache.hadoop.thirdparty.protobuf.GeneratedMessageV3.ExtendableMessage,BuilderType extends org.apache.hadoop.thirdparty.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType,BuilderType>>, org.apache.hadoop.thirdparty.protobuf.GeneratedMessageV3.ExtendableMessage<MessageType extends org.apache.hadoop.thirdparty.protobuf.GeneratedMessageV3.ExtendableMessage>, org.apache.hadoop.thirdparty.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageType extends org.apache.hadoop.thirdparty.protobuf.GeneratedMessageV3.ExtendableMessage>, org.apache.hadoop.thirdparty.protobuf.GeneratedMessageV3.FieldAccessorTable| Modifier and Type | Field and Description | 
|---|---|
| static int | FIRSTTXNID_FIELD_NUMBER | 
| static int | NAMESERVICEID_FIELD_NUMBER | 
| static int | NUMTXNS_FIELD_NUMBER | 
| static org.apache.hadoop.thirdparty.protobuf.Parser<QJournalProtocolProtos.JournalRequestProto> | PARSERDeprecated.  | 
| static int | RECORDS_FIELD_NUMBER | 
| static int | REQINFO_FIELD_NUMBER | 
| static int | SEGMENTTXNID_FIELD_NUMBER | 
| Modifier and Type | Method and Description | 
|---|---|
| boolean | equals(Object obj) | 
| static QJournalProtocolProtos.JournalRequestProto | getDefaultInstance() | 
| QJournalProtocolProtos.JournalRequestProto | getDefaultInstanceForType() | 
| static org.apache.hadoop.thirdparty.protobuf.Descriptors.Descriptor | getDescriptor() | 
| long | getFirstTxnId()required uint64 firstTxnId = 2; | 
| String | getNameServiceId()optional string nameServiceId = 6; | 
| org.apache.hadoop.thirdparty.protobuf.ByteString | getNameServiceIdBytes()optional string nameServiceId = 6; | 
| int | getNumTxns()required uint32 numTxns = 3; | 
| org.apache.hadoop.thirdparty.protobuf.Parser<QJournalProtocolProtos.JournalRequestProto> | getParserForType() | 
| org.apache.hadoop.thirdparty.protobuf.ByteString | getRecords()required bytes records = 4; | 
| QJournalProtocolProtos.RequestInfoProto | getReqInfo()required .hadoop.hdfs.qjournal.RequestInfoProto reqInfo = 1; | 
| QJournalProtocolProtos.RequestInfoProtoOrBuilder | getReqInfoOrBuilder()required .hadoop.hdfs.qjournal.RequestInfoProto reqInfo = 1; | 
| long | getSegmentTxnId()required uint64 segmentTxnId = 5; | 
| int | getSerializedSize() | 
| org.apache.hadoop.thirdparty.protobuf.UnknownFieldSet | getUnknownFields() | 
| boolean | hasFirstTxnId()required uint64 firstTxnId = 2; | 
| int | hashCode() | 
| boolean | hasNameServiceId()optional string nameServiceId = 6; | 
| boolean | hasNumTxns()required uint32 numTxns = 3; | 
| boolean | hasRecords()required bytes records = 4; | 
| boolean | hasReqInfo()required .hadoop.hdfs.qjournal.RequestInfoProto reqInfo = 1; | 
| boolean | hasSegmentTxnId()required uint64 segmentTxnId = 5; | 
| protected org.apache.hadoop.thirdparty.protobuf.GeneratedMessageV3.FieldAccessorTable | internalGetFieldAccessorTable() | 
| boolean | isInitialized() | 
| static QJournalProtocolProtos.JournalRequestProto.Builder | newBuilder() | 
| static QJournalProtocolProtos.JournalRequestProto.Builder | newBuilder(QJournalProtocolProtos.JournalRequestProto prototype) | 
| QJournalProtocolProtos.JournalRequestProto.Builder | newBuilderForType() | 
| protected QJournalProtocolProtos.JournalRequestProto.Builder | newBuilderForType(org.apache.hadoop.thirdparty.protobuf.GeneratedMessageV3.BuilderParent parent) | 
| static QJournalProtocolProtos.JournalRequestProto | parseDelimitedFrom(InputStream input) | 
| static QJournalProtocolProtos.JournalRequestProto | parseDelimitedFrom(InputStream input,
                  org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite extensionRegistry) | 
| static QJournalProtocolProtos.JournalRequestProto | parseFrom(byte[] data) | 
| static QJournalProtocolProtos.JournalRequestProto | parseFrom(byte[] data,
         org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite extensionRegistry) | 
| static QJournalProtocolProtos.JournalRequestProto | parseFrom(ByteBuffer data) | 
| static QJournalProtocolProtos.JournalRequestProto | parseFrom(ByteBuffer data,
         org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite extensionRegistry) | 
| static QJournalProtocolProtos.JournalRequestProto | parseFrom(org.apache.hadoop.thirdparty.protobuf.ByteString data) | 
| static QJournalProtocolProtos.JournalRequestProto | parseFrom(org.apache.hadoop.thirdparty.protobuf.ByteString data,
         org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite extensionRegistry) | 
| static QJournalProtocolProtos.JournalRequestProto | parseFrom(org.apache.hadoop.thirdparty.protobuf.CodedInputStream input) | 
| static QJournalProtocolProtos.JournalRequestProto | parseFrom(org.apache.hadoop.thirdparty.protobuf.CodedInputStream input,
         org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite extensionRegistry) | 
| static QJournalProtocolProtos.JournalRequestProto | parseFrom(InputStream input) | 
| static QJournalProtocolProtos.JournalRequestProto | parseFrom(InputStream input,
         org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite extensionRegistry) | 
| static org.apache.hadoop.thirdparty.protobuf.Parser<QJournalProtocolProtos.JournalRequestProto> | parser() | 
| QJournalProtocolProtos.JournalRequestProto.Builder | toBuilder() | 
| void | writeTo(org.apache.hadoop.thirdparty.protobuf.CodedOutputStream output) | 
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, makeExtensionsImmutable, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTagfindInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toStringaddAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeToclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic static final int REQINFO_FIELD_NUMBER
public static final int FIRSTTXNID_FIELD_NUMBER
public static final int NUMTXNS_FIELD_NUMBER
public static final int RECORDS_FIELD_NUMBER
public static final int SEGMENTTXNID_FIELD_NUMBER
public static final int NAMESERVICEID_FIELD_NUMBER
@Deprecated public static final org.apache.hadoop.thirdparty.protobuf.Parser<QJournalProtocolProtos.JournalRequestProto> PARSER
public final org.apache.hadoop.thirdparty.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields in interface org.apache.hadoop.thirdparty.protobuf.MessageOrBuildergetUnknownFields in class org.apache.hadoop.thirdparty.protobuf.GeneratedMessageV3public static final org.apache.hadoop.thirdparty.protobuf.Descriptors.Descriptor getDescriptor()
protected org.apache.hadoop.thirdparty.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class org.apache.hadoop.thirdparty.protobuf.GeneratedMessageV3public boolean hasReqInfo()
required .hadoop.hdfs.qjournal.RequestInfoProto reqInfo = 1;hasReqInfo in interface QJournalProtocolProtos.JournalRequestProtoOrBuilderpublic QJournalProtocolProtos.RequestInfoProto getReqInfo()
required .hadoop.hdfs.qjournal.RequestInfoProto reqInfo = 1;getReqInfo in interface QJournalProtocolProtos.JournalRequestProtoOrBuilderpublic QJournalProtocolProtos.RequestInfoProtoOrBuilder getReqInfoOrBuilder()
required .hadoop.hdfs.qjournal.RequestInfoProto reqInfo = 1;getReqInfoOrBuilder in interface QJournalProtocolProtos.JournalRequestProtoOrBuilderpublic boolean hasFirstTxnId()
required uint64 firstTxnId = 2;hasFirstTxnId in interface QJournalProtocolProtos.JournalRequestProtoOrBuilderpublic long getFirstTxnId()
required uint64 firstTxnId = 2;getFirstTxnId in interface QJournalProtocolProtos.JournalRequestProtoOrBuilderpublic boolean hasNumTxns()
required uint32 numTxns = 3;hasNumTxns in interface QJournalProtocolProtos.JournalRequestProtoOrBuilderpublic int getNumTxns()
required uint32 numTxns = 3;getNumTxns in interface QJournalProtocolProtos.JournalRequestProtoOrBuilderpublic boolean hasRecords()
required bytes records = 4;hasRecords in interface QJournalProtocolProtos.JournalRequestProtoOrBuilderpublic org.apache.hadoop.thirdparty.protobuf.ByteString getRecords()
required bytes records = 4;getRecords in interface QJournalProtocolProtos.JournalRequestProtoOrBuilderpublic boolean hasSegmentTxnId()
required uint64 segmentTxnId = 5;hasSegmentTxnId in interface QJournalProtocolProtos.JournalRequestProtoOrBuilderpublic long getSegmentTxnId()
required uint64 segmentTxnId = 5;getSegmentTxnId in interface QJournalProtocolProtos.JournalRequestProtoOrBuilderpublic boolean hasNameServiceId()
optional string nameServiceId = 6;hasNameServiceId in interface QJournalProtocolProtos.JournalRequestProtoOrBuilderpublic String getNameServiceId()
optional string nameServiceId = 6;getNameServiceId in interface QJournalProtocolProtos.JournalRequestProtoOrBuilderpublic org.apache.hadoop.thirdparty.protobuf.ByteString getNameServiceIdBytes()
optional string nameServiceId = 6;getNameServiceIdBytes in interface QJournalProtocolProtos.JournalRequestProtoOrBuilderpublic final boolean isInitialized()
isInitialized in interface org.apache.hadoop.thirdparty.protobuf.MessageLiteOrBuilderisInitialized in class org.apache.hadoop.thirdparty.protobuf.GeneratedMessageV3public void writeTo(org.apache.hadoop.thirdparty.protobuf.CodedOutputStream output)
             throws IOException
writeTo in interface org.apache.hadoop.thirdparty.protobuf.MessageLitewriteTo in class org.apache.hadoop.thirdparty.protobuf.GeneratedMessageV3IOExceptionpublic int getSerializedSize()
getSerializedSize in interface org.apache.hadoop.thirdparty.protobuf.MessageLitegetSerializedSize in class org.apache.hadoop.thirdparty.protobuf.GeneratedMessageV3public boolean equals(Object obj)
equals in interface org.apache.hadoop.thirdparty.protobuf.Messageequals in class org.apache.hadoop.thirdparty.protobuf.AbstractMessagepublic int hashCode()
hashCode in interface org.apache.hadoop.thirdparty.protobuf.MessagehashCode in class org.apache.hadoop.thirdparty.protobuf.AbstractMessagepublic static QJournalProtocolProtos.JournalRequestProto parseFrom(ByteBuffer data) throws org.apache.hadoop.thirdparty.protobuf.InvalidProtocolBufferException
org.apache.hadoop.thirdparty.protobuf.InvalidProtocolBufferExceptionpublic static QJournalProtocolProtos.JournalRequestProto parseFrom(ByteBuffer data, org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite extensionRegistry) throws org.apache.hadoop.thirdparty.protobuf.InvalidProtocolBufferException
org.apache.hadoop.thirdparty.protobuf.InvalidProtocolBufferExceptionpublic static QJournalProtocolProtos.JournalRequestProto parseFrom(org.apache.hadoop.thirdparty.protobuf.ByteString data) throws org.apache.hadoop.thirdparty.protobuf.InvalidProtocolBufferException
org.apache.hadoop.thirdparty.protobuf.InvalidProtocolBufferExceptionpublic static QJournalProtocolProtos.JournalRequestProto parseFrom(org.apache.hadoop.thirdparty.protobuf.ByteString data, org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite extensionRegistry) throws org.apache.hadoop.thirdparty.protobuf.InvalidProtocolBufferException
org.apache.hadoop.thirdparty.protobuf.InvalidProtocolBufferExceptionpublic static QJournalProtocolProtos.JournalRequestProto parseFrom(byte[] data) throws org.apache.hadoop.thirdparty.protobuf.InvalidProtocolBufferException
org.apache.hadoop.thirdparty.protobuf.InvalidProtocolBufferExceptionpublic static QJournalProtocolProtos.JournalRequestProto parseFrom(byte[] data, org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite extensionRegistry) throws org.apache.hadoop.thirdparty.protobuf.InvalidProtocolBufferException
org.apache.hadoop.thirdparty.protobuf.InvalidProtocolBufferExceptionpublic static QJournalProtocolProtos.JournalRequestProto parseFrom(InputStream input) throws IOException
IOExceptionpublic static QJournalProtocolProtos.JournalRequestProto parseFrom(InputStream input, org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static QJournalProtocolProtos.JournalRequestProto parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static QJournalProtocolProtos.JournalRequestProto parseDelimitedFrom(InputStream input, org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static QJournalProtocolProtos.JournalRequestProto parseFrom(org.apache.hadoop.thirdparty.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static QJournalProtocolProtos.JournalRequestProto parseFrom(org.apache.hadoop.thirdparty.protobuf.CodedInputStream input, org.apache.hadoop.thirdparty.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic QJournalProtocolProtos.JournalRequestProto.Builder newBuilderForType()
newBuilderForType in interface org.apache.hadoop.thirdparty.protobuf.MessagenewBuilderForType in interface org.apache.hadoop.thirdparty.protobuf.MessageLitepublic static QJournalProtocolProtos.JournalRequestProto.Builder newBuilder()
public static QJournalProtocolProtos.JournalRequestProto.Builder newBuilder(QJournalProtocolProtos.JournalRequestProto prototype)
public QJournalProtocolProtos.JournalRequestProto.Builder toBuilder()
toBuilder in interface org.apache.hadoop.thirdparty.protobuf.MessagetoBuilder in interface org.apache.hadoop.thirdparty.protobuf.MessageLiteprotected QJournalProtocolProtos.JournalRequestProto.Builder newBuilderForType(org.apache.hadoop.thirdparty.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class org.apache.hadoop.thirdparty.protobuf.GeneratedMessageV3public static QJournalProtocolProtos.JournalRequestProto getDefaultInstance()
public static org.apache.hadoop.thirdparty.protobuf.Parser<QJournalProtocolProtos.JournalRequestProto> parser()
public org.apache.hadoop.thirdparty.protobuf.Parser<QJournalProtocolProtos.JournalRequestProto> getParserForType()
getParserForType in interface org.apache.hadoop.thirdparty.protobuf.MessagegetParserForType in interface org.apache.hadoop.thirdparty.protobuf.MessageLitegetParserForType in class org.apache.hadoop.thirdparty.protobuf.GeneratedMessageV3public QJournalProtocolProtos.JournalRequestProto getDefaultInstanceForType()
getDefaultInstanceForType in interface org.apache.hadoop.thirdparty.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface org.apache.hadoop.thirdparty.protobuf.MessageOrBuilderCopyright © 2008–2023 Apache Software Foundation. All rights reserved.