Class 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 Detail

      • IndexInputSlicer

        public IndexInputSlicer()