Method: Aerospike::PartitionFilter.all

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

.allObject

Creates a partition filter that reads all the partitions.

[View source]

27
28
29
# File 'lib/aerospike/query/partition_filter.rb', line 27

def self.all
  PartitionFilter.new(0, Aerospike::Node::PARTITIONS)
end