|
|||||||||
| 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.nuiton.wikitty.storage.solr.RAMDirectoryFactory.RefCntRamDirectory
public static class RAMDirectoryFactory.RefCntRamDirectory
| Field Summary |
|---|
| Fields inherited from class org.apache.lucene.store.Directory |
|---|
isOpen, lockFactory |
| Constructor Summary | |
|---|---|
RAMDirectoryFactory.RefCntRamDirectory()
|
|
RAMDirectoryFactory.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, list, listAll, openInput, renameFile, sizeInBytes, touchFile |
| Methods inherited from class org.apache.lucene.store.Directory |
|---|
clearLock, copy, ensureOpen, getLockFactory, getLockID, makeLock, openInput, setLockFactory, sync, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public RAMDirectoryFactory.RefCntRamDirectory()
public RAMDirectoryFactory.RefCntRamDirectory(org.apache.lucene.store.Directory dir)
throws IOException
IOException| Method Detail |
|---|
public void incRef()
public void decRef()
public final void close()
close 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 | ||||||||