Uses of Class org.apache.lucene.store.Lock

Uses in package org.apache.lucene.store

Constructors with parameter type org.apache.lucene.store.Lock

Constructs an executor that will grab the named lock.
Lock.With.With(Lock lock, long lockWaitTimeout)
Constructs an executor that will grab the named lock.

Methods with return type org.apache.lucene.store.Lock

Lock
Directory.makeLock(String name)
Construct a Lock.
Lock
FSDirectory.makeLock(String name)
Constructs a Lock with the specified name.
Lock
RAMDirectory.makeLock(String name)
Construct a Lock.

Copyright © 2000-2006 Apache Software Foundation. All Rights Reserved.