RegionFactorySetInitialCapacity Method |
Sets the entry initial capacity for the RegionAttributes
being 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 SetInitialCapacity(
int initialCapacity
)
Public Function SetInitialCapacity (
initialCapacity As Integer
) As RegionFactory
public:
RegionFactory^ SetInitialCapacity(
int initialCapacity
)
member SetInitialCapacity :
initialCapacity : int -> RegionFactory
Parameters
- initialCapacity
- Type: SystemInt32
the initial capacity of the entry map
Return Value
Type:
RegionFactorythe instance of RegionFactory
Exceptions
See Also