Uses of Interface
org.apache.wayang.java.operators.JavaExecutionOperator
-
-
Uses of JavaExecutionOperator in org.apache.wayang.api.sql.sources.fs
Classes in org.apache.wayang.api.sql.sources.fs that implement JavaExecutionOperator Modifier and Type Class Description classJavaCSVTableSource<T> -
Uses of JavaExecutionOperator in org.apache.wayang.genericjdbc.operators
Classes in org.apache.wayang.genericjdbc.operators that implement JavaExecutionOperator Modifier and Type Class Description classGenericSqlToStreamOperator -
Uses of JavaExecutionOperator in org.apache.wayang.iejoin.operators
Classes in org.apache.wayang.iejoin.operators that implement JavaExecutionOperator Modifier and Type Class Description classJavaIEJoinOperator<Type0 extends java.lang.Comparable<Type0>,Type1 extends java.lang.Comparable<Type1>,Input>Java implementation of theIEJoinOperator.classJavaIESelfJoinOperator<Type0 extends java.lang.Comparable<Type0>,Type1 extends java.lang.Comparable<Type1>,Input>Java implementation of theIESelfJoinOperator. -
Uses of JavaExecutionOperator in org.apache.wayang.java.execution
Methods in org.apache.wayang.java.execution with parameters of type JavaExecutionOperator Modifier and Type Method Description static voidJavaExecutor. openFunction(JavaExecutionOperator operator, java.lang.Object function, ChannelInstance[] inputs, OptimizationContext.OperatorContext operatorContext)Utility function to open anExtendedFunction.Constructors in org.apache.wayang.java.execution with parameters of type JavaExecutionOperator Constructor Description JavaExecutionContext(JavaExecutionOperator operator, ChannelInstance[] inputs, int iterationNumber) -
Uses of JavaExecutionOperator in org.apache.wayang.java.operators
Classes in org.apache.wayang.java.operators that implement JavaExecutionOperator Modifier and Type Class Description classJavaCartesianOperator<InputType0,InputType1>Java implementation of theCartesianOperator.classJavaCoGroupOperator<InputType0,InputType1,KeyType>Java implementation of theCoGroupOperator.classJavaCollectionSource<T>This is execution operator implements theTextFileSource.classJavaCollectOperator<Type>ConvertsStreamChannelinto aCollectionChannelclassJavaCountOperator<Type>Java implementation of theCountOperator.classJavaDistinctOperator<Type>Java implementation of theDistinctOperator.classJavaDoWhileOperator<InputType,ConvergenceType>Java implementation of theDoWhileOperator.classJavaFilterOperator<Type>Java implementation of theFilterOperator.classJavaFlatMapOperator<InputType,OutputType>Java implementation of theFlatMapOperator.classJavaGlobalMaterializedGroupOperator<Type>Java implementation of theGlobalMaterializedGroupOperator.classJavaGlobalReduceOperator<Type>Java implementation of theGlobalReduceOperator.classJavaIntersectOperator<Type>Java implementation of theIntersectOperator.classJavaJoinOperator<InputType0,InputType1,KeyType>Java implementation of theJoinOperator.classJavaKafkaTopicSink<T>Implementation fo theKafkaTopicSinkfor theJavaPlatform.classJavaKafkaTopicSourceclassJavaLocalCallbackSink<T extends java.io.Serializable>Implementation of theLocalCallbackSinkoperator for the Java platform.classJavaLoopOperator<InputType,ConvergenceType>Java implementation of theLoopOperator.classJavaMapOperator<InputType,OutputType>Java implementation of theMapOperator.classJavaMapPartitionsOperator<InputType,OutputType>Java implementation of theMapPartitionsOperator.classJavaMaterializedGroupByOperator<Type,KeyType>Java implementation of theMaterializedGroupByOperator.classJavaObjectFileSink<T>Operatorfor theJavaPlatformthat creates a sequence file.classJavaObjectFileSource<T>Operatorfor theJavaPlatformthat creates a sequence file.classJavaRandomSampleOperator<Type>Java implementation of theJavaRandomSampleOperator.classJavaReduceByOperator<Type,KeyType>Java implementation of theReduceByOperator.classJavaRepeatOperator<Type>Java implementation of theDoWhileOperator.classJavaReservoirSampleOperator<Type>Java implementation of theJavaReservoirSampleOperator.classJavaSortOperator<Type,Key>Java implementation of theSortOperator.classJavaTextFileSink<T>Implementation fo theTextFileSinkfor theJavaPlatform.classJavaTextFileSourceThis is execution operator implements theTextFileSource.classJavaTsvFileSink<T extends Tuple2<?,?>>Operatorfor theJavaPlatformthat creates a TSV file.classJavaTsvFileSource<T>Operatorfor theJavaPlatformthat creates a sequence file.classJavaUnionAllOperator<Type>Java implementation of theUnionAllOperator. -
Uses of JavaExecutionOperator in org.apache.wayang.java.operators.graph
Classes in org.apache.wayang.java.operators.graph that implement JavaExecutionOperator Modifier and Type Class Description classJavaPageRankOperatorJava implementation of thePageRankOperator. -
Uses of JavaExecutionOperator in org.apache.wayang.jdbc.operators
Classes in org.apache.wayang.jdbc.operators that implement JavaExecutionOperator Modifier and Type Class Description classSqlToStreamOperator -
Uses of JavaExecutionOperator in org.apache.wayang.profiler.java
Fields in org.apache.wayang.profiler.java declared as JavaExecutionOperator Modifier and Type Field Description protected JavaExecutionOperatorOperatorProfiler. operatorFields in org.apache.wayang.profiler.java with type parameters of type JavaExecutionOperator Modifier and Type Field Description protected java.util.function.Supplier<JavaExecutionOperator>OperatorProfiler. operatorGeneratorMethods in org.apache.wayang.profiler.java that return JavaExecutionOperator Modifier and Type Method Description JavaExecutionOperatorBinaryOperatorProfiler. getOperator()JavaExecutionOperatorOperatorProfiler. getOperator()JavaExecutionOperatorUnaryOperatorProfiler. getOperator()Constructor parameters in org.apache.wayang.profiler.java with type arguments of type JavaExecutionOperator Constructor Description BinaryOperatorProfiler(java.util.function.Supplier<JavaExecutionOperator> operatorGenerator, java.util.function.Supplier<?> dataQuantumGenerator0, java.util.function.Supplier<?> dataQuantumGenerator1)OperatorProfiler(java.util.function.Supplier<JavaExecutionOperator> operatorGenerator, java.util.function.Supplier<?>... dataQuantumGenerators)SinkProfiler(java.util.function.Supplier<JavaExecutionOperator> operatorGenerator, java.util.function.Supplier<?>... dataQuantumGenerators)SourceProfiler(java.util.function.Supplier<JavaExecutionOperator> operatorGenerator, java.util.function.Supplier<?>... dataQuantumGenerators)UnaryOperatorProfiler(java.util.function.Supplier<JavaExecutionOperator> operatorGenerator, java.util.function.Supplier<?> dataQuantumGenerator)
-