Tracks outstanding RangeServer recover requests.
More...
#include <RecoveryStepFuture.h>
Tracks outstanding RangeServer recover requests.
Definition at line 42 of file RecoveryStepFuture.h.
Hypertable::RecoveryStepFuture::RecoveryStepFuture |
( |
const String & |
label, |
|
|
int |
plan_generation |
|
) |
| |
|
inline |
void Hypertable::RecoveryStepFuture::failure |
( |
const String & |
location, |
|
|
int |
plan_generation, |
|
|
int32_t |
error, |
|
|
const String & |
message |
|
) |
| |
|
inline |
void Hypertable::RecoveryStepFuture::get_error_map |
( |
ErrorMapT & |
error_map | ) |
|
|
inline |
void Hypertable::RecoveryStepFuture::register_locations |
( |
StringSet & |
locations | ) |
|
|
inline |
void Hypertable::RecoveryStepFuture::status |
( |
const String & |
location, |
|
|
int |
plan_generation |
|
) |
| |
|
inline |
void Hypertable::RecoveryStepFuture::success |
( |
const String & |
location, |
|
|
int |
plan_generation |
|
) |
| |
|
inline |
bool Hypertable::RecoveryStepFuture::wait_for_completion |
( |
uint32_t |
initial_timeout | ) |
|
|
inline |
std::condition_variable Hypertable::RecoveryStepFuture::m_cond |
|
protected |
ErrorMapT Hypertable::RecoveryStepFuture::m_error_map |
|
protected |
bool Hypertable::RecoveryStepFuture::m_extend_timeout |
|
protected |
String Hypertable::RecoveryStepFuture::m_label |
|
protected |
std::mutex Hypertable::RecoveryStepFuture::m_mutex |
|
protected |
StringSet Hypertable::RecoveryStepFuture::m_outstanding |
|
protected |
int Hypertable::RecoveryStepFuture::m_plan_generation |
|
protected |
StringSet Hypertable::RecoveryStepFuture::m_success |
|
protected |
The documentation for this class was generated from the following file: