Lucene++ - a full-featured, c++ search engine
API Documentation
Go to the documentation of this file.
7 #ifndef SINGLEINSTANCELOCKFACTORY_H
8 #define SINGLEINSTANCELOCKFACTORY_H
33 virtual LockPtr makeLock(
const String& lockName);
39 virtual void clearLock(
const String& lockName);
#define LUCENE_CLASS(Name)
Definition: LuceneObject.h:24
Implements LockFactory for a single in-process instance, meaning all locking will take place through ...
Definition: SingleInstanceLockFactory.h:20
boost::shared_ptr< Lock > LockPtr
Definition: LuceneTypes.h:496
Definition: AbstractAllTermDocs.h:12
Base class for Locking implementation. Directory uses instances of this class to implement locking....
Definition: LockFactory.h:23
clucene.sourceforge.net