Class IndexOnDisk.DiskIndexLoader

    • Constructor Summary

      Constructors 
      Constructor Description
      DiskIndexLoader()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Class<? extends Index> indexImplementor​(IndexRef ref)
      Returns the class that will implement the Index for the passed reference
      Index load​(IndexRef ref)
      Returns the Index for this IndexRef
      boolean supports​(IndexRef ref)
      Does this IndexLoader support this IndexRef
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait