MySQL 5.6.14 Source Code Document
|
Public Member Functions | |
SafeCounter (SafeCounterManager &, SafeCounterHandle &) | |
template<typename SignalClass > | |
bool | init (Uint16 block, Uint16 GSN, Uint32 senderData) |
template<typename SignalClass > | |
bool | init (NodeReceiverGroup rg, Uint16 GSN, Uint32 senderData) |
template<typename SignalClass > | |
bool | init (NodeReceiverGroup rg, Uint32 senderData) |
~SafeCounter () | |
void | clearWaitingFor () |
void | setWaitingFor (Uint32 nodeId) |
bool | clearWaitingFor (Uint32 nodeId) |
bool | forceClearWaitingFor (Uint32 nodeId) |
bool | isWaitingFor (Uint32 nodeId) const |
bool | done () const |
const char * | getText () const |
SafeCounter & | operator= (const NdbNodeBitmask &) |
SafeCounter & | operator= (const NodeReceiverGroup &) |
Friends | |
class | SafeCounterManager |
Definition at line 126 of file SafeCounter.hpp.
SafeCounter::~SafeCounter | ( | ) |
!clear && !isnull
Definition at line 142 of file SafeCounter.cpp.
|
inline |
When sending to different node
Definition at line 272 of file SafeCounter.hpp.