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