AttributesFactorySetInitialCapacity 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 void SetInitialCapacity(
int initialCapacity
)
Public Sub SetInitialCapacity (
initialCapacity As Integer
)
public:
void SetInitialCapacity(
int initialCapacity
)
member SetInitialCapacity :
initialCapacity : int -> unit
Parameters
- initialCapacity
- Type: SystemInt32
the initial capacity of the entry map
Exceptions
See Also