Sha256: ea1beb9e90bc9490fa05df678ace022c1141d7f1902f7eddf82e1259e758bf67

Contents?: true

Size: 770 Bytes

Versions: 32

Compression:

Stored size: 770 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)
  # :server ::
  #   (String)
  # :value ::
  #   (String) < The value, if any, for the given statistic
  # :nvalue ::
  #   (Integer) < Length of value
  class RESPSTATS < FFI::Struct
    layout :cookie, :pointer,
           :key, :pointer,
           :nkey, :ulong,
           :cas, :ulong_long,
           :rc, ErrorT,
           :version, :ushort,
           :rflags, :ushort,
           :server, :string,
           :value, :string,
           :nvalue, :ulong
  end

end

Version data entries

32 entries across 32 versions & 2 rubygems

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