Click or drag to resize
AttributesFactorySetInitialCapacity Method
Sets the entry initial capacity for the RegionAttributes being created. This value is used in initializing the map that holds the entries.

Namespace: GemStone.GemFire.Cache
Assembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntax
public void SetInitialCapacity(
	int initialCapacity
)

Parameters

initialCapacity
Type: SystemInt32
the initial capacity of the entry map
Exceptions
ExceptionCondition
IllegalArgumentException if initialCapacity is nonpositive
See Also