LargeMap MethodsAerospike
The LargeMap type exposes the following members.
Methods

  NameDescription
Public methodDestroy
Delete bin containing the map.
Public methodFilter
Select items from map.
Public methodGet
Get value from map given name key.
Public methodGetCapacity
Return maximum number of entries for the map.
Public methodGetConfig
Return map configuration parameters.
Public methodPut(IDictionary)
Add map values to map. If the map does not exist, create it using specified userModule configuration.
Public methodPut(Value, Value)
Add entry to map. If the map does not exist, create it using specified userModule configuration.
Public methodRemove
Remove entry from map.
Public methodScan
Return all objects in the map.
Public methodSetCapacity
Set maximum number of entries for the map.
Public methodSize
Return size of map.
Back to Top
See Also