SWC-DB  v0.5.12 C++ documentations
SWC-DB© (Super Wide Column Database) - High Performance Scalable Database (https://github.com/kashirin-alex/swc-db)
SWC::Comm::Protocol::Bkr::Req::CellsSelect< DataT > Class Template Referencefinal

#include <swcdb/db/Protocol/Bkr/req/CellsSelect.h>

+ Inheritance diagram for SWC::Comm::Protocol::Bkr::Req::CellsSelect< DataT >:
+ Collaboration diagram for SWC::Comm::Protocol::Bkr::Req::CellsSelect< DataT >:

Public Types

typedef std::shared_ptr< CellsSelectPtr
 
- Public Types inherited from SWC::Comm::client::ConnQueueReqBase
typedef std::shared_ptr< ConnQueueReqBasePtr
 
- Public Types inherited from SWC::Comm::DispatchHandler
typedef std::shared_ptr< DispatchHandlerPtr
 

Public Member Functions

 CellsSelect (CellsSelect &&)=delete
 
 CellsSelect (const CellsSelect &)=delete
 
CellsSelectoperator= (CellsSelect &&)=delete
 
CellsSelectoperator= (const CellsSelect &)=delete
 
virtual ~CellsSelect () noexcept
 
bool run () override
 
bool valid () override
 
void handle_no_conn () override
 
void handle (ConnHandlerPtr, const Event::Ptr &ev) override
 
- Public Member Functions inherited from SWC::Comm::client::ConnQueueReqBase
SWC_CAN_INLINE ConnQueueReqBase (Buffers::Ptr &&a_cbp) noexcept
 
SWC_CAN_INLINE ConnQueueReqBase (Buffers::Ptr &&a_cbp, const ConnQueuePtr &a_queue) noexcept
 
SWC_CAN_INLINE Ptr req () noexcept
 
virtual bool insistent () noexcept
 
void request_again ()
 
void print (std::ostream &out)
 

Static Public Member Functions

template<typename... DataArgsT>
static SWC_CAN_INLINE Ptr make (const Params::CellsSelectReqRef &params, const uint32_t timeout, DataArgsT &&... args)
 
template<typename... DataArgsT>
static SWC_CAN_INLINE void request (const Params::CellsSelectReqRef &params, const uint32_t timeout, DataArgsT &&... args)
 

Public Attributes

DataT data
 
- Public Attributes inherited from SWC::Comm::client::ConnQueueReqBase
Buffers::Ptr cbp
 
ConnQueuePtr queue
 

Protected Member Functions

template<typename... DataArgsT>
SWC_CAN_INLINE CellsSelect (const Params::CellsSelectReqRef &params, const uint32_t timeout, DataArgsT &&... args)
 
- Protected Member Functions inherited from SWC::Comm::client::ConnQueueReqBase
virtual ~ConnQueueReqBase () noexcept
 
- Protected Member Functions inherited from SWC::Comm::DispatchHandler
virtual ~DispatchHandler () noexcept
 

Private Attributes

SWC::client::Brokers::BrokerIdx _bkr_idx
 

Detailed Description

template<typename DataT>
class SWC::Comm::Protocol::Bkr::Req::CellsSelect< DataT >

Definition at line 20 of file CellsSelect.h.

Member Typedef Documentation

◆ Ptr

template<typename DataT >
typedef std::shared_ptr<CellsSelect> SWC::Comm::Protocol::Bkr::Req::CellsSelect< DataT >::Ptr

Definition at line 23 of file CellsSelect.h.

Constructor & Destructor Documentation

◆ CellsSelect() [1/3]

template<typename DataT >
SWC::Comm::Protocol::Bkr::Req::CellsSelect< DataT >::CellsSelect ( CellsSelect< DataT > &&  )
delete

Referenced by SWC::Comm::Protocol::Bkr::Req::CellsSelect< DataT >::make().

+ Here is the caller graph for this function:

◆ CellsSelect() [2/3]

template<typename DataT >
SWC::Comm::Protocol::Bkr::Req::CellsSelect< DataT >::CellsSelect ( const CellsSelect< DataT > &  )
delete

◆ ~CellsSelect()

template<typename DataT >
virtual SWC::Comm::Protocol::Bkr::Req::CellsSelect< DataT >::~CellsSelect ( )
inlinevirtualnoexcept

Definition at line 49 of file CellsSelect.h.

◆ CellsSelect() [3/3]

template<typename DataT >
template<typename... DataArgsT>
SWC_CAN_INLINE SWC::Comm::Protocol::Bkr::Req::CellsSelect< DataT >::CellsSelect ( const Params::CellsSelectReqRef params,
const uint32_t  timeout,
DataArgsT &&...  args 
)
inlineprotected

Definition at line 79 of file CellsSelect.h.

Member Function Documentation

◆ handle()

template<typename DataT >
void SWC::Comm::Protocol::Bkr::Req::CellsSelect< DataT >::handle ( ConnHandlerPtr  ,
const Event::Ptr ev 
)
inlineoverridevirtual

Implements SWC::Comm::DispatchHandler.

Definition at line 68 of file CellsSelect.h.

References SWC::Comm::Protocol::Bkr::Req::CellsSelect< DataT >::data, and SWC::Comm::client::ConnQueueReqBase::req().

+ Here is the call graph for this function:

◆ handle_no_conn()

template<typename DataT >
void SWC::Comm::Protocol::Bkr::Req::CellsSelect< DataT >::handle_no_conn ( )
inlineoverridevirtual

◆ make()

template<typename DataT >
template<typename... DataArgsT>
static SWC_CAN_INLINE Ptr SWC::Comm::Protocol::Bkr::Req::CellsSelect< DataT >::make ( const Params::CellsSelectReqRef params,
const uint32_t  timeout,
DataArgsT &&...  args 
)
inlinestatic

Definition at line 28 of file CellsSelect.h.

References SWC::Comm::Protocol::Bkr::Req::CellsSelect< DataT >::CellsSelect().

Referenced by SWC::Comm::Protocol::Bkr::Req::CellsSelect< DataT >::request().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ operator=() [1/2]

template<typename DataT >
CellsSelect& SWC::Comm::Protocol::Bkr::Req::CellsSelect< DataT >::operator= ( CellsSelect< DataT > &&  )
delete

◆ operator=() [2/2]

template<typename DataT >
CellsSelect& SWC::Comm::Protocol::Bkr::Req::CellsSelect< DataT >::operator= ( const CellsSelect< DataT > &  )
delete

◆ request()

template<typename DataT >
template<typename... DataArgsT>
static SWC_CAN_INLINE void SWC::Comm::Protocol::Bkr::Req::CellsSelect< DataT >::request ( const Params::CellsSelectReqRef params,
const uint32_t  timeout,
DataArgsT &&...  args 
)
inlinestatic

Definition at line 37 of file CellsSelect.h.

References SWC::Comm::Protocol::Bkr::Req::CellsSelect< DataT >::make().

Referenced by SWC::client::Query::Select::BrokerScanner::select().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ run()

template<typename DataT >
bool SWC::Comm::Protocol::Bkr::Req::CellsSelect< DataT >::run ( )
inlineoverridevirtual

Reimplemented from SWC::Comm::DispatchHandler.

Definition at line 51 of file CellsSelect.h.

References SWC::Comm::Protocol::Bkr::Req::CellsSelect< DataT >::_bkr_idx, SWC::Comm::Protocol::Bkr::Req::CellsSelect< DataT >::data, and SWC::Comm::client::ConnQueueReqBase::req().

Referenced by SWC::Comm::Protocol::Bkr::Req::CellsSelect< DataT >::handle_no_conn().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ valid()

template<typename DataT >
bool SWC::Comm::Protocol::Bkr::Req::CellsSelect< DataT >::valid ( )
inlineoverridevirtual

Member Data Documentation

◆ _bkr_idx

◆ data


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