|
VeloGraphX
High-performance dynamic graph analytics in C++20
|
#include <partition_file.hpp>
Static Public Member Functions | |
| static void | write (const std::filesystem::path &path, std::uint64_t partition_id, const std::vector< std::uint8_t > &payload) |
| static std::vector< std::uint8_t > | read (const std::filesystem::path &path, std::uint64_t expected_partition_id) |
| static std::vector< std::uint8_t > | read_mmap_or_fallback (const std::filesystem::path &path, std::uint64_t expected_partition_id, bool *used_mmap=nullptr) |
Definition at line 28 of file partition_file.hpp.
|
inlinestatic |
Definition at line 46 of file partition_file.hpp.
Referenced by read_mmap_or_fallback().
|
inlinestatic |
Definition at line 59 of file partition_file.hpp.
References read().
Referenced by velographx::AsyncPartitionLoader::load(), and velographx::AsyncPartitionLoader::prefetch().
|
inlinestatic |
Definition at line 30 of file partition_file.hpp.
References velographx::PartitionFileHeader::partition_id, and velographx::PartitionFileHeader::payload_bytes.