Simple standalone server that must be running when you use {@link VerifyingLockFactory}. This server simply verifies at most one process holds the lock at a time. Run without any args to see usage.

Namespace: Lucene.Net.Store
Assembly: Lucene.Net (in Lucene.Net.dll) Version: 2.9.4.1

Syntax

C#
public class LockVerifyServer
Visual Basic
Public Class LockVerifyServer
Visual C++
public ref class LockVerifyServer

Inheritance Hierarchy

System..::..Object
  Lucene.Net.Store..::..LockVerifyServer

See Also