Class LogicalOperatorWrapperWithModel<R,V>
- java.lang.Object
-
- org.apache.wayang.ml4all.abstraction.plan.wrappers.LogicalOperatorWrapperWithModel<R,V>
-
- All Implemented Interfaces:
java.io.Serializable,java.util.function.Function<V,R>,ExtendedFunction,FunctionDescriptor.ExtendedSerializableFunction<V,R>,FunctionDescriptor.SerializableFunction<V,R>
- Direct Known Subclasses:
AssignWrapper,AssignWrapperLocal,ComputePerPartitionWrapper,ComputeWrapper,LoopCheckWrapper,LoopConvergenceWrapper,UpdateLocalWrapper,UpdateWrapper
public abstract class LogicalOperatorWrapperWithModel<R,V> extends java.lang.Object implements FunctionDescriptor.ExtendedSerializableFunction<V,R>
Logical Operator that uses the [[org.apache.wayang.ml4all.abstraction.plan.ML4allModel]] as input besides the data flowing from its input slot. The model is broadcasted to the operator.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected ML4allModelml4allModel
-
Constructor Summary
Constructors Constructor Description LogicalOperatorWrapperWithModel()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description voidfinalise()abstract voidinitialise()voidopen(ExecutionContext executionContext)Called before this instance is actually executed.
-
-
-
Field Detail
-
ml4allModel
protected ML4allModel ml4allModel
-
-
Method Detail
-
open
public void open(ExecutionContext executionContext)
Description copied from interface:ExtendedFunctionCalled before this instance is actually executed.- Specified by:
openin interfaceExtendedFunction- Parameters:
executionContext- theExecutionContext
-
initialise
public abstract void initialise()
-
finalise
public void finalise()
-
-