Uses of Interface
com.hazelcast.mapreduce.Mapper

Packages that use Mapper
com.hazelcast.mapreduce This package contains the MapReduce API definition for Hazelcast.
All map reduce operations running in a distributed manner inside the active Hazelcast cluster. 
 

Uses of Mapper in com.hazelcast.mapreduce
 

Subinterfaces of Mapper in com.hazelcast.mapreduce
 interface LifecycleMapper<KeyIn,ValueIn,KeyOut,ValueOut>
          The LifecycleMapper interface is a more sophisticated version of Mapper normally used for complexer algorithms with a need of initialization and finalization.
 

Classes in com.hazelcast.mapreduce that implement Mapper
 class LifecycleMapperAdapter<KeyIn,ValueIn,KeyOut,ValueOut>
           The abstract LifecycleMapperAdapter superclass is used to ease building mappers for the Job.
 

Methods in com.hazelcast.mapreduce with parameters of type Mapper
<KeyOut,ValueOut>
MappingJob<KeyIn,KeyOut,ValueOut>
Job.mapper(Mapper<KeyIn,ValueIn,KeyOut,ValueOut> mapper)
          Defines the mapper for this task.
 



Copyright © 2014 Hazelcast, Inc.. All Rights Reserved.