Method: Aerospike::Node#batch_any?

Defined in:
lib/aerospike/node.rb

#batch_any?Boolean

Returns:

  • (Boolean)
[View source]

74
75
76
# File 'lib/aerospike/node.rb', line 74

def batch_any?
  (@features & HAS_BATCH_ANY) != 0
end