|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectp2pMapReduce.mapreduceModule.Mapper<KEYIN,VALUEIN,KEYOUT,VALUEOUT>
p2pMapReduce.mapreduceModule.WrappedMapper<KEYIN,VALUEIN,KEYOUT,VALUEOUT>
public class WrappedMapper<KEYIN,VALUEIN,KEYOUT,VALUEOUT>
A Mapper
which wraps a given one to allow custom
WrappedMapper.Context
implementations.
Nested Class Summary | |
---|---|
class |
WrappedMapper.Context
|
Constructor Summary | |
---|---|
WrappedMapper()
|
Method Summary | |
---|---|
Mapper.Context |
getMapContext(MapContext<KEYIN,VALUEIN,KEYOUT,VALUEOUT> mapContext)
Get a wrapped WrappedMapper.Context for custom implementations. |
Methods inherited from class p2pMapReduce.mapreduceModule.Mapper |
---|
cleanup, map, run, setup |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public WrappedMapper()
Method Detail |
---|
public Mapper.Context getMapContext(MapContext<KEYIN,VALUEIN,KEYOUT,VALUEOUT> mapContext)
WrappedMapper.Context
for custom implementations.
mapContext
- MapContext
to be wrapped
Mapper.Context
for custom implementations
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |