public static final class RecordingLog.Log extends Object
RecordingLog.| Modifier and Type | Field and Description |
|---|---|
int |
initialTermId
Initial term identity of the stream captured for the recording.
|
long |
leadershipTermId
Identity of the leadership term.
|
long |
logPosition
Position the log has reached for the term which can be
AeronArchive.NULL_POSITION when not committed. |
int |
mtuLength
Transport MTU length of the stream captured for the recording.
|
long |
recordingId
Identity of the recording in the archive for the log.
|
int |
sessionId
Transport session identity of the stream captured for the recording.
|
long |
startPosition
Start position of the recording captured in the archive.
|
long |
stopPosition
Stop position of the recording captured in the archive.
|
long |
termBaseLogPosition
The log position at the base of the leadership term.
|
int |
termBufferLength
Transport term buffer length of the stream captured for the recording.
|
public final long recordingId
public final long leadershipTermId
public final long termBaseLogPosition
public final long logPosition
AeronArchive.NULL_POSITION when not committed.public final long startPosition
public final long stopPosition
public final int initialTermId
public final int termBufferLength
public final int mtuLength
public final int sessionId
Copyright © 2014-2020 Real Logic Limited. All Rights Reserved.