Kieker 1.12

Uses of Interface
kieker.common.record.factory.IRecordFactory

Packages that use IRecordFactory
kieker.common.record.controlflow   
kieker.common.record.factory   
kieker.common.record.factory.old   
kieker.common.record.flow.trace   
kieker.common.record.flow.trace.concurrency   
kieker.common.record.flow.trace.concurrency.monitor   
kieker.common.record.flow.trace.operation   
kieker.common.record.flow.trace.operation.constructor   
kieker.common.record.flow.trace.operation.constructor.object   
kieker.common.record.flow.trace.operation.object   
kieker.common.record.jvm   
kieker.common.record.misc   
kieker.common.record.system   
kieker.tools.opad.record   
 

Uses of IRecordFactory in kieker.common.record.controlflow
 

Classes in kieker.common.record.controlflow that implement IRecordFactory
 class BranchingRecordFactory
           
 class OperationExecutionRecordFactory
           
 

Uses of IRecordFactory in kieker.common.record.factory
 

Methods in kieker.common.record.factory that return IRecordFactory
 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)
           
 

Uses of IRecordFactory in kieker.common.record.factory.old
 

Classes in kieker.common.record.factory.old that implement IRecordFactory
 class RecordFactoryWrapper
          Represents a record factory for a record that does not have a dedicated record factory.
 

Uses of IRecordFactory in kieker.common.record.flow.trace
 

Classes in kieker.common.record.flow.trace that implement IRecordFactory
 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
 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
 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
 class AfterOperationEventFactory
           
 class AfterOperationFailedEventFactory
           
 class BeforeOperationEventFactory
           
 class CallOperationEventFactory
           
 

Uses of IRecordFactory in kieker.common.record.flow.trace.operation.constructor
 

Classes in kieker.common.record.flow.trace.operation.constructor that implement IRecordFactory
 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
 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
 class AfterOperationFailedObjectEventFactory
           
 class AfterOperationObjectEventFactory
           
 class BeforeOperationObjectEventFactory
           
 class BeforeOperationObjectInterfaceEventFactory
           
 class CallOperationObjectEventFactory
           
 

Uses of IRecordFactory in kieker.common.record.jvm
 

Classes in kieker.common.record.jvm that implement IRecordFactory
 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
 class EmptyRecordFactory
           
 class KiekerMetadataRecordFactory
           
 class TimestampRecordFactory
           
 

Uses of IRecordFactory in kieker.common.record.system
 

Classes in kieker.common.record.system that implement IRecordFactory
 class CPUUtilizationRecordFactory
           
 class DiskUsageRecordFactory
           
 class LoadAverageRecordFactory
           
 class MemSwapUsageRecordFactory
           
 class NetworkUtilizationRecordFactory
           
 class ResourceUtilizationRecordFactory
           
 

Uses of IRecordFactory in kieker.tools.opad.record
 

Classes in kieker.tools.opad.record that implement IRecordFactory
 class AggregationWindowFactory
           
 class ExtendedStorableDetectionResultFactory
           
 class NamedDoubleRecordFactory
           
 class NamedTSPointFactory
           
 class StorableDetectionResultFactory
           
 


Kieker 1.12

Copyright 2015 Kieker Project, http://kieker-monitoring.net