Uses of Class
com.continuent.tungsten.replicator.pipeline.Pipeline

Packages that use Pipeline
com.continuent.tungsten.replicator.conf   
com.continuent.tungsten.replicator.pipeline   
 

Uses of Pipeline in com.continuent.tungsten.replicator.conf
 

Methods in com.continuent.tungsten.replicator.conf that return Pipeline
 Pipeline ReplicatorRuntime.getPipeline()
          Returns the pipeline.
 

Uses of Pipeline in com.continuent.tungsten.replicator.pipeline
 

Methods in com.continuent.tungsten.replicator.pipeline that return Pipeline
 Pipeline Stage.getPipeline()
          Returns the pipeline value.
 

Methods in com.continuent.tungsten.replicator.pipeline that return types with arguments of type Pipeline
 java.util.concurrent.Future<Pipeline> Pipeline.shutdownAfterEventId(java.lang.String eventId)
          Shuts down after a particular event ID is applied.
 java.util.concurrent.Future<Pipeline> Pipeline.shutdownAfterHeartbeat(java.lang.String name)
          Shuts down after a heartbeat event is seen.
 java.util.concurrent.Future<Pipeline> Pipeline.shutdownAfterSequenceNumber(long seqno)
          Shuts down after a particular sequence number is applied.
 java.util.concurrent.Future<Pipeline> Pipeline.shutdownAfterTimestamp(java.sql.Timestamp timestamp)
          Shuts down after the replication event timestamp meets or exceeds the argument.
 

Constructors in com.continuent.tungsten.replicator.pipeline with parameters of type Pipeline
Stage(Pipeline pipeline)
          Creates a new stage instance.