GPUdb C++ API
Version 7.1.10.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) | |
WorkerList () | |
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 79 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 69 of file GPUdbMultiHeadIOUtils.h.
|
inline |
Definition at line 80 of file GPUdbMultiHeadIOUtils.h.
|
inline |
Definition at line 84 of file GPUdbMultiHeadIOUtils.h.
|
inline |
Definition at line 81 of file GPUdbMultiHeadIOUtils.h.
|
inline |
Definition at line 76 of file GPUdbMultiHeadIOUtils.h.
std::string gpudb::WorkerList::toString | ( | ) | const |