public class DirectTLink<T> extends BatchIteratorLinkWrapper<T>
| Constructor and Description |
|---|
DirectTLink(BatchEnvironment tSetEnv,
int sourceParallelism,
Schema schema) |
DirectTLink(BatchEnvironment tSetEnv,
java.lang.String name,
int sourceParallelism,
Schema schema) |
| Modifier and Type | Method and Description |
|---|---|
Edge |
getEdge() |
DirectTLink<T> |
setName(java.lang.String name)
Name of the TSet and return the same tlink
|
DirectTLink<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 DirectTLink(BatchEnvironment tSetEnv, int sourceParallelism, Schema schema)
public DirectTLink(BatchEnvironment tSetEnv, java.lang.String name, int sourceParallelism, Schema schema)
public DirectTLink<T> setName(java.lang.String name)
TLinkname - namepublic Edge getEdge()
public DirectTLink<T> useDisk()