Class StreamReplicator
- java.lang.Object
-
- deltix.qsrv.hf.tickdb.replication.StreamReplicator
-
public class StreamReplicator extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description StreamReplicator()
StreamReplicator(deltix.gflog.Log logger)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BackgroundProcessInfo
getBackgroundProcess()
void
replicate(StreamStorage from, Storage to, ReplicationOptions options)
void
restore(Storage from, Storage to, RestoreOptions options)
void
stopReplication()
-
-
-
Field Detail
-
LOGGER
public final deltix.gflog.Log LOGGER
-
EXTENSION
public static final java.lang.String EXTENSION
- See Also:
- Constant Field Values
-
-
Method Detail
-
replicate
public void replicate(StreamStorage from, Storage to, ReplicationOptions options)
-
restore
public void restore(Storage from, Storage to, RestoreOptions options)
-
stopReplication
public void stopReplication()
-
getBackgroundProcess
public BackgroundProcessInfo getBackgroundProcess()
-
-