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

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

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


Method Summary
 long getEndTxId()
          required uint64 endTxId = 3;
 QJournalProtocolProtos.RequestInfoProto getReqInfo()
          required .hadoop.hdfs.RequestInfoProto reqInfo = 1;
 QJournalProtocolProtos.RequestInfoProtoOrBuilder getReqInfoOrBuilder()
          required .hadoop.hdfs.RequestInfoProto reqInfo = 1;
 long getStartTxId()
          required uint64 startTxId = 2;
 boolean hasEndTxId()
          required uint64 endTxId = 3;
 boolean hasReqInfo()
          required .hadoop.hdfs.RequestInfoProto reqInfo = 1;
 boolean hasStartTxId()
          required uint64 startTxId = 2;
 
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;


hasStartTxId

boolean hasStartTxId()
required uint64 startTxId = 2;


getStartTxId

long getStartTxId()
required uint64 startTxId = 2;


hasEndTxId

boolean hasEndTxId()
required uint64 endTxId = 3;


getEndTxId

long getEndTxId()
required uint64 endTxId = 3;



Copyright © 2014 Apache Software Foundation. All Rights Reserved.