Directories
¶
| Path | Synopsis |
|---|---|
|
eviction
|
|
|
filtering
Package filtering provides built-in EvictionFilterPolicy implementations.
|
Package filtering provides built-in EvictionFilterPolicy implementations. |
|
Package fairness provides the standard implementations of the FairnessPolicy interface.
|
Package fairness provides the standard implementations of the FairnessPolicy interface. |
|
globalstrict
Package globalstrict implements a greedy fairness policy that enforces a strict global ordering across all flows within a priority band, ignoring flow boundaries.
|
Package globalstrict implements a greedy fairness policy that enforces a strict global ordering across all flows within a priority band, ignoring flow boundaries. |
|
program-aware
Package programaware implements a flow-control fairness policy that schedules per-program queues using a swappable scoring strategy.
|
Package programaware implements a flow-control fairness policy that schedules per-program queues using a swappable scoring strategy. |
|
roundrobin
Package roundrobin implements a fairness policy that selects queues from a priority band using a round-robin strategy, cycling through active flows one by one to guarantee that no single flow can starve others.
|
Package roundrobin implements a fairness policy that selects queues from a priority band using a round-robin strategy, cycling through active flows one by one to guarantee that no single flow can starve others. |
|
Package ordering provides the standard implementations of the OrderingPolicy interface.
|
Package ordering provides the standard implementations of the OrderingPolicy interface. |
|
edf
Package edf implements an ordering policy that selects requests based on their absolute deadlines (Earliest Deadline First).
|
Package edf implements an ordering policy that selects requests based on their absolute deadlines (Earliest Deadline First). |
|
fcfs
Package fcfs implements an ordering policy that selects requests based on their arrival order at the Flow Control layer (First-Come, First-Served).
|
Package fcfs implements an ordering policy that selects requests based on their arrival order at the Flow Control layer (First-Come, First-Served). |
|
slodeadline
Package slodeadline implements an ordering policy that selects requests based on an SLO-based deadline derived from request headers.
|
Package slodeadline implements an ordering policy that selects requests based on an SLO-based deadline derived from request headers. |
|
saturationdetector
|
|
Click to show internal directories.
Click to hide internal directories.