Uses of Class
org.apache.lucene.store.db.DbDirectory

Packages that use DbDirectory
org.apache.lucene.store.db Berkeley DB 4.3 based implementation of Directory
 

Uses of DbDirectory in org.apache.lucene.store.db
 

Fields in org.apache.lucene.store.db declared as DbDirectory
protected  DbDirectory DbIndexOutput.directory
           
protected  DbDirectory DbIndexInput.directory
           
 

Methods in org.apache.lucene.store.db with parameters of type DbDirectory
protected  void File.delete(DbDirectory directory)
           
protected  boolean File.exists(DbDirectory directory)
           
protected  void Block.get(DbDirectory directory)
           
protected  void File.modify(DbDirectory directory, long length, long timeModified)
           
protected  void Block.put(DbDirectory directory)
           
protected  void File.rename(DbDirectory directory, String name)
           
 

Constructors in org.apache.lucene.store.db with parameters of type DbDirectory
DbIndexInput(DbDirectory directory, String name)
           
DbIndexOutput(DbDirectory directory, String name, boolean create)
           
File(DbDirectory directory, String name, boolean create)
           
 



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