Helper class for building a KeySpec. More...
#include <KeySpec.h>
Public Member Functions | |
void | set_row (const std::string &row) |
void | set_column_family (const std::string &cf) |
void | set_column_qualifier (const std::string &cq) |
void | set_timestamp (int64_t timestamp) |
void | set_flag (uint8_t flag_) |
void | clear () |
Clears the state. More... | |
KeySpec & | get () |
Returns the built KeySpec object. More... | |
Private Attributes | |
std::vector< String > | m_strings |
KeySpec | m_key_spec |
Helper class for building a KeySpec.
This class manages the allocation of all string members.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
private |