Method: Libcouchbase::Ext.stats3

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

.stats3(instance, cookie, cmd) ⇒ ErrorT

(Not documented)

Parameters:

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

Returns:



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

attach_function :stats3, :lcb_stats3, [T.by_ref, :pointer, CMDBASE.by_ref], ErrorT, :blocking => true