Declarations for MaintenanceScheduler. More...
#include <Hypertable/RangeServer/MaintenancePrioritizerLogCleanup.h>
#include <Hypertable/RangeServer/MaintenancePrioritizerLowMemory.h>
#include <Hypertable/RangeServer/LoadStatistics.h>
#include <Hypertable/RangeServer/TableInfoMap.h>
#include <chrono>
#include <memory>
#include <mutex>
#include <set>
Go to the source code of this file.
Classes | |
class | Hypertable::MaintenanceScheduler |
Schedules range server maintenance. More... | |
Namespaces | |
Hypertable | |
Hypertable definitions | |
Typedefs | |
typedef std::shared_ptr < MaintenanceScheduler > | Hypertable::MaintenanceSchedulerPtr |
Smart pointer to MaintenanceScheduler. More... | |
Declarations for MaintenanceScheduler.
This file contains type declarations for MaintenanceScheduler, a class for scheduling range server maintenance (e.g. compactions, splits, memory purging, ...).
Definition in file MaintenanceScheduler.h.