Package | Description |
---|---|
org.apache.lucene.store |
Binary i/o API, used for all index data.
|
Modifier and Type | Field | Description |
---|---|---|
protected Map<String,RAMFile> |
RAMDirectory.fileMap |
Modifier and Type | Method | Description |
---|---|---|
protected RAMFile |
RAMDirectory.newRAMFile() |
Returns a new
RAMFile for storing data. |
Constructor | Description |
---|---|
RAMInputStream(String name,
RAMFile f) |
|
RAMInputStream(RAMFile f) |
Deprecated.
|
RAMOutputStream(RAMFile f) |
Copyright © 2000-2018 Apache Software Foundation. All Rights Reserved.