| 
    rippled
    
   | 
 
Saves information about Jumps for closed and fully validated ledgers. More...
#include <collectors.h>

Classes | |
| struct | Jump | 
Public Member Functions | |
| template<class E > | |
| void | on (PeerID, SimTime, E const &e) | 
| void | on (PeerID who, SimTime when, AcceptLedger const &e) | 
| void | on (PeerID who, SimTime when, FullyValidateLedger const &e) | 
Public Attributes | |
| std::vector< Jump > | closeJumps | 
| std::vector< Jump > | fullyValidatedJumps | 
Saves information about Jumps for closed and fully validated ledgers.
A jump occurs when a node closes/fully validates a new ledger that is not the immediate child of the prior closed/fully validated ledgers. This includes jumps across branches and jumps ahead in the same branch of ledger history.
Definition at line 662 of file collectors.h.
Definition at line 678 of file collectors.h.
| void ripple::test::csf::JumpCollector::on | ( | PeerID | who, | 
| SimTime | when, | ||
| AcceptLedger const & | e | ||
| ) | 
Definition at line 683 of file collectors.h.
| void ripple::test::csf::JumpCollector::on | ( | PeerID | who, | 
| SimTime | when, | ||
| FullyValidateLedger const & | e | ||
| ) | 
Definition at line 691 of file collectors.h.
| std::vector<Jump> ripple::test::csf::JumpCollector::closeJumps | 
Definition at line 672 of file collectors.h.
| std::vector<Jump> ripple::test::csf::JumpCollector::fullyValidatedJumps | 
Definition at line 673 of file collectors.h.