Fragment replay plan.
More...
#include <FragmentReplayPlan.h>
Fragment replay plan.
Definition at line 51 of file FragmentReplayPlan.h.
Hypertable::Lib::RangeServerRecovery::FragmentReplayPlan::FragmentReplayPlan |
( |
const string & |
location, |
|
|
uint32_t |
fragment = 0 |
|
) |
| |
|
inline |
Hypertable::Lib::RangeServerRecovery::FragmentReplayPlan::FragmentReplayPlan |
( |
uint32_t |
fragment | ) |
|
|
inline |
Hypertable::Lib::RangeServerRecovery::FragmentReplayPlan::FragmentReplayPlan |
( |
| ) |
|
|
inline |
void FragmentReplayPlan::decode_internal |
( |
uint8_t |
version, |
|
|
const uint8_t ** |
bufp, |
|
|
size_t * |
remainp |
|
) |
| |
|
overridevirtual |
Reads serialized representation of object from a buffer.
- Parameters
-
version | Encoding version |
bufp | Address of destination buffer pointer (advanced by call) |
remainp | Address of integer holding amount of serialized object remaining |
- See also
- encode_internal() for encoding format
Implements Hypertable::Serializable.
Definition at line 66 of file FragmentReplayPlan.cc.
void FragmentReplayPlan::encode_internal |
( |
uint8_t ** |
bufp | ) |
const |
|
overridevirtual |
Writes serialized representation of object to a buffer.
- Parameters
-
bufp | Address of destination buffer pointer (advanced by call) |
Encoding is as follows:
Encoding | Description |
vstr | Server location (proxy name) |
i32 | Fragment ID |
Implements Hypertable::Serializable.
Definition at line 61 of file FragmentReplayPlan.cc.
size_t FragmentReplayPlan::encoded_length_internal |
( |
| ) |
const |
|
overridevirtual |
uint8_t FragmentReplayPlan::encoding_version |
( |
| ) |
const |
|
overridevirtual |
uint32_t Hypertable::Lib::RangeServerRecovery::FragmentReplayPlan::fragment {} |
string Hypertable::Lib::RangeServerRecovery::FragmentReplayPlan::location |
The documentation for this class was generated from the following files: