public class NodeState extends Object
| Modifier and Type | Field and Description |
|---|---|
ConcurrentSkipListSet<Long> |
gotMessageNumbers
Got message numbers for lost message detection.
|
long |
startTimeNanos
Start time in nanoseconds.
|
| Constructor and Description |
|---|
NodeState(long startTimeNanos,
long firstMessageNumber) |
| Modifier and Type | Method and Description |
|---|---|
long |
maintainGotMessageNumbers()
Removes the consecutive numbers from the header of the given
ConcurrentSkipListSet. |
public long startTimeNanos
public final ConcurrentSkipListSet<Long> gotMessageNumbers
public long maintainGotMessageNumbers()
ConcurrentSkipListSet.Copyright © 2011–2018 Everit Kft.. All rights reserved.