CLucene - a full-featured, c++ search engine
API Documentation
#include <LockFactory.h>
Public Member Functions | |
LuceneLock * | makeLock (const char *lockName) |
void | clearLock (const char *lockName) |
Static Public Member Functions | |
static NoLockFactory * | getNoLockFactory () |
static void | shutdown () |
called when lucene_shutdown is called | |
Static Public Attributes | |
static NoLockFactory * | singleton |
static NoLock * | singletonLock |
static NoLockFactory* lucene::store::NoLockFactory::getNoLockFactory | ( | ) | [static] |
LuceneLock* lucene::store::NoLockFactory::makeLock | ( | const char * | lockName | ) | [virtual] |
Implements lucene::store::LockFactory.
void lucene::store::NoLockFactory::clearLock | ( | const char * | lockName | ) | [virtual] |
Implements lucene::store::LockFactory.
static void lucene::store::NoLockFactory::shutdown | ( | ) | [static] |
called when lucene_shutdown is called
NoLock* lucene::store::NoLockFactory::singletonLock [static] |