Sha256: 390bf7621397cb9d05a0f033a984c4ddd7c5a0c0270ca1aa38837f82edfc2ff7

Contents?: true

Size: 819 Bytes

Versions: 4

Compression:

Stored size: 819 Bytes

Contents

module MTLibcouchbase::Ext
  # (Not documented)
  #
  # ## Fields:
  # :cmdflags ::
  #   (Integer)
  # :exptime ::
  #   (Integer)
  # :cas ::
  #   (Integer)
  # :key ::
  #   (KEYBUF)
  # :hashkey ::
  #   (KEYBUF)
  # :server_index ::
  #   (Integer) Server index to target. The server index must be valid and must also
  #   be either a master or a replica for the vBucket indicated in #vbid
  # :vbid ::
  #   (Integer) < vBucket ID to query
  # :uuid ::
  #   (Integer) < UUID known to client which should be queried
  class CMDOBSEQNO < FFI::Struct
    layout :cmdflags, :uint,
           :exptime, :uint,
           :cas, :ulong_long,
           :key, KEYBUF.by_value,
           :hashkey, KEYBUF.by_value,
           :server_index, :ushort,
           :vbid, :ushort,
           :uuid, :ulong_long
  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/cmdobseqno.rb
mt-libcouchbase-1.4.02 lib/mt-libcouchbase/ext/mt-libcouchbase/cmdobseqno.rb
mt-libcouchbase-1.4.01 lib/mt-libcouchbase/ext/mt-libcouchbase/cmdobseqno.rb
mt-libcouchbase-1.4.0 lib/mt-libcouchbase/ext/mt-libcouchbase/cmdobseqno.rb