|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Stage | |
|---|---|
| org.galagosearch.tupleflow.execution | |
| Uses of Stage in org.galagosearch.tupleflow.execution |
|---|
| Fields in org.galagosearch.tupleflow.execution with type parameters of type Stage | |
|---|---|
java.util.TreeMap<java.lang.String,Stage> |
Job.stages
|
| Methods in org.galagosearch.tupleflow.execution that return Stage | |
|---|---|
Stage |
Stage.clone()
|
Stage |
StageInstanceDescription.getStage()
|
Stage |
StageGroupDescription.getStage()
|
| Methods in org.galagosearch.tupleflow.execution with parameters of type Stage | |
|---|---|
void |
Job.add(Stage s)
Adds a stage to the current job. |
static void |
JobExecutor.renameConnections(Job job,
Stage source,
Stage destination)
|
static void |
Verification.verify(Stage stage,
ErrorStore store)
|
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 Stage | |
|---|---|
StageGroupDescription(Stage stage)
|
|
StageGroupDescription(Stage stage,
int instanceCount,
java.lang.String masterURL)
Creates a new instance of StageGroupDescription |
|
StageInstanceDescription(Stage stage,
int index,
java.util.Map<java.lang.String,StageInstanceDescription.PipeInput> pipeInputs,
java.util.Map<java.lang.String,StageInstanceDescription.PipeOutput> pipeOutputs,
java.lang.String masterURL)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||