22 #ifndef Hypertable_Lib_TableCallback_h
23 #define Hypertable_Lib_TableCallback_h
84 #endif // Hypertable_Lib_TableCallback_h
void update_ok(TableMutatorAsync *mutator)
Callback method for successful mutations.
TableCallback(TableMutator *mutator)
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...
Represents an open table.
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.
Synchronous table scanner.
TableCallback(TableScanner *scanner)
void scan_ok(TableScannerAsync *scanner, ScanCellsPtr &cells)
Callback method for successful scan.
Represents an open table.
std::vector< FailedMutation > FailedMutations