|
rippled
|
Contains information about a fetch operation. More...
#include <Scheduler.h>

Public Member Functions | |
| FetchReport (FetchType fetchType_) | |
Public Attributes | |
| std::chrono::milliseconds | elapsed |
| FetchType const | fetchType |
| bool | wasFound = false |
Contains information about a fetch operation.
Definition at line 33 of file xrpld/nodestore/Scheduler.h.
|
explicit |
Definition at line 35 of file xrpld/nodestore/Scheduler.h.
| std::chrono::milliseconds ripple::NodeStore::FetchReport::elapsed |
Definition at line 39 of file xrpld/nodestore/Scheduler.h.
| FetchType const ripple::NodeStore::FetchReport::fetchType |
Definition at line 40 of file xrpld/nodestore/Scheduler.h.
| bool ripple::NodeStore::FetchReport::wasFound = false |
Definition at line 41 of file xrpld/nodestore/Scheduler.h.