Class DirectoryService

    • Method Detail

      • throttleTimeInNanos

        public abstract long throttleTimeInNanos()
      • newFromDistributor

        public org.apache.lucene.store.Directory newFromDistributor(Distributor distributor)
                                                             throws IOException
        Creates a new Directory from the given distributor. The default implementation returns a new DistributorDirectory if there is more than one data path in the distributor.
        Throws:
        IOException