![]() |
LINE Solver (C++)
Templated C++ port of the LINE queueing solver
|
A request parked while its item was being fetched. More...
#include <line/solvers/ldes/ldes_cache.h>
Public Attributes | |
| std::size_t | cls = 0 |
| the ACCESS class that read the cache | |
| double | hold_time = 0.0 |
| when it was parked | |
| double | t_sys = 0.0 |
| its system arrival time, for response time | |
A request parked while its item was being fetched.
Definition at line 78 of file ldes_cache.h.
| std::size_t line::ldes::engine::CacheState::HeldRequest::cls = 0 |
the ACCESS class that read the cache
Definition at line 79 of file ldes_cache.h.
| double line::ldes::engine::CacheState::HeldRequest::hold_time = 0.0 |
when it was parked
Definition at line 80 of file ldes_cache.h.
| double line::ldes::engine::CacheState::HeldRequest::t_sys = 0.0 |
its system arrival time, for response time
Definition at line 81 of file ldes_cache.h.