kieker.tools.logReplayer
Class FSReaderRealtime
java.lang.Object
kieker.analysis.reader.AbstractMonitoringLogReader
kieker.tools.logReplayer.FSReaderRealtime
- All Implemented Interfaces:
- IMonitoringLogReader
public class FSReaderRealtime
- extends AbstractMonitoringLogReader
- Author:
- Andre van Hoorn
Method Summary |
void |
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 void init(String initString)
throws IllegalArgumentException
- Valid key/value pair: inputDirNames=INPUTDIRECTORY1;...;INPUTDIRECTORYN | numWorkers=XX
- Parameters:
initString
- the initialization string
- Throws:
IllegalArgumentException
- if an error occured
read
public boolean read()
throws MonitoringLogReaderException
- Replays the monitoring log in real-time and returns after the complete
log was being replayed.
- Returns:
- true iff reading was successful
- Throws:
MonitoringLogReaderException
Copyright 2010 the Kieker Project, http://kieker.sourceforge.net>