Package org.apache.lucene.store
Class LockVerifyServer
- java.lang.Object
-
- org.apache.lucene.store.LockVerifyServer
-
public class LockVerifyServer extends java.lang.Object
Simple standalone server that must be running when you useVerifyingLockFactory
. This server simply verifies at most one process holds the lock at a time. Run without any args to see usage.- See Also:
VerifyingLockFactory
,LockStressTest
-
-
Constructor Summary
Constructors Constructor Description LockVerifyServer()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
main(java.lang.String[] args)
-