TupleBag is an unordered collection of tuples. It is the basis of Tuplespace.
push(tuple) Instance Public methods Add tuple to the
find_all(template) Instance Public methods Finds all live tuples that match
add(tuple) Instance Public methods
has_expires?() Instance Public methods true if the
new() Class Public methods
delete_unless_alive() Instance Public methods Delete tuples which dead tuples
delete(tuple) Instance Public methods Removes tuple from the
find() Instance Public methods
delete(tuple) Instance Public methods
find(template) Instance Public methods Finds a live tuple that matches template
Page 1 of 2