22 #ifndef Hypertable_RangeServer_LoadMetricsRange_h
23 #define Hypertable_RangeServer_LoadMetricsRange_h
41 std::lock_guard<std::mutex> lock(
m_mutex);
49 uint64_t disk_used, uint64_t memory_used,
50 double compression_ratio);
70 #endif // Hypertable_RangeServer_LoadMetricsRange_h
std::string String
A String is simply a typedef to std::string.
void change_rows(const String &start_row, const String &end_row)
A dynamic, resizable and reference counted memory buffer.
Provides the ability to mutate a table in the form of adding and deleting rows and cells...
A dynamic, resizable memory buffer.
LoadMetricsRange(const String &table_id, const String &start_row, const String &end_row)
A String class based on std::string.
LoadFactors m_load_factors
void compute_and_store(TableMutator *mutator, time_t now, LoadFactors &load_factors, uint64_t disk_used, uint64_t memory_used, double compression_ratio)
Value format for version 1:
void initialize(const String &table_id, const String &start_row, const String &end_row)