Method: Aerospike::BatchIndexExistsCommand#initialize
- Defined in:
- lib/aerospike/command/batch_index_exists_command.rb
permalink #initialize(node, batch, policy, results) ⇒ BatchIndexExistsCommand
Returns a new instance of BatchIndexExistsCommand.
24 25 26 |
# File 'lib/aerospike/command/batch_index_exists_command.rb', line 24 def initialize(node, batch, policy, results) super(node, batch, policy, nil, results, INFO1_READ | INFO1_NOBINDATA) end |