public static interface QJournalProtocolProtos.JournalRequestProtoOrBuilder
extends org.apache.hadoop.thirdparty.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description | 
|---|---|
| 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.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; | 
| boolean | hasFirstTxnId()required uint64 firstTxnId = 2; | 
| 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; | 
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasReqInfo()
required .hadoop.hdfs.qjournal.RequestInfoProto reqInfo = 1;QJournalProtocolProtos.RequestInfoProto getReqInfo()
required .hadoop.hdfs.qjournal.RequestInfoProto reqInfo = 1;QJournalProtocolProtos.RequestInfoProtoOrBuilder getReqInfoOrBuilder()
required .hadoop.hdfs.qjournal.RequestInfoProto reqInfo = 1;boolean hasFirstTxnId()
required uint64 firstTxnId = 2;long getFirstTxnId()
required uint64 firstTxnId = 2;boolean hasNumTxns()
required uint32 numTxns = 3;int getNumTxns()
required uint32 numTxns = 3;boolean hasRecords()
required bytes records = 4;org.apache.hadoop.thirdparty.protobuf.ByteString getRecords()
required bytes records = 4;boolean hasSegmentTxnId()
required uint64 segmentTxnId = 5;long getSegmentTxnId()
required uint64 segmentTxnId = 5;boolean hasNameServiceId()
optional string nameServiceId = 6;String getNameServiceId()
optional string nameServiceId = 6;org.apache.hadoop.thirdparty.protobuf.ByteString getNameServiceIdBytes()
optional string nameServiceId = 6;Copyright © 2008–2023 Apache Software Foundation. All rights reserved.