Class PerColumnIndexFiles

  • All Implemented Interfaces:
    java.io.Closeable, java.lang.AutoCloseable

    public class PerColumnIndexFiles
    extends java.lang.Object
    implements java.io.Closeable
    Maintains a mapping of IndexComponents to associated FileHandles for read operations on the components. Users of this class are returned copies of the FileHandles using FileHandle.sharedCopy() so returned handles still need to be closed by the user.
    • Method Detail

      • compressedVectors

        public FileHandle compressedVectors()
      • close

        public void close()
        Specified by:
        close in interface java.lang.AutoCloseable
        Specified by:
        close in interface java.io.Closeable