libfoedus-core
FOEDUS Core Library
|
Definition at line 36 of file hash_storage_debug.cpp.
Public Member Functions | |
ErrorStack | init (cache::SnapshotFileSet *files, SnapshotPagePointer pointer) |
HashIntermediatePage * | as_intermediate () |
HashDataPage * | as_data () |
Public Attributes | |
memory::AlignedMemory | buf_ |
Page * | page_ |
|
inline |
Definition at line 47 of file hash_storage_debug.cpp.
References page_.
Referenced by foedus::storage::hash::HashStoragePimpl::debugout_single_thread_data(), and foedus::storage::hash::HashStoragePimpl::debugout_single_thread_intermediate().
|
inline |
Definition at line 46 of file hash_storage_debug.cpp.
References page_.
Referenced by foedus::storage::hash::HashStoragePimpl::debugout_single_thread(), and foedus::storage::hash::HashStoragePimpl::debugout_single_thread_intermediate().
|
inline |
Definition at line 37 of file hash_storage_debug.cpp.
References foedus::memory::AlignedMemory::alloc(), buf_, foedus::memory::AlignedMemory::get_block(), foedus::memory::AlignedMemory::get_size(), foedus::memory::AlignedMemory::is_null(), foedus::memory::AlignedMemory::kNumaAllocOnnode, foedus::kRetOk, page_, foedus::cache::SnapshotFileSet::read_page(), and WRAP_ERROR_CODE.
Referenced by foedus::storage::hash::HashStoragePimpl::debugout_single_thread(), foedus::storage::hash::HashStoragePimpl::debugout_single_thread_data(), and foedus::storage::hash::HashStoragePimpl::debugout_single_thread_intermediate().
memory::AlignedMemory foedus::storage::hash::TmpSnashotPage::buf_ |
Definition at line 49 of file hash_storage_debug.cpp.
Referenced by init().
Page* foedus::storage::hash::TmpSnashotPage::page_ |
Definition at line 50 of file hash_storage_debug.cpp.
Referenced by as_data(), as_intermediate(), and init().