Class AbstractMonitoringRecordDeserializer
java.lang.Object
kieker.analysis.plugin.reader.newio.deserializer.AbstractMonitoringRecordDeserializer
- All Implemented Interfaces:
IMonitoringRecordDeserializer
- Direct Known Subclasses:
AbstractContainerFormatDeserializer
public abstract class AbstractMonitoringRecordDeserializer extends java.lang.Object implements IMonitoringRecordDeserializer
- Since:
- 1.13
- Author:
- holger
-
Constructor Summary
Constructors Constructor Description AbstractMonitoringRecordDeserializer(Configuration configuration, IProjectContext projectContext)
Creates a new record deserializer. -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface kieker.analysis.plugin.reader.newio.deserializer.IMonitoringRecordDeserializer
deserializeRecords, init, terminate
-
Constructor Details
-
AbstractMonitoringRecordDeserializer
public AbstractMonitoringRecordDeserializer(Configuration configuration, IProjectContext projectContext)Creates a new record deserializer.- Parameters:
configuration
- The configuration to useprojectContext
- The project context to use
-