LargeList Update Method Aerospike
Overload List

  NameDescription
Public methodUpdate(IList)
Update/Add each value in values list depending if key exists or not. If value is a map, the key is identified by "key" entry. Otherwise, the value is the key. If large list does not exist, create it.
Public methodUpdate(Value)
Update value in list if key exists. Add value to list if key does not exist. If value is a map, the key is identified by "key" entry. Otherwise, the value is the key. If large list does not exist, create it.
Public methodUpdate( Value )
Update/Add each value in array depending if key exists or not. If value is a map, the key is identified by "key" entry. Otherwise, the value is the key. If large list does not exist, create it.
Back to Top
See Also