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() |
getEdge
cache, getSchema, lazyCache, lazyPersist, persist
flatmap, forEach, lazyForEach, map, mapToTuple
compute, compute, compute, compute, getTSetEnv, sink
addChildToGraph, equals, getId, getName, getSourceParallelism, getTargetParallelism, hashCode, rename, setTSetEnv, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
build
generateID, getTBaseGraph
public 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)
TLink
setName
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 TBase
setName
in class KeyedGatherUngroupedTLink<K,java.util.Iterator<V>>
n
- name