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::Mngr::Req::RgrUpdate Class Reference

#include <swcdb/manager/Protocol/Mngr/req/RgrUpdate.h>

+ Inheritance diagram for SWC::Comm::Protocol::Mngr::Req::RgrUpdate:
+ Collaboration diagram for SWC::Comm::Protocol::Mngr::Req::RgrUpdate:

Public Types

typedef std::shared_ptr< RgrUpdatePtr
 
- 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

SWC_CAN_INLINE RgrUpdate (const Manager::RangerList &hosts, bool sync_all)
 
 RgrUpdate (RgrUpdate &&)=delete
 
 RgrUpdate (const RgrUpdate &)=delete
 
RgrUpdateoperator= (RgrUpdate &&)=delete
 
RgrUpdateoperator= (const RgrUpdate &)=delete
 
virtual ~RgrUpdate () noexcept
 
bool insistent () noexcept override
 
void handle_no_conn () override
 
void handle (ConnHandlerPtr conn, 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
 
void request_again ()
 
void print (std::ostream &out)
 
- Public Member Functions inherited from SWC::Comm::DispatchHandler
virtual bool run ()
 
virtual bool valid ()
 

Additional Inherited Members

- Public Attributes inherited from SWC::Comm::client::ConnQueueReqBase
Buffers::Ptr cbp
 
ConnQueuePtr queue
 
- Protected Member Functions inherited from SWC::Comm::client::ConnQueueReqBase
virtual ~ConnQueueReqBase () noexcept
 
- Protected Member Functions inherited from SWC::Comm::DispatchHandler
virtual ~DispatchHandler () noexcept
 

Detailed Description

Definition at line 15 of file RgrUpdate.h.

Member Typedef Documentation

◆ Ptr

Definition at line 17 of file RgrUpdate.h.

Constructor & Destructor Documentation

◆ RgrUpdate() [1/3]

SWC_CAN_INLINE SWC::Comm::Protocol::Mngr::Req::RgrUpdate::RgrUpdate ( const Manager::RangerList hosts,
bool  sync_all 
)
inline

Definition at line 20 of file RgrUpdate.h.

◆ RgrUpdate() [2/3]

SWC::Comm::Protocol::Mngr::Req::RgrUpdate::RgrUpdate ( RgrUpdate &&  )
delete

◆ RgrUpdate() [3/3]

SWC::Comm::Protocol::Mngr::Req::RgrUpdate::RgrUpdate ( const RgrUpdate )
delete

◆ ~RgrUpdate()

virtual SWC::Comm::Protocol::Mngr::Req::RgrUpdate::~RgrUpdate ( )
inlinevirtualnoexcept

Definition at line 32 of file RgrUpdate.h.

Member Function Documentation

◆ handle()

void SWC::Comm::Protocol::Mngr::Req::RgrUpdate::handle ( ConnHandlerPtr  conn,
const Event::Ptr ev 
)
inlineoverridevirtual

Implements SWC::Comm::DispatchHandler.

Definition at line 38 of file RgrUpdate.h.

◆ handle_no_conn()

void SWC::Comm::Protocol::Mngr::Req::RgrUpdate::handle_no_conn ( )
inlineoverridevirtual

Implements SWC::Comm::DispatchHandler.

Definition at line 36 of file RgrUpdate.h.

◆ insistent()

bool SWC::Comm::Protocol::Mngr::Req::RgrUpdate::insistent ( )
inlineoverridevirtualnoexcept

Reimplemented from SWC::Comm::client::ConnQueueReqBase.

Definition at line 34 of file RgrUpdate.h.

◆ operator=() [1/2]

RgrUpdate& SWC::Comm::Protocol::Mngr::Req::RgrUpdate::operator= ( const RgrUpdate )
delete

◆ operator=() [2/2]

RgrUpdate& SWC::Comm::Protocol::Mngr::Req::RgrUpdate::operator= ( RgrUpdate &&  )
delete

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