Uses of Package
datafu.hourglass.schemas

Packages that use datafu.hourglass.schemas
datafu.hourglass.jobs Incremental Hadoop jobs and some supporting classes. 
datafu.hourglass.mapreduce Implementations of mappers, combiners, and reducers used by incremental jobs. 
datafu.hourglass.schemas Classes that help manage the Avro schemas used by the jobs. 
 

Classes in datafu.hourglass.schemas used by datafu.hourglass.jobs
TaskSchemas
          Contains the Avro schemas for the key, intermediate value, and output value of a job.
 

Classes in datafu.hourglass.schemas used by datafu.hourglass.mapreduce
PartitionCollapsingSchemas
          Generates the Avro schemas used by AbstractPartitionCollapsingIncrementalJob and its derivations.
PartitionPreservingSchemas
          Generates the Avro schemas used by AbstractPartitionPreservingIncrementalJob and its derivations.
 

Classes in datafu.hourglass.schemas used by datafu.hourglass.schemas
TaskSchemas
          Contains the Avro schemas for the key, intermediate value, and output value of a job.
TaskSchemas.Builder
           
 



Matthew Hayes