Ruby Rinda::TupleBag Functions
EditRocket provides the following information on Rinda::TupleBag functions in the Ruby source code builder.
delete(ary) - Removes ary from the TupleBag.
delete_unless_alive() - Delete tuples which dead tuples from the TupleBag, returning the deleted tuples.
find(template) - Finds a live tuple that matches template.
find_all(template) - Finds all live tuples that match template.
find_all_template(tuple) - Finds all tuples in the TupleBag which when treated as templates, match tuple and are alive.
has_expires?() - true if the TupleBag to see if it has any expired entries.
push(ary) - Add ary to the TupleBag.