Click or drag to resize
AttributesFactoryTKey, TValueSetLoadFactor Method
Sets the entry load factor for the next RegionAttributes created. This value is used in initializing the map that holds the entries.

Namespace: GemStone.GemFire.Cache.Generic
Assembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntax
public void SetLoadFactor(
	float loadFactor
)

Parameters

loadFactor
Type: SystemSingle
the load factor of the entry map
Exceptions
ExceptionCondition
IllegalArgumentException if loadFactor is nonpositive
See Also