|
using | Entry = std::tuple< std::string, std::variant< int, float, bool, std::string >, minhton::NodeData::ValueType > |
|
|
| Minhton (NeighborCallbackFct fct, const ConfigNode &config) |
|
void | insert (const std::vector< Entry > &data) |
|
void | update (const std::vector< Entry > &data) |
|
void | remove (const std::vector< std::string > &keys) |
|
std::future< FindResult > | find (const FindQuery &query) |
|
State | getState () |
|
MinhtonNode & | getNode () |
|
void | stop () |
|
The documentation for this class was generated from the following files:
- minhton/include/minhton/core/minhton.h
- minhton/src/core/minhton.cpp