Thrill
0.1
|
Simple randomized parallel disk block allocation scheme functor.
Definition at line 92 of file block_alloc_strategy.hpp.
#include <block_alloc_strategy.hpp>
Public Member Functions | |
simple_random (size_t begin, size_t end) | |
simple_random () | |
size_t | operator() (size_t i) const |
Public Member Functions inherited from striping | |
striping (size_t begin, size_t end) | |
striping () | |
size_t | operator() (size_t i) const |
Static Public Member Functions | |
static const char * | name () |
Static Public Member Functions inherited from striping | |
static const char * | name () |
Private Member Functions | |
void | init () |
Private Attributes | |
size_t | offset |
Additional Inherited Members | |
Public Attributes inherited from striping | |
size_t | begin_ |
size_t | diff_ |
|
inline |
Definition at line 104 of file block_alloc_strategy.hpp.
|
inline |
Definition at line 109 of file block_alloc_strategy.hpp.
|
inlineprivate |
Definition at line 97 of file block_alloc_strategy.hpp.
|
inlinestatic |
Definition at line 119 of file block_alloc_strategy.hpp.
|
inline |
Definition at line 114 of file block_alloc_strategy.hpp.
|
private |
Definition at line 95 of file block_alloc_strategy.hpp.