public abstract class TimestampedEntry extends RaftLogEntry
| Constructor and Description |
|---|
TimestampedEntry(long term,
long timestamp) |
| Modifier and Type | Method and Description |
|---|---|
long |
timestamp()
Returns the entry timestamp.
|
String |
toString() |
termpublic long timestamp()
public String toString()
toString in class RaftLogEntryCopyright © 2013–2017. All rights reserved.