Uses of Interface
kieker.common.record.factory.IRecordFactory
-
Uses of IRecordFactory in kieker.common.record.controlflow
Classes in kieker.common.record.controlflow that implement IRecordFactory Modifier and Type Class Description class
BranchingRecordFactory
class
OperationExecutionRecordFactory
-
Uses of IRecordFactory in kieker.common.record.database
Classes in kieker.common.record.database that implement IRecordFactory Modifier and Type Class Description class
AfterDatabaseEventFactory
class
BeforeDatabaseEventFactory
class
DatabaseFailedEventFactory
-
Uses of IRecordFactory in kieker.common.record.factory
Methods in kieker.common.record.factory that return IRecordFactory Modifier and Type Method Description IRecordFactory<?>
IRecordFactoryProvider. createFactoryFor(java.lang.Class<?> recordClass)
Creates a factory for the given record class.IRecordFactory<?>
StandardRecordFactoryProvider. createFactoryFor(java.lang.Class<?> recordClass)
IRecordFactory<? extends IMonitoringRecord>
CachedRecordFactoryCatalog. get(java.lang.String recordClassName)
Hint: This method uses convention over configuration when searching for a record factory class.IRecordFactory<? extends IMonitoringRecord>
RecordFactoryResolver. get(java.lang.String recordClassName)
Obtains a record factory instance fo the given record class name.Methods in kieker.common.record.factory that return types with arguments of type IRecordFactory Modifier and Type Method Description java.lang.Class<? extends IRecordFactory<?>>
value()
The record factory class to use for instantiating the annotated record class. -
Uses of IRecordFactory in kieker.common.record.flow.thread
Classes in kieker.common.record.flow.thread that implement IRecordFactory Modifier and Type Class Description class
AfterFailedThreadBasedEventFactory
class
AfterThreadBasedEventFactory
class
BeforeThreadBasedEventFactory
-
Uses of IRecordFactory in kieker.common.record.flow.trace
Classes in kieker.common.record.flow.trace that implement IRecordFactory Modifier and Type Class Description class
ApplicationTraceMetadataFactory
class
BeforeReceivedRemoteEventFactory
class
BeforeSentRemoteEventFactory
class
ConstructionEventFactory
class
TraceMetadataFactory
-
Uses of IRecordFactory in kieker.common.record.flow.trace.concurrency
Classes in kieker.common.record.flow.trace.concurrency that implement IRecordFactory Modifier and Type Class Description class
JoinEventFactory
class
SplitEventFactory
-
Uses of IRecordFactory in kieker.common.record.flow.trace.concurrency.monitor
Classes in kieker.common.record.flow.trace.concurrency.monitor that implement IRecordFactory Modifier and Type Class Description class
MonitorEntryEventFactory
class
MonitorExitEventFactory
class
MonitorNotifyAllEventFactory
class
MonitorNotifyEventFactory
class
MonitorRequestEventFactory
class
MonitorWaitEventFactory
-
Uses of IRecordFactory in kieker.common.record.flow.trace.operation
Classes in kieker.common.record.flow.trace.operation that implement IRecordFactory Modifier and Type Class Description class
AfterOperationEventFactory
class
AfterOperationFailedEventFactory
class
BeforeOperationEventFactory
class
CallOperationEventFactory
class
EntryLevelBeforeOperationEventFactory
-
Uses of IRecordFactory in kieker.common.record.flow.trace.operation.constructor
Classes in kieker.common.record.flow.trace.operation.constructor that implement IRecordFactory Modifier and Type Class Description class
AfterConstructorEventFactory
class
AfterConstructorFailedEventFactory
class
BeforeConstructorEventFactory
class
CallConstructorEventFactory
-
Uses of IRecordFactory in kieker.common.record.flow.trace.operation.constructor.object
Classes in kieker.common.record.flow.trace.operation.constructor.object that implement IRecordFactory Modifier and Type Class Description class
AfterConstructorFailedObjectEventFactory
class
AfterConstructorObjectEventFactory
class
BeforeConstructorObjectEventFactory
class
BeforeConstructorObjectInterfaceEventFactory
class
CallConstructorObjectEventFactory
-
Uses of IRecordFactory in kieker.common.record.flow.trace.operation.object
Classes in kieker.common.record.flow.trace.operation.object that implement IRecordFactory Modifier and Type Class Description class
AfterOperationFailedObjectEventFactory
class
AfterOperationObjectEventFactory
class
BeforeOperationObjectEventFactory
class
BeforeOperationObjectInterfaceEventFactory
class
CallOperationObjectEventFactory
class
EntryLevelBeforeOperationObjectEventFactory
-
Uses of IRecordFactory in kieker.common.record.jvm
Classes in kieker.common.record.jvm that implement IRecordFactory Modifier and Type Class Description class
ClassLoadingRecordFactory
class
CompilationRecordFactory
class
GCRecordFactory
class
MemoryRecordFactory
class
ThreadsStatusRecordFactory
class
UptimeRecordFactory
-
Uses of IRecordFactory in kieker.common.record.misc
Classes in kieker.common.record.misc that implement IRecordFactory Modifier and Type Class Description class
EmptyRecordFactory
class
HostApplicationMetaDataFactory
class
KiekerMetadataRecordFactory
class
OperationCallEventFactory
class
ThreadMetaDataFactory
class
TimestampRecordFactory
-
Uses of IRecordFactory in kieker.common.record.remotecontrol
Classes in kieker.common.record.remotecontrol that implement IRecordFactory Modifier and Type Class Description class
ActivationEventFactory
class
ActivationParameterEventFactory
class
AddParameterValueEventFactory
class
DeactivationEventFactory
class
RemoveParameterValueEventFactory
class
UpdateParameterEventFactory
-
Uses of IRecordFactory in kieker.common.record.session
Classes in kieker.common.record.session that implement IRecordFactory Modifier and Type Class Description class
SessionEndEventFactory
class
SessionStartEventFactory
-
Uses of IRecordFactory in kieker.common.record.system
Classes in kieker.common.record.system that implement IRecordFactory Modifier and Type Class Description class
CPUUtilizationRecordFactory
class
DiskUsageRecordFactory
class
LoadAverageRecordFactory
class
MemSwapUsageRecordFactory
class
NetworkUtilizationRecordFactory
class
ResourceUtilizationRecordFactory