22 #ifndef Hypertable_RangeServer_KeyCompressorPrefix_h
23 #define Hypertable_RangeServer_KeyCompressorPrefix_h
32 virtual void add(
const Key &key);
35 virtual void write(uint8_t *buf);
49 #endif // Hypertable_RangeServer_KeyCompressorPrefix_h
DynamicBuffer m_compressed_key
A dynamic, resizable and reference counted memory buffer.
void render_uncompressed()
DynamicBuffer m_uncompressed_key
virtual size_t length_uncompressed()
virtual void write(uint8_t *buf)
Provides access to internal components of opaque key.
virtual void write_uncompressed(uint8_t *buf)
virtual void add(const Key &key)