@ApplicationScoped @Specializes public class VFSPipelineExecutorRegistry extends InMemoryPipelineExecutorRegistry
| Modifier and Type | Field and Description |
|---|---|
protected static String |
PIPELINE_EXECUTOR_REGISTRY_PATH |
protected static String |
TRACE_SUFFIX |
recordsMap| Constructor and Description |
|---|
VFSPipelineExecutorRegistry() |
VFSPipelineExecutorRegistry(VFSRegistryHelper registryHelper) |
| Modifier and Type | Method and Description |
|---|---|
void |
deregister(String taskId) |
void |
init() |
void |
register(PipelineExecutorTrace trace) |
getExecutorTrace, getExecutorTrace, getExecutorTracesprotected static final String PIPELINE_EXECUTOR_REGISTRY_PATH
protected static final String TRACE_SUFFIX
public VFSPipelineExecutorRegistry()
@Inject public VFSPipelineExecutorRegistry(VFSRegistryHelper registryHelper)
@PostConstruct public void init()
public void register(PipelineExecutorTrace trace)
register in interface PipelineExecutorRegistryregister in class InMemoryPipelineExecutorRegistrypublic void deregister(String taskId)
deregister in interface PipelineExecutorRegistryderegister in class InMemoryPipelineExecutorRegistryCopyright © 2001–2019 JBoss by Red Hat. All rights reserved.