| 
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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 | ||
|---|---|---|
 | 
Job.mapper(Mapper<KeyIn,ValueIn,KeyOut,ValueOut> mapper)
Defines the mapper for this task.  | 
|
  | 
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||