Class IndexWriter.IntArray1NUncompressedCollector

  • Enclosing class:
    IndexWriter

    public static class IndexWriter.IntArray1NUncompressedCollector
    extends Object
    Build index for mapping int to int array.
    • Constructor Detail

      • IntArray1NUncompressedCollector

        public IntArray1NUncompressedCollector​(int size,
                                               File indexFile)
                                        throws IOException
        Constructor for index of given size
        Parameters:
        size - number of entries
        Throws:
        IOException - if a problem occurs with the write
    • Method Detail

      • log

        public void log​(int classId,
                        int methodId)
        Add entry for classid
        Parameters:
        classId - the class id
        methodId - the method id to be added to the array
      • getIndexFile

        public File getIndexFile()
        Get the backing file
        Returns:
        the backing file