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