public static final class RecordingLog.Entry extends Object
RecordingLog.| Modifier and Type | Field and Description |
|---|---|
int |
entryIndex
Index of the entry in the recording log.
|
boolean |
isValid
Flag to indicate if the entry is invalid and thus should be ignored.
|
long |
leadershipTermId
Identity of the leadership term.
|
long |
logPosition
Position the log has reached for the entry.
|
long |
recordingId
Identity of the recording in the archive.
|
int |
serviceId
Identity of the service associated with the entry.
|
long |
termBaseLogPosition
The log position at the base of the leadership term.
|
long |
timestamp
Timestamp for the cluster clock in the time units configured for the cluster.
|
int |
type
Type, or classification, of the entry, e.g.
|
public final long recordingId
public final long leadershipTermId
public final long termBaseLogPosition
public final long logPosition
public final long timestamp
public final int serviceId
public final int type
RecordingLog.ENTRY_TYPE_TERM or RecordingLog.ENTRY_TYPE_SNAPSHOT.public final int entryIndex
public final boolean isValid
Copyright © 2014-2020 Real Logic Limited. All Rights Reserved.