Uses of Interface
datafu.hourglass.jobs.Setup

Packages that use Setup
datafu.hourglass.jobs Incremental Hadoop jobs and some supporting classes. 
 

Uses of Setup in datafu.hourglass.jobs
 

Methods in datafu.hourglass.jobs with parameters of type Setup
 void PartitionCollapsingIncrementalJob.setOnSetup(Setup setup)
          Set callback to provide custom configuration before job begins execution.
 void PartitionPreservingIncrementalJob.setOnSetup(Setup setup)
          Set callback to provide custom configuration before job begins execution.
 



Matthew Hayes