SHOGUN
6.0.0
|
Class that holds block-details for the data-fetchers. There are one instance of this class per fetcher.
Definition at line 46 of file BlockwiseDetails.h.
Public Member Functions | |
BlockwiseDetails () | |
BlockwiseDetails & | with_blocksize (index_t blocksize) |
BlockwiseDetails & | with_num_blocks_per_burst (index_t num_blocks_per_burst) |
Friends | |
class | DataFetcher |
class | StreamingDataFetcher |
class | DataManager |
BlockwiseDetails | ( | ) |
Default constructor.
Definition at line 36 of file BlockwiseDetails.cpp.
BlockwiseDetails & with_blocksize | ( | index_t | blocksize | ) |
Method that sets the blocksize for current fetcher.
blocksize | the size of the block |
Definition at line 42 of file BlockwiseDetails.cpp.
BlockwiseDetails & with_num_blocks_per_burst | ( | index_t | num_blocks_per_burst | ) |
Method that sets the number of blocks to be fetched per burst for current fetcher.
num_blocks_per_burst | the number of blocks to be fetched per burst |
Definition at line 49 of file BlockwiseDetails.cpp.
|
friend |
Definition at line 48 of file BlockwiseDetails.h.
|
friend |
Definition at line 50 of file BlockwiseDetails.h.
|
friend |
Definition at line 49 of file BlockwiseDetails.h.