Modifier and Type | Field and Description |
---|---|
protected long |
num_msgs_received |
protected long |
seqno |
protected long |
start |
protected long |
stop |
Modifier | Constructor and Description |
---|---|
protected |
Stats() |
Modifier and Type | Method and Description |
---|---|
void |
addMessage(long seqno,
boolean check_order)
Adds the message and checks whether the messages are received in FIFO order.
|
boolean |
isDone() |
void |
reset() |
void |
stop() |
String |
toString() |
protected long start
protected long stop
protected long num_msgs_received
protected long seqno
public void reset()
public void stop()
public boolean isDone()
public void addMessage(long seqno, boolean check_order)
seqno
- check_order
- Copyright © 2018 JBoss, a division of Red Hat. All rights reserved.