Class: Tarantool::FiberDB

Inherits:
EMDB
  • Object
show all
Defined in:
lib/tarantool/fiber_db.rb

Defined Under Namespace

Modules: CommonSpaceFiberMethods Classes: Query, SpaceArray, SpaceHash

Constant Summary

Constants inherited from EMDB

EMDB::INITIAL, EMDB::IPROTO_CONNECTION_TYPE

Instance Attribute Summary

Attributes inherited from DB

#closed, #connections, #previous_shards_count

Instance Method Summary collapse

Methods inherited from EMDB

#_send_request, #_send_to_one_shard, #_send_to_several_shards

Methods inherited from DB

#_shard, #close, #close_connection, #initialize, #insert_with_shards_count, #method_missing, #query, #shards_count, #space, #space_array, #space_hash

Constructor Details

This class inherits a constructor from Tarantool::DB

Dynamic Method Handling

This class handles dynamic methods through the method_missing method in the class Tarantool::DB

Instance Method Details

#primary_interfaceObject



6
7
8
# File 'lib/tarantool/fiber_db.rb', line 6

def primary_interface
  :synchronous
end