org.apache.lucene.store
Class XSimpleFSDirectory

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

public class XSimpleFSDirectory
extends org.apache.lucene.store.SimpleFSDirectory


Nested Class Summary
 
Nested classes/interfaces inherited from class org.apache.lucene.store.SimpleFSDirectory
org.apache.lucene.store.SimpleFSDirectory.SimpleFSIndexInput
 
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
XSimpleFSDirectory(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.SimpleFSDirectory
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

XSimpleFSDirectory

public XSimpleFSDirectory(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.