Package com.illumon.iris.db.v2.by
Class StaticChunkedByAggregationStateManager
java.lang.Object
com.illumon.iris.db.v2.by.StaticChunkedByAggregationStateManager
public class StaticChunkedByAggregationStateManager extends Object
-
Method Summary
Modifier and Type Method Description void
doRehash(com.illumon.iris.db.v2.by.StaticChunkedByAggregationStateManager.BuildContext bc, WritableIntChunk<Attributes.KeyIndices> sourceChunkInsertedHashSlots, IntegerArraySource insertedHashSlots)
boolean
rehashRequired()
void
setMaximumLoadFactor(double maximumLoadFactor)
void
setTargetLoadFactor(double targetLoadFactor)
-
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)
-