Kieker 1.6

kieker.tools.logReplayer
Class FilesystemLogReplayer

java.lang.Object
  extended by kieker.tools.logReplayer.AbstractLogReplayer
      extended by kieker.tools.logReplayer.FilesystemLogReplayer

public class FilesystemLogReplayer
extends AbstractLogReplayer

An implementation of the AbstractLogReplayer, using the FSReader to replay IMonitoringRecords from a list of file system monitoring logs.

Author:
Andre van Hoorn

Field Summary
 
Fields inherited from class kieker.tools.logReplayer.AbstractLogReplayer
MAX_TIMESTAMP, MIN_TIMESTAMP
 
Constructor Summary
FilesystemLogReplayer(String monitoringConfigurationFile, boolean realtimeMode, boolean keepOriginalLoggingTimestamps, int numRealtimeWorkerThreads, long ignoreRecordsBeforeTimestamp, long ignoreRecordsAfterTimestamp, String[] inputDirs)
           
 
Method Summary
 
Methods inherited from class kieker.tools.logReplayer.AbstractLogReplayer
replay
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FilesystemLogReplayer

public FilesystemLogReplayer(String monitoringConfigurationFile,
                             boolean realtimeMode,
                             boolean keepOriginalLoggingTimestamps,
                             int numRealtimeWorkerThreads,
                             long ignoreRecordsBeforeTimestamp,
                             long ignoreRecordsAfterTimestamp,
                             String[] inputDirs)

Kieker 1.6

Copyright 2012 Kieker Project, http://kieker-monitoring.net