|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Stage | |
|---|---|
| com.continuent.tungsten.replicator.conf | |
| com.continuent.tungsten.replicator.pipeline | |
| com.continuent.tungsten.replicator.plugin | |
| Uses of Stage in com.continuent.tungsten.replicator.conf |
|---|
| Methods in com.continuent.tungsten.replicator.conf that return types with arguments of type Stage | |
|---|---|
java.util.List<Stage> |
ReplicatorRuntime.getStages()
Returns stages in pipeline order. |
| Uses of Stage in com.continuent.tungsten.replicator.pipeline |
|---|
| Methods in com.continuent.tungsten.replicator.pipeline that return Stage | |
|---|---|
Stage |
Pipeline.getFirstStage()
|
Stage |
Pipeline.getLastStage()
|
Stage |
Pipeline.getStage(java.lang.String name)
|
| Methods in com.continuent.tungsten.replicator.pipeline that return types with arguments of type Stage | |
|---|---|
java.util.List<Stage> |
Pipeline.getStages()
|
| Methods in com.continuent.tungsten.replicator.pipeline with parameters of type Stage | |
|---|---|
void |
Pipeline.addStage(Stage stage)
|
void |
StageTask.setStage(Stage stage)
Provides the stage instance that this runnable operates on. |
| Constructors in com.continuent.tungsten.replicator.pipeline with parameters of type Stage | |
|---|---|
SimpleSchedule(Stage stage,
SingleThreadStageTask task)
Creates a new schedule instance. |
|
SingleThreadStageTask(Stage stage,
int taskId)
|
|
StageTaskGroup(Stage stage,
int taskCount,
StageProgressTracker tracker)
Instantiated a task group including underlying tasks and their respective extractors, filters, and appliers. |
|
| Uses of Stage in com.continuent.tungsten.replicator.plugin |
|---|
| Methods in com.continuent.tungsten.replicator.plugin that return types with arguments of type Stage | |
|---|---|
java.util.List<Stage> |
PluginContext.getStages()
Returns stages in pipeline order. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||