kieker.tools.logReplayer
Class AbstractLogReplayer
java.lang.Object
kieker.tools.logReplayer.AbstractLogReplayer
- Direct Known Subclasses:
- FilesystemLogReplayer, JMSLogReplayer
public abstract class AbstractLogReplayer
- extends Object
Replays a monitoring log to a IMonitoringController
with a given Configuration
.
The AbstractLogReplayer
can filter by timestamp and replay in real-time.
- Author:
- Andre van Hoorn
Constructor Summary |
AbstractLogReplayer(String monitoringConfigurationFile,
boolean realtimeMode,
boolean keepOriginalLoggingTimestamps,
int numRealtimeWorkerThreads,
long ignoreRecordsBeforeTimestamp,
long ignoreRecordsAfterTimestamp)
|
Method Summary |
boolean |
replay()
Replays the monitoring log terminates after the last record was passed to the configured IMonitoringController . |
MAX_TIMESTAMP
public static final long MAX_TIMESTAMP
- See Also:
- Constant Field Values
MIN_TIMESTAMP
public static final long MIN_TIMESTAMP
- See Also:
- Constant Field Values
AbstractLogReplayer
public AbstractLogReplayer(String monitoringConfigurationFile,
boolean realtimeMode,
boolean keepOriginalLoggingTimestamps,
int numRealtimeWorkerThreads,
long ignoreRecordsBeforeTimestamp,
long ignoreRecordsAfterTimestamp)
replay
public boolean replay()
- Replays the monitoring log terminates after the last record was passed to the configured
IMonitoringController
.
- Returns:
- true on success; false otherwise
Copyright 2012 Kieker Project, http://kieker-monitoring.net>