Class DeltaIndexScanner


  • class DeltaIndexScanner
    extends java.lang.Object
    Supports DeltaIndex by performing a partial scan of the content.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) long[] entries  
      private int entryCnt  
      (package private) int[] next  
      (package private) int[] table  
      (package private) int tableMask  
    • Constructor Summary

      Constructors 
      Constructor Description
      DeltaIndexScanner​(byte[] raw, int len)  
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      private void scan​(byte[] raw, int end)  
      private static int tableSize​(int worstCaseBlockCnt)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • table

        final int[] table
      • entries

        final long[] entries
      • next

        final int[] next
      • tableMask

        final int tableMask
      • entryCnt

        private int entryCnt
    • Constructor Detail

      • DeltaIndexScanner

        DeltaIndexScanner​(byte[] raw,
                          int len)
    • Method Detail

      • scan

        private void scan​(byte[] raw,
                          int end)
      • tableSize

        private static int tableSize​(int worstCaseBlockCnt)