public static interface QJournalProtocolProtos.GetJournaledEditsResponseProtoOrBuilder
extends org.apache.hadoop.thirdparty.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
org.apache.hadoop.thirdparty.protobuf.ByteString |
getEditLog()
optional bytes editLog = 2; |
int |
getTxnCount()
required uint32 txnCount = 1; |
boolean |
hasEditLog()
optional bytes editLog = 2; |
boolean |
hasTxnCount()
required uint32 txnCount = 1; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean hasTxnCount()
required uint32 txnCount = 1;
int getTxnCount()
required uint32 txnCount = 1;
boolean hasEditLog()
optional bytes editLog = 2;
org.apache.hadoop.thirdparty.protobuf.ByteString getEditLog()
optional bytes editLog = 2;
Copyright © 2008–2024 Apache Software Foundation. All rights reserved.