org.apache.lucene.store
Class XMMapFSDirectory

java.lang.Object
  extended by org.apache.lucene.store.Directory
      extended by org.apache.lucene.store.FSDirectory
          extended by org.apache.lucene.store.NIOFSDirectory
              extended by org.apache.lucene.store.XMMapFSDirectory
All Implemented Interfaces:
Closeable

public class XMMapFSDirectory
extends org.apache.lucene.store.NIOFSDirectory


Nested Class Summary
 
Nested classes/interfaces inherited from class org.apache.lucene.store.NIOFSDirectory
org.apache.lucene.store.NIOFSDirectory.NIOFSIndexInput
 
Nested classes/interfaces inherited from class org.apache.lucene.store.FSDirectory
org.apache.lucene.store.FSDirectory.FSIndexOutput
 
Field Summary
 
Fields inherited from class org.apache.lucene.store.FSDirectory
DEFAULT_READ_CHUNK_SIZE, directory, staleFiles
 
Fields inherited from class org.apache.lucene.store.Directory
isOpen, lockFactory
 
Constructor Summary
XMMapFSDirectory(File path, org.apache.lucene.store.LockFactory lockFactory, StoreRateLimiting.Provider rateLimitingProvider, StoreRateLimiting.Listener rateListener)
           
 
Method Summary
 org.apache.lucene.store.IndexOutput createOutput(String name)
           
 
Methods inherited from class org.apache.lucene.store.NIOFSDirectory
openInput
 
Methods inherited from class org.apache.lucene.store.FSDirectory
close, deleteFile, ensureCanWrite, fileExists, fileLength, fileModified, fileModified, fsync, getDirectory, getFile, getLockID, getReadChunkSize, listAll, listAll, onIndexOutputClosed, open, open, openInput, setLockFactory, setReadChunkSize, sync, sync, toString, touchFile
 
Methods inherited from class org.apache.lucene.store.Directory
clearLock, copy, copy, ensureOpen, getLockFactory, makeLock
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

XMMapFSDirectory

public XMMapFSDirectory(File path,
                        org.apache.lucene.store.LockFactory lockFactory,
                        StoreRateLimiting.Provider rateLimitingProvider,
                        StoreRateLimiting.Listener rateListener)
                 throws IOException
Throws:
IOException
Method Detail

createOutput

public org.apache.lucene.store.IndexOutput createOutput(String name)
                                                 throws IOException
Overrides:
createOutput in class org.apache.lucene.store.FSDirectory
Throws:
IOException


Copyright © 2009-2012. All Rights Reserved.