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> ConvertsStreamChannel
into aCollectionChannel
JavaCountOperator<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 theKafkaTopicSink
for theJavaPlatform
.JavaKafkaTopicSource JavaLocalCallbackSink<T extends java.io.Serializable> Implementation of theLocalCallbackSink
operator 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> Operator
for theJavaPlatform
that creates a sequence file.JavaObjectFileSink.StreamChunker Utility to chunk aStream
into portions of fixed size.JavaObjectFileSource<T> Operator
for theJavaPlatform
that 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 theTextFileSink
for theJavaPlatform
.JavaTextFileSource This is execution operator implements theTextFileSource
.JavaTsvFileSink<T extends Tuple2<?,?>> Operator
for theJavaPlatform
that creates a TSV file.JavaTsvFileSource<T> Operator
for theJavaPlatform
that creates a sequence file.JavaUnionAllOperator<Type> Java implementation of theUnionAllOperator
.