Method: Libcouchbase::Ext.flush3

Defined in:
lib/libcouchbase/ext/libcouchbase.rb

.flush3(instance, cookie, cmd) ⇒ ErrorT

(Not documented)

Parameters:

  • instance (T)
  • cookie (FFI::Pointer(*Void))
  • cmd (CMDBASE)

Returns:



487
# File 'lib/libcouchbase/ext/libcouchbase.rb', line 487

attach_function :flush3, :lcb_flush3, [T.by_ref, :pointer, CMDBASE.by_ref], ErrorT, :blocking => true