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, withSchemagetInputSchema, getOutputSchema, setOutputSchemaaddChildToGraph, addChildToGraph, equals, getId, getInputs, getName, getParallelism, getStateType, hashCode, isMutable, rename, setMutable, setStateType, setTSetEnv, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitbuildgenerateID, getTBaseGraphpublic 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)