Class BinSearchLevelCache

java.lang.Object
org.aksw.commons.io.hadoop.binseach.v2.BinSearchLevelCache

public class BinSearchLevelCache extends Object
  • Field Details

    • fluidLevel

      protected int fluidLevel
    • fixedCache

      protected org.aksw.commons.io.hadoop.binseach.v2.BinSearchCache fixedCache
    • fluidCache

      protected org.aksw.commons.io.hadoop.binseach.v2.BinSearchCache fluidCache
  • Constructor Details

    • BinSearchLevelCache

      public BinSearchLevelCache()
    • BinSearchLevelCache

      public BinSearchLevelCache(int fluidLevel, org.aksw.commons.io.hadoop.binseach.v2.BinSearchCache fixedCache, org.aksw.commons.io.hadoop.binseach.v2.BinSearchCache flowCache)
  • Method Details

    • getHeader

      public HeaderRecord getHeader(long position)
    • setHeader

      public void setHeader(int depth, HeaderRecord headerRecord)
    • getDisposition

      public long getDisposition(long position)
    • setDisposition

      public void setDisposition(int depth, long from, long to)
    • noCache

      public static BinSearchLevelCache noCache()
    • dftCache

      public static BinSearchLevelCache dftCache()