Uses of Interface
datafu.hourglass.model.KeyValueCollector

Packages that use KeyValueCollector
datafu.hourglass.model Interfaces which define the incremental processing model. 
 

Uses of KeyValueCollector in datafu.hourglass.model
 

Methods in datafu.hourglass.model with parameters of type KeyValueCollector
 void Mapper.map(In input, KeyValueCollector<OutKey,OutVal> collector)
          Maps an input record to one or more key-value pairs.
 



Matthew Hayes