35 const string &error_msg,
bool eos) {
void update_ok(TableMutatorAsync *mutator)
Callback method for successful mutations.
Asynchronous table scanner.
void scan_error(TableScannerAsync *scanner, int error, const std::string &error_msg, bool eos)
Callback method for scan errors.
void update_error(TableMutatorAsync *mutator, int error, FailedMutations &failures)
Callback method for mutation errors.
Provides the ability to mutate a table in the form of adding and deleting rows and cells...
std::shared_ptr< ScanCells > ScanCellsPtr
Smart pointer to ScanCells.
Compatibility Macros for C/C++.
void scan_ok(TableScannerAsync *scanner, ScanCellsPtr &cells)
Callback method for successful scan.
void update_error(int error, FailedMutations &failures)
void scan_error(int error, const std::string &error_msg)
Callback for scan errors.
std::vector< FailedMutation > FailedMutations
void scan_ok(ScanCellsPtr &cells)
Callback for successful scan.