Class | Description |
---|---|
InitializedSourceVertex<T> |
Source vertex with initial data as object.
|
IRVertex |
The top-most wrapper for a user operation in the IR.
|
LoopVertex |
IRVertex that contains a partial DAG that is iterative.
|
MetricCollectionBarrierVertex<T> |
IRVertex that collects statistics to send them to the optimizer for dynamic optimization.
|
OperatorVertex |
IRVertex that transforms input data.
|
SourceVertex<O> |
IRVertex that reads data from an external source.
|
Copyright © 2018. All rights reserved.