Sha256: 2605ef84d0518607f55c301788313743117d98d7e98a2127f24ca8ca85bdc016

Contents?: true

Size: 901 Bytes

Versions: 32

Compression:

Stored size: 901 Bytes

Contents

module Libcouchbase::Ext
  # (Not documented)
  #
  # ## Fields:
  # :cookie ::
  #   (FFI::Pointer(*Void))
  # :key ::
  #   (FFI::Pointer(*Void))
  # :nkey ::
  #   (Integer)
  # :cas ::
  #   (Integer)
  # :rc ::
  #   (ErrorT)
  # :version ::
  #   (Integer)
  # :rflags ::
  #   (Integer)
  # :status ::
  #   (Integer) <Bit set of flags
  # :ismaster ::
  #   (Integer) < Set to true if this response came from the master node
  # :ttp ::
  #   (Integer) <Unused. For internal requests, contains the server index
  # :ttr ::
  #   (Integer) <Unused
  class RESPOBSERVE < FFI::Struct
    layout :cookie, :pointer,
           :key, :pointer,
           :nkey, :ulong,
           :cas, :ulong_long,
           :rc, ErrorT,
           :version, :ushort,
           :rflags, :ushort,
           :status, :uchar,
           :ismaster, :uchar,
           :ttp, :uint,
           :ttr, :uint
  end

end

Version data entries

32 entries across 32 versions & 2 rubygems

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