Click or drag to resize
AttributesFactoryTKey, TValueSetInitialCapacity 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.Generic
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