Package org.apache.wayang.spark.compiler
package org.apache.wayang.spark.compiler
-
ClassDescriptionBinaryOperatorAdapter<Type>Wraps a
BinaryOperatoras aFunction2.Implements aFunction2that callsExtendedFunction.open(ExecutionContext)of its implementation before delegating the very firstFunction2.call(Object, Object).ExtendedFlatMapFunctionAdapter<InputType,OutputType> Implements aFlatMapFunctionthat callsExtendedFunction.open(ExecutionContext)of its implementation before delegating the very firstFunction.call(Object).ExtendedFunction<InputType,OutputType> Implements aFunctionthat callsExtendedFunction.open(ExecutionContext)of its implementation before delegating the very firstFunction.call(Object).ExtendedMapFunctionAdapter<InputType,OutputType> Implements aFunctionthat callsExtendedFunction.open(ExecutionContext)of its implementation before delegating the very firstFunction.call(Object).ExtendedMapPartitionsFunctionAdapter<InputType,OutputType> Wraps aFunctionas aFlatMapFunction.Implements aFunctionthat callsExtendedFunction.open(ExecutionContext)of its implementation before delegating the very firstFunction.call(Object).FlatMapFunctionAdapter<InputType,OutputType> Wraps aFunctionas aFlatMapFunction.A compiler translates Wayang functions into executable Java functions.Spark function for building pair RDDs.FunctionCompiler.Reducer<Type>Spark function for aggregating data quanta.Describes functions coming from Wayang, designated for Spark.MapFunctionAdapter<InputType,OutputType> Wraps aFunctionas aFunction.MapPartitionsFunctionAdapter<InputType,OutputType> Wraps aFunctionas aFlatMapFunction.PredicateAdapter<InputType>Wraps aPredicateas aFunction.