bes Updated for version 3.21.1
The Backend Server (BES) is the lower two tiers of the Hyrax data server
|
#include <DmrppArray.h>
Public Member Functions | |
one_child_chunk_args_new (std::shared_ptr< Chunk > c_c, std::shared_ptr< Chunk > m_c) | |
Public Attributes | |
std::shared_ptr< Chunk > | child_chunk |
std::shared_ptr< Chunk > | the_one_chunk |
Chunk data insert args for use with pthreads. Used for reading contiguous data in parallel.
Definition at line 291 of file DmrppArray.h.
|
inline |
Definition at line 295 of file DmrppArray.h.
|
inline |
Definition at line 297 of file DmrppArray.h.
std::shared_ptr<Chunk> dmrpp::one_child_chunk_args_new::child_chunk |
Definition at line 292 of file DmrppArray.h.
std::shared_ptr<Chunk> dmrpp::one_child_chunk_args_new::the_one_chunk |
Definition at line 293 of file DmrppArray.h.