-
FFD scheduler strategy. - We implement the IStrategy interface and define new strategies to schedule our specific topologies. Because, in our experiment, we want the operator assign to slot evenly instead of using the fewest slots.
- Besides, We can use different configuration to implement the target that assign the specified operator to the specified node.
-
Direct to slot scheduler. base on here.
- This scheduler can implement the target that assign the specified operator to the specified slot.