#include <CellStoreTrailerV3.h>


Public Types | |
| enum | Flags { INDEX_64BIT = 0x00000001 } | 
Public Member Functions | |
| CellStoreTrailerV3 () | |
| virtual | ~CellStoreTrailerV3 () | 
| virtual void | clear () | 
| Clears the contents of this trailer;.  More... | |
| virtual size_t | size () | 
| Returns the serialized size of the trailer.  More... | |
| virtual void | serialize (uint8_t *buf) | 
| Serializes this trailer to the given buffer;.  More... | |
| virtual void | deserialize (const uint8_t *buf) | 
| Deserializes the trailer from the given buffer.  More... | |
| virtual void | display (std::ostream &os) | 
| Prints the trailer to the given ostream.  More... | |
| virtual void | display_multiline (std::ostream &os) | 
| Prints the trailer, one member per line, to the given ostream.  More... | |
| boost::any | get (const String &prop) | 
  Public Member Functions inherited from Hypertable::CellStoreTrailer | |
| virtual | ~CellStoreTrailer () | 
Public Attributes | |
| int64_t | fix_index_offset | 
| int64_t | var_index_offset | 
| int64_t | filter_offset | 
| int64_t | index_entries | 
| int64_t | total_entries | 
| int64_t | filter_length | 
| int64_t | filter_items_estimate | 
| int64_t | filter_items_actual | 
| int64_t | blocksize | 
| int64_t | revision | 
| int64_t | timestamp_min | 
| int64_t | timestamp_max | 
| int64_t | expiration_time | 
| int64_t | create_time | 
| int64_t | expirable_data | 
| uint32_t | table_id | 
| uint32_t | table_generation | 
| uint32_t | flags | 
| union { | |
| float compression_ratio | |
| uint32_t compression_ratio_i32 | |
| }; | |
| uint16_t | compression_type | 
| uint16_t | key_compression_scheme | 
| uint8_t | bloom_filter_mode | 
| uint8_t | bloom_filter_hash_count | 
| uint16_t | version | 
Definition at line 31 of file CellStoreTrailerV3.h.
| Enumerator | |
|---|---|
| INDEX_64BIT | |
Definition at line 70 of file CellStoreTrailerV3.h.
| CellStoreTrailerV3::CellStoreTrailerV3 | ( | ) | 
Definition at line 42 of file CellStoreTrailerV3.cc.
      
  | 
  inlinevirtual | 
Definition at line 34 of file CellStoreTrailerV3.h.
      
  | 
  virtual | 
Clears the contents of this trailer;.
Implements Hypertable::CellStoreTrailer.
Definition at line 50 of file CellStoreTrailerV3.cc.
      
  | 
  virtual | 
Deserializes the trailer from the given buffer.
| buf | pointer to buffer containing serialized trailer | 
Implements Hypertable::CellStoreTrailer.
Definition at line 116 of file CellStoreTrailerV3.cc.
      
  | 
  virtual | 
Prints the trailer to the given ostream.
| os | ostream to print trailer to | 
Implements Hypertable::CellStoreTrailer.
Definition at line 149 of file CellStoreTrailerV3.cc.
      
  | 
  virtual | 
Prints the trailer, one member per line, to the given ostream.
| os | ostream to print trailer to | 
Implements Hypertable::CellStoreTrailer.
Definition at line 189 of file CellStoreTrailerV3.cc.
      
  | 
  inlinevirtual | 
Implements Hypertable::CellStoreTrailer.
Definition at line 72 of file CellStoreTrailerV3.h.
      
  | 
  virtual | 
Serializes this trailer to the given buffer;.
| buf | pointer to buffer to serialize trailer to | 
Implements Hypertable::CellStoreTrailer.
Definition at line 81 of file CellStoreTrailerV3.cc.
      
  | 
  inlinevirtual | 
Returns the serialized size of the trailer.
Implements Hypertable::CellStoreTrailer.
Definition at line 36 of file CellStoreTrailerV3.h.
| union { ... } | 
| int64_t Hypertable::CellStoreTrailerV3::blocksize | 
Definition at line 50 of file CellStoreTrailerV3.h.
| uint8_t Hypertable::CellStoreTrailerV3::bloom_filter_hash_count | 
Definition at line 67 of file CellStoreTrailerV3.h.
| uint8_t Hypertable::CellStoreTrailerV3::bloom_filter_mode | 
Definition at line 66 of file CellStoreTrailerV3.h.
| float Hypertable::CellStoreTrailerV3::compression_ratio | 
Definition at line 61 of file CellStoreTrailerV3.h.
| uint32_t Hypertable::CellStoreTrailerV3::compression_ratio_i32 | 
Definition at line 62 of file CellStoreTrailerV3.h.
| uint16_t Hypertable::CellStoreTrailerV3::compression_type | 
Definition at line 64 of file CellStoreTrailerV3.h.
| int64_t Hypertable::CellStoreTrailerV3::create_time | 
Definition at line 55 of file CellStoreTrailerV3.h.
| int64_t Hypertable::CellStoreTrailerV3::expirable_data | 
Definition at line 56 of file CellStoreTrailerV3.h.
| int64_t Hypertable::CellStoreTrailerV3::expiration_time | 
Definition at line 54 of file CellStoreTrailerV3.h.
| int64_t Hypertable::CellStoreTrailerV3::filter_items_actual | 
Definition at line 49 of file CellStoreTrailerV3.h.
| int64_t Hypertable::CellStoreTrailerV3::filter_items_estimate | 
Definition at line 48 of file CellStoreTrailerV3.h.
| int64_t Hypertable::CellStoreTrailerV3::filter_length | 
Definition at line 47 of file CellStoreTrailerV3.h.
| int64_t Hypertable::CellStoreTrailerV3::filter_offset | 
Definition at line 44 of file CellStoreTrailerV3.h.
| int64_t Hypertable::CellStoreTrailerV3::fix_index_offset | 
Definition at line 42 of file CellStoreTrailerV3.h.
| uint32_t Hypertable::CellStoreTrailerV3::flags | 
Definition at line 59 of file CellStoreTrailerV3.h.
| int64_t Hypertable::CellStoreTrailerV3::index_entries | 
Definition at line 45 of file CellStoreTrailerV3.h.
| uint16_t Hypertable::CellStoreTrailerV3::key_compression_scheme | 
Definition at line 65 of file CellStoreTrailerV3.h.
| int64_t Hypertable::CellStoreTrailerV3::revision | 
Definition at line 51 of file CellStoreTrailerV3.h.
| uint32_t Hypertable::CellStoreTrailerV3::table_generation | 
Definition at line 58 of file CellStoreTrailerV3.h.
| uint32_t Hypertable::CellStoreTrailerV3::table_id | 
Definition at line 57 of file CellStoreTrailerV3.h.
| int64_t Hypertable::CellStoreTrailerV3::timestamp_max | 
Definition at line 53 of file CellStoreTrailerV3.h.
| int64_t Hypertable::CellStoreTrailerV3::timestamp_min | 
Definition at line 52 of file CellStoreTrailerV3.h.
| int64_t Hypertable::CellStoreTrailerV3::total_entries | 
Definition at line 46 of file CellStoreTrailerV3.h.
| int64_t Hypertable::CellStoreTrailerV3::var_index_offset | 
Definition at line 43 of file CellStoreTrailerV3.h.
| uint16_t Hypertable::CellStoreTrailerV3::version | 
Definition at line 68 of file CellStoreTrailerV3.h.
 1.8.8