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()
           
 QJournalProtocolProtos.RequestInfoProto getReqInfo()
           
 QJournalProtocolProtos.RequestInfoProtoOrBuilder getReqInfoOrBuilder()
           
 long getStartTxId()
           
 boolean hasEndTxId()
           
 boolean hasReqInfo()
           
 boolean hasStartTxId()
           
 
Methods inherited from interface com.google.protobuf.MessageOrBuilder
getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField
 
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
 

Method Detail

hasReqInfo

boolean hasReqInfo()

getReqInfo

QJournalProtocolProtos.RequestInfoProto getReqInfo()

getReqInfoOrBuilder

QJournalProtocolProtos.RequestInfoProtoOrBuilder getReqInfoOrBuilder()

hasStartTxId

boolean hasStartTxId()

getStartTxId

long getStartTxId()

hasEndTxId

boolean hasEndTxId()

getEndTxId

long getEndTxId()


Copyright © 2013 Apache Software Foundation. All Rights Reserved.