22 #ifndef Hypertable_Lib_TableMutatorAsyncCompletionCounter_h
23 #define Hypertable_Lib_TableMutatorAsyncCompletionCounter_h
43 void set(
size_t count) {
44 std::lock_guard<std::mutex> lock(
m_mutex);
51 std::lock_guard<std::mutex> lock(
m_mutex);
79 #endif // Hypertable_Lib_TableMutatorAsyncCompletionCounter_h
Tracks outstanding RangeServer update requests.
Time related declarations.
TableMutatorAsyncCompletionCounter()