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

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

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

Subclasses of ConfigurableBufferedIndexInput 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.
 class JdbcBufferedIndexInput
          A simple base class that performs index input memory based buffering.
 



Copyright (c) 2004-2008 The Compass Project.