K
- key typeV
- data (value) typepublic class SKeyedTSet<K,V> extends StreamingTupleTSetImpl<K,V>
BaseTSet.StateType
Constructor and Description |
---|
SKeyedTSet(StreamingEnvironment tSetEnv,
TFunction<Tuple<K,V>,?> mapFn,
int parallelism,
Schema inputSchema) |
Modifier and Type | Method and Description |
---|---|
ICompute |
getINode() |
SKeyedTSet<K,V> |
setName(java.lang.String name)
Name of the tset
|
SKeyedTSet<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 SKeyedTSet<K,V> setName(java.lang.String name)
StreamingTupleTSet
name
- namepublic SKeyedTSet<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 ICompute getINode()