| Package | Description | 
|---|---|
| kieker.analysis.plugin.reader.filesystem | 
 Copyright 2020 Kieker Project (http://kieker-monitoring.net)
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License. 
 | 
| kieker.analysisteetime.plugin.reader.filesystem.format.binary.file | |
| kieker.analysisteetime.plugin.reader.filesystem.format.text.file | |
| kieker.common.record | 
 Copyright 2020 Kieker Project (https://kieker-monitoring.net)
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
BinaryFileStreamProcessor.createRecordsFromBinaryFile(java.io.DataInputStream inputStream)
Create records from binary files. 
 | 
void | 
TextFileStreamProcessor.processInputChannel(java.io.InputStream inputStream)
Process an input stream. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
RecordFromBinaryFileCreator.createRecordsFromBinaryFile(java.io.File binaryFile,
                           java.io.DataInputStream inputStream,
                           teetime.framework.OutputPort<IMonitoringRecord> outputPort)
Deprecated.  
Create records from binary files. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
IMonitoringRecord | 
RecordFromTextLineCreator.createRecordFromLine(java.io.File textFile,
                    java.lang.String line)
Deprecated.  
  | 
| Modifier and Type | Method and Description | 
|---|---|
static java.lang.Class<? extends IMonitoringRecord> | 
AbstractMonitoringRecord.classForName(java.lang.String classname)
This method tries to find a monitoring record class with the given name. 
 | 
static IMonitoringRecord | 
AbstractMonitoringRecord.createFromDeserializer(java.lang.String recordClassName,
                      IValueDeserializer deserializer)
Create monitoring record based on class name and a given value deserializer. 
 | 
static java.lang.Class<?>[] | 
AbstractMonitoringRecord.typesForClass(java.lang.Class<? extends IMonitoringRecord> clazz)
This method delivers the types array of the given class, either by finding the declared field (in case of a factory record) or via the  
getValueTypes
 method. | 
Copyright 2020 Kieker Project, http://kieker-monitoring.net