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::Ranger::Callback::RangeLoad Class Reference

#include <swcdb/ranger/callbacks/RangeLoad.h>

+ Inheritance diagram for SWC::Ranger::Callback::RangeLoad:
+ Collaboration diagram for SWC::Ranger::Callback::RangeLoad:

Public Types

typedef std::shared_ptr< RangeLoadPtr
 
- Public Types inherited from SWC::Ranger::Callback::ManageBase
enum  Action {
  RANGE_LOAD,
  RANGE_UNLOAD,
  RANGE_UNLOAD_INTERNAL,
  COLUMNS_UNLOAD,
  COLUMN_DELETE
}
 
typedef std::shared_ptr< ManageBasePtr
 
- Public Types inherited from SWC::Comm::ResponseCallback
typedef std::shared_ptr< ResponseCallbackPtr
 

Public Member Functions

 RangeLoad (const Comm::ConnHandlerPtr &conn, const Comm::Event::Ptr &ev, const cid_t cid, const rid_t rid) noexcept
 
 RangeLoad (RangeLoad &&)=delete
 
 RangeLoad (const RangeLoad &)=delete
 
RangeLoadoperator= (RangeLoad &&)=delete
 
RangeLoadoperator= (const RangeLoad &)=delete
 
virtual ~RangeLoad () noexcept
 
void loaded (int &err)
 
- Public Member Functions inherited from SWC::Ranger::Callback::ManageBase
SWC_CAN_INLINE ManageBase (const Comm::ConnHandlerPtr &conn, const Comm::Event::Ptr &ev, Action a_action)
 
virtual ~ManageBase () noexcept
 
- Public Member Functions inherited from SWC::Comm::ResponseCallback
 ResponseCallback (const ConnHandlerPtr &conn, const Event::Ptr &ev)
 
virtual ~ResponseCallback () noexcept
 
virtual void run ()
 
virtual bool expired (int64_t within=0) const noexcept
 
virtual void response (int &err)
 
virtual void response_ok ()
 
virtual void send_error (int err, const std::string &msg)
 

Public Attributes

const cid_t cid
 
const rid_t rid
 
ColumnPtr col
 
- Public Attributes inherited from SWC::Ranger::Callback::ManageBase
Action action
 

Additional Inherited Members

- Protected Attributes inherited from SWC::Comm::ResponseCallback
ConnHandlerPtr m_conn
 
Event::Ptr m_ev
 

Detailed Description

Definition at line 13 of file RangeLoad.h.

Member Typedef Documentation

◆ Ptr

Definition at line 16 of file RangeLoad.h.

Constructor & Destructor Documentation

◆ RangeLoad() [1/3]

SWC_CAN_INLINE SWC::Ranger::Callback::RangeLoad::RangeLoad ( const Comm::ConnHandlerPtr conn,
const Comm::Event::Ptr ev,
const cid_t  cid,
const rid_t  rid 
)
noexcept

Definition at line 13 of file RangeLoad.cc.

◆ RangeLoad() [2/3]

SWC::Ranger::Callback::RangeLoad::RangeLoad ( RangeLoad &&  )
delete

◆ RangeLoad() [3/3]

SWC::Ranger::Callback::RangeLoad::RangeLoad ( const RangeLoad )
delete

◆ ~RangeLoad()

virtual SWC::Ranger::Callback::RangeLoad::~RangeLoad ( )
inlinevirtualnoexcept

Definition at line 31 of file RangeLoad.h.

Member Function Documentation

◆ loaded()

◆ operator=() [1/2]

RangeLoad& SWC::Ranger::Callback::RangeLoad::operator= ( const RangeLoad )
delete

◆ operator=() [2/2]

RangeLoad& SWC::Ranger::Callback::RangeLoad::operator= ( RangeLoad &&  )
delete

Member Data Documentation

◆ cid

const cid_t SWC::Ranger::Callback::RangeLoad::cid

Definition at line 18 of file RangeLoad.h.

Referenced by loaded().

◆ col

ColumnPtr SWC::Ranger::Callback::RangeLoad::col

Definition at line 21 of file RangeLoad.h.

Referenced by loaded().

◆ rid

const rid_t SWC::Ranger::Callback::RangeLoad::rid

Definition at line 19 of file RangeLoad.h.

Referenced by loaded().


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