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