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: 2.7.0.1
Syntax
| C# |
|---|
public void SetConcurrencyLevel( int concurrencyLevel ) |
| Visual Basic (Declaration) |
|---|
Public Sub SetConcurrencyLevel ( _ concurrencyLevel As Integer _ ) |
| Visual C++ |
|---|
public: void SetConcurrencyLevel ( int concurrencyLevel ) |
Parameters
- concurrencyLevel
- Int32
the concurrency level of the entry map
Exceptions
| Exception | Condition |
|---|---|
| GemStone.GemFire.Cache..::IllegalArgumentException | if concurrencyLevel is nonpositive |
See Also
AttributesFactory Class
GemStone.GemFire.Cache Namespace