kieker.tools.bridge
Class LookupEntity
java.lang.Object
kieker.tools.bridge.LookupEntity
public final class LookupEntity
- extends java.lang.Object
Lookup entity for a record id to a monitoring record. To avoid too many lookups and queries,
this map record contains a constructor reference and an array containing the field descriptions.
- Since:
- 1.8
- Author:
- Reiner Jung
Constructor Summary |
LookupEntity(java.lang.reflect.Constructor<? extends IMonitoringRecord> constructor,
java.lang.Class<?>[] parameterTypes)
Construct one new LookupEntry. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LookupEntity
public LookupEntity(java.lang.reflect.Constructor<? extends IMonitoringRecord> constructor,
java.lang.Class<?>[] parameterTypes)
- Construct one new LookupEntry.
- Parameters:
constructor
- constructor for a IMonitoringRecord classparameterTypes
- monitoring record property type list
getParameterTypes
public java.lang.Class<?>[] getParameterTypes()
getConstructor
public java.lang.reflect.Constructor<? extends IMonitoringRecord> getConstructor()
Copyright 2015 Kieker Project, http://kieker-monitoring.net