Class Rinda::TupleBag
In: lib/rinda/tuplespace.rb
Parent: Object

TupleBag is an unordered collection of tuples. It is the basis of Tuplespace.

Methods

Public Instance methods

Removes ary from the TupleBag.

Delete tuples which dead tuples from the TupleBag, returning the deleted tuples.

Finds a live tuple that matches template.

Finds all live tuples that match template.

Finds all tuples in the TupleBag which when treated as templates, match tuple and are alive.

true if the TupleBag to see if it has any expired entries.

Add ary to the TupleBag.

[Validate]

ruby-doc.org is a service of James Britt and Neurogami, a Ruby application development company in Phoenix, AZ.

Documentation content on ruby-doc.org is provided by remarkable members of the Ruby community.

For more information on the Ruby programming language, visit ruby-lang.org.

Want to help improve Ruby's API docs? See Ruby Documentation Guidelines.