|
VeloGraphX
High-performance dynamic graph analytics in C++20
|
#include <io_uring_prefetch.hpp>
Public Attributes | |
| bool | compiled {false} |
| bool | attempted {false} |
| bool | succeeded {false} |
| std::size_t | bytes_requested {0} |
| int | error_code {0} |
Definition at line 17 of file io_uring_prefetch.hpp.
| bool velographx::IoUringPrefetchResult::attempted {false} |
Definition at line 19 of file io_uring_prefetch.hpp.
Referenced by velographx::IoUringPrefetchAdvisor::prefetch().
| std::size_t velographx::IoUringPrefetchResult::bytes_requested {0} |
Definition at line 21 of file io_uring_prefetch.hpp.
Referenced by velographx::IoUringPrefetchAdvisor::prefetch().
| bool velographx::IoUringPrefetchResult::compiled {false} |
Definition at line 18 of file io_uring_prefetch.hpp.
Referenced by velographx::IoUringPrefetchAdvisor::prefetch().
| int velographx::IoUringPrefetchResult::error_code {0} |
Definition at line 22 of file io_uring_prefetch.hpp.
Referenced by velographx::IoUringPrefetchAdvisor::prefetch().
| bool velographx::IoUringPrefetchResult::succeeded {false} |
Definition at line 20 of file io_uring_prefetch.hpp.
Referenced by velographx::IoUringPrefetchAdvisor::prefetch().