Thrill  0.1
block_scheduler_algorithm_offline_lru_prefetching< SwappableBlockType >::scheduled_block_meta Struct Reference

Detailed Description

template<class SwappableBlockType>
struct foxxll::block_scheduler_algorithm_offline_lru_prefetching< SwappableBlockType >::scheduled_block_meta

Definition at line 1207 of file block_scheduler.hpp.

+ Collaboration diagram for block_scheduler_algorithm_offline_lru_prefetching< SwappableBlockType >::scheduled_block_meta:

#include <block_scheduler.hpp>

Public Member Functions

 scheduled_block_meta (block_scheduler_operation op)
 

Public Attributes

std::pair< bool, swappable_block_identifier_typegiver
 
std::deque< block_scheduler_operationoperations
 
request_ptr read_req
 
internal_block_typereserved_iblock
 

Constructor & Destructor Documentation

◆ scheduled_block_meta()

Definition at line 1214 of file block_scheduler.hpp.

Member Data Documentation

◆ giver

std::pair<bool, swappable_block_identifier_type> giver

Definition at line 1210 of file block_scheduler.hpp.

◆ operations

std::deque<block_scheduler_operation> operations

Definition at line 1212 of file block_scheduler.hpp.

◆ read_req

request_ptr read_req

Definition at line 1211 of file block_scheduler.hpp.

◆ reserved_iblock

internal_block_type* reserved_iblock

Definition at line 1209 of file block_scheduler.hpp.


The documentation for this struct was generated from the following file: