LargeStack MembersAerospike

The LargeStack type exposes the following members.
Constructors

  NameDescription
Public methodLargeStack
Initialize large stack operator.
Back to Top
Methods

  NameDescription
Public methodDestroy
Delete bin containing the stack.
Public methodFilter
Select items from top of stack.
Public methodGetCapacity
Return maximum number of entries for the stack.
Public methodGetConfig
Return map of stack configuration parameters.
Public methodPeek
Select items from top of stack.
Public methodPush(IList)
Push values onto stack. If the stack does not exist, create it using specified userModule configuration.
Public methodPush(Value)
Push value onto stack. If the stack does not exist, create it using specified userModule configuration.
Public methodPush( Value )
Push values onto stack. If the stack does not exist, create it using specified userModule configuration.
Public methodScan
Return list of all objects on the stack.
Public methodSetCapacity
Set maximum number of entries for the stack.
Public methodSize
Return size of stack.
Back to Top
See Also