GPUdb C++ API
Version 7.0.19.0
|
#include <gpudb/utils/GPUdbMultiHeadIOUtils.h>
Public Types | |
typedef worker_list::const_iterator | const_iterator |
Public Member Functions | |
WorkerList (const GPUdb &gpudb) | |
WorkerList (const GPUdb &gpudb, const std::string &ip_regex_str) | |
size_t | size () const |
const_iterator | begin () const |
const_iterator | end () const |
bool | empty () const |
std::string | toString () const |
Definition at line 22 of file GPUdbMultiHeadIOUtils.h.
typedef worker_list::const_iterator gpudb::WorkerList::const_iterator |
Definition at line 74 of file GPUdbMultiHeadIOUtils.h.
gpudb::WorkerList::WorkerList | ( | const GPUdb & | gpudb | ) |
gpudb::WorkerList::WorkerList | ( | const GPUdb & | gpudb, |
const std::string & | ip_regex_str | ||
) |
|
inline |
Definition at line 75 of file GPUdbMultiHeadIOUtils.h.
|
inline |
Definition at line 79 of file GPUdbMultiHeadIOUtils.h.
|
inline |
Definition at line 76 of file GPUdbMultiHeadIOUtils.h.
|
inline |
Definition at line 71 of file GPUdbMultiHeadIOUtils.h.
std::string gpudb::WorkerList::toString | ( | ) | const |