Increases the bucket count to at least size elements.
Namespace: GemStone.GemFire.Cache
Assembly: GemStone.GemFire.Cache (in GemStone.GemFire.Cache.dll)
Version: 2.5.0.1
Syntax
| C# |
|---|
public void Resize( uint size ) |
| Visual Basic (Declaration) |
|---|
Public Sub Resize ( _ size As UInteger _ ) |
| Visual C++ |
|---|
public: void Resize ( unsigned int size ) |
Parameters
- size
- UInt32
The new size of the HashSet.
See Also
CacheableHashSet Class
GemStone.GemFire.Cache Namespace