Package org.apache.wayang.java.operators
-
Interface Summary Interface Description JavaExecutionOperator Execution operator for the Java platform. -
Class Summary Class Description JavaCartesianOperator<InputType0,InputType1> Java implementation of theCartesianOperator.JavaCoGroupOperator<InputType0,InputType1,KeyType> Java implementation of theCoGroupOperator.JavaCollectionSource<T> This is execution operator implements theTextFileSource.JavaCollectOperator<Type> ConvertsStreamChannelinto aCollectionChannelJavaCountOperator<Type> Java implementation of theCountOperator.JavaDistinctOperator<Type> Java implementation of theDistinctOperator.JavaDoWhileOperator<InputType,ConvergenceType> Java implementation of theDoWhileOperator.JavaFilterOperator<Type> Java implementation of theFilterOperator.JavaFlatMapOperator<InputType,OutputType> Java implementation of theFlatMapOperator.JavaGlobalMaterializedGroupOperator<Type> Java implementation of theGlobalMaterializedGroupOperator.JavaGlobalReduceOperator<Type> Java implementation of theGlobalReduceOperator.JavaIntersectOperator<Type> Java implementation of theIntersectOperator.JavaJoinOperator<InputType0,InputType1,KeyType> Java implementation of theJoinOperator.JavaKafkaTopicSink<T> Implementation fo theKafkaTopicSinkfor theJavaPlatform.JavaKafkaTopicSource JavaLocalCallbackSink<T extends java.io.Serializable> Implementation of theLocalCallbackSinkoperator for the Java platform.JavaLoopOperator<InputType,ConvergenceType> Java implementation of theLoopOperator.JavaMapOperator<InputType,OutputType> Java implementation of theMapOperator.JavaMapPartitionsOperator<InputType,OutputType> Java implementation of theMapPartitionsOperator.JavaMaterializedGroupByOperator<Type,KeyType> Java implementation of theMaterializedGroupByOperator.JavaObjectFileSink<T> Operatorfor theJavaPlatformthat creates a sequence file.JavaObjectFileSink.StreamChunker Utility to chunk aStreaminto portions of fixed size.JavaObjectFileSource<T> Operatorfor theJavaPlatformthat creates a sequence file.JavaRandomSampleOperator<Type> Java implementation of theJavaRandomSampleOperator.JavaReduceByOperator<Type,KeyType> Java implementation of theReduceByOperator.JavaRepeatOperator<Type> Java implementation of theDoWhileOperator.JavaReservoirSampleOperator<Type> Java implementation of theJavaReservoirSampleOperator.JavaSortOperator<Type,Key> Java implementation of theSortOperator.JavaTextFileSink<T> Implementation fo theTextFileSinkfor theJavaPlatform.JavaTextFileSource This is execution operator implements theTextFileSource.JavaTsvFileSink<T extends Tuple2<?,?>> Operatorfor theJavaPlatformthat creates a TSV file.JavaTsvFileSource<T> Operatorfor theJavaPlatformthat creates a sequence file.JavaUnionAllOperator<Type> Java implementation of theUnionAllOperator.