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

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

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


Method Summary
 QJournalProtocolProtos.RequestInfoProto getReqInfo()
           
 QJournalProtocolProtos.RequestInfoProtoOrBuilder getReqInfoOrBuilder()
           
 long getTxid()
           
 boolean hasReqInfo()
           
 boolean hasTxid()
           
 
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()

hasTxid

boolean hasTxid()

getTxid

long getTxid()


Copyright © 2013 Apache Software Foundation. All Rights Reserved.