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 (int *pipe, unsigned char id, std::shared_ptr< Chunk > c_c, std::shared_ptr< Chunk > m_c) | |
Public Attributes | |
std::shared_ptr< Chunk > | child_chunk |
int * | fds |
std::shared_ptr< Chunk > | master_chunk |
unsigned char | tid |
Chunk data insert args for use with pthreads. Used for reading contiguous data in parallel.
Definition at line 274 of file DmrppArray.h.
|
inline |
Definition at line 280 of file DmrppArray.h.
|
inline |
Definition at line 283 of file DmrppArray.h.
std::shared_ptr<Chunk> dmrpp::one_child_chunk_args::child_chunk |
Definition at line 277 of file DmrppArray.h.
int* dmrpp::one_child_chunk_args::fds |
Definition at line 275 of file DmrppArray.h.
std::shared_ptr<Chunk> dmrpp::one_child_chunk_args::master_chunk |
Definition at line 278 of file DmrppArray.h.
unsigned char dmrpp::one_child_chunk_args::tid |
Definition at line 276 of file DmrppArray.h.