public class SKeyedPartitionTLink<K,V> extends StreamingSingleLink<Tuple<K,V>>
| Constructor and Description |
|---|
SKeyedPartitionTLink(StreamingEnvironment tSetEnv,
PartitionFunc<K> parFn,
int sourceParallelism,
KeyedSchema schema) |
| Modifier and Type | Method and Description |
|---|---|
Edge |
getEdge() |
protected KeyedSchema |
getSchema() |
SKeyedPartitionTLink<K,V> |
setName(java.lang.String n)
Name of the TSet and return the same tlink
|
flatmap, forEach, map, mapToTuplecompute, compute, compute, compute, countWindow, countWindow, getTSetEnv, sink, timeWindow, timeWindowaddChildToGraph, equals, getId, getName, getSourceParallelism, getTargetParallelism, hashCode, rename, setTSetEnv, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitbuildgenerateID, getTBaseGraphpublic SKeyedPartitionTLink(StreamingEnvironment tSetEnv, PartitionFunc<K> parFn, int sourceParallelism, KeyedSchema schema)
public Edge getEdge()
public SKeyedPartitionTLink<K,V> setName(java.lang.String n)
TLinkn - nameprotected KeyedSchema getSchema()