Kieker 1.12

Uses of Class
kieker.common.record.controlflow.OperationExecutionRecord

Packages that use OperationExecutionRecord
kieker.analysis.plugin.filter.select   
kieker.analysis.plugin.filter.sink   
kieker.common.record.controlflow   
kieker.tools.opad.filter   
kieker.tools.traceAnalysis.filter.executionRecordTransformation   
 

Uses of OperationExecutionRecord in kieker.analysis.plugin.filter.select
 

Methods in kieker.analysis.plugin.filter.select with parameters of type OperationExecutionRecord
 void TimestampFilter.inputOperationExecutionRecord(OperationExecutionRecord execution)
          This method represents the input port receiving trace events to be selected by a specific timestamp selector (based on tin and tout).
 void TraceIdFilter.inputOperationExecutionRecord(OperationExecutionRecord record)
          This method represents an input port for operation execution records.
 

Uses of OperationExecutionRecord in kieker.analysis.plugin.filter.sink
 

Methods in kieker.analysis.plugin.filter.sink with parameters of type OperationExecutionRecord
 void MethodAndComponentFlowDisplayFilter.input(OperationExecutionRecord record)
          This method represents the input port receiving the incoming events.
 

Uses of OperationExecutionRecord in kieker.common.record.controlflow
 

Methods in kieker.common.record.controlflow that return OperationExecutionRecord
 OperationExecutionRecord OperationExecutionRecordFactory.create(java.nio.ByteBuffer buffer, IRegistry<java.lang.String> stringRegistry)
           
 OperationExecutionRecord OperationExecutionRecordFactory.create(java.lang.Object[] values)
           
 

Uses of OperationExecutionRecord in kieker.tools.opad.filter
 

Methods in kieker.tools.opad.filter with parameters of type OperationExecutionRecord
 void RecordConverter.convert(OperationExecutionRecord oer)
          Receives OperationExecutionRecords and delivers them converted to NamedDoubleRecords.
 

Uses of OperationExecutionRecord in kieker.tools.traceAnalysis.filter.executionRecordTransformation
 

Methods in kieker.tools.traceAnalysis.filter.executionRecordTransformation with parameters of type OperationExecutionRecord
 void ExecutionRecordTransformationFilter.inputOperationExecutionRecords(OperationExecutionRecord execRec)
          This method represents the input port, processing incoming operation execution records.
 


Kieker 1.12

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