|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
L
- defines the action listener typeA
- defines the basic action typeM
- defines the basic message typepublic interface IMapReudce<L,A,M>
Defines the interface for a map/reduce instance.
Method Summary | ||
---|---|---|
|
map(IAction<A,M> action)
The handle method. |
|
|
reduce(IAction<A,M> action)
The reduce method. |
Methods inherited from interface org.jacp.api.component.IComponent |
---|
getActionListener, getId, getName, isActive, isStarted, setActive, setId, setMessageQueue, setName, setStarted |
Method Detail |
---|
<C> C reduce(IAction<A,M> action)
<C> C map(IAction<A,M> action)
C
- action
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |