libfoedus-core
FOEDUS Core Library
array_partitioner_impl.cpp File Reference
Include dependency graph for array_partitioner_impl.cpp:

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)