public class RowComputeTSet extends BatchRowTSetImpl
BaseTSet.StateType
Constructor and Description |
---|
RowComputeTSet(BatchEnvironment tSetEnv,
ComputeCollectorFunc<Row,java.util.Iterator<Row>> computeFn,
int parallelism,
RowSchema inputSchema,
boolean iterative) |
RowComputeTSet(BatchEnvironment tSetEnv,
java.lang.String name,
ComputeCollectorFunc<Row,java.util.Iterator<Row>> computeFn,
int parallelism,
RowSchema inputSchema,
boolean iterative) |
Modifier and Type | Method and Description |
---|---|
TFunction<Row,java.util.Iterator<Row>> |
getComputeFunc()
Get the compute function associated with this TSet
|
INode |
getINode() |
addInput, cache, direct, getTSetEnv, join, lazyCache, lazyPersist, partition, persist, pipe, setName, withSchema
getInputSchema, getOutputSchema, setOutputSchema
addChildToGraph, addChildToGraph, equals, getId, getInputs, getName, getParallelism, getStateType, hashCode, isMutable, rename, setMutable, setStateType, setTSetEnv, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
build
generateID, getTBaseGraph
public RowComputeTSet(BatchEnvironment tSetEnv, ComputeCollectorFunc<Row,java.util.Iterator<Row>> computeFn, int parallelism, RowSchema inputSchema, boolean iterative)
public RowComputeTSet(BatchEnvironment tSetEnv, java.lang.String name, ComputeCollectorFunc<Row,java.util.Iterator<Row>> computeFn, int parallelism, RowSchema inputSchema, boolean iterative)