Package com.illumon.iris.db.v2.by
Class StaticChunkedByAggregationStateManager
java.lang.Object
com.illumon.iris.db.v2.by.StaticChunkedByAggregationStateManager
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final double
static final double
-
Method Summary
Modifier and TypeMethodDescriptionvoid
doRehash
(com.illumon.iris.db.v2.by.StaticChunkedByAggregationStateManager.BuildContext bc, WritableIntChunk<Attributes.KeyIndices> sourceChunkInsertedHashSlots, IntegerArraySource insertedHashSlots) boolean
void
setMaximumLoadFactor
(double maximumLoadFactor) void
setTargetLoadFactor
(double targetLoadFactor)
-
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)
-