AllianceDB  0.0.1
AllianceDB is an open-source suite, including benchmarks and libs for evaluating and improving stream operation algorithms on modern hardwares.
MultiThreadHashTable.h File Reference
#include "Types.h"
#include <stdint.h>
#include <memory>
#include <condition_variable>
#include <mutex>
Include dependency graph for MultiThreadHashTable.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  INTELLI::MtBucket
 The multithread-supported bucket. More...
 
class  INTELLI::MultiThreadHashTable
 The multithread-supported hash table, holding buckets. More...
 

Namespaces

 INTELLI
 

Macros

#define BUCKET_SIZE   4
 

Typedefs

typedef std::shared_ptr< MtBucket > INTELLI::MtBucketPtr
 
typedef TuplePtr INTELLI::MtTuplePtr
 
typedef std::shared_ptr< MultiThreadHashTable > INTELLI::MultiThreadHashTablePtr