Interface QJournalProtocolProtos.GetJournaledEditsResponseProtoOrBuilder
- All Superinterfaces:
org.apache.hadoop.thirdparty.protobuf.MessageLiteOrBuilder,org.apache.hadoop.thirdparty.protobuf.MessageOrBuilder
- All Known Implementing Classes:
QJournalProtocolProtos.GetJournaledEditsResponseProto,QJournalProtocolProtos.GetJournaledEditsResponseProto.Builder
- Enclosing class:
- QJournalProtocolProtos
public static interface QJournalProtocolProtos.GetJournaledEditsResponseProtoOrBuilder
extends org.apache.hadoop.thirdparty.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionorg.apache.hadoop.thirdparty.protobuf.ByteStringoptional bytes editLog = 2;intrequired uint32 txnCount = 1;booleanoptional bytes editLog = 2;booleanrequired uint32 txnCount = 1;Methods inherited from interface org.apache.hadoop.thirdparty.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface org.apache.hadoop.thirdparty.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasTxnCount
boolean hasTxnCount()required uint32 txnCount = 1;- Returns:
- Whether the txnCount field is set.
-
getTxnCount
int getTxnCount()required uint32 txnCount = 1;- Returns:
- The txnCount.
-
hasEditLog
boolean hasEditLog()optional bytes editLog = 2;- Returns:
- Whether the editLog field is set.
-
getEditLog
org.apache.hadoop.thirdparty.protobuf.ByteString getEditLog()optional bytes editLog = 2;- Returns:
- The editLog.
-