Apache Lucene.Net 2.4.0 Class Library API

LockFactory Class

Base class for Locking implementation. {@link Directory} uses instances of this class to implement locking.

Note that there are some useful tools to verify that your LockFactory is working correctly: {@link VerifyingLockFactory}, {@link LockStressTest}, {@link LockVerifyServer}.

For a list of all members of this type, see LockFactory Members.

System.Object
   Lucene.Net.Store.LockFactory
      Lucene.Net.Store.NativeFSLockFactory
      Lucene.Net.Store.NoLockFactory
      Lucene.Net.Store.SimpleFSLockFactory
      Lucene.Net.Store.SingleInstanceLockFactory
      Lucene.Net.Store.VerifyingLockFactory

public abstract class LockFactory

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Requirements

Namespace: Lucene.Net.Store

Assembly: Lucene.Net (in Lucene.Net.dll)

See Also

LockFactory Members | Lucene.Net.Store Namespace | | |