libfoedus-core
FOEDUS Core Library
|
Used in sort_batch(). More...
Used in sort_batch().
Definition at line 212 of file hash_partitioner_impl.cpp.
Public Member Functions | |
void | set (HashBin bin, uint16_t compressed_epoch, uint32_t in_epoch_ordinal, snapshot::BufferPosition position) __attribute__((always_inline)) |
HashBin | get_bin () const __attribute__((always_inline)) |
snapshot::BufferPosition | get_position () const __attribute__((always_inline)) |
Public Attributes | |
__uint128_t | data_ |
|
inline |
Definition at line 225 of file hash_partitioner_impl.cpp.
References data_.
|
inline |
Definition at line 228 of file hash_partitioner_impl.cpp.
References data_.
Referenced by foedus::storage::hash::compact_logs().
|
inline |
Definition at line 213 of file hash_partitioner_impl.cpp.
References ASSERT_ND, data_, and foedus::storage::hash::kHashMaxBinBits.
Referenced by foedus::storage::hash::prepare_sort_entries().
__uint128_t foedus::storage::hash::SortEntry::data_ |
Definition at line 231 of file hash_partitioner_impl.cpp.
Referenced by get_bin(), get_position(), and set().