[][src]Module efflux::reducer

Exposed structures based on the reduction stage.

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

Traits

Reducer

Trait to represent the reduction stage of MapReduce.