ajax.scheduler
Class Scheduler

java.lang.Object
  |
  +--ajax.scheduler.Scheduler

public class Scheduler
extends java.lang.Object

Scheduler that executes the cleaning program


Constructor Summary
Scheduler()
           
 
Method Summary
 ExecutionSummary execute(Catalog catalog, java.lang.String transformationName)
           
static long getTupleCount(java.lang.String tableName)
           
 void schedule(Catalog catalog)
          Compile the generated code in transformations and functions. and ...
 void setObserver(TransformationExecutionObserver obs)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Scheduler

public Scheduler()
Method Detail

setObserver

public final void setObserver(TransformationExecutionObserver obs)

schedule

public void schedule(Catalog catalog)
              throws SchedulerException
Compile the generated code in transformations and functions. and ...

execute

public ExecutionSummary execute(Catalog catalog,
                                java.lang.String transformationName)
                         throws SchedulerException

getTupleCount

public static long getTupleCount(java.lang.String tableName)