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

#include <gpudb/GPUdbIngestor.hpp>

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 34 of file GPUdbIngestor.hpp.

Member Typedef Documentation

◆ const_iterator

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

Definition at line 80 of file GPUdbIngestor.hpp.

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 81 of file GPUdbIngestor.hpp.

◆ empty()

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

Definition at line 85 of file GPUdbIngestor.hpp.

◆ end()

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

Definition at line 82 of file GPUdbIngestor.hpp.

◆ size()

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

Definition at line 77 of file GPUdbIngestor.hpp.

◆ toString()

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

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