Method: Aerospike::QueryPartitionCommand#should_retry

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

#should_retry(e) ⇒ Object



36
37
38
39
# File 'lib/aerospike/query/query_partition_command.rb', line 36

def should_retry(e)
  # !! converts nil to false
  !!@tracker&.should_retry(@node_partitions, e)
end