rippled
Public Member Functions | Public Attributes | List of all members
ripple::NodeStore::FetchReport Struct Reference

Contains information about a fetch operation. More...

Collaboration diagram for ripple::NodeStore::FetchReport:
Collaboration graph
[legend]

Public Member Functions

 FetchReport (FetchType fetchType_)
 

Public Attributes

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

Detailed Description

Contains information about a fetch operation.

Definition at line 32 of file ripple/nodestore/Scheduler.h.

Constructor & Destructor Documentation

◆ FetchReport()

ripple::NodeStore::FetchReport::FetchReport ( FetchType  fetchType_)
explicit

Definition at line 34 of file ripple/nodestore/Scheduler.h.

Member Data Documentation

◆ elapsed

std::chrono::milliseconds ripple::NodeStore::FetchReport::elapsed

Definition at line 38 of file ripple/nodestore/Scheduler.h.

◆ fetchType

const FetchType ripple::NodeStore::FetchReport::fetchType

Definition at line 39 of file ripple/nodestore/Scheduler.h.

◆ wasFound

bool ripple::NodeStore::FetchReport::wasFound = false

Definition at line 40 of file ripple/nodestore/Scheduler.h.