public static interface JournalProtocolProtos.StartLogSegmentRequestProtoOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
long |
getEpoch()
required uint64 epoch = 3; |
JournalProtocolProtos.JournalInfoProto |
getJournalInfo()
required .hadoop.hdfs.JournalInfoProto journalInfo = 1; |
JournalProtocolProtos.JournalInfoProtoOrBuilder |
getJournalInfoOrBuilder()
required .hadoop.hdfs.JournalInfoProto journalInfo = 1; |
long |
getTxid()
required uint64 txid = 2; |
boolean |
hasEpoch()
required uint64 epoch = 3; |
boolean |
hasJournalInfo()
required .hadoop.hdfs.JournalInfoProto journalInfo = 1; |
boolean |
hasTxid()
required uint64 txid = 2; |
boolean hasJournalInfo()
required .hadoop.hdfs.JournalInfoProto journalInfo = 1;
Info about the journal
JournalProtocolProtos.JournalInfoProto getJournalInfo()
required .hadoop.hdfs.JournalInfoProto journalInfo = 1;
Info about the journal
JournalProtocolProtos.JournalInfoProtoOrBuilder getJournalInfoOrBuilder()
required .hadoop.hdfs.JournalInfoProto journalInfo = 1;
Info about the journal
boolean hasTxid()
required uint64 txid = 2;
Transaction ID
long getTxid()
required uint64 txid = 2;
Transaction ID
boolean hasEpoch()
required uint64 epoch = 3;
long getEpoch()
required uint64 epoch = 3;
Copyright © 2013 Apache Software Foundation. All rights reserved.