|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use org.apache.lucene.store.jdbc.index | |
|---|---|
| org.apache.lucene.store.jdbc.index | |
| org.apache.lucene.store.jdbc.index.oracle | |
| Classes in org.apache.lucene.store.jdbc.index used by org.apache.lucene.store.jdbc.index | |
|---|---|
| AbstractJdbcIndexOutput
|
|
| FileJdbcIndexOutput
An IndexOutput implemenation that writes all the data to a temporary file, and when closed, flushes
the file to the database. |
|
| JdbcBufferedIndexInput
A simple base class that performs index input memory based buffering. |
|
| JdbcBufferedIndexOutput
A simple base class that performs index output memory based buffering. |
|
| JdbcIndexConfigurable
An additional interface that each implementation of IndexInput and IndexOutput
must implement. |
|
| 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. |
|
| Classes in org.apache.lucene.store.jdbc.index used by org.apache.lucene.store.jdbc.index.oracle | |
|---|---|
| AbstractJdbcIndexOutput
|
|
| FileJdbcIndexOutput
An IndexOutput implemenation that writes all the data to a temporary file, and when closed, flushes
the file to the database. |
|
| JdbcBufferedIndexOutput
A simple base class that performs index output memory based buffering. |
|
| JdbcIndexConfigurable
An additional interface that each implementation of IndexInput and IndexOutput
must implement. |
|
| RAMAndFileJdbcIndexOutput
An IndexOutput implementation that initially writes the data to a memory buffer. |
|
| 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. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||