Uses of Interface
org.apache.lucene.store.jdbc.handler.FileEntryHandler

Packages that use FileEntryHandler
org.apache.lucene.store.jdbc   
org.apache.lucene.store.jdbc.handler   
 

Uses of FileEntryHandler in org.apache.lucene.store.jdbc
 

Methods in org.apache.lucene.store.jdbc that return FileEntryHandler
protected  FileEntryHandler JdbcDirectory.getFileEntryHandler(String name)
           
 

Uses of FileEntryHandler in org.apache.lucene.store.jdbc.handler
 

Classes in org.apache.lucene.store.jdbc.handler that implement FileEntryHandler
 class AbstractFileEntryHandler
          A base file entry handler that supports most of the file entry base operations.
 class ActualDeleteFileEntryHandler
          Removes file entries from the database by deleting the relevant rows from the database.
 class MarkDeleteFileEntryHandler
          Does not delete entries from the database, just marks them for deletion by updating the deleted column to true.
 class NoOpFileEntryHandler
          A No Operation file entry handler.
 



Copyright (c) 2004-2008 The Compass Project.