Method: Aerospike::ScanPartitionCommand#should_retry

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

#should_retry(e) ⇒ Object

[View source]

42
43
44
45
# File 'lib/aerospike/query/scan_partition_command.rb', line 42

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