- f(I) - Method in interface org.apache.apex.malhar.stream.api.function.Function.MapFunction
-
- filter(Function.FilterFunction<T>) - Method in interface org.apache.apex.malhar.stream.api.ApexStream
-
Filter transformation
Add an operator to the DAG which filter out tuple T that cannot satisfy the FilterFunction
- filter(String, Function.FilterFunction<T>) - Method in interface org.apache.apex.malhar.stream.api.ApexStream
-
Filter transformation
Add an operator to the DAG which filter out tuple T that cannot satisfy the FilterFunction
- filter(Function.FilterFunction<T>) - Method in class org.apache.apex.malhar.stream.api.impl.ApexStreamImpl
-
- filter(String, Function.FilterFunction<T>) - Method in class org.apache.apex.malhar.stream.api.impl.ApexStreamImpl
-
- findClass(String) - Method in class org.apache.apex.malhar.stream.api.operator.ByteArrayClassLoader
-
- flatMap(Function.FlatMapFunction<T, O>) - Method in interface org.apache.apex.malhar.stream.api.ApexStream
-
Flat map transformation
Add an operator to the DAG which convert tuple T to a collection of tuple O
- flatMap(String, Function.FlatMapFunction<T, O>) - Method in interface org.apache.apex.malhar.stream.api.ApexStream
-
Flat map transformation
Add an operator to the DAG which convert tuple T to a collection of tuple O
- flatMap(Function.FlatMapFunction<T, O>) - Method in class org.apache.apex.malhar.stream.api.impl.ApexStreamImpl
-
- flatMap(String, Function.FlatMapFunction<T, O>) - Method in class org.apache.apex.malhar.stream.api.impl.ApexStreamImpl
-
- fold(O, Function.FoldFunction<T, O>) - Method in interface org.apache.apex.malhar.stream.api.ApexStream
-
Fold transformation
Add an operator to the DAG which merge tuple T to accumulated result tuple O
- fold(String, O, Function.FoldFunction<T, O>) - Method in interface org.apache.apex.malhar.stream.api.ApexStream
-
Fold transformation
Add an operator to the DAG which merge tuple T to accumulated result tuple O
- fold(I, O) - Method in interface org.apache.apex.malhar.stream.api.function.Function.FoldFunction
-
- fold(O, Function.FoldFunction<T, O>) - Method in class org.apache.apex.malhar.stream.api.impl.ApexStreamImpl
-
- fold(String, O, Function.FoldFunction<T, O>) - Method in class org.apache.apex.malhar.stream.api.impl.ApexStreamImpl
-
- fromFolder(String, String) - Static method in class org.apache.apex.malhar.stream.api.impl.StreamFactory
-
- fromFolder(String) - Static method in class org.apache.apex.malhar.stream.api.impl.StreamFactory
-
- fromInput(String, InputOperator, Operator.OutputPort<T>) - Static method in class org.apache.apex.malhar.stream.api.impl.StreamFactory
-
- fromInput(InputOperator, Operator.OutputPort<T>) - Static method in class org.apache.apex.malhar.stream.api.impl.StreamFactory
-
- fromKafka08(String, String) - Static method in class org.apache.apex.malhar.stream.api.impl.StreamFactory
-
- fromKafka08(String, String, String) - Static method in class org.apache.apex.malhar.stream.api.impl.StreamFactory
-
- fromKafka09(String, String, String) - Static method in class org.apache.apex.malhar.stream.api.impl.StreamFactory
-
- fromKafka09(String, String) - Static method in class org.apache.apex.malhar.stream.api.impl.StreamFactory
-
- Function - Interface in org.apache.apex.malhar.stream.api.function
-
The top level function interface
- Function.FilterFunction<T> - Interface in org.apache.apex.malhar.stream.api.function
-
An interface that defines filter transformation
- Function.FlatMapFunction<I,O> - Interface in org.apache.apex.malhar.stream.api.function
-
An interface that defines flatmap transforation
- Function.FoldFunction<I,O> - Interface in org.apache.apex.malhar.stream.api.function
-
An interface that defines a fold transformation
- Function.MapFunction<I,O> - Interface in org.apache.apex.malhar.stream.api.function
-
An interface defines a one input one output transformation
- Function.ReduceFunction<T> - Interface in org.apache.apex.malhar.stream.api.function
-
An interface defines a reduce transformation
- Function.Stateful - Interface in org.apache.apex.malhar.stream.api.function
-
If the
Function implements this interface.
- FunctionOperator<OUT,FUNCTION extends Function> - Class in org.apache.apex.malhar.stream.api.operator
-
Operators that wrap the functions
- FunctionOperator(FUNCTION) - Constructor for class org.apache.apex.malhar.stream.api.operator.FunctionOperator
-
- FunctionOperator() - Constructor for class org.apache.apex.malhar.stream.api.operator.FunctionOperator
-
Default constructor to make kryo happy
- FunctionOperator.FilterFunctionOperator<IN> - Class in org.apache.apex.malhar.stream.api.operator
-
- FunctionOperator.FilterFunctionOperator() - Constructor for class org.apache.apex.malhar.stream.api.operator.FunctionOperator.FilterFunctionOperator
-
- FunctionOperator.FilterFunctionOperator(Function.FilterFunction<IN>) - Constructor for class org.apache.apex.malhar.stream.api.operator.FunctionOperator.FilterFunctionOperator
-
- FunctionOperator.FlatMapFunctionOperator<IN,OUT> - Class in org.apache.apex.malhar.stream.api.operator
-
- FunctionOperator.FlatMapFunctionOperator() - Constructor for class org.apache.apex.malhar.stream.api.operator.FunctionOperator.FlatMapFunctionOperator
-
- FunctionOperator.FlatMapFunctionOperator(Function.FlatMapFunction<IN, OUT>) - Constructor for class org.apache.apex.malhar.stream.api.operator.FunctionOperator.FlatMapFunctionOperator
-
- FunctionOperator.FoldFunctionOperator<IN,OUT> - Class in org.apache.apex.malhar.stream.api.operator
-
- FunctionOperator.FoldFunctionOperator() - Constructor for class org.apache.apex.malhar.stream.api.operator.FunctionOperator.FoldFunctionOperator
-
- FunctionOperator.FoldFunctionOperator(Function.FoldFunction<IN, OUT>, OUT) - Constructor for class org.apache.apex.malhar.stream.api.operator.FunctionOperator.FoldFunctionOperator
-
- FunctionOperator.MapFunctionOperator<IN,OUT> - Class in org.apache.apex.malhar.stream.api.operator
-
- FunctionOperator.MapFunctionOperator() - Constructor for class org.apache.apex.malhar.stream.api.operator.FunctionOperator.MapFunctionOperator
-
- FunctionOperator.MapFunctionOperator(Function.MapFunction<IN, OUT>) - Constructor for class org.apache.apex.malhar.stream.api.operator.FunctionOperator.MapFunctionOperator
-
- FunctionOperator.ReduceFunctionOperator<IN> - Class in org.apache.apex.malhar.stream.api.operator
-
- FunctionOperator.ReduceFunctionOperator() - Constructor for class org.apache.apex.malhar.stream.api.operator.FunctionOperator.ReduceFunctionOperator
-
- FunctionOperator.ReduceFunctionOperator(Function.ReduceFunction<IN>) - Constructor for class org.apache.apex.malhar.stream.api.operator.FunctionOperator.ReduceFunctionOperator
-