Sha256: fee3a9085775d9ccd24e53a4d2e85857d22ac610371e7443ad6253ecbddf45b5

Contents?: true

Size: 657 Bytes

Versions: 4

Compression:

Stored size: 657 Bytes

Contents

module MTLibcouchbase::Ext
  # (Not documented)
  #
  # ## Fields:
  # :vtype ::
  #   (KVBUFTYPE) Value request type. This may be one of:
  #   - LCB_KV_COPY: Copy over the value into LCB's own buffers
  #     Use the 'contig' field to supply the information.
  #
  #   - LCB_KV_CONTIG: The buffer is a contiguous chunk of value data.
  #     Use the 'contig' field to supply the information.
  #
  #   - LCB_KV_IOV: The buffer is a series of IOV elements. Use the 'multi'
  #     field to supply the information.
  # :u_buf ::
  #   (VALBUFUBuf)
  class VALBUF < FFI::Struct
    layout :vtype, KVBUFTYPE,
           :u_buf, VALBUFUBuf.by_value
  end

end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
mt-libcouchbase-1.4.03 lib/mt-libcouchbase/ext/mt-libcouchbase/valbuf.rb
mt-libcouchbase-1.4.02 lib/mt-libcouchbase/ext/mt-libcouchbase/valbuf.rb
mt-libcouchbase-1.4.01 lib/mt-libcouchbase/ext/mt-libcouchbase/valbuf.rb
mt-libcouchbase-1.4.0 lib/mt-libcouchbase/ext/mt-libcouchbase/valbuf.rb