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