|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.lucene.store.Directory
org.apache.lucene.store.RAMDirectory
org.apache.solr.core.RefCntRamDirectory
public class RefCntRamDirectory
| Field Summary |
|---|
| Fields inherited from class org.apache.lucene.store.RAMDirectory |
|---|
fileMap, sizeInBytes |
| Fields inherited from class org.apache.lucene.store.Directory |
|---|
isOpen, lockFactory |
| Constructor Summary | |
|---|---|
RefCntRamDirectory()
|
|
RefCntRamDirectory(org.apache.lucene.store.Directory dir)
|
|
| Method Summary | |
|---|---|
void |
close()
|
void |
decRef()
|
void |
incRef()
|
boolean |
isOpen()
|
| Methods inherited from class org.apache.lucene.store.RAMDirectory |
|---|
createOutput, deleteFile, fileExists, fileLength, fileModified, listAll, newRAMFile, openInput, sizeInBytes, touchFile |
| Methods inherited from class org.apache.lucene.store.Directory |
|---|
clearLock, copy, copy, ensureOpen, getLockFactory, getLockID, makeLock, openInput, setLockFactory, sync, sync, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public RefCntRamDirectory()
public RefCntRamDirectory(org.apache.lucene.store.Directory dir)
throws IOException
IOException| Method Detail |
|---|
public void incRef()
public void decRef()
public final void close()
close in interface Closeableclose in class org.apache.lucene.store.RAMDirectorypublic boolean isOpen()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||