|
Kieker 1.4 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectkieker.analysis.reader.AbstractMonitoringReader
kieker.analysis.reader.filesystem.FSReader
public class FSReader
Filesystem reader which reads from multiple directories simultaneously ordered by the logging timestamp.
Field Summary | |
---|---|
static String |
PROP_NAME_INPUTDIRS
|
Constructor Summary | |
---|---|
FSReader()
Default constructor used for construction by reflection. |
|
FSReader(String[] inputDirs)
|
|
FSReader(String[] inputDirs,
Collection<Class<? extends IMonitoringRecord>> readOnlyRecordsOfType)
|
Method Summary | |
---|---|
boolean |
init(String initString)
Initializes the reader based on the given key/value pair initString. |
boolean |
read()
Starts the reader. |
void |
terminate()
Initiates a termination of the reader. |
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 |
Field Detail |
---|
public static final String PROP_NAME_INPUTDIRS
Constructor Detail |
---|
public FSReader(String[] inputDirs)
public FSReader(String[] inputDirs, Collection<Class<? extends IMonitoringRecord>> readOnlyRecordsOfType)
inputDirs
- readOnlyRecordsOfType
- select only records of this type; null selects allpublic FSReader()
Method Detail |
---|
public boolean read()
IMonitoringReader
IMonitoringReader.terminate()
method can be used
to initiate the termination of this method.
public boolean init(String initString)
Example: inputDirs=dir0;...;dir1
initString
- the initialization string
public void terminate()
IMonitoringReader
AnalysisController.terminate()
instead.
After receiving this notification,
the reader should terminate its IMonitoringReader.read()
method.
|
Kieker 1.4 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |