public final class RecordFactoryWrapper extends java.lang.Object implements IRecordFactory<IMonitoringRecord>
UNKNOWN_RECORD_SIZE
Constructor and Description |
---|
RecordFactoryWrapper(java.lang.String recordClassName) |
Modifier and Type | Method and Description |
---|---|
IMonitoringRecord |
create(IValueDeserializer deserializer) |
IMonitoringRecord |
create(java.lang.Object[] values) |
int |
getRecordSizeInBytes() |
public RecordFactoryWrapper(java.lang.String recordClassName)
public IMonitoringRecord create(IValueDeserializer deserializer)
create
in interface IRecordFactory<IMonitoringRecord>
deserializer
- The deserializer to use for decoding the valuespublic IMonitoringRecord create(java.lang.Object[] values)
create
in interface IRecordFactory<IMonitoringRecord>
values
- the values used to fill the new instancepublic int getRecordSizeInBytes()
getRecordSizeInBytes
in interface IRecordFactory<IMonitoringRecord>
IRecordFactory.UNKNOWN_RECORD_SIZE
if the
size is unknown
in advance.Copyright 2017 Kieker Project, http://kieker-monitoring.net