Sets the entry load factor for 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 SetLoadFactor( float loadFactor ) |
| Visual Basic (Declaration) |
|---|
Public Sub SetLoadFactor ( _ loadFactor As Single _ ) |
| Visual C++ |
|---|
public: void SetLoadFactor ( float loadFactor ) |
Parameters
- loadFactor
- Single
the load factor of the entry map
Exceptions
| Exception | Condition |
|---|---|
| GemStone.GemFire.Cache..::IllegalArgumentException | if loadFactor is nonpositive |
See Also
AttributesFactory Class
GemStone.GemFire.Cache Namespace