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

Packages that use JdbcBufferedIndexInput
org.apache.lucene.store.jdbc.index   
 

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

Subclasses of JdbcBufferedIndexInput in org.apache.lucene.store.jdbc.index
 class FetchOnBufferReadJdbcIndexInput
          An IndexInput implementation, that for every buffer refill will go and fetch the data from the database.
 class FetchPerTransactionJdbcIndexInput
          Caches blobs per transaction.
 



Copyright (c) 2004-2008 The Compass Project.