| Package | Description |
|---|---|
| org.guvnor.ala.pipeline.execution.impl | |
| org.guvnor.ala.registry | |
| org.guvnor.ala.registry.inmemory |
| Modifier and Type | Class and Description |
|---|---|
class |
PipelineExecutorTraceImpl
Represents a pipeline execution recording.
|
| Modifier and Type | Method and Description |
|---|---|
PipelineExecutorTrace |
PipelineExecutorRegistry.getExecutorTrace(RuntimeId runtimeId)
Gets the pipeline executor trace that produced a runtime.
|
PipelineExecutorTrace |
PipelineExecutorRegistry.getExecutorTrace(String pipelineExecutionId)
Gets a registered pipeline executor trace.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<PipelineExecutorTrace> |
PipelineExecutorRegistry.getExecutorTraces()
Get the currently registered pipeline executor traces.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PipelineExecutorRegistry.register(PipelineExecutorTrace trace)
Registers a pipeline executor trace.
|
| Modifier and Type | Field and Description |
|---|---|
protected Map<String,PipelineExecutorTrace> |
InMemoryPipelineExecutorRegistry.recordsMap |
| Modifier and Type | Method and Description |
|---|---|
PipelineExecutorTrace |
InMemoryPipelineExecutorRegistry.getExecutorTrace(RuntimeId runtimeId) |
PipelineExecutorTrace |
InMemoryPipelineExecutorRegistry.getExecutorTrace(String pipelineExecutionId) |
| Modifier and Type | Method and Description |
|---|---|
Collection<PipelineExecutorTrace> |
InMemoryPipelineExecutorRegistry.getExecutorTraces() |
| Modifier and Type | Method and Description |
|---|---|
void |
InMemoryPipelineExecutorRegistry.register(PipelineExecutorTrace trace) |
Copyright © 2001–2019 JBoss by Red Hat. All rights reserved.