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_super_chunk_args (std::shared_ptr< SuperChunk > sc, DmrppArray *a) | |
Public Attributes | |
DmrppArray * | array |
std::thread::id | parent_thread_id |
std::shared_ptr< SuperChunk > | super_chunk |
Args for threads that process SuperChunks, constrained or not.
Definition at line 260 of file DmrppArray.h.
|
inline |
Definition at line 265 of file DmrppArray.h.
DmrppArray* dmrpp::one_super_chunk_args::array |
Definition at line 263 of file DmrppArray.h.
std::thread::id dmrpp::one_super_chunk_args::parent_thread_id |
Definition at line 261 of file DmrppArray.h.
std::shared_ptr<SuperChunk> dmrpp::one_super_chunk_args::super_chunk |
Definition at line 262 of file DmrppArray.h.