public static interface QJournalProtocolProtos.StartLogSegmentRequestProtoOrBuilder
extends org.apache.hadoop.thirdparty.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
int |
getLayoutVersion()
the LayoutVersion in the client
|
QJournalProtocolProtos.RequestInfoProto |
getReqInfo()
required .hadoop.hdfs.qjournal.RequestInfoProto reqInfo = 1; |
QJournalProtocolProtos.RequestInfoProtoOrBuilder |
getReqInfoOrBuilder()
required .hadoop.hdfs.qjournal.RequestInfoProto reqInfo = 1; |
long |
getTxid()
Transaction ID
|
boolean |
hasLayoutVersion()
the LayoutVersion in the client
|
boolean |
hasReqInfo()
required .hadoop.hdfs.qjournal.RequestInfoProto reqInfo = 1; |
boolean |
hasTxid()
Transaction ID
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean hasReqInfo()
required .hadoop.hdfs.qjournal.RequestInfoProto reqInfo = 1;
QJournalProtocolProtos.RequestInfoProto getReqInfo()
required .hadoop.hdfs.qjournal.RequestInfoProto reqInfo = 1;
QJournalProtocolProtos.RequestInfoProtoOrBuilder getReqInfoOrBuilder()
required .hadoop.hdfs.qjournal.RequestInfoProto reqInfo = 1;
boolean hasTxid()
Transaction ID
required uint64 txid = 2;
long getTxid()
Transaction ID
required uint64 txid = 2;
boolean hasLayoutVersion()
the LayoutVersion in the client
optional sint32 layoutVersion = 3;
int getLayoutVersion()
the LayoutVersion in the client
optional sint32 layoutVersion = 3;
Copyright © 2008–2022 Apache Software Foundation. All rights reserved.