|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Step | |
|---|---|
| org.galagosearch.tupleflow | |
| org.galagosearch.tupleflow.execution | |
| Uses of Step in org.galagosearch.tupleflow |
|---|
| Methods in org.galagosearch.tupleflow that return Step | |
|---|---|
static Step |
Utility.getSorter(Order sortOrder)
Builds a simple Sorter step that can be added to a TupleFlow stage. |
| Uses of Step in org.galagosearch.tupleflow.execution |
|---|
| Subclasses of Step in org.galagosearch.tupleflow.execution | |
|---|---|
class |
InputStep
Represents an input step in a TupleFlow stage. |
class |
MultiStep
Represents a multi block in a TupleFlow stage. |
class |
OutputStep
Represents an output step in a TupleFlow stage. |
| Fields in org.galagosearch.tupleflow.execution with type parameters of type Step | |
|---|---|
java.util.ArrayList<java.util.ArrayList<Step>> |
MultiStep.groups
|
java.util.ArrayList<Step> |
Stage.steps
|
| Methods in org.galagosearch.tupleflow.execution that return Step | |
|---|---|
Step |
JobConstructor.StepHandler.getStep()
|
| Methods in org.galagosearch.tupleflow.execution that return types with arguments of type Step | |
|---|---|
java.util.ArrayList<Step> |
Stage.getSteps()
|
java.util.ArrayList<Step> |
JobConstructor.StepsHandler.getSteps()
|
| Methods in org.galagosearch.tupleflow.execution with parameters of type Step | |
|---|---|
void |
Stage.add(Step step)
|
Step |
StageInstanceFactory.instantiateStep(StageInstanceDescription instance,
Step step)
|
| Method parameters in org.galagosearch.tupleflow.execution with type arguments of type Step | |
|---|---|
Step |
StageInstanceFactory.instantiate(StageInstanceDescription instance,
java.util.ArrayList<Step> steps)
|
static void |
Verification.verify(org.galagosearch.tupleflow.execution.Verification.TypeState state,
Stage stage,
java.util.ArrayList<Step> steps,
ErrorStore store)
|
| Constructors in org.galagosearch.tupleflow.execution with parameters of type Step | |
|---|---|
StageInstanceFactory.StepParameters(Step o,
StageInstanceDescription instance)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||