AttributesFactorySetLoadFactor 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 void SetLoadFactor(
float loadFactor
)
Public Sub SetLoadFactor (
loadFactor As Single
)
public:
void SetLoadFactor(
float loadFactor
)
member SetLoadFactor :
loadFactor : float32 -> unit
Parameters
- loadFactor
- Type: SystemSingle
the load factor of the entry map
Exceptions
See Also