Kieker 1.2

kieker.tools.logReplayer
Class FilesystemLogReplayer

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

public class FilesystemLogReplayer
extends Object

Author:
Andre van Hoorn

Constructor Summary
FilesystemLogReplayer(String[] inputDirs)
          Normal replay mode (i.e., non-real-time).
FilesystemLogReplayer(String[] inputDirs, boolean keepOriginalLoggingTimestamps, boolean realtimeMode, int numRealtimeWorkerThreads)
           
 
Method Summary
 boolean replay()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FilesystemLogReplayer

public FilesystemLogReplayer(String[] inputDirs)
Normal replay mode (i.e., non-real-time).


FilesystemLogReplayer

public FilesystemLogReplayer(String[] inputDirs,
                             boolean keepOriginalLoggingTimestamps,
                             boolean realtimeMode,
                             int numRealtimeWorkerThreads)
Method Detail

replay

public boolean replay()
Returns:
true on success; false otherwise

Kieker 1.2

Copyright 2010 the Kieker Project, http://kieker.sourceforge.net