public class KeepAliveEntry extends TimestampedEntry
| Constructor and Description |
|---|
KeepAliveEntry(long term,
long timestamp,
long[] sessionIds,
long[] commandSequences,
long[] eventIndexes) |
| Modifier and Type | Method and Description |
|---|---|
long[] |
commandSequenceNumbers()
Returns the command sequence numbers.
|
long[] |
eventIndexes()
Returns the event indexes.
|
long[] |
sessionIds()
Returns the session identifiers.
|
String |
toString() |
timestamptermpublic KeepAliveEntry(long term,
long timestamp,
long[] sessionIds,
long[] commandSequences,
long[] eventIndexes)
public long[] sessionIds()
public long[] commandSequenceNumbers()
public long[] eventIndexes()
public String toString()
toString in class TimestampedEntryCopyright © 2013–2017. All rights reserved.