The LargeSet type exposes the following members.
Back to Top
Back to Top
Constructors
Name | Description | |
---|---|---|
![]() | LargeSet |
Initialize large set operator.
|
Methods
Name | Description | |
---|---|---|
![]() | Add(Value) |
Add a value to the set. If the set does not exist, create it using specified userModule configuration.
|
![]() | Add( Value ) |
Add values to the set. If the set does not exist, create it using specified userModule configuration.
|
![]() | Destroy |
Delete bin containing the set.
|
![]() | Exists |
Check existence of value in the set.
|
![]() | Filter |
Select values from set and apply specified Lua filter.
|
![]() | Get |
Select value from set.
|
![]() | GetCapacity |
Return maximum number of entries in the set.
|
![]() | GetConfig |
Return map of set configuration parameters.
|
![]() | Remove |
Delete value from set.
|
![]() | Scan |
Return list of all objects in the set.
|
![]() | SetCapacity |
Set maximum number of entries in the set.
|
![]() | Size |
Return size of set.
|
See Also