Sha256: d62215a4de5be39a9fe256b993c695183d18cb726b81ba3a0f2979eab8dafada

Contents?: true

Size: 586 Bytes

Versions: 32

Compression:

Stored size: 586 Bytes

Contents

module Libcouchbase::Ext
  # (Not documented)
  #
  # ## Fields:
  # :type ::
  #   (KVBUFTYPE) The type of key to provide. This can currently be LCB_KV_COPY (Default)
  #   to copy the key into the pipeline buffers, or LCB_KV_HEADER_AND_KEY
  #   to provide a buffer with the header storage and the key.
  #
  #   TODO:
  #   Currently only LCB_KV_COPY should be used. LCB_KV_HEADER_AND_KEY is used
  #   internally but may be exposed later on
  # :contig ::
  #   (CONTIGBUF)
  class KEYBUF < FFI::Struct
    layout :type, KVBUFTYPE,
           :contig, CONTIGBUF.by_value
  end

end

Version data entries

32 entries across 32 versions & 2 rubygems

Version Path
libcouchbase-mapo-1.4.1 lib/libcouchbase/ext/libcouchbase/keybuf.rb
libcouchbase-1.3.2 lib/libcouchbase/ext/libcouchbase/keybuf.rb
libcouchbase-1.3.0 lib/libcouchbase/ext/libcouchbase/keybuf.rb
libcouchbase-1.2.8 lib/libcouchbase/ext/libcouchbase/keybuf.rb
libcouchbase-1.2.7 lib/libcouchbase/ext/libcouchbase/keybuf.rb
libcouchbase-1.2.6 lib/libcouchbase/ext/libcouchbase/keybuf.rb
libcouchbase-1.2.5 lib/libcouchbase/ext/libcouchbase/keybuf.rb
libcouchbase-1.2.4 lib/libcouchbase/ext/libcouchbase/keybuf.rb
libcouchbase-1.2.3 lib/libcouchbase/ext/libcouchbase/keybuf.rb
libcouchbase-1.2.2 lib/libcouchbase/ext/libcouchbase/keybuf.rb
libcouchbase-1.2.1 lib/libcouchbase/ext/libcouchbase/keybuf.rb
libcouchbase-1.2.0 lib/libcouchbase/ext/libcouchbase/keybuf.rb
libcouchbase-1.1.1 lib/libcouchbase/ext/libcouchbase/keybuf.rb
libcouchbase-1.1.0 lib/libcouchbase/ext/libcouchbase/keybuf.rb
libcouchbase-1.0.4 lib/libcouchbase/ext/libcouchbase/keybuf.rb
libcouchbase-1.0.3 lib/libcouchbase/ext/libcouchbase/keybuf.rb
libcouchbase-1.0.2 lib/libcouchbase/ext/libcouchbase/keybuf.rb
libcouchbase-1.0.1 lib/libcouchbase/ext/libcouchbase/keybuf.rb
libcouchbase-1.0.0 lib/libcouchbase/ext/libcouchbase/keybuf.rb
libcouchbase-0.3.3 lib/libcouchbase/ext/libcouchbase/keybuf.rb