public class PartitionTLink<T> extends BatchIteratorLinkWrapper<T>
Constructor and Description |
---|
PartitionTLink(BatchEnvironment tSetEnv,
int sourceParallelism,
Schema schema) |
PartitionTLink(BatchEnvironment tSetEnv,
PartitionFunc<T> parFn,
int sourceParallelism,
int targetParallelism,
Schema schema) |
PartitionTLink(BatchEnvironment tSetEnv,
PartitionFunc<T> parFn,
int sourceParallelism,
Schema schema) |
Modifier and Type | Method and Description |
---|---|
Edge |
getEdge() |
PartitionTLink<T> |
setName(java.lang.String n)
Name of the TSet and return the same tlink
|
PartitionTLink<T> |
useDisk() |
cache, lazyCache, lazyPersist, persist
flatmap, forEach, lazyForEach, map, mapToTuple
compute, compute, compute, compute, getTSetEnv, sink
getSchema
addChildToGraph, equals, getId, getName, getSourceParallelism, getTargetParallelism, hashCode, rename, setTSetEnv, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
build
generateID, getTBaseGraph
public PartitionTLink(BatchEnvironment tSetEnv, int sourceParallelism, Schema schema)
public PartitionTLink(BatchEnvironment tSetEnv, PartitionFunc<T> parFn, int sourceParallelism, Schema schema)
public PartitionTLink(BatchEnvironment tSetEnv, PartitionFunc<T> parFn, int sourceParallelism, int targetParallelism, Schema schema)
public Edge getEdge()
public PartitionTLink<T> setName(java.lang.String n)
TLink
n
- namepublic PartitionTLink<T> useDisk()