Class SmooshedFileMapper

java.lang.Object
org.apache.druid.java.util.common.io.smoosh.SmooshedFileMapper
All Implemented Interfaces:
Closeable, AutoCloseable

public class SmooshedFileMapper extends Object implements Closeable
Class that works in conjunction with FileSmoosher. This class knows how to map in a set of files smooshed by the FileSmoosher.
  • Field Details

    • STRING_INTERNER

      public static final com.google.common.collect.Interner<String> STRING_INTERNER
      Interner for smoosh internal files, which includes all column names since every column has an internal file associated with it
  • Method Details