public class PipelineSpecification extends java.lang.Object implements IPipelineSpecification
Modifier and Type | Field and Description |
---|---|
protected IPipelineConnections |
connections |
protected VersionContext[] |
pipelineDescriptionStrings |
_rcsid
Constructor and Description |
---|
PipelineSpecification(IPipelineConnections connections,
IJobDescription job,
IIncrementalIngester ingester) |
Modifier and Type | Method and Description |
---|---|
boolean |
checkStageOutputConnection(int stage)
Check if a stage is an output stage.
|
java.lang.Integer |
getOutputConnectionIndex(int stage)
Get the index of the output connection corresponding to a
specific pipeline stage.
|
java.lang.String[] |
getOutputConnectionNames()
Get the output connection names mentioned by the IPipelineSpecification
object.
|
IOutputConnection[] |
getOutputConnections()
Get the output connection instances mentioned by the IPipelineSpecification
object.
|
int |
getOutputCount()
Return the number of output connections.
|
int |
getOutputStage(int index)
Given an output index, return the stage number for that output.
|
int[] |
getStageChildren(int stage)
Find children of a given pipeline stage.
|
java.lang.String |
getStageConnectionName(int stage)
Get the connection name for a pipeline stage.
|
int |
getStageCount()
Get a count of all stages.
|
VersionContext |
getStageDescriptionString(int stage)
Get the description string for a pipeline stage.
|
int |
getStageParent(int stage)
Find parent of a given pipeline stage.
|
java.lang.Integer |
getTransformationConnectionIndex(int stage)
Get the index of the transformation connection corresponding to a
specific pipeline stage.
|
java.lang.String[] |
getTransformationConnectionNames()
Get the transformation connection names mentioned by the IPipelineSpecification
object.
|
ITransformationConnection[] |
getTransformationConnections()
Get the transformation connection instances mentioned by the IPipelineSpecification
object.
|
protected final IPipelineConnections connections
protected final VersionContext[] pipelineDescriptionStrings
public PipelineSpecification(IPipelineConnections connections, IJobDescription job, IIncrementalIngester ingester) throws ManifoldCFException, ServiceInterruption
public int getStageCount()
getStageCount
in interface IPipelineSpecificationBasic
public int[] getStageChildren(int stage)
getStageChildren
in interface IPipelineSpecificationBasic
stage
- is the stage index to get the children of.public int getStageParent(int stage)
getStageParent
in interface IPipelineSpecificationBasic
stage
- is the stage index to get the parent of.public java.lang.String getStageConnectionName(int stage)
getStageConnectionName
in interface IPipelineSpecificationBasic
stage
- is the stage to get the connection name for.public boolean checkStageOutputConnection(int stage)
checkStageOutputConnection
in interface IPipelineSpecificationBasic
stage
- is the stage to check.public int getOutputCount()
getOutputCount
in interface IPipelineSpecificationBasic
public int getOutputStage(int index)
getOutputStage
in interface IPipelineSpecificationBasic
index
- is the output connection index.public java.lang.String[] getTransformationConnectionNames()
getTransformationConnectionNames
in interface IPipelineConnections
public ITransformationConnection[] getTransformationConnections()
getTransformationConnections
in interface IPipelineConnections
public java.lang.String[] getOutputConnectionNames()
getOutputConnectionNames
in interface IPipelineConnections
public IOutputConnection[] getOutputConnections()
getOutputConnections
in interface IPipelineConnections
public java.lang.Integer getTransformationConnectionIndex(int stage)
getTransformationConnectionIndex
in interface IPipelineConnections
public java.lang.Integer getOutputConnectionIndex(int stage)
getOutputConnectionIndex
in interface IPipelineConnections
public VersionContext getStageDescriptionString(int stage)
getStageDescriptionString
in interface IPipelineSpecification
stage
- is the stage to get the connection name for.