public class RecordingSummary extends Object
RecordingDescriptorConsumer.| Modifier and Type | Field and Description |
|---|---|
int |
initialTermId
The initial-term-id for the recorded stream.
|
int |
mtuLength
UDP datagram length, or MTU, of the recording.
|
long |
recordingId
Unique identity of a recording.
|
int |
segmentFileLength
Length of the segment files for the stream which are a multiple of term-length.
|
int |
sessionId
The session-id of the recorded stream which is updated if the recording is extended.
|
long |
startPosition
Start position of a recording captured by the archive.
|
long |
stopPosition
Stop position of a recording.
|
int |
streamId
The stream-id of the recorded stream.
|
int |
termBufferLength
The term-length for the recorded stream.
|
| Constructor and Description |
|---|
RecordingSummary() |
public long recordingId
public long startPosition
public long stopPosition
AeronArchive.NULL_POSITION if active.public int initialTermId
public int segmentFileLength
public int termBufferLength
public int mtuLength
public int sessionId
public int streamId
Copyright © 2014-2023 Real Logic Limited. All Rights Reserved.