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 class
JavaCSVTableSource<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 class
GenericSqlToStreamOperator
-
Uses of JavaExecutionOperator in org.apache.wayang.iejoin.operators
Classes in org.apache.wayang.iejoin.operators that implement JavaExecutionOperator Modifier and Type Class Description class
JavaIEJoinOperator<Type0 extends java.lang.Comparable<Type0>,Type1 extends java.lang.Comparable<Type1>,Input>
Java implementation of theIEJoinOperator
.class
JavaIESelfJoinOperator<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 void
JavaExecutor. 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 class
JavaCartesianOperator<InputType0,InputType1>
Java implementation of theCartesianOperator
.class
JavaCoGroupOperator<InputType0,InputType1,KeyType>
Java implementation of theCoGroupOperator
.class
JavaCollectionSource<T>
This is execution operator implements theTextFileSource
.class
JavaCollectOperator<Type>
ConvertsStreamChannel
into aCollectionChannel
class
JavaCountOperator<Type>
Java implementation of theCountOperator
.class
JavaDistinctOperator<Type>
Java implementation of theDistinctOperator
.class
JavaDoWhileOperator<InputType,ConvergenceType>
Java implementation of theDoWhileOperator
.class
JavaFilterOperator<Type>
Java implementation of theFilterOperator
.class
JavaFlatMapOperator<InputType,OutputType>
Java implementation of theFlatMapOperator
.class
JavaGlobalMaterializedGroupOperator<Type>
Java implementation of theGlobalMaterializedGroupOperator
.class
JavaGlobalReduceOperator<Type>
Java implementation of theGlobalReduceOperator
.class
JavaIntersectOperator<Type>
Java implementation of theIntersectOperator
.class
JavaJoinOperator<InputType0,InputType1,KeyType>
Java implementation of theJoinOperator
.class
JavaKafkaTopicSink<T>
Implementation fo theKafkaTopicSink
for theJavaPlatform
.class
JavaKafkaTopicSource
class
JavaLocalCallbackSink<T extends java.io.Serializable>
Implementation of theLocalCallbackSink
operator for the Java platform.class
JavaLoopOperator<InputType,ConvergenceType>
Java implementation of theLoopOperator
.class
JavaMapOperator<InputType,OutputType>
Java implementation of theMapOperator
.class
JavaMapPartitionsOperator<InputType,OutputType>
Java implementation of theMapPartitionsOperator
.class
JavaMaterializedGroupByOperator<Type,KeyType>
Java implementation of theMaterializedGroupByOperator
.class
JavaObjectFileSink<T>
Operator
for theJavaPlatform
that creates a sequence file.class
JavaObjectFileSource<T>
Operator
for theJavaPlatform
that creates a sequence file.class
JavaRandomSampleOperator<Type>
Java implementation of theJavaRandomSampleOperator
.class
JavaReduceByOperator<Type,KeyType>
Java implementation of theReduceByOperator
.class
JavaRepeatOperator<Type>
Java implementation of theDoWhileOperator
.class
JavaReservoirSampleOperator<Type>
Java implementation of theJavaReservoirSampleOperator
.class
JavaSortOperator<Type,Key>
Java implementation of theSortOperator
.class
JavaTextFileSink<T>
Implementation fo theTextFileSink
for theJavaPlatform
.class
JavaTextFileSource
This is execution operator implements theTextFileSource
.class
JavaTsvFileSink<T extends Tuple2<?,?>>
Operator
for theJavaPlatform
that creates a TSV file.class
JavaTsvFileSource<T>
Operator
for theJavaPlatform
that creates a sequence file.class
JavaUnionAllOperator<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 class
JavaPageRankOperator
Java 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 class
SqlToStreamOperator
-
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 JavaExecutionOperator
OperatorProfiler. operator
Fields in org.apache.wayang.profiler.java with type parameters of type JavaExecutionOperator Modifier and Type Field Description protected java.util.function.Supplier<JavaExecutionOperator>
OperatorProfiler. operatorGenerator
Methods in org.apache.wayang.profiler.java that return JavaExecutionOperator Modifier and Type Method Description JavaExecutionOperator
BinaryOperatorProfiler. getOperator()
JavaExecutionOperator
OperatorProfiler. getOperator()
JavaExecutionOperator
UnaryOperatorProfiler. 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)
-