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, 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 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)
TLink
name
- namepublic Edge getEdge()
public DirectTLink<T> useDisk()