libfoedus-core
FOEDUS Core Library
|
#include <stdint.h>
#include "foedus/assert_nd.hpp"
#include "foedus/compiler.hpp"
#include "foedus/assorted/assorted_func.hpp"
#include "foedus/assorted/const_div.hpp"
#include "foedus/storage/record.hpp"
#include "foedus/storage/array/array_id.hpp"
Go to the source code of this file.
Classes | |
union | foedus::storage::array::LookupRoute |
Compactly represents the route to reach the given offset. More... | |
class | foedus::storage::array::LookupRouteFinder |
Packages logic and required properties to calculate LookupRoute in array storage from offset. 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 | |
uint16_t | foedus::storage::array::to_records_in_leaf (uint16_t payload_size) |