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, persistflatmap, forEach, lazyForEach, map, mapToTuplecompute, compute, compute, compute, getTSetEnv, sinkgetSchemaaddChildToGraph, equals, getId, getName, getSourceParallelism, getTargetParallelism, hashCode, rename, setTSetEnv, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitbuildgenerateID, getTBaseGraphpublic 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)
TLinkn - namepublic PartitionTLink<T> useDisk()