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 classBranchingRecordFactoryclassOperationExecutionRecordFactory -
Uses of IRecordFactory in kieker.common.record.database
Classes in kieker.common.record.database that implement IRecordFactory Modifier and Type Class Description classAfterDatabaseEventFactoryclassBeforeDatabaseEventFactoryclassDatabaseFailedEventFactory -
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 classAfterFailedThreadBasedEventFactoryclassAfterThreadBasedEventFactoryclassBeforeThreadBasedEventFactory -
Uses of IRecordFactory in kieker.common.record.flow.trace
Classes in kieker.common.record.flow.trace that implement IRecordFactory Modifier and Type Class Description classApplicationTraceMetadataFactoryclassBeforeReceivedRemoteEventFactoryclassBeforeSentRemoteEventFactoryclassConstructionEventFactoryclassTraceMetadataFactory -
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 classJoinEventFactoryclassSplitEventFactory -
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 classMonitorEntryEventFactoryclassMonitorExitEventFactoryclassMonitorNotifyAllEventFactoryclassMonitorNotifyEventFactoryclassMonitorRequestEventFactoryclassMonitorWaitEventFactory -
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 classAfterOperationEventFactoryclassAfterOperationFailedEventFactoryclassBeforeOperationEventFactoryclassCallOperationEventFactoryclassEntryLevelBeforeOperationEventFactory -
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 classAfterConstructorEventFactoryclassAfterConstructorFailedEventFactoryclassBeforeConstructorEventFactoryclassCallConstructorEventFactory -
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 classAfterConstructorFailedObjectEventFactoryclassAfterConstructorObjectEventFactoryclassBeforeConstructorObjectEventFactoryclassBeforeConstructorObjectInterfaceEventFactoryclassCallConstructorObjectEventFactory -
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 classAfterOperationFailedObjectEventFactoryclassAfterOperationObjectEventFactoryclassBeforeOperationObjectEventFactoryclassBeforeOperationObjectInterfaceEventFactoryclassCallOperationObjectEventFactoryclassEntryLevelBeforeOperationObjectEventFactory -
Uses of IRecordFactory in kieker.common.record.jvm
Classes in kieker.common.record.jvm that implement IRecordFactory Modifier and Type Class Description classClassLoadingRecordFactoryclassCompilationRecordFactoryclassGCRecordFactoryclassMemoryRecordFactoryclassThreadsStatusRecordFactoryclassUptimeRecordFactory -
Uses of IRecordFactory in kieker.common.record.misc
Classes in kieker.common.record.misc that implement IRecordFactory Modifier and Type Class Description classEmptyRecordFactoryclassHostApplicationMetaDataFactoryclassKiekerMetadataRecordFactoryclassOperationCallEventFactoryclassThreadMetaDataFactoryclassTimestampRecordFactory -
Uses of IRecordFactory in kieker.common.record.remotecontrol
Classes in kieker.common.record.remotecontrol that implement IRecordFactory Modifier and Type Class Description classActivationEventFactoryclassActivationParameterEventFactoryclassAddParameterValueEventFactoryclassDeactivationEventFactoryclassRemoveParameterValueEventFactoryclassUpdateParameterEventFactory -
Uses of IRecordFactory in kieker.common.record.session
Classes in kieker.common.record.session that implement IRecordFactory Modifier and Type Class Description classSessionEndEventFactoryclassSessionStartEventFactory -
Uses of IRecordFactory in kieker.common.record.system
Classes in kieker.common.record.system that implement IRecordFactory Modifier and Type Class Description classCPUUtilizationRecordFactoryclassDiskUsageRecordFactoryclassLoadAverageRecordFactoryclassMemSwapUsageRecordFactoryclassNetworkUtilizationRecordFactoryclassResourceUtilizationRecordFactory