Class Directory.IndexInputSlicer

java.lang.Object
org.apache.lucene.store.Directory.IndexInputSlicer
All Implemented Interfaces:
Closeable, AutoCloseable
Enclosing class:
Directory

public abstract class Directory.IndexInputSlicer extends Object implements Closeable
Allows to create one or more sliced IndexInput instances from a single file handle. Some Directory implementations may be able to efficiently map slices of a file into memory when only certain parts of a file are required.
  • Constructor Details

    • IndexInputSlicer

      public IndexInputSlicer()
  • Method Details