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

Uses in package org.apache.lucene.store

Classes derived from org.apache.lucene.store.LockFactory

class
Implements LockFactory using native OS file locks (available through java.nio.*).
class
Use this LockFactory to disable locking entirely.
class
Implements LockFactory using File.createNewFile().
class
Implements LockFactory for a single in-process instance, meaning all locking will take place through this one instance.

Fields of type org.apache.lucene.store.LockFactory

LockFactory
Holds the LockFactory instance (implements locking for this Directory instance).

Methods with parameter type org.apache.lucene.store.LockFactory

FSDirectory
FSDirectory.getDirectory(File file, LockFactory lockFactory)
Returns the directory instance for the named location.
FSDirectory
FSDirectory.getDirectory(String path, LockFactory lockFactory)
Returns the directory instance for the named location.
void
Set the LockFactory that this Directory instance should use for its locking implementation.

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

LockFactory
Get the LockFactory that this Directory instance is using for its locking implementation.

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