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