# File lib/tarantool/block_db.rb, line 184 def _block_cb @_block_cb ||= method(:_raise_or_return) end
# File lib/tarantool/block_db.rb, line 192 def all(space_no, index_no, keys, opts={}) all_cb(space_no, index_no, keys, _block_cb, opts) end
# File lib/tarantool/block_db.rb, line 224 def call(func_name, values, opts={}) call_cb(func_name, values, _block_cb, opts) end
# File lib/tarantool/block_db.rb, line 216 def delete(space_no, pk, opts={}) delete_cb(space_no, pk, _block_cb, opts) end
# File lib/tarantool/block_db.rb, line 196 def first(space_no, index_no, key, opts={}) first_cb(space_no, index_no, key, _block_cb, opts) end
# File lib/tarantool/block_db.rb, line 200 def insert(space_no, tuple, opts={}) insert_cb(space_no, tuple, _block_cb, opts) end
# File lib/tarantool/block_db.rb, line 220 def invoke(func_name, values, opts={}) invoke_cb(func_name, values, _block_cb, opts) end
# File lib/tarantool/block_db.rb, line 228 def ping ping_cb(_block_cb) end
# File lib/tarantool/block_db.rb, line 204 def replace(space_no, tuple, opts={}) replace_cb(space_no, tuple, _block_cb, opts) end
# File lib/tarantool/block_db.rb, line 188 def select(space_no, index_no, keys, offset, limit, opts={}) select_cb(space_no, index_no, keys, offset, limit, _block_cb, opts) end
Generated with the Darkfish Rdoc Generator 2.