Packages

package mapreduce

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. class MapReduce[F[_], K, V, K1, V1] extends Process[F] with StrictLogging

    In-memory implementation of MapReduce algorithm:

    In-memory implementation of MapReduce algorithm:

    F

    an effect type

    K

    initial key type

    V

    initial value type

    K1

    key type produced by mapper

    V1

    value type produced by mapper

Value Members

  1. object MapReduce

Ungrouped