rippled
|
Public Member Functions | |
Entry ()=delete | |
Entry (clock_type::time_point const now) | |
std::string | to_string () const |
bool | isUnlimited () const |
Returns true if this connection should have no resource limits applied–it is still possible for certain RPC commands to be forbidden, but that depends on Role. More... | |
int | balance (clock_type::time_point const now) |
int | add (int charge, clock_type::time_point const now) |
Public Attributes | |
Key const * | key |
int | refcount |
DecayingSample< decayWindowSeconds, clock_type > | local_balance |
int | remote_balance |
clock_type::time_point | lastWarningTime |
clock_type::time_point | whenExpires |
|
delete |
|
explicit |
std::string ripple::Resource::Entry::to_string | ( | ) | const |
bool ripple::Resource::Entry::isUnlimited | ( | ) | const |
int ripple::Resource::Entry::balance | ( | clock_type::time_point const | now | ) |
int ripple::Resource::Entry::add | ( | int | charge, |
clock_type::time_point const | now | ||
) |
DecayingSample<decayWindowSeconds, clock_type> ripple::Resource::Entry::local_balance |
clock_type::time_point ripple::Resource::Entry::lastWarningTime |
clock_type::time_point ripple::Resource::Entry::whenExpires |