[][src]Module efflux::mapper

Exposed structures based on the mapping stage.

This module offers the Mapper trait, which allows a developer to easily create a mapping stage due to the sane defaults. Also offered is the MapperLifecycle binding for use as an IO stage.

Traits

Mapper

Trait to represent the mapping stage of MapReduce.