Method: Aerospike::ReadCommand#get_node
- Defined in:
- lib/aerospike/command/read_command.rb
#get_node ⇒ Object
44 45 46 |
# File 'lib/aerospike/command/read_command.rb', line 44 def get_node @cluster.read_node(@partition, @policy.replica, @sequence) end |