|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public static interface QJournalProtocolProtos.StartLogSegmentRequestProtoOrBuilder
Method Summary | |
---|---|
int |
getLayoutVersion()
optional sint32 layoutVersion = 3; |
QJournalProtocolProtos.RequestInfoProto |
getReqInfo()
required .hadoop.hdfs.RequestInfoProto reqInfo = 1; |
QJournalProtocolProtos.RequestInfoProtoOrBuilder |
getReqInfoOrBuilder()
required .hadoop.hdfs.RequestInfoProto reqInfo = 1; |
long |
getTxid()
required uint64 txid = 2; |
boolean |
hasLayoutVersion()
optional sint32 layoutVersion = 3; |
boolean |
hasReqInfo()
required .hadoop.hdfs.RequestInfoProto reqInfo = 1; |
boolean |
hasTxid()
required uint64 txid = 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 |
---|
boolean hasReqInfo()
required .hadoop.hdfs.RequestInfoProto reqInfo = 1;
QJournalProtocolProtos.RequestInfoProto getReqInfo()
required .hadoop.hdfs.RequestInfoProto reqInfo = 1;
QJournalProtocolProtos.RequestInfoProtoOrBuilder getReqInfoOrBuilder()
required .hadoop.hdfs.RequestInfoProto reqInfo = 1;
boolean hasTxid()
required uint64 txid = 2;
Transaction ID
long getTxid()
required uint64 txid = 2;
Transaction ID
boolean hasLayoutVersion()
optional sint32 layoutVersion = 3;
the LayoutVersion in the client
int getLayoutVersion()
optional sint32 layoutVersion = 3;
the LayoutVersion in the client
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |