Class RateLimitedFSDirectory

  • All Implemented Interfaces:
    Closeable, AutoCloseable


    public final class RateLimitedFSDirectory
    extends org.apache.lucene.store.FilterDirectory
    • Field Summary

      • Fields inherited from class org.apache.lucene.store.FilterDirectory

        in
    • Method Summary

      Modifier and Type Method and Description
      void close()
       
      org.apache.lucene.store.IndexOutput createOutput(String name, org.apache.lucene.store.IOContext context)
       
      String toString()
       
      • Methods inherited from class org.apache.lucene.store.FilterDirectory

        clearLock, deleteFile, fileExists, fileLength, getDelegate, getLockFactory, getLockID, listAll, makeLock, openInput, setLockFactory, sync
      • Methods inherited from class org.apache.lucene.store.Directory

        copy, ensureOpen, openChecksumInput
    • Method Detail

      • createOutput

        public org.apache.lucene.store.IndexOutput createOutput(String name,
                                                                org.apache.lucene.store.IOContext context)
                                                         throws IOException
        Overrides:
        createOutput in class  org.apache.lucene.store.FilterDirectory
        Throws:
        IOException
      • toString

        public String toString()