|
libfoedus-core
FOEDUS Core Library
|
#include <atomic>#include <thread>#include "foedus/epoch.hpp"#include "foedus/fwd.hpp"#include "foedus/initializable.hpp"#include "foedus/soc/shared_memory_repo.hpp"#include "foedus/soc/shared_polling.hpp"#include "foedus/thread/condition_variable_impl.hpp"#include "foedus/thread/fwd.hpp"#include "foedus/thread/stoppable_thread_impl.hpp"#include "foedus/xct/fwd.hpp"#include "foedus/xct/retrospective_lock_list.hpp"#include "foedus/xct/xct_access.hpp"#include "foedus/xct/xct_id.hpp"

Go to the source code of this file.
Classes | |
| struct | foedus::xct::XctManagerControlBlock |
| Shared data in XctManagerPimpl. More... | |
| class | foedus::xct::XctManagerPimpl |
| Pimpl object of XctManager. More... | |
| struct | foedus::xct::CurrentLockListIteratorForWriteSet |
| An iterator over CurrentLockList to find entries along with sorted write-set. More... | |
Namespaces | |
| foedus | |
| Root package of FOEDUS (Fast Optimistic Engine for Data Unification Services). | |
| foedus::xct | |
| Transaction Manager, which provides APIs to begin/commit/abort transactions. | |