Method: Aerospike::NodePartitions#to_s

Defined in:
lib/aerospike/query/node_partitions.rb

#to_sObject

[View source]

31
32
33
# File 'lib/aerospike/query/node_partitions.rb', line 31

def to_s
  "Node #{@node.inspect}: full: #{@parts_full.length}, partial: #{@parts_partial.length}"
end