Uses of Class
datafu.hourglass.schemas.PartitionCollapsingSchemas

Packages that use PartitionCollapsingSchemas
datafu.hourglass.mapreduce Implementations of mappers, combiners, and reducers used by incremental jobs. 
 

Uses of PartitionCollapsingSchemas in datafu.hourglass.mapreduce
 

Methods in datafu.hourglass.mapreduce that return PartitionCollapsingSchemas
 PartitionCollapsingSchemas CollapsingCombiner.getSchemas()
          Gets the schemas.
 PartitionCollapsingSchemas CollapsingMapper.getSchemas()
          Gets the Avro schemas.
 

Methods in datafu.hourglass.mapreduce with parameters of type PartitionCollapsingSchemas
 void CollapsingCombiner.setSchemas(PartitionCollapsingSchemas schemas)
          Sets the schemas.
 void CollapsingMapper.setSchemas(PartitionCollapsingSchemas schemas)
          Sets the Avro schemas.
 void CollapsingReducer.setSchemas(PartitionCollapsingSchemas schemas)
          Sets the Avro schemas.
 



Matthew Hayes