Modifier and Type | Method and Description |
---|---|
Optional<ProviderType> |
SystemPipelineDescriptor.getProviderType()
Indicates if the pipeline to be registered must be associated to a given provider type.
|
Modifier and Type | Method and Description |
---|---|
ProviderType |
PipelineExecutorTaskDef.getProviderType() |
Modifier and Type | Class and Description |
---|---|
class |
InternalProviderType |
Modifier and Type | Method and Description |
---|---|
ProviderType |
InternalProviderId.getProviderType() |
ProviderType |
PipelineExecutorTaskDefImpl.getProviderType() |
Constructor and Description |
---|
InternalProviderId(String id,
ProviderType providerType) |
PipelineExecutorTaskDefImpl(Pipeline pipeline,
Input input,
ProviderType providerType) |
Modifier and Type | Method and Description |
---|---|
ProviderType |
PipelineRegistry.getProviderType(String pipelineId)
Gets the associated provider type for a given pipeline.
|
Modifier and Type | Method and Description |
---|---|
List<ProviderType> |
RuntimeRegistry.getProviderTypes(Integer page,
Integer pageSize,
String sort,
boolean sortOrder)
Gets the list of registered provider types.
|
Modifier and Type | Method and Description |
---|---|
void |
RuntimeRegistry.deregisterProviderType(ProviderType providerType)
Deregisters a provider type.
|
List<Provider> |
RuntimeRegistry.getProvidersByType(ProviderType providerType)
Gets the list of registered providers associated to a given provider type.
|
void |
PipelineRegistry.registerPipeline(Pipeline pipeline,
ProviderType providerType)
Registers a Pipeline by associating it to a provider type.
|
void |
RuntimeRegistry.registerProviderType(ProviderType providerType)
Registers a provider type.
|
Modifier and Type | Field and Description |
---|---|
protected Map<ProviderType,ProviderType> |
InMemoryRuntimeRegistry.providerTypes |
protected Map<ProviderType,ProviderType> |
InMemoryRuntimeRegistry.providerTypes |
Modifier and Type | Method and Description |
---|---|
ProviderType |
InMemoryPipelineRegistry.getProviderType(String pipelineId) |
Modifier and Type | Method and Description |
---|---|
List<ProviderType> |
InMemoryRuntimeRegistry.getProviderTypes(Integer page,
Integer pageSize,
String sort,
boolean sortOrder) |
Modifier and Type | Method and Description |
---|---|
void |
InMemoryRuntimeRegistry.deregisterProviderType(ProviderType providerType) |
List<Provider> |
InMemoryRuntimeRegistry.getProvidersByType(ProviderType providerType) |
void |
InMemoryPipelineRegistry.registerPipeline(Pipeline pipeline,
ProviderType providerType) |
void |
InMemoryRuntimeRegistry.registerProviderType(ProviderType providerType) |
Modifier and Type | Method and Description |
---|---|
ProviderType |
ProviderId.getProviderType()
Get the provider type
|
Modifier and Type | Class and Description |
---|---|
class |
BaseProviderType
BaseProviderType implementation to be extended by concrete ProviderTypes
|
Modifier and Type | Method and Description |
---|---|
ProviderType |
BaseProvider.getProviderType() |
Constructor and Description |
---|
BaseProvider(String id,
ProviderType providerType,
C config) |
Copyright © 2001–2019 JBoss by Red Hat. All rights reserved.