|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ConfigurableBufferedIndexOutput | |
|---|---|
| org.apache.lucene.store.jdbc.index | |
| org.apache.lucene.store.jdbc.index.oracle | |
| Uses of ConfigurableBufferedIndexOutput in org.apache.lucene.store.jdbc.index |
|---|
| Subclasses of ConfigurableBufferedIndexOutput 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 |
JdbcBufferedIndexOutput
A simple base class that performs index output memory based buffering. |
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 ConfigurableBufferedIndexOutput in org.apache.lucene.store.jdbc.index.oracle |
|---|
| Subclasses of ConfigurableBufferedIndexOutput 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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||