LargeSet MembersAerospike

The LargeSet type exposes the following members.
Constructors

  NameDescription
Public methodLargeSet
Initialize large set operator.
Back to Top
Methods

  NameDescription
Public methodAdd(IList)
Add values to the list. If the list does not exist, create it using specified userModule configuration.
Public methodAdd(Value)
Add a value to the set. If the set does not exist, create it using specified userModule configuration.
Public methodAdd( Value )
Add values to the set. If the set does not exist, create it using specified userModule configuration.
Public methodDestroy
Delete bin containing the set.
Public methodExists
Check existence of value in the set.
Public methodFilter
Select values from set and apply specified Lua filter.
Public methodGet
Select value from set.
Public methodGetCapacity
Return maximum number of entries in the set.
Public methodGetConfig
Return map of set configuration parameters.
Public methodRemove
Delete value from set.
Public methodScan
Return list of all objects in the set.
Public methodSetCapacity
Set maximum number of entries in the set.
Public methodSize
Return size of set.
Back to Top
See Also