public class FlowData extends Object
| Constructor and Description |
|---|
FlowData() |
| Modifier and Type | Method and Description |
|---|---|
void |
addPayload(SequencePayload p)
Add new SequencePayload to the list of sequences, if the sequence is out-of-order then it will
not be added to the list
|
long |
getNextExpectedSequence() |
List<SequencePayload> |
getSortedPayloads() |
boolean |
isNextPayloadAvail() |
int |
size() |
public void addPayload(SequencePayload p)
p - SequencePayloadpublic int size()
public List<SequencePayload> getSortedPayloads()
public boolean isNextPayloadAvail()
public long getNextExpectedSequence()
Copyright © 2020. All rights reserved.