3#include <xrpl/core/Job.h>
int const limit_
The limit on the number of running jobs for this job type.
std::chrono::milliseconds const peakLatency_
std::string const & name() const
std::chrono::milliseconds getPeakLatency() const
std::chrono::milliseconds const avgLatency_
Average and peak latencies for this job type.
std::chrono::milliseconds getAverageLatency() const
JobTypeInfo(JobType type, std::string name, int limit, std::chrono::milliseconds avgLatency, std::chrono::milliseconds peakLatency)
Use hash_* containers for keys that do not need a cryptographically secure hashing algorithm.