#include <indexer.h>
Inherits ccf::indexing::IndexingStrategies.
◆ PendingTx
◆ Indexer()
◆ tx_id_less()
static bool ccf::indexing::Indexer::tx_id_less |
( |
const ccf::TxID & |
a, |
|
|
const ccf::TxID & |
b |
|
) |
| |
|
inlinestaticprotected |
◆ uncommitted_entries_cmp()
static bool ccf::indexing::Indexer::uncommitted_entries_cmp |
( |
const ccf::TxID & |
a, |
|
|
const PendingTx & |
b |
|
) |
| |
|
inlinestaticprotected |
◆ update_commit()
void ccf::indexing::Indexer::update_commit |
( |
const ccf::TxID & |
tx_id | ) |
|
|
inlineprotected |
◆ update_strategies()
bool ccf::indexing::Indexer::update_strategies |
( |
std::chrono::milliseconds |
elapsed, |
|
|
const ccf::TxID & |
newly_committed |
|
) |
| |
|
inline |
◆ committed
ccf::TxID ccf::indexing::Indexer::committed = {} |
|
protected |
◆ MAX_REQUESTABLE
constexpr size_t ccf::indexing::Indexer::MAX_REQUESTABLE = 500 |
|
staticconstexpr |
◆ transaction_fetcher
◆ uncommitted_entries
std::vector<PendingTx> ccf::indexing::Indexer::uncommitted_entries |
|
protected |
The documentation for this class was generated from the following file: