public class DatEventDeserializer extends AbstractEventDeserializer
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
BUFFER_SIZE |
static int |
DEFAULT_BUFFER_SIZE |
static java.lang.String |
PREFIX |
registry| Constructor and Description |
|---|
DatEventDeserializer(Configuration configuration,
ReaderRegistry<java.lang.String> registry) |
| Modifier and Type | Method and 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.
|
public static final java.lang.String PREFIX
public static final java.lang.String BUFFER_SIZE
public static final int DEFAULT_BUFFER_SIZE
public DatEventDeserializer(Configuration configuration, ReaderRegistry<java.lang.String> registry)
public void processDataStream(java.io.InputStream inputStream,
teetime.framework.OutputPort<IMonitoringRecord> outputPort)
throws java.io.IOException
AbstractEventDeserializerprocessDataStream in class AbstractEventDeserializerinputStream - the input streamoutputPort - the output portjava.io.IOException - on input stream errorsCopyright 2020 Kieker Project, http://kieker-monitoring.net