Method: Aerospike::Node#refresh_partitions
- Defined in:
- lib/aerospike/node.rb
permalink #refresh_partitions(peers) ⇒ Object
[View source]
239 240 241 |
# File 'lib/aerospike/node.rb', line 239 def refresh_partitions(peers) Node::Refresh::Partitions.(self, peers) end |