Basic Boundary Relocator¶
-
class
pypdevs.relocators.basicBoundaryRelocator.
BasicBoundaryRelocator
(swappiness)[source]¶ Basic implementation of a boundary relocator
-
getRelocations
(gvt, activities, horizon)[source]¶ Return all pending relocations
- Parameters
gvt – current GVT
activities – activities being passed on the GVT ring
horizon – the time over which the activities were gathered
- Returns
all relocations that should be executed
-