0.9.8.10
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Namespaces | Functions
LegacyDecoder.h File Reference
#include <Hypertable/Lib/BalancePlan.h>
#include <Hypertable/Lib/QualifiedRangeSpec.h>
#include <Hypertable/Lib/RangeMoveSpec.h>
#include <Hypertable/Lib/RangeServerRecovery/Plan.h>
#include <Hypertable/Lib/RangeServerRecovery/ReceiverPlan.h>
#include <Hypertable/Lib/RangeServerRecovery/ReplayPlan.h>
#include <Hypertable/Lib/RangeSpec.h>
#include <Hypertable/Lib/RangeState.h>
#include <Hypertable/Lib/TableIdentifier.h>
Include dependency graph for LegacyDecoder.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 Hypertable
 Hypertable definitions
 

Functions

void Hypertable::legacy_decode (const uint8_t **bufp, size_t *remainp, BalancePlan *plan)
 
void Hypertable::legacy_decode (const uint8_t **bufp, size_t *remainp, TableIdentifier *tid)
 
void Hypertable::legacy_decode (const uint8_t **bufp, size_t *remainp, TableIdentifierManaged *tid)
 
void Hypertable::legacy_decode (const uint8_t **bufp, size_t *remainp, RangeSpec *spec)
 
void Hypertable::legacy_decode (const uint8_t **bufp, size_t *remainp, RangeSpecManaged *spec)
 
void Hypertable::legacy_decode (const uint8_t **bufp, size_t *remainp, QualifiedRangeSpec *spec)
 
void Hypertable::legacy_decode (const uint8_t **bufp, size_t *remainp, RangeMoveSpec *spec)
 
void Hypertable::legacy_decode (const uint8_t **bufp, size_t *remainp, RangeState *state)
 
void Hypertable::legacy_decode (const uint8_t **bufp, size_t *remainp, RangeStateManaged *state)
 
void Hypertable::legacy_decode (const uint8_t **bufp, size_t *remainp, FragmentReplayPlan *plan)
 
void Hypertable::legacy_decode (const uint8_t **bufp, size_t *remainp, ReplayPlan *plan)
 
void Hypertable::legacy_decode (const uint8_t **bufp, size_t *remainp, ServerReceiverPlan *plan)
 
void Hypertable::legacy_decode (const uint8_t **bufp, size_t *remainp, ReceiverPlan *plan)
 
void Hypertable::legacy_decode (const uint8_t **bufp, size_t *remainp, Plan *plan)