Methods

Files

Class/Module Index [+]

Quicksearch

Tarantool::BlockDB::SpaceHash

Public Instance Methods

all(keys, opts = {}) click to toggle source
# File lib/tarantool/block_db.rb, line 170
def all(keys, opts = {})
  all_cb(keys, _block_cb, opts)
end
first(key) click to toggle source
# File lib/tarantool/block_db.rb, line 174
def first(key)
  first_cb(key, _block_cb)
end
select(keys, offset=0, limit=-1) click to toggle source
# File lib/tarantool/block_db.rb, line 178
def select(keys, offset=0, limit=-1)
  select_cb(keys, offset, limit, _block_cb)
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.