|
CCF
|
This is the complete list of members for ccf::kv::ReservedTx, including all inherited members.
| all_changes | ccf::kv::BaseTx | protected |
| BaseTx(AbstractStore *store_) | ccf::kv::ReadOnlyTx | |
| BaseTx(const BaseTx &that)=delete | ccf::kv::ReadOnlyTx | |
| commit(const ccf::ClaimsDigest &claims=ccf::empty_claims(), std::function< std::tuple< Version, Version >(bool has_new_map)> version_resolver=nullptr, std::function< void(const std::vector< uint8_t > &write_set, const std::string &commit_evidence)> write_set_observer=nullptr) | ccf::kv::CommittableTx | inline |
| commit_reserved() | ccf::kv::ReservedTx | inline |
| commit_term() const | ccf::kv::CommittableTx | inline |
| commit_version() const | ccf::kv::CommittableTx | inline |
| CommittableTx(AbstractStore *_store) | ccf::kv::CommittableTx | inline |
| committed | ccf::kv::CommittableTx | protected |
| compacted_version_conflict(const std::string &map_name) | ccf::kv::BaseTx | protected |
| entry_flags | ccf::kv::CommittableTx | protected |
| flags | ccf::kv::CommittableTx | protected |
| get_handle_by_name(const std::string &map_name, bool track_deletes_on_missing_keys) | ccf::kv::BaseTx | inlineprotected |
| get_map_and_change_set_by_name(const std::string &map_name, bool track_deletes_on_missing_keys) | ccf::kv::BaseTx | protected |
| get_possible_handles(const std::string &map_name) | ccf::kv::BaseTx | protected |
| get_root_at_read_version() | ccf::kv::BaseTx | inline |
| get_txid() const | ccf::kv::CommittableTx | inline |
| operator=(BaseTx &&other)=default | ccf::kv::BaseTx | |
| pimpl | ccf::kv::BaseTx | protected |
| ReservedTx(AbstractStore *_store, Term read_term, const TxID &reserved_tx_id, Version rollback_count_) | ccf::kv::ReservedTx | inline |
| retain_change_set(const std::string &map_name, std::unique_ptr< untyped::ChangeSet > &&change_set, const std::shared_ptr< AbstractMap > &abstract_map) | ccf::kv::BaseTx | protected |
| retain_handle(const std::string &map_name, std::unique_ptr< AbstractHandle > &&handle) | ccf::kv::BaseTx | protected |
| ro(M &m) | ccf::kv::ReadOnlyTx | inline |
| ro(const std::string &map_name) | ccf::kv::ReadOnlyTx | inline |
| root_at_read_version | ccf::kv::BaseTx | protected |
| rw(M &m) | ccf::kv::Tx | inline |
| rw(const std::string &map_name) | ccf::kv::Tx | inline |
| serialise(ccf::crypto::Sha256Hash &commit_evidence_digest, std::string &commit_evidence, const ccf::ClaimsDigest &claims_digest_, bool include_reads=false) | ccf::kv::CommittableTx | inlineprotected |
| set_read_txid(const TxID &tx_id, Term commit_view_) | ccf::kv::CommittableTx | inline |
| set_root_at_read_version(const ccf::crypto::Sha256Hash &r) | ccf::kv::CommittableTx | inline |
| set_tx_flag(TxFlag flag) | ccf::kv::CommittableTx | inlinevirtual |
| success | ccf::kv::CommittableTx | protected |
| tx_flag_enabled(TxFlag f) const | ccf::kv::CommittableTx | inlinevirtual |
| TxFlag enum name | ccf::kv::CommittableTx | |
| TxFlags typedef | ccf::kv::CommittableTx | |
| unset_tx_flag(TxFlag flag) | ccf::kv::CommittableTx | inlinevirtual |
| version | ccf::kv::CommittableTx | protected |
| wo(M &m) | ccf::kv::Tx | inline |
| wo(const std::string &map_name) | ccf::kv::Tx | inline |
| ~BaseTx() | ccf::kv::BaseTx | virtual |