The LargeMap type exposes the following members.
Back to Top
Back to Top
Constructors
| Name | Description | |
|---|---|---|
| LargeMap |
Initialize large map operator.
|
Methods
| Name | Description | |
|---|---|---|
| Destroy |
Delete bin containing the map.
| |
| Exists |
Check existence of key in the map.
| |
| Filter |
Select items from map.
| |
| Get |
Get value from map given name key.
| |
| GetCapacity |
Return maximum number of entries for the map.
| |
| GetConfig |
Return map configuration parameters.
| |
| Put(IDictionary) |
Add map values to map. If the map does not exist, create it using specified userModule configuration.
| |
| Put(Value, Value) |
Add entry to map. If the map does not exist, create it using specified userModule configuration.
| |
| Remove |
Remove entry from map.
| |
| Scan |
Return all objects in the map.
| |
| SetCapacity |
Set maximum number of entries for the map.
| |
| Size |
Return size of map.
|
See Also