| JavaPlan |
Plan subclass for the main Java api.
|
| KeyExtractingMapper<T,K> |
|
| KeyRemovingMapper<T,K> |
|
| PlanBothUnwrappingCoGroupOperator<I1,I2,OUT,K> |
|
| PlanBothUnwrappingCoGroupOperator.TupleBothUnwrappingCoGrouper<I1,I2,OUT,K> |
|
| PlanBothUnwrappingJoinOperator<I1,I2,OUT,K> |
|
| PlanBothUnwrappingJoinOperator.TupleUnwrappingJoiner<I1,I2,OUT,K> |
|
| PlanFilterOperator<T> |
|
| PlanFilterOperator.FlatMapFilter<T> |
|
| PlanLeftUnwrappingCoGroupOperator<I1,I2,OUT,K> |
|
| PlanLeftUnwrappingCoGroupOperator.TupleLeftUnwrappingCoGrouper<I1,I2,OUT,K> |
|
| PlanLeftUnwrappingJoinOperator<I1,I2,OUT,K> |
|
| PlanLeftUnwrappingJoinOperator.TupleLeftUnwrappingJoiner<I1,I2,OUT,K> |
|
| PlanProjectOperator<T,R extends Tuple> |
|
| PlanProjectOperator.MapProjector<T,R extends Tuple> |
|
| PlanRightUnwrappingCoGroupOperator<I1,I2,OUT,K> |
|
| PlanRightUnwrappingCoGroupOperator.TupleRightUnwrappingCoGrouper<I1,I2,OUT,K> |
|
| PlanRightUnwrappingJoinOperator<I1,I2,OUT,K> |
|
| PlanRightUnwrappingJoinOperator.TupleRightUnwrappingJoiner<I1,I2,OUT,K> |
|
| PlanUnwrappingReduceGroupOperator<IN,OUT,K> |
A reduce operator that takes 2-tuples (key-value pairs), and applies the group reduce operation only
on the unwrapped values.
|
| PlanUnwrappingReduceGroupOperator.TupleUnwrappingFlatCombinableGroupReducer<IN,OUT,K> |
|
| PlanUnwrappingReduceGroupOperator.TupleUnwrappingNonCombinableGroupReducer<IN,OUT,K> |
|
| PlanUnwrappingReduceOperator<T,K> |
A reduce operator that takes 2-tuples (key-value pairs), and applies the reduce operation only
on the unwrapped values.
|
| PlanUnwrappingReduceOperator.ReduceWrapper<T,K> |
|
| TupleUnwrappingIterator<T,K> |
An iterator that reads 2-tuples (key value pairs) and returns only the values (second field).
|
| TupleWrappingCollector<IN,K> |
Needed to wrap tuples to Tuple2 pairs for combine method of group reduce with key selector function
|
| WrappingFunction<T extends Function> |
|