Sha256: 5aabc93453f230887ab827957a3a52f38877ca372ea207c16f1853143d821c05

Contents?: true

Size: 992 Bytes

Versions: 32

Compression:

Stored size: 992 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)
  # :dur_resp ::
  #   (RESPENDURE) Internal durability response structure. This should never be NULL
  # :store_ok ::
  #   (Integer) If the #rc field is not @ref LCB_SUCCESS, this field indicates
  #   what failed. If this field is nonzero, then the store operation failed,
  #   but the durability checking failed. If this field is zero then the
  #   actual storage operation failed.
  class RESPSTOREDUR < FFI::Struct
    layout :cookie, :pointer,
           :key, :pointer,
           :nkey, :ulong,
           :cas, :ulong_long,
           :rc, ErrorT,
           :version, :ushort,
           :rflags, :ushort,
           :dur_resp, RESPENDURE.by_ref,
           :store_ok, :int
  end

end

Version data entries

32 entries across 32 versions & 2 rubygems

Version Path
libcouchbase-0.3.1 lib/libcouchbase/ext/libcouchbase/respstoredur.rb
libcouchbase-0.2.0 lib/libcouchbase/ext/libcouchbase/respstoredur.rb
libcouchbase-0.1.0 lib/libcouchbase/ext/libcouchbase/respstoredur.rb
libcouchbase-0.0.9 lib/libcouchbase/ext/libcouchbase/respstoredur.rb
libcouchbase-0.0.8 lib/libcouchbase/ext/libcouchbase/respstoredur.rb
libcouchbase-0.0.7 lib/libcouchbase/ext/libcouchbase/respstoredur.rb
libcouchbase-0.0.6 lib/libcouchbase/ext/libcouchbase/respstoredur.rb
libcouchbase-0.0.5 lib/libcouchbase/ext/libcouchbase/respstoredur.rb
libcouchbase-0.0.4 lib/libcouchbase/ext/libcouchbase/respstoredur.rb
libcouchbase-0.0.3 lib/libcouchbase/ext/libcouchbase/respstoredur.rb
libcouchbase-0.0.2 lib/libcouchbase/ext/libcouchbase/respstoredur.rb
libcouchbase-0.0.1 lib/libcouchbase/ext/libcouchbase/respstoredur.rb