Sha256: 1b21c6cbb2f7617fdccbc6b6ec72429a08c4c3b48c2d40a346e97178c953a8b9

Contents?: true

Size: 1.13 KB

Versions: 32

Compression:

Stored size: 1.13 KB

Contents

module Libcouchbase::Ext
  # (Not documented)
  #
  # ## Fields:
  # :cmdflags ::
  #   (Integer)
  # :exptime ::
  #   (Integer)
  # :cas ::
  #   (Integer)
  # :key ::
  #   (KEYBUF)
  # :hashkey ::
  #   (KEYBUF)
  # :value ::
  #   (VALBUF) Value to store on the server. The value may be set using the
  #   LCB_CMD_SET_VALUE() or LCB_CMD_SET_VALUEIOV() API
  # :flags ::
  #   (Integer) Format flags used by clients to determine the underlying encoding of
  #   the value. This value is also returned during retrieval operations in the
  #   lcb_RESPGET::itmflags field
  # :datatype ::
  #   (Integer) Do not set this value for now
  # :operation ::
  #   (StorageT) Controls *how* the operation is perfomed. See the documentation for
  #   @ref lcb_storage_t for the options. There is no default value for this
  #   field.
  class CMDSTORE < FFI::Struct
    layout :cmdflags, :uint,
           :exptime, :uint,
           :cas, :ulong_long,
           :key, KEYBUF.by_value,
           :hashkey, KEYBUF.by_value,
           :value, VALBUF.by_value,
           :flags, :uint,
           :datatype, :uchar,
           :operation, StorageT
  end

end

Version data entries

32 entries across 32 versions & 2 rubygems

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