Click or drag to resize
AttributesFactorySetConcurrencyLevel Method
Sets the concurrency level of the next RegionAttributes 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 SetConcurrencyLevel(
	int concurrencyLevel
)

Parameters

concurrencyLevel
Type: SystemInt32
the concurrency level of the entry map
Exceptions
ExceptionCondition
IllegalArgumentException if concurrencyLevel is nonpositive
See Also