libfoedus-core
FOEDUS Core Library
|
#include <stdint.h>
#include <iosfwd>
#include "foedus/attachable.hpp"
#include "foedus/cxx11.hpp"
#include "foedus/epoch.hpp"
#include "foedus/error_stack.hpp"
#include "foedus/fwd.hpp"
#include "foedus/cache/fwd.hpp"
#include "foedus/memory/fwd.hpp"
#include "foedus/snapshot/log_buffer.hpp"
#include "foedus/snapshot/snapshot_id.hpp"
#include "foedus/soc/shared_mutex.hpp"
#include "foedus/storage/storage_id.hpp"
Go to the source code of this file.
Classes | |
class | foedus::storage::Partitioner |
Partitioning and sorting logic for one storage. More... | |
struct | foedus::storage::Partitioner::DesignPartitionArguments |
Arguments for design_partition() More... | |
struct | foedus::storage::Partitioner::PartitionBatchArguments |
Arguments for partition_batch() More... | |
struct | foedus::storage::Partitioner::SortBatchArguments |
Arguments for sort_batch() More... | |
struct | foedus::storage::PartitionerMetadata |
Tiny metadata of partitioner for every storage used while log gleaning. 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. | |