Method: Aerospike::BatchIndexExistsCommand#initialize

Defined in:
lib/aerospike/command/batch_index_exists_command.rb

#initialize(node, batch, policy, results) ⇒ BatchIndexExistsCommand

Returns a new instance of BatchIndexExistsCommand.

[View source]

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