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