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