Method: Aerospike::BatchIndexNode#key_for_index

Defined in:
lib/aerospike/command/batch_index_node.rb

#key_for_index(idx) ⇒ Object


45
46
47
# File 'lib/aerospike/command/batch_index_node.rb', line 45

def key_for_index(idx)
  keys_by_idx[idx]
end