public class SKeyedSourceTSet<K,V> extends StreamingTupleTSetImpl<K,V>
BaseTSet.StateType
Constructor and Description |
---|
SKeyedSourceTSet(StreamingEnvironment tSetEnv,
SourceFunc<Tuple<K,V>> src,
int parallelism) |
SKeyedSourceTSet(StreamingEnvironment tSetEnv,
java.lang.String name,
SourceFunc<Tuple<K,V>> src,
int parallelism) |
Modifier and Type | Method and Description |
---|---|
INode |
getINode() |
SKeyedSourceTSet<K,V> |
setName(java.lang.String n)
Name of the tset
|
SKeyedSourceTSet<K,V> |
withSchema(TupleSchema schema)
Sets the data type of the
TupleTSet output. |
getOutputSchema, getTSetEnv, keyedDirect, keyedPartition
getInputSchema, 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 SKeyedSourceTSet(StreamingEnvironment tSetEnv, SourceFunc<Tuple<K,V>> src, int parallelism)
public SKeyedSourceTSet(StreamingEnvironment tSetEnv, java.lang.String name, SourceFunc<Tuple<K,V>> src, int parallelism)
public SKeyedSourceTSet<K,V> setName(java.lang.String n)
StreamingTupleTSet
n
- namepublic SKeyedSourceTSet<K,V> withSchema(TupleSchema schema)
TupleTSet
TupleTSet
output. This will be used in the packers for efficient
SER-DE operations in the following TLink
swithSchema
in interface TupleTSet<K,V>
withSchema
in class StreamingTupleTSetImpl<K,V>
schema
- data type as a MessageType
TupleTSet
public INode getINode()