Spring GemFire 1.0.1 API Reference

RegionAttributesFactoryObject.LoadFactor Property

Sets the load factor of the map used for storing the entries. Default 0.75

[Visual Basic]
Public WriteOnly Property LoadFactor() As Single
   Public Set
   End Set
End Property
[C#]
public float LoadFactor { public set; }

Property Value

The load factor.

See Also

RegionAttributesFactoryObject Class | Spring.Data.GemFire Namespace