Sha256: 02366c2eb71e3b04f65fa41f76d176449a50c768e6ce4fa255a0097afe2c1629

Contents?: true

Size: 1.4 KB

Versions: 32

Compression:

Stored size: 1.4 KB

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)
  # :nresponses ::
  #   (Integer) Total number of polls (i.e. how many packets per server) did this
  #   operation require
  # :exists_master ::
  #   (Integer) Whether this item exists in the master in its current form. This can be
  #   true even if #rc is not successful
  # :persisted_master ::
  #   (Integer) True if item was persisted on the master node. This may be true even if
  #   #rc is not successful.
  # :npersisted ::
  #   (Integer) Total number of nodes (including master) on which this mutation has
  #   been persisted. Valid even if #rc is not successful.
  # :nreplicated ::
  #   (Integer) Total number of replica nodes to which this mutation has been replicated.
  #   Valid even if #rc is not successful.
  class RESPENDURE < FFI::Struct
    layout :cookie, :pointer,
           :key, :pointer,
           :nkey, :ulong,
           :cas, :ulong_long,
           :rc, ErrorT,
           :version, :ushort,
           :rflags, :ushort,
           :nresponses, :ushort,
           :exists_master, :uchar,
           :persisted_master, :uchar,
           :npersisted, :uchar,
           :nreplicated, :uchar
  end

end

Version data entries

32 entries across 32 versions & 2 rubygems

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