LargeList MembersAerospike

The LargeList type exposes the following members.
Constructors

  NameDescription
Public methodLargeList
Initialize large list 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 list. If the list does not exist, create it using specified userModule configuration.
Public methodAdd( Value )
Add values to the list. If the list does not exist, create it using specified userModule configuration.
Public methodDestroy
Delete bin containing the list.
Public methodFilter
Select values from list and apply specified Lua filter.
Public methodFind
Select values from list.
Public methodFindThenFilter
Select values from list and apply specified Lua filter.
Public methodGetCapacity
Return maximum number of entries in the list.
Public methodGetConfig
Return map of list configuration parameters.
Public methodRange
Select range of values from list.
Public methodRemove
Delete value from list.
Public methodScan
Return all objects in the list.
Public methodSetCapacity
Set maximum number of entries in the list.
Public methodSize
Return size of list.
Back to Top
See Also