public class HistoricalRecoveryManager extends Object implements RecoveryManager
| Modifier and Type | Field and Description |
|---|---|
protected ChannelContext |
context |
protected static com.epam.common.logging.Log |
log |
protected ApplicationImpl |
recoveryListener |
protected StreamTransport |
transport |
| Constructor and Description |
|---|
HistoricalRecoveryManager(ApplicationImpl recoveryListener,
ChannelContext context) |
| Modifier and Type | Method and Description |
|---|---|
void |
startRecovery(Instrument instrument,
long beginMsgSeqNum,
long endMsgSeqNum) |
void |
stopRecovery(Instrument instrument) |
protected static final com.epam.common.logging.Log log
protected ApplicationImpl recoveryListener
protected StreamTransport transport
protected final ChannelContext context
public HistoricalRecoveryManager(ApplicationImpl recoveryListener, ChannelContext context)
public void startRecovery(Instrument instrument, long beginMsgSeqNum, long endMsgSeqNum)
startRecovery in interface RecoveryManagerpublic void stopRecovery(Instrument instrument)
stopRecovery in interface RecoveryManagerCopyright © 2000–2025 EPAM Systems. All rights reserved.