Uses of Interface
org.guvnor.ala.pipeline.execution.PipelineExecutorTrace
-
Packages that use PipelineExecutorTrace Package Description org.guvnor.ala.pipeline.execution.impl org.guvnor.ala.registry org.guvnor.ala.registry.inmemory -
-
Uses of PipelineExecutorTrace in org.guvnor.ala.pipeline.execution.impl
Classes in org.guvnor.ala.pipeline.execution.impl that implement PipelineExecutorTrace Modifier and Type Class Description classPipelineExecutorTraceImplRepresents a pipeline execution recording. -
Uses of PipelineExecutorTrace in org.guvnor.ala.registry
Methods in org.guvnor.ala.registry that return PipelineExecutorTrace Modifier and Type Method Description PipelineExecutorTracePipelineExecutorRegistry. getExecutorTrace(String pipelineExecutionId)Gets a registered pipeline executor trace.PipelineExecutorTracePipelineExecutorRegistry. getExecutorTrace(RuntimeId runtimeId)Gets the pipeline executor trace that produced a runtime.Methods in org.guvnor.ala.registry that return types with arguments of type PipelineExecutorTrace Modifier and Type Method Description Collection<PipelineExecutorTrace>PipelineExecutorRegistry. getExecutorTraces()Get the currently registered pipeline executor traces.Methods in org.guvnor.ala.registry with parameters of type PipelineExecutorTrace Modifier and Type Method Description voidPipelineExecutorRegistry. register(PipelineExecutorTrace trace)Registers a pipeline executor trace. -
Uses of PipelineExecutorTrace in org.guvnor.ala.registry.inmemory
Fields in org.guvnor.ala.registry.inmemory with type parameters of type PipelineExecutorTrace Modifier and Type Field Description protected Map<String,PipelineExecutorTrace>InMemoryPipelineExecutorRegistry. recordsMapMethods in org.guvnor.ala.registry.inmemory that return PipelineExecutorTrace Modifier and Type Method Description PipelineExecutorTraceInMemoryPipelineExecutorRegistry. getExecutorTrace(String pipelineExecutionId)PipelineExecutorTraceInMemoryPipelineExecutorRegistry. getExecutorTrace(RuntimeId runtimeId)Methods in org.guvnor.ala.registry.inmemory that return types with arguments of type PipelineExecutorTrace Modifier and Type Method Description Collection<PipelineExecutorTrace>InMemoryPipelineExecutorRegistry. getExecutorTraces()Methods in org.guvnor.ala.registry.inmemory with parameters of type PipelineExecutorTrace Modifier and Type Method Description voidInMemoryPipelineExecutorRegistry. register(PipelineExecutorTrace trace)
-