|
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 13 of file include/xrpl/nodestore/Scheduler.h.
|
explicit |
Definition at line 15 of file include/xrpl/nodestore/Scheduler.h.
| std::chrono::milliseconds xrpl::NodeStore::FetchReport::elapsed |
Definition at line 19 of file include/xrpl/nodestore/Scheduler.h.
| FetchType const xrpl::NodeStore::FetchReport::fetchType |
Definition at line 20 of file include/xrpl/nodestore/Scheduler.h.
| bool xrpl::NodeStore::FetchReport::wasFound = false |
Definition at line 21 of file include/xrpl/nodestore/Scheduler.h.