|
rippled
|

Public Member Functions | |
| JobTypeData (JobTypeInfo const &info_, beast::insight::Collector::ptr const &collector, Logs &logs) noexcept | |
| JobTypeData (JobTypeData const &other)=delete | |
| JobTypeData & | operator= (JobTypeData const &other)=delete |
| std::string | name () const |
| JobType | type () const |
| LoadMonitor & | load () |
| LoadMonitor::Stats | stats () |
Public Attributes | |
| JobTypeInfo const & | info |
| int | waiting |
| int | running |
| int | deferred |
| beast::insight::Event | dequeue |
| beast::insight::Event | execute |
Private Attributes | |
| LoadMonitor | m_load |
| beast::insight::Collector::ptr | m_collector |
Definition at line 29 of file JobTypeData.h.
|
noexcept |
Definition at line 54 of file JobTypeData.h.
|
delete |
|
delete |
| std::string ripple::JobTypeData::name | ( | ) | const |
Definition at line 81 of file JobTypeData.h.
| JobType ripple::JobTypeData::type | ( | ) | const |
Definition at line 87 of file JobTypeData.h.
| LoadMonitor& ripple::JobTypeData::load | ( | ) |
Definition at line 93 of file JobTypeData.h.
| LoadMonitor::Stats ripple::JobTypeData::stats | ( | ) |
Definition at line 99 of file JobTypeData.h.
|
private |
Definition at line 32 of file JobTypeData.h.
|
private |
Definition at line 35 of file JobTypeData.h.
| JobTypeInfo const& ripple::JobTypeData::info |
Definition at line 39 of file JobTypeData.h.
| int ripple::JobTypeData::waiting |
Definition at line 42 of file JobTypeData.h.
| int ripple::JobTypeData::running |
Definition at line 45 of file JobTypeData.h.
| int ripple::JobTypeData::deferred |
Definition at line 48 of file JobTypeData.h.
| beast::insight::Event ripple::JobTypeData::dequeue |
Definition at line 51 of file JobTypeData.h.
| beast::insight::Event ripple::JobTypeData::execute |
Definition at line 52 of file JobTypeData.h.
1.8.17