org.apache.lucene.store.jdbc.index
Interface JdbcIndexConfigurable
- All Known Implementing Classes:
- AbstractJdbcIndexOutput, FetchOnBufferReadJdbcIndexInput, FetchOnOpenJdbcIndexInput, FetchPerTransactionJdbcIndexInput, FileJdbcIndexOutput, JdbcBufferedIndexInput, JdbcBufferedIndexOutput, OracleFileJdbcIndexOutput, OracleRAMAndFileJdbcIndexOutput, OracleRAMJdbcIndexOutput, RAMAndFileJdbcIndexOutput, RAMJdbcIndexOutput
public interface JdbcIndexConfigurable
An additional interface that each implementation of IndexInput and IndexOutput
must implement. Used to configure newly created IndexInput and IndexOutput
Jdbc based implementation.
- Author:
- kimchy
configure
void configure(String name,
JdbcDirectory jdbcDirectory,
JdbcFileEntrySettings settings)
throws IOException
- Configures the newly created
IndexInput or IndexOutput implementations.
- Parameters:
name - The name of the file entryjdbcDirectory - The jdbc directory instancesettings - The relevant file entry settings
- Throws:
IOException
Copyright (c) 2004-2008 The Compass Project.