org.nuiton.wikitty.storage.solr
Class RAMDirectoryFactory.RefCntRamDirectory

java.lang.Object
  extended by org.apache.lucene.store.Directory
      extended by org.apache.lucene.store.RAMDirectory
          extended by org.nuiton.wikitty.storage.solr.RAMDirectoryFactory.RefCntRamDirectory
All Implemented Interfaces:
Serializable
Enclosing class:
RAMDirectoryFactory

public static class RAMDirectoryFactory.RefCntRamDirectory
extends org.apache.lucene.store.RAMDirectory

See Also:
Serialized Form

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

RAMDirectoryFactory.RefCntRamDirectory

public RAMDirectoryFactory.RefCntRamDirectory()

RAMDirectoryFactory.RefCntRamDirectory

public RAMDirectoryFactory.RefCntRamDirectory(org.apache.lucene.store.Directory dir)
                                       throws IOException
Throws:
IOException
Method Detail

incRef

public void incRef()

decRef

public void decRef()

close

public final void close()
Overrides:
close in class org.apache.lucene.store.RAMDirectory

isOpen

public boolean isOpen()


Copyright © 2009-2010 CodeLutin. All Rights Reserved.