Uses of Class
com.continuent.tungsten.replicator.util.Watch

Packages that use Watch
com.continuent.tungsten.replicator.pipeline   
com.continuent.tungsten.replicator.util   
 

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

Methods in com.continuent.tungsten.replicator.pipeline that return types with arguments of type Watch
 java.util.List<Watch<?>> Pipeline.getWatches(boolean committed)
          Returns the currently scheduled watches.
 java.util.List<Watch<?>> StageProgressTracker.getWatches(boolean committed)
          Returns current watches.
 

Uses of Watch in com.continuent.tungsten.replicator.util
 

Methods in com.continuent.tungsten.replicator.util that return Watch
 Watch<E> WatchManager.watch(WatchPredicate<E> predicate, int taskCount)
          Adds a new watch predicate to the queue.
 Watch<E> WatchManager.watch(WatchPredicate<E> predicate, int taskCount, WatchAction<E> action)
          Adds a new watch predicate to the queue including an accompanying action.
 

Methods in com.continuent.tungsten.replicator.util that return types with arguments of type Watch
 java.util.List<Watch<E>> WatchManager.getWatches()
          Returns the current list of watches.