Uses of Interface
org.apache.wayang.java.operators.JavaExecutionOperator
Packages that use JavaExecutionOperator
Package
Description
-
Uses of JavaExecutionOperator in org.apache.wayang.api.sql.sources.fs
Classes in org.apache.wayang.api.sql.sources.fs that implement JavaExecutionOperator -
Uses of JavaExecutionOperator in org.apache.wayang.genericjdbc.operators
Classes in org.apache.wayang.genericjdbc.operators that implement JavaExecutionOperatorModifier and TypeClassDescriptionclass -
Uses of JavaExecutionOperator in org.apache.wayang.iejoin.operators
Classes in org.apache.wayang.iejoin.operators that implement JavaExecutionOperatorModifier and TypeClassDescriptionclassJavaIEJoinOperator<Type0 extends Comparable<Type0>,Type1 extends Comparable<Type1>, Input> Java implementation of theIEJoinOperator.classJavaIESelfJoinOperator<Type0 extends Comparable<Type0>,Type1 extends 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 JavaExecutionOperatorModifier and TypeMethodDescriptionstatic voidJavaExecutor.openFunction(JavaExecutionOperator operator, Object function, ChannelInstance[] inputs, OptimizationContext.OperatorContext operatorContext) Utility function to open anExtendedFunction.Constructors in org.apache.wayang.java.execution with parameters of type JavaExecutionOperatorModifierConstructorDescriptionJavaExecutionContext(JavaExecutionOperator operator, ChannelInstance[] inputs, int iterationNumber) -
Uses of JavaExecutionOperator in org.apache.wayang.java.operators
Classes in org.apache.wayang.java.operators that implement JavaExecutionOperatorModifier and TypeClassDescriptionclassThis is execution operator that implements theAmazonS3Source.classThis is execution operator that implements theAzureBlobStorageSource.classJavaCartesianOperator<InputType0,InputType1> Java implementation of theCartesianOperator.classJavaCoGroupOperator<InputType0,InputType1, KeyType> Java implementation of theCoGroupOperator.classThis 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.classJava implementation of theGlobalMaterializedGroupOperator.classJavaGlobalReduceOperator<Type>Java implementation of theGlobalReduceOperator.classclassJavaIntersectOperator<Type>Java implementation of theIntersectOperator.classJavaJoinOperator<InputType0,InputType1, KeyType> Java implementation of theJoinOperator.classImplementation fo theKafkaTopicSinkfor theJavaPlatform.classclassJavaLocalCallbackSink<T extends 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.classOperatorfor theJavaPlatformthat creates a sequence file.classOperatorfor theJavaPlatformthat creates a sequence file.classThis is execution operator implements theParquetSource.classJavaRandomSampleOperator<Type>Java implementation of theJavaRandomSampleOperator.classJavaReduceByOperator<Type,KeyType> Java implementation of theReduceByOperator.classJavaRepeatOperator<Type>Java implementation of theDoWhileOperator.classJava implementation of theJavaReservoirSampleOperator.classJavaSortOperator<Type,Key> Java implementation of theSortOperator.classImplementation fo theTextFileSinkfor theJavaPlatform.classThis is execution operator implements theTextFileSource.classJavaTsvFileSink<T extends Tuple2<?,?>> Operatorfor theJavaPlatformthat creates a TSV file.classOperatorfor 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 -
Uses of JavaExecutionOperator in org.apache.wayang.jdbc.operators
Classes in org.apache.wayang.jdbc.operators that implement JavaExecutionOperatorModifier and TypeClassDescriptionclass -
Uses of JavaExecutionOperator in org.apache.wayang.profiler.java
Fields in org.apache.wayang.profiler.java declared as JavaExecutionOperatorFields in org.apache.wayang.profiler.java with type parameters of type JavaExecutionOperatorModifier and TypeFieldDescriptionprotected Supplier<JavaExecutionOperator>OperatorProfiler.operatorGeneratorMethods in org.apache.wayang.profiler.java that return JavaExecutionOperatorModifier and TypeMethodDescriptionBinaryOperatorProfiler.getOperator()OperatorProfiler.getOperator()UnaryOperatorProfiler.getOperator()Constructor parameters in org.apache.wayang.profiler.java with type arguments of type JavaExecutionOperatorModifierConstructorDescriptionBinaryOperatorProfiler(Supplier<JavaExecutionOperator> operatorGenerator, Supplier<?> dataQuantumGenerator0, Supplier<?> dataQuantumGenerator1) OperatorProfiler(Supplier<JavaExecutionOperator> operatorGenerator, Supplier<?>... dataQuantumGenerators) SinkProfiler(Supplier<JavaExecutionOperator> operatorGenerator, Supplier<?>... dataQuantumGenerators) SourceProfiler(Supplier<JavaExecutionOperator> operatorGenerator, Supplier<?>... dataQuantumGenerators) UnaryOperatorProfiler(Supplier<JavaExecutionOperator> operatorGenerator, Supplier<?> dataQuantumGenerator)