Uses of Class
org.apache.lucene.store.jdbc.index.JdbcBufferedIndexOutput

Packages that use JdbcBufferedIndexOutput
org.apache.lucene.store.jdbc.index   
org.apache.lucene.store.jdbc.index.oracle   
 

Uses of JdbcBufferedIndexOutput in org.apache.lucene.store.jdbc.index
 

Subclasses of JdbcBufferedIndexOutput in org.apache.lucene.store.jdbc.index
 class AbstractJdbcIndexOutput
           
 class FileJdbcIndexOutput
          An IndexOutput implemenation that writes all the data to a temporary file, and when closed, flushes the file to the database.
 class RAMJdbcIndexOutput
          An IndexOutput implemenation that stores all the data written to it in memory, and flushes it to the database when the output is closed.
 

Uses of JdbcBufferedIndexOutput in org.apache.lucene.store.jdbc.index.oracle
 

Subclasses of JdbcBufferedIndexOutput in org.apache.lucene.store.jdbc.index.oracle
 class OracleFileJdbcIndexOutput
          A specialized Oracle version that works (through reflection) with Oracle 9i/8i specific blob API for blobs bigger than 4k.
 class OracleRAMJdbcIndexOutput
          A specialized Oracle version that works (through reflection) with Oracle 9i/8i specific blob API for blobs bigger than 4k.
 



Copyright (c) 2004-2008 The Compass Project.