public static interface PubSubProtocol.LedgerRangeOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
PubSubProtocol.MessageSeqId |
getEndSeqIdIncluded()
optional .Hedwig.MessageSeqId endSeqIdIncluded = 2; |
PubSubProtocol.MessageSeqIdOrBuilder |
getEndSeqIdIncludedOrBuilder()
optional .Hedwig.MessageSeqId endSeqIdIncluded = 2; |
long |
getLedgerId()
required uint64 ledgerId = 1; |
long |
getStartSeqIdIncluded()
optional uint64 startSeqIdIncluded = 3; |
boolean |
hasEndSeqIdIncluded()
optional .Hedwig.MessageSeqId endSeqIdIncluded = 2; |
boolean |
hasLedgerId()
required uint64 ledgerId = 1; |
boolean |
hasStartSeqIdIncluded()
optional uint64 startSeqIdIncluded = 3; |
boolean hasLedgerId()
required uint64 ledgerId = 1;long getLedgerId()
required uint64 ledgerId = 1;boolean hasEndSeqIdIncluded()
optional .Hedwig.MessageSeqId endSeqIdIncluded = 2;PubSubProtocol.MessageSeqId getEndSeqIdIncluded()
optional .Hedwig.MessageSeqId endSeqIdIncluded = 2;PubSubProtocol.MessageSeqIdOrBuilder getEndSeqIdIncludedOrBuilder()
optional .Hedwig.MessageSeqId endSeqIdIncluded = 2;boolean hasStartSeqIdIncluded()
optional uint64 startSeqIdIncluded = 3;long getStartSeqIdIncluded()
optional uint64 startSeqIdIncluded = 3;Copyright © 2014 The Apache Software Foundation. All rights reserved.