45 HT_INFOF(
"relinquish_acknowledge(%s)", label.c_str());
50 HT_WARN_OUT <<
"Master::relinquish_acknowledge(" << label <<
") error - " << e <<
HT_END;
54 HT_INFOF(
"Successfully relinquished %s", label.c_str());
65 uint16_t definition_version) {
66 if (definition_version <= 2) {
char * decode_vstr(const uint8_t **bufp, size_t *remainp)
Decode a vstr (vint64, data, null).
std::string String
A String is simply a typedef to std::string.
String format(const char *fmt,...)
Returns a String using printf like format facilities Vanilla snprintf is about 1.5x faster than this...
virtual size_t encoded_length() const
Returns serialized object length.
size_t encoded_length_vstr(size_t len)
Computes the encoded length of vstr (vint64, data, null)
uint64_t decode_i64(const uint8_t **bufp, size_t *remainp)
Decode a 64-bit integer in little-endian order.
virtual void encode(uint8_t **bufp) const
Writes serialized representation of object to a buffer.
static Hypertable::Lib::Master::ClientPtr master_client
Compatibility Macros for C/C++.
void encode_i64(uint8_t **bufp, uint64_t val)
Encode a 64-bit integer in little-endian order.
Functions to serialize/deserialize primitives to/from a memory buffer.
virtual void decode(const uint8_t **bufp, size_t *remainp)
Reads serialized representation of object from a buffer.
void encode_vstr(uint8_t **bufp, const void *buf, size_t len)
Encode a buffer as variable length string (vint64, data, null)
static void immovable_range_set_add(const TableIdentifier &table, const RangeSpec &spec)
long long int Lld
Shortcut for printf formats.
void legacy_decode(const uint8_t **bufp, size_t *remainp, BalancePlan *plan)
#define HT_INFOF(msg,...)
This is a generic exception class for Hypertable.
static void immovable_range_set_remove(const TableIdentifier &table, const RangeSpec &spec)