Class DatEventDeserializer
java.lang.Object
kieker.analysis.generic.source.file.AbstractEventDeserializer
kieker.analysis.generic.source.file.DatEventDeserializer
public class DatEventDeserializer extends AbstractEventDeserializer
- Since:
- 1.15
- Author:
- Reiner Jung
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
BUFFER_SIZE
static int
DEFAULT_BUFFER_SIZE
static java.lang.String
PREFIX
-
Constructor Summary
Constructors Constructor Description DatEventDeserializer(java.lang.Integer bufferSize, ReaderRegistry<java.lang.String> registry)
-
Method Summary
Modifier and Type Method Description void
processDataStream(java.io.InputStream inputStream, teetime.framework.OutputPort<IMonitoringRecord> outputPort)
Read an input stream of data, deserialize it and output proper monitoring records.
-
Field Details
-
PREFIX
public static final java.lang.String PREFIX -
BUFFER_SIZE
public static final java.lang.String BUFFER_SIZE -
DEFAULT_BUFFER_SIZE
public static final int DEFAULT_BUFFER_SIZE- See Also:
- Constant Field Values
-
-
Constructor Details
-
DatEventDeserializer
public DatEventDeserializer(java.lang.Integer bufferSize, ReaderRegistry<java.lang.String> registry)
-
-
Method Details
-
processDataStream
public void processDataStream(java.io.InputStream inputStream, teetime.framework.OutputPort<IMonitoringRecord> outputPort) throws java.io.IOExceptionDescription copied from class:AbstractEventDeserializer
Read an input stream of data, deserialize it and output proper monitoring records.- Specified by:
processDataStream
in classAbstractEventDeserializer
- Parameters:
inputStream
- the input streamoutputPort
- the output port- Throws:
java.io.IOException
- on input stream errors
-