Class FSLockFactory
Base class for file system based locking implementation.
Inherited Members
Assembly: DistributedLucene.Net.dll
Syntax
public abstract class FSLockFactory : LockFactory
Fields
Name | Description |
---|---|
m_lockDir | Directory for the lock files. |
Properties
Name | Description |
---|---|
LockDir | Gets the lock directory. |
Methods
Name | Description |
---|---|
SetLockDir(DirectoryInfo) | Set the lock directory. This property can be only called once to initialize the lock directory. It is used by FSDirectory to set the lock directory to itself. Subclasses can also use this property to set the directory in the constructor. |
ToString() |