Click or drag to resize
RegionFactorySetInitialCapacity 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 RegionFactory SetInitialCapacity(
	int initialCapacity
)

Parameters

initialCapacity
Type: SystemInt32
the initial capacity of the entry map

Return Value

Type: RegionFactory
the instance of RegionFactory
Exceptions
ExceptionCondition
IllegalArgumentException if initialCapacity is nonpositive
See Also