|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IndexInput | |
|---|---|
| org.apache.lucene.store | Binary i/o API, used for all index data. |
| org.apache.lucene.store.db | Berkeley DB 4.3 based implementation of Directory. |
| org.apache.lucene.store.je | Berkeley DB Java Edition based implementation of Directory. |
| Uses of IndexInput in org.apache.lucene.store |
|---|
| Subclasses of IndexInput in org.apache.lucene.store | |
|---|---|
class |
BufferedIndexInput
Base implementation class for buffered IndexInput. |
class |
ChecksumIndexInput
Writes bytes through to a primary IndexOutput, computing checksum as it goes. |
protected static class |
NIOFSDirectory.NIOFSIndexInput
|
protected static class |
SimpleFSDirectory.SimpleFSIndexInput
|
| Methods in org.apache.lucene.store that return IndexInput | |
|---|---|
IndexInput |
FileSwitchDirectory.openInput(String name)
|
IndexInput |
FSDirectory.openInput(String name)
|
IndexInput |
RAMDirectory.openInput(String name)
Returns a stream reading an existing file. |
abstract IndexInput |
Directory.openInput(String name)
Returns a stream reading an existing file. |
IndexInput |
SimpleFSDirectory.openInput(String name,
int bufferSize)
Creates an IndexInput for the file with the given name. |
IndexInput |
NIOFSDirectory.openInput(String name,
int bufferSize)
Creates an IndexInput for the file with the given name. |
IndexInput |
MMapDirectory.openInput(String name,
int bufferSize)
Creates an IndexInput for the file with the given name. |
IndexInput |
Directory.openInput(String name,
int bufferSize)
Returns a stream reading an existing file, with the specified read buffer size. |
| Methods in org.apache.lucene.store with parameters of type IndexInput | |
|---|---|
void |
IndexOutput.copyBytes(IndexInput input,
long numBytes)
Copy numBytes bytes from input to ourself. |
| Constructors in org.apache.lucene.store with parameters of type IndexInput | |
|---|---|
ChecksumIndexInput(IndexInput main)
|
|
| Uses of IndexInput in org.apache.lucene.store.db |
|---|
| Subclasses of IndexInput in org.apache.lucene.store.db | |
|---|---|
class |
DbIndexInput
|
| Methods in org.apache.lucene.store.db that return IndexInput | |
|---|---|
IndexInput |
DbDirectory.openInput(String name)
|
| Uses of IndexInput in org.apache.lucene.store.je |
|---|
| Subclasses of IndexInput in org.apache.lucene.store.je | |
|---|---|
class |
JEIndexInput
Port of Andi Vajda's DbDirectory to Java Edition of Berkeley Database |
| Methods in org.apache.lucene.store.je that return IndexInput | |
|---|---|
IndexInput |
JEDirectory.openInput(String name)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||