libfoedus-core
FOEDUS Core Library
hash_partitioner_impl.hpp File Reference
#include <stdint.h>
#include <cstring>
#include <iosfwd>
#include "foedus/error_stack.hpp"
#include "foedus/fwd.hpp"
#include "foedus/memory/fwd.hpp"
#include "foedus/storage/partitioner.hpp"
#include "foedus/storage/storage_id.hpp"
#include "foedus/storage/hash/hash_id.hpp"
Include dependency graph for hash_partitioner_impl.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  foedus::storage::hash::HashPartitioner
 Partitioner for a hash storage. More...
 
struct  foedus::storage::hash::HashPartitionerData
 

Namespaces

 foedus
 Root package of FOEDUS (Fast Optimistic Engine for Data Unification Services).
 
 foedus::storage
 Storage Manager, which implements a couple of key/value stores.
 
 foedus::storage::hash
 Hashtable Storage, a concurrent hashtable.