| FilterOperator<R> |
FilterOperator implements the functionality of the filter operation
It takes in a filterFunction predicate as the input.
|
| FlatMapOperator<R,T> |
FlatMapOperator is the class that implements the flatMap functionality.
|
| GeneralReduceByKeyAndWindowOperator<R,K,T> |
ReduceByKeyAndWindowOperator is the class that implements reduceByKeyAndWindow functionality.
|
| GeneralReduceByKeyOperator<R,K,T> |
ReduceByKeyOperator is the class that implements the reduce functionality.
|
| JoinOperator<K,V1,V2,VR> |
JoinOperator is the bolt that implements the join/leftJoin/innerJoin functionality.
|
| KeyByOperator<R,K,V> |
KeyByOperator is the class that implements keyBy functionality.
|
| MapOperator<R,T> |
MapOperator is the class that implements the map functionality.
|
| ReduceByKeyAndWindowOperator<R,K,T> |
ReduceByKeyAndWindowOperator is the class that implements reduceByKeyAndWindow functionality.
|
| ReduceByKeyOperator<R,K,T> |
ReduceByKeyOperator is the class that implements the reduce functionality.
|
| SplitOperator<R> |
SplitOperator is the class that implements the split functionality.
|
| StreamletOperator<R,T> |
The Bolt interface that other operators of the streamlet packages extend.
|
| StreamletWindowOperator<R,T> |
The Bolt interface that other windowed operators of the streamlet packages extend.
|
| TransformOperator<R,T> |
TransformOperator is the class that implements the transform functionality.
|
| UnionOperator<I> |
UnionOperator is the class that implements the union functionality.
|