|
Arachne 1.0
Arachne - the perpetual stitcher of Wikidata entities.
|
#include <include/penelope/store.hpp>
Public Attributes | |
| graph_domain | domain { graph_domain::candidate } |
| std::string | snapshot_id |
| std::filesystem::path | database_path |
| std::filesystem::path | export_path |
| std::filesystem::path | metadata_path |
| std::string | database_sha256 |
| std::string | export_sha256 |
| std::size_t | applied_inputs { 0 } |
| std::size_t | skipped_inputs { 0 } |
| bool | activated { false } |
| bool | changed { false } |
| bool arachne::penelope::snapshot_result::activated { false } |
Definition at line 50 of file store.hpp.
Referenced by arachne::penelope::anonymous_namespace{store.cpp}::finalize_snapshot(), and anonymous_namespace{main.cpp}::snapshot_json().
| std::size_t arachne::penelope::snapshot_result::applied_inputs { 0 } |
Definition at line 48 of file store.hpp.
Referenced by arachne::penelope::anonymous_namespace{store.cpp}::finalize_snapshot(), and anonymous_namespace{main.cpp}::snapshot_json().
| bool arachne::penelope::snapshot_result::changed { false } |
Definition at line 51 of file store.hpp.
Referenced by arachne::penelope::anonymous_namespace{store.cpp}::finalize_snapshot(), and anonymous_namespace{main.cpp}::snapshot_json().
| std::filesystem::path arachne::penelope::snapshot_result::database_path |
| std::string arachne::penelope::snapshot_result::database_sha256 |
Definition at line 46 of file store.hpp.
Referenced by arachne::penelope::anonymous_namespace{store.cpp}::finalize_snapshot(), arachne::penelope::anonymous_namespace{store.cpp}::snapshot_from_directory(), and anonymous_namespace{main.cpp}::snapshot_json().
| graph_domain arachne::penelope::snapshot_result::domain { graph_domain::candidate } |
Definition at line 41 of file store.hpp.
Referenced by arachne::penelope::anonymous_namespace{store.cpp}::snapshot_from_directory().
| std::filesystem::path arachne::penelope::snapshot_result::export_path |
| std::string arachne::penelope::snapshot_result::export_sha256 |
Definition at line 47 of file store.hpp.
Referenced by arachne::penelope::anonymous_namespace{store.cpp}::finalize_snapshot(), arachne::penelope::anonymous_namespace{store.cpp}::snapshot_from_directory(), and anonymous_namespace{main.cpp}::snapshot_json().
| std::filesystem::path arachne::penelope::snapshot_result::metadata_path |
| std::size_t arachne::penelope::snapshot_result::skipped_inputs { 0 } |
Definition at line 49 of file store.hpp.
Referenced by arachne::penelope::anonymous_namespace{store.cpp}::finalize_snapshot(), and anonymous_namespace{main.cpp}::snapshot_json().
| std::string arachne::penelope::snapshot_result::snapshot_id |
Definition at line 42 of file store.hpp.
Referenced by arachne::penelope::anonymous_namespace{store.cpp}::snapshot_from_directory(), and anonymous_namespace{main.cpp}::snapshot_json().