rippled
|
Public Types | |
using | NodeCache = TaggedCache< SHAMapHash, Blob > |
Public Member Functions | |
ConsensusTransSetSF (Application &app, NodeCache &nodeCache) | |
void | gotNode (bool fromFilter, SHAMapHash const &nodeHash, std::uint32_t ledgerSeq, Blob &&nodeData, SHAMapNodeType type) const override |
std::optional< Blob > | getNode (SHAMapHash const &nodeHash) const override |
Private Attributes | |
Application & | app_ |
NodeCache & | m_nodeCache |
const beast::Journal | j_ |
Definition at line 34 of file ConsensusTransSetSF.h.
Definition at line 37 of file ConsensusTransSetSF.h.
ripple::ConsensusTransSetSF::ConsensusTransSetSF | ( | Application & | app, |
NodeCache & | nodeCache | ||
) |
Definition at line 33 of file ConsensusTransSetSF.cpp.
|
overridevirtual |
Implements ripple::SHAMapSyncFilter.
Definition at line 39 of file ConsensusTransSetSF.cpp.
|
overridevirtual |
Implements ripple::SHAMapSyncFilter.
Definition at line 79 of file ConsensusTransSetSF.cpp.
|
private |
Definition at line 54 of file ConsensusTransSetSF.h.
|
private |
Definition at line 55 of file ConsensusTransSetSF.h.
|
private |
Definition at line 56 of file ConsensusTransSetSF.h.