Spring GemFire 1.0.1 API Reference

RegionAttributesFactoryObject.ConcurrencyLevel Property

Sets the allowed concurrency among updates to values in the region is guided by the concurrencyLevel, which is used as a hint for internal sizing. Default 16.

[Visual Basic]
Public WriteOnly Property ConcurrencyLevel() As Integer
   Public Set
   End Set
End Property
[C#]
public int ConcurrencyLevel { public set; }

Property Value

The concurrency level.

See Also

RegionAttributesFactoryObject Class | Spring.Data.GemFire Namespace