libfoedus-core
FOEDUS Core Library
|
Result of track_moved_record(). More...
Result of track_moved_record().
When failed to track, both null.
Definition at line 1180 of file xct_id.hpp.
#include <xct_id.hpp>
Public Member Functions | |
TrackMovedRecordResult () | |
TrackMovedRecordResult (RwLockableXctId *new_owner_address, char *new_payload_address) | |
Public Attributes | |
RwLockableXctId * | new_owner_address_ |
char * | new_payload_address_ |
|
inline |
Definition at line 1181 of file xct_id.hpp.
|
inline |
Definition at line 1183 of file xct_id.hpp.
RwLockableXctId* foedus::xct::TrackMovedRecordResult::new_owner_address_ |
Definition at line 1186 of file xct_id.hpp.
Referenced by foedus::xct::XctManagerPimpl::precommit_xct_lock_track_write(), and foedus::xct::XctManagerPimpl::precommit_xct_verify_track_read().
char* foedus::xct::TrackMovedRecordResult::new_payload_address_ |
Definition at line 1187 of file xct_id.hpp.
Referenced by foedus::xct::XctManagerPimpl::precommit_xct_lock_track_write().