public class SSinkTSet<T> extends StreamingTSetImpl<T>
BaseTSet.StateType| Constructor and Description |
|---|
SSinkTSet(StreamingEnvironment tSetEnv,
SinkFunc<T> s,
int parallelism,
Schema inputSchema)
Creates SinkTSet with the given parameters
|
SSinkTSet(StreamingEnvironment tSetEnv,
SinkFunc<T> s,
Schema inputSchema)
Creates SinkTSet with the given parameters, the parallelism of the TSet is taken as 1
|
| Modifier and Type | Method and Description |
|---|---|
ICompute |
getINode() |
SSinkTSet<T> |
setName(java.lang.String n)
Sets the name
|
SSinkTSet<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 SSinkTSet(StreamingEnvironment tSetEnv, SinkFunc<T> s, Schema inputSchema)
tSetEnv - The TSetEnv used for executions - The Sink function to be usedpublic SSinkTSet(StreamingEnvironment tSetEnv, SinkFunc<T> s, int parallelism, Schema inputSchema)
tSetEnv - The TSetEnv used for executions - The Sink function to be usedparallelism - the parallelism of the sinkpublic SSinkTSet<T> setName(java.lang.String n)
TSetpublic SSinkTSet<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 ICompute getINode()