 |
SWC-DB
v0.5.12 C++ documentations
SWC-DB© (Super Wide Column Database) - High Performance Scalable Database (https://github.com/kashirin-alex/swc-db)
|
Go to the documentation of this file.
7 #ifndef swcdb_fsbroker_handlers_Flush_h
8 #define swcdb_fsbroker_handlers_Flush_h
13 namespace SWC {
namespace Comm {
namespace Protocol {
14 namespace FsBroker {
namespace Handler {
22 const uint8_t *ptr = ev->data.base;
23 size_t remain = ev->data.size;
26 params.
decode(&ptr, &remain);
43 conn->send_response(cbp);
50 #endif // swcdb_fsbroker_handlers_Flush_h
constexpr SWC_CAN_INLINE int code() const noexcept
#define SWC_LOG_OUT(pr, _code_)
SWC_CAN_INLINE FS::SmartFd::Ptr select(int32_t fd) noexcept
#define SWC_CURRENT_EXCEPTION(_msg_)
The SWC-DB C++ namespace 'SWC'.
static SWC_CAN_INLINE FS::FileSystem::Ptr & fs() noexcept
std::shared_ptr< ConnHandler > ConnHandlerPtr
static SWC_CAN_INLINE Ptr make(uint32_t reserve=0)
void flush(const ConnHandlerPtr &conn, const Event::Ptr &ev)
void decode(const uint8_t **bufp, size_t *remainp)
std::shared_ptr< Event > Ptr
static SWC_CAN_INLINE SWC::FsBroker::Fds & fds() noexcept