public class IndexedReplicatedRecording extends Object implements AutoCloseable
The index allows for the lookup of message start position in a recording based on message index plus a basic time series for when a message was published.
The secondary (destination) archive launches after the primary (source) archive and replicates from the sources the history of the stream it missed then when it catches up to live it will merge with the live stream and stop the replay replication from the source.
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
static void |
main(String[] args)
Main method for launching the process.
|
public void close()
close in interface AutoCloseablepublic static void main(String[] args) throws InterruptedException
args - passed to the process.InterruptedException - if the thread is interrupted.Copyright © 2014-2023 Real Logic Limited. All Rights Reserved.