public class KeyedGatherTLink<K,V> extends KeyedGatherUngroupedTLink<K,java.util.Iterator<V>>
| Constructor and Description |
|---|
KeyedGatherTLink(BatchEnvironment tSetEnv,
int sourceParallelism,
TupleSchema schema) |
KeyedGatherTLink(BatchEnvironment tSetEnv,
PartitionFunc<K> partitionFn,
int sourceParallelism,
java.util.Comparator<K> keyCompartor,
TupleSchema schema) |
KeyedGatherTLink(BatchEnvironment tSetEnv,
PartitionFunc<K> partitionFn,
int sourceParallelism,
TupleSchema schema) |
| Modifier and Type | Method and Description |
|---|---|
KeyedGatherTLink<K,V> |
setName(java.lang.String n)
Name of the TSet and return the same tlink
|
KeyedGatherTLink<K,V> |
useDisk() |
getEdgecache, getSchema, lazyCache, lazyPersist, persistflatmap, forEach, lazyForEach, map, mapToTuplecompute, compute, compute, compute, getTSetEnv, sinkaddChildToGraph, equals, getId, getName, getSourceParallelism, getTargetParallelism, hashCode, rename, setTSetEnv, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitbuildgenerateID, getTBaseGraphpublic KeyedGatherTLink(BatchEnvironment tSetEnv, int sourceParallelism, TupleSchema schema)
public KeyedGatherTLink(BatchEnvironment tSetEnv, PartitionFunc<K> partitionFn, int sourceParallelism, TupleSchema schema)
public KeyedGatherTLink(BatchEnvironment tSetEnv, PartitionFunc<K> partitionFn, int sourceParallelism, java.util.Comparator<K> keyCompartor, TupleSchema schema)
public KeyedGatherTLink<K,V> useDisk()
useDisk in class KeyedGatherUngroupedTLink<K,java.util.Iterator<V>>public KeyedGatherTLink<K,V> setName(java.lang.String n)
TLinksetName in interface BatchTLink<java.util.Iterator<Tuple<K,java.util.Iterator<V>>>,Tuple<K,java.util.Iterator<V>>>setName in interface TLink<java.util.Iterator<Tuple<K,java.util.Iterator<V>>>,Tuple<K,java.util.Iterator<V>>>setName in interface TBasesetName in class KeyedGatherUngroupedTLink<K,java.util.Iterator<V>>n - name