RegionFactorySetLoadFactor Method |
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.CacheAssembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntaxpublic RegionFactory SetLoadFactor(
float loadFactor
)
Public Function SetLoadFactor (
loadFactor As Single
) As RegionFactory
public:
RegionFactory^ SetLoadFactor(
float loadFactor
)
member SetLoadFactor :
loadFactor : float32 -> RegionFactory
Parameters
- loadFactor
- Type: SystemSingle
the load factor of the entry map
Return Value
Type:
RegionFactorythe instance of RegionFactory
Exceptions
See Also