xrpld
Loading...
Searching...
No Matches
xrpl::NodeStore::FetchReport Struct Reference

Contains information about a fetch operation. More...

#include <Scheduler.h>

Collaboration diagram for xrpl::NodeStore::FetchReport:

Public Member Functions

 FetchReport (FetchType fetchType)

Public Attributes

std::chrono::milliseconds elapsed {}
FetchType const fetchType
bool wasFound = false

Detailed Description

Contains information about a fetch operation.

Definition at line 12 of file include/xrpl/nodestore/Scheduler.h.

Constructor & Destructor Documentation

◆ FetchReport()

xrpl::NodeStore::FetchReport::FetchReport ( FetchType fetchType)
explicit

Definition at line 14 of file include/xrpl/nodestore/Scheduler.h.

Member Data Documentation

◆ elapsed

std::chrono::milliseconds xrpl::NodeStore::FetchReport::elapsed {}

Definition at line 18 of file include/xrpl/nodestore/Scheduler.h.

◆ fetchType

FetchType const xrpl::NodeStore::FetchReport::fetchType

Definition at line 19 of file include/xrpl/nodestore/Scheduler.h.

◆ wasFound

bool xrpl::NodeStore::FetchReport::wasFound = false

Definition at line 20 of file include/xrpl/nodestore/Scheduler.h.