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, keyedPartitiongetInputSchema, setOutputSchemaaddChildToGraph, addChildToGraph, equals, getId, getInputs, getName, getParallelism, getStateType, hashCode, isMutable, rename, setMutable, setStateType, setTSetEnv, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitbuildgenerateID, getTBaseGraphpublic SKeyedTSet<K,V> setName(java.lang.String name)
StreamingTupleTSetname - namepublic SKeyedTSet<K,V> withSchema(TupleSchema schema)
TupleTSetTupleTSet output. This will be used in the packers for efficient
SER-DE operations in the following TLinkswithSchema in interface TupleTSet<K,V>withSchema in class StreamingTupleTSetImpl<K,V>schema - data type as a MessageTypeTupleTSetpublic ICompute getINode()