kieker.tools.logReplayer
Class FSReaderRealtime
java.lang.Object
kieker.analysis.reader.AbstractMonitoringReader
kieker.tools.logReplayer.FSReaderRealtime
- All Implemented Interfaces:
- IMonitoringReader
public class FSReaderRealtime
- extends AbstractMonitoringReader
- Author:
- Andre van Hoorn
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. |
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)
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
Copyright 2011 the Kieker Project, http://kieker.sourceforge.net>