Class StaticChunkedByAggregationStateManager

java.lang.Object
com.illumon.iris.db.v2.by.StaticChunkedByAggregationStateManager

public class StaticChunkedByAggregationStateManager extends Object
  • Field Details

    • DEFAULT_MAX_LOAD_FACTOR

      public static final double DEFAULT_MAX_LOAD_FACTOR
      See Also:
    • DEFAULT_TARGET_LOAD_FACTOR

      public static final double DEFAULT_TARGET_LOAD_FACTOR
      See Also:
  • Method Details

    • doRehash

      public void doRehash(com.illumon.iris.db.v2.by.StaticChunkedByAggregationStateManager.BuildContext bc, WritableIntChunk<Attributes.KeyIndices> sourceChunkInsertedHashSlots, IntegerArraySource insertedHashSlots)
    • rehashRequired

      public boolean rehashRequired()
    • setTargetLoadFactor

      public void setTargetLoadFactor(double targetLoadFactor)
    • setMaximumLoadFactor

      public void setMaximumLoadFactor(double maximumLoadFactor)