libfoedus-core
FOEDUS Core Library
|
#include "foedus/storage/array/array_partitioner_impl.hpp"
#include <glog/logging.h>
#include <algorithm>
#include <ostream>
#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/aligned_memory.hpp"
#include "foedus/memory/engine_memory.hpp"
#include "foedus/storage/partitioner.hpp"
#include "foedus/storage/storage_manager.hpp"
#include "foedus/storage/array/array_log_types.hpp"
#include "foedus/storage/array/array_page_impl.hpp"
#include "foedus/storage/array/array_storage.hpp"
#include "foedus/storage/array/array_storage_pimpl.hpp"
Go to the source code of this file.
Classes | |
struct | foedus::storage::array::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::array | |
Array Storage, a dense and regular array. | |
Functions | |
void | foedus::storage::array::prepare_sort_entries (const Partitioner::SortBatchArguments &args, SortEntry *entries) |
subroutine of sort_batch More... | |
uint32_t | foedus::storage::array::compact_logs (const Partitioner::SortBatchArguments &args, SortEntry *entries) |
subroutine of sort_batch More... | |
std::ostream & | foedus::storage::array::operator<< (std::ostream &o, const ArrayPartitioner &v) |