Home
last modified time | relevance | path

Searched refs:archComplete (Results 1 – 6 of 6) sorted by relevance

/dports/databases/cego/cego-2.47.11/src/
H A DCegoBufferPool.h56 …unsigned long long writeCheckPoint(const Chain& tableSet, bool switchLog, bool archComplete, Cego…
H A DCegoDistManager.h47 void stopDistTableSet(const Chain& tableSet, bool archComplete);
H A DCegoBufferPool.cc574 …fferPool::writeCheckPoint(const Chain& tableSet, bool switchLog, bool archComplete, CegoLockHandle… in writeCheckPoint() argument
586 if ( archComplete ) in writeCheckPoint()
H A DCegoTableManager.h67 void stopTableSet(const Chain& tableSet, bool archComplete);
H A DCegoDistManager.cc239 void CegoDistManager::stopDistTableSet(const Chain& tableSet, bool archComplete) in stopDistTableSet() argument
250 stopTableSet(tableSet, archComplete); in stopDistTableSet()
H A DCegoTableManager.cc393 void CegoTableManager::stopTableSet(const Chain& tableSet, bool archComplete) in stopTableSet() argument
407 _pDBMng->writeCheckPoint(tableSet, true, archComplete, _pLockHandle); in stopTableSet()