Package org.apache.nemo.common.ir.vertex
-
Class Summary Class Description CachedSourceVertex<T> Bounded source vertex for cached data.InMemorySourceVertex<T> Source vertex with the data in memory.IRVertex The basic unit of operation in a dataflow program, as well as the most important data structure in Nemo.LoopVertex IRVertex that contains a partial DAG that is iterative.OperatorVertex IRVertex that transforms input data.SourceVertex<O> IRVertex that reads data from an external source.