#include <MaintenanceTask.h>
Definition at line 34 of file MaintenanceTask.h.
Hypertable::MaintenanceTask::MaintenanceTask |
( |
uint32_t |
_level, |
|
|
int |
_priority, |
|
|
std::chrono::time_point< std::chrono::steady_clock > & |
stime, |
|
|
RangePtr & |
range, |
|
|
const String & |
desc |
|
) |
| |
|
inline |
Hypertable::MaintenanceTask::MaintenanceTask |
( |
uint32_t |
_level, |
|
|
int |
_priority, |
|
|
const String & |
desc |
|
) |
| |
|
inline |
virtual Hypertable::MaintenanceTask::~MaintenanceTask |
( |
| ) |
|
|
inlinevirtual |
void Hypertable::MaintenanceTask::add_subtask |
( |
const void * |
obj, |
|
|
int |
flags |
|
) |
| |
|
inline |
String& Hypertable::MaintenanceTask::description |
( |
| ) |
|
|
inline |
virtual void Hypertable::MaintenanceTask::execute |
( |
| ) |
|
|
pure virtual |
int Hypertable::MaintenanceTask::get_priority |
( |
| ) |
|
|
inline |
Range* Hypertable::MaintenanceTask::get_range |
( |
| ) |
|
|
inline |
uint32_t Hypertable::MaintenanceTask::get_retry_delay |
( |
| ) |
|
|
inline |
bool Hypertable::MaintenanceTask::retry |
( |
| ) |
|
|
inline |
void Hypertable::MaintenanceTask::set_priority |
( |
int |
p | ) |
|
|
inline |
void Hypertable::MaintenanceTask::set_retry |
( |
bool |
retry | ) |
|
|
inline |
void Hypertable::MaintenanceTask::set_retry_delay |
( |
uint32_t |
delay | ) |
|
|
inline |
uint32_t Hypertable::MaintenanceTask::level |
String Hypertable::MaintenanceTask::m_description |
|
private |
RangePtr Hypertable::MaintenanceTask::m_range |
|
protected |
bool Hypertable::MaintenanceTask::m_retry {} |
|
private |
uint32_t Hypertable::MaintenanceTask::m_retry_delay_millis |
|
private |
int Hypertable::MaintenanceTask::priority |
std::chrono::time_point<std::chrono::steady_clock> Hypertable::MaintenanceTask::start_time |
The documentation for this class was generated from the following file: