libfoedus-core
FOEDUS Core Library
|
#include "foedus/storage/hash/hash_partitioner_impl.hpp"
#include <glog/logging.h>
#include <algorithm>
#include <ostream>
#include <thread>
#include <vector>
#include "foedus/engine.hpp"
#include "foedus/engine_options.hpp"
#include "foedus/debugging/stop_watch.hpp"
#include "foedus/log/common_log_types.hpp"
#include "foedus/memory/engine_memory.hpp"
#include "foedus/storage/partitioner.hpp"
#include "foedus/storage/storage_manager.hpp"
#include "foedus/storage/hash/hash_log_types.hpp"
#include "foedus/storage/hash/hash_page_impl.hpp"
#include "foedus/storage/hash/hash_storage.hpp"
#include "foedus/storage/hash/hash_storage_pimpl.hpp"
Go to the source code of this file.
Classes | |
struct | foedus::storage::hash::SortEntry |
Used in sort_batch(). More... | |
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. | |
Functions | |
void | foedus::storage::hash::design_partition_thread (HashPartitioner *partitioner, uint16_t task) |
void | foedus::storage::hash::prepare_sort_entries (uint8_t bin_shifts, const Partitioner::SortBatchArguments &args, SortEntry *entries) |
subroutine of sort_batch More... | |
uint32_t | foedus::storage::hash::compact_logs (uint8_t, const Partitioner::SortBatchArguments &args, SortEntry *entries) |
subroutine of sort_batch More... | |
std::ostream & | foedus::storage::hash::operator<< (std::ostream &o, const HashPartitioner &v) |