How long {@link #Obtain(long)} waits, in milliseconds, in between attempts to acquire the lock.

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

Syntax

C#
public static long LOCK_POLL_INTERVAL
Visual Basic
Public Shared LOCK_POLL_INTERVAL As Long
Visual C++
public:
static long long LOCK_POLL_INTERVAL

See Also