Wire Sysio Wire Sysion 1.0.0
|
Public Types | |
using | next_t = producer_plugin::next_function<producer_plugin::snapshot_information> |
Public Member Functions | |
pending_snapshot (const block_id_type &block_id, next_t &next, std::string pending_path, std::string final_path) | |
uint32_t | get_height () const |
producer_plugin::snapshot_information | finalize (const chain::controller &chain) const |
Static Public Member Functions | |
static bfs::path | get_final_path (const block_id_type &block_id, const bfs::path &snapshots_dir) |
static bfs::path | get_pending_path (const block_id_type &block_id, const bfs::path &snapshots_dir) |
static bfs::path | get_temp_path (const block_id_type &block_id, const bfs::path &snapshots_dir) |
Public Attributes | |
block_id_type | block_id |
next_t | next |
std::string | pending_path |
std::string | final_path |
Definition at line 122 of file producer_plugin.cpp.
using sysio::pending_snapshot::next_t = producer_plugin::next_function<producer_plugin::snapshot_information> |
Definition at line 124 of file producer_plugin.cpp.
|
inline |
Definition at line 126 of file producer_plugin.cpp.
|
inline |
Definition at line 149 of file producer_plugin.cpp.
|
inlinestatic |
Definition at line 137 of file producer_plugin.cpp.
|
inline |
Definition at line 133 of file producer_plugin.cpp.
|
inlinestatic |
Definition at line 141 of file producer_plugin.cpp.
|
inlinestatic |
Definition at line 145 of file producer_plugin.cpp.
block_id_type sysio::pending_snapshot::block_id |
Definition at line 171 of file producer_plugin.cpp.
std::string sysio::pending_snapshot::final_path |
Definition at line 174 of file producer_plugin.cpp.
next_t sysio::pending_snapshot::next |
Definition at line 172 of file producer_plugin.cpp.
std::string sysio::pending_snapshot::pending_path |
Definition at line 173 of file producer_plugin.cpp.