GPUdb C++ API  Version 6.2.0.3
gpudb::WorkerList Class Reference

#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
 

Detailed Description

Definition at line 22 of file GPUdbMultiHeadIOUtils.h.

Member Typedef Documentation

◆ const_iterator

typedef worker_list::const_iterator gpudb::WorkerList::const_iterator

Definition at line 74 of file GPUdbMultiHeadIOUtils.h.

Constructor & Destructor Documentation

◆ WorkerList() [1/2]

gpudb::WorkerList::WorkerList ( const GPUdb gpudb)

◆ WorkerList() [2/2]

gpudb::WorkerList::WorkerList ( const GPUdb gpudb,
const std::string &  ip_regex_str 
)

Member Function Documentation

◆ begin()

const_iterator gpudb::WorkerList::begin ( ) const
inline

Definition at line 75 of file GPUdbMultiHeadIOUtils.h.

◆ empty()

bool gpudb::WorkerList::empty ( ) const
inline

Definition at line 79 of file GPUdbMultiHeadIOUtils.h.

◆ end()

const_iterator gpudb::WorkerList::end ( ) const
inline

Definition at line 76 of file GPUdbMultiHeadIOUtils.h.

◆ size()

size_t gpudb::WorkerList::size ( ) const
inline

Definition at line 71 of file GPUdbMultiHeadIOUtils.h.

◆ toString()

std::string gpudb::WorkerList::toString ( ) const

The documentation for this class was generated from the following file: