| Package | Description |
|---|---|
| storm.trident | |
| storm.trident.fluent |
| Modifier and Type | Method and Description |
|---|---|
GroupedStream |
Stream.groupBy(Fields fields) |
| Modifier and Type | Method and Description |
|---|---|
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) |
| Modifier and Type | Method and Description |
|---|---|
Stream |
TridentTopology.multiReduce(List<Fields> inputFields,
List<GroupedStream> groupedStreams,
GroupedMultiReducer function,
Fields outputFields) |
Stream |
TridentTopology.multiReduce(List<GroupedStream> streams,
GroupedMultiReducer function,
Fields outputFields) |
| Modifier and Type | Method and Description |
|---|---|
GroupedStream |
GroupedStream.name(String name) |
| Modifier and Type | Method and Description |
|---|---|
IAggregatableStream |
GroupedStream.aggPartition(GroupedStream s) |
Copyright © 2015. All rights reserved.