Lucene.Net  3.0.3
Lucene.Net is a .NET port of the Java Lucene Indexing Library
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Properties
Static Public Member Functions | List of all members
Lucene.Net.Store.LockVerifyServer Class Reference

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

Static Public Member Functions

static void Main (System.String[] args)
 

Detailed Description

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

See Also
VerifyingLockFactory
See Also
LockStressTest

Definition at line 34 of file LockVerifyServer.cs.

Member Function Documentation

static void Lucene.Net.Store.LockVerifyServer.Main ( System.String[]  args)
static

Definition at line 43 of file LockVerifyServer.cs.


The documentation for this class was generated from the following file: