org.apache.hadoop.hdfs.qjournal.protocol
Interface QJournalProtocolProtos.JournalRequestProtoOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
QJournalProtocolProtos.JournalRequestProto, QJournalProtocolProtos.JournalRequestProto.Builder
Enclosing class:
QJournalProtocolProtos

public static interface QJournalProtocolProtos.JournalRequestProtoOrBuilder
extends com.google.protobuf.MessageOrBuilder


Method Summary
 long getFirstTxnId()
          required uint64 firstTxnId = 2;
 int getNumTxns()
          required uint32 numTxns = 3;
 com.google.protobuf.ByteString getRecords()
          required bytes records = 4;
 QJournalProtocolProtos.RequestInfoProto getReqInfo()
          required .hadoop.hdfs.RequestInfoProto reqInfo = 1;
 QJournalProtocolProtos.RequestInfoProtoOrBuilder getReqInfoOrBuilder()
          required .hadoop.hdfs.RequestInfoProto reqInfo = 1;
 long getSegmentTxnId()
          required uint64 segmentTxnId = 5;
 boolean hasFirstTxnId()
          required uint64 firstTxnId = 2;
 boolean hasNumTxns()
          required uint32 numTxns = 3;
 boolean hasRecords()
          required bytes records = 4;
 boolean hasReqInfo()
          required .hadoop.hdfs.RequestInfoProto reqInfo = 1;
 boolean hasSegmentTxnId()
          required uint64 segmentTxnId = 5;
 
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField
 
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
 

Method Detail

hasReqInfo

boolean hasReqInfo()
required .hadoop.hdfs.RequestInfoProto reqInfo = 1;


getReqInfo

QJournalProtocolProtos.RequestInfoProto getReqInfo()
required .hadoop.hdfs.RequestInfoProto reqInfo = 1;


getReqInfoOrBuilder

QJournalProtocolProtos.RequestInfoProtoOrBuilder getReqInfoOrBuilder()
required .hadoop.hdfs.RequestInfoProto reqInfo = 1;


hasFirstTxnId

boolean hasFirstTxnId()
required uint64 firstTxnId = 2;


getFirstTxnId

long getFirstTxnId()
required uint64 firstTxnId = 2;


hasNumTxns

boolean hasNumTxns()
required uint32 numTxns = 3;


getNumTxns

int getNumTxns()
required uint32 numTxns = 3;


hasRecords

boolean hasRecords()
required bytes records = 4;


getRecords

com.google.protobuf.ByteString getRecords()
required bytes records = 4;


hasSegmentTxnId

boolean hasSegmentTxnId()
required uint64 segmentTxnId = 5;


getSegmentTxnId

long getSegmentTxnId()
required uint64 segmentTxnId = 5;



Copyright © 2013 Apache Software Foundation. All Rights Reserved.