|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use GroupedMultiReducer | |
|---|---|
| storm.trident | |
| storm.trident.operation.impl | |
| Uses of GroupedMultiReducer in storm.trident |
|---|
| Methods in storm.trident with parameters of type GroupedMultiReducer | |
|---|---|
Stream |
TridentTopology.multiReduce(Fields inputFields1,
GroupedStream s1,
Fields inputFields2,
GroupedStream s2,
GroupedMultiReducer function,
Fields outputFields)
|
Stream |
TridentTopology.multiReduce(GroupedStream s1,
GroupedStream s2,
GroupedMultiReducer function,
Fields outputFields)
|
Stream |
TridentTopology.multiReduce(List<Fields> inputFields,
List<GroupedStream> groupedStreams,
GroupedMultiReducer function,
Fields outputFields)
|
Stream |
TridentTopology.multiReduce(List<GroupedStream> streams,
GroupedMultiReducer function,
Fields outputFields)
|
| Uses of GroupedMultiReducer in storm.trident.operation.impl |
|---|
| Classes in storm.trident.operation.impl that implement GroupedMultiReducer | |
|---|---|
class |
JoinerMultiReducer
|
| Constructors in storm.trident.operation.impl with parameters of type GroupedMultiReducer | |
|---|---|
GroupedMultiReducerExecutor(GroupedMultiReducer reducer,
List<Fields> groupFields,
List<Fields> inputFields)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||