StageNodeOptions Struct
Options controlling how a StageNode is instantiated and scheduled by the runtime. More...
Declaration
Included Headers
Public Member Attributes Index
| int | instances = 1 |
|
Number of executor instances to spawn. More... | |
| StageKeyBy | key_by = StageKeyBy::None |
|
Keying policy for multi-instance dispatch. More... | |
| std::size_t | max_inflight = ... |
|
Max in-flight messages per node; 0 defers to GraphRunOptions::edge_queue. More... | |
Description
Options controlling how a StageNode is instantiated and scheduled by the runtime.
Definition at line 42 of file StageNode.h.
Public Member Attributes
instances
|
Number of executor instances to spawn.
Definition at line 43 of file StageNode.h.
key_by
|
Keying policy for multi-instance dispatch.
Definition at line 44 of file StageNode.h.
max_inflight
|
Max in-flight messages per node; 0 defers to GraphRunOptions::edge_queue.
- Initialiser
-
= 0
Definition at line 45 of file StageNode.h.
The documentation for this struct was generated from the following file:
Generated via doxygen2docusaurus 2.0.0 by Doxygen 1.9.8.