public class SSourceTSet<T> extends StreamingTSetImpl<T>
BaseTSet.StateType| Constructor and Description |
|---|
SSourceTSet(StreamingEnvironment tSetEnv,
SourceFunc<T> src,
int parallelism) |
SSourceTSet(StreamingEnvironment tSetEnv,
java.lang.String name,
SourceFunc<T> src,
int parallelism) |
| Modifier and Type | Method and Description |
|---|---|
INode |
getINode() |
SSourceTSet<T> |
setName(java.lang.String n)
Sets the name
|
SSourceTSet<T> |
withSchema(Schema schema)
Sets the data type of the
TSet output. |
allGather, allReduce, direct, gather, getTSetEnv, mapToTuple, partition, partition, reduce, replicate, union, uniongetInputSchema, getOutputSchema, setOutputSchemaaddChildToGraph, addChildToGraph, equals, getId, getInputs, getName, getParallelism, getStateType, hashCode, isMutable, rename, setMutable, setStateType, setTSetEnv, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitbuildgenerateID, getTBaseGraphpublic SSourceTSet(StreamingEnvironment tSetEnv, SourceFunc<T> src, int parallelism)
public SSourceTSet(StreamingEnvironment tSetEnv, java.lang.String name, SourceFunc<T> src, int parallelism)
public SSourceTSet<T> setName(java.lang.String n)
TSetpublic SSourceTSet<T> withSchema(Schema schema)
TSetTSet output. This will be used in the packers for efficient
SER-DE operations in the following TLinkswithSchema in interface TSet<T>withSchema in class StreamingTSetImpl<T>schema - data type as a MessageTypeTSetpublic INode getINode()