|
VeloGraphX
High-performance dynamic graph analytics in C++20
|
#include <io_uring_prefetch.hpp>
Static Public Member Functions | |
| static constexpr bool | compiled () noexcept |
| static IoUringPrefetchResult | prefetch (const std::filesystem::path &path, std::size_t max_bytes=1U<< 20U) noexcept |
Definition at line 25 of file io_uring_prefetch.hpp.
|
inlinestaticconstexprnoexcept |
Definition at line 27 of file io_uring_prefetch.hpp.
Referenced by velographx::AsyncPartitionLoader::io_uring_prefetch_compiled(), and prefetch().
|
inlinestaticnoexcept |
Definition at line 35 of file io_uring_prefetch.hpp.
References velographx::IoUringPrefetchResult::attempted, velographx::IoUringPrefetchResult::bytes_requested, velographx::IoUringPrefetchResult::compiled, compiled(), velographx::IoUringPrefetchResult::error_code, and velographx::IoUringPrefetchResult::succeeded.