Kieker 1.3

kieker.tools.logReplayer
Class FSReaderRealtime

java.lang.Object
  extended by kieker.analysis.reader.AbstractMonitoringReader
      extended by kieker.tools.logReplayer.FSReaderRealtime
All Implemented Interfaces:
IMonitoringReader

public class FSReaderRealtime
extends AbstractMonitoringReader

Author:
Andre van Hoorn

Constructor Summary
FSReaderRealtime()
          Constructor for FSReaderRealtime.
FSReaderRealtime(String[] inputDirNames, int numWorkers)
           
 
Method Summary
 boolean init(String initString)
          Valid key/value pair: inputDirNames=INPUTDIRECTORY1;...
 boolean read()
          Replays the monitoring log in real-time and returns after the complete log was being replayed.
 
Methods inherited from class kieker.analysis.reader.AbstractMonitoringReader
addRecordReceiver
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FSReaderRealtime

public FSReaderRealtime()
Constructor for FSReaderRealtime. Requires a subsequent call to the init method in order to specify the input directory and number of workers using the parameter @a inputDirName.


FSReaderRealtime

public FSReaderRealtime(String[] inputDirNames,
                        int numWorkers)
Method Detail

init

public boolean init(String initString)
Valid key/value pair: inputDirNames=INPUTDIRECTORY1;...;INPUTDIRECTORYN | numWorkers=XX

Parameters:
initString - the initialization string
Returns:
true if the initialization was successful; false if an error occurred

read

public boolean read()
Replays the monitoring log in real-time and returns after the complete log was being replayed.

Returns:
true if reading was successful; false if an error occurred

Kieker 1.3

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