Module: Couchbase::Datastructures
- Defined in:
- lib/couchbase/datastructures.rb,
lib/couchbase/datastructures/couchbase_map.rb,
lib/couchbase/datastructures/couchbase_set.rb,
lib/couchbase/datastructures/couchbase_list.rb,
lib/couchbase/datastructures/couchbase_queue.rb
Overview
This namespace includes easy-to-use wrappers for various concurrent data-structures.
Defined Under Namespace
Classes: CouchbaseList, CouchbaseMap, CouchbaseQueue, CouchbaseSet
Constant Summary collapse
- CouchbaseMapOptions =
This constant is part of a private API. You should avoid using this constant if possible, as it may be removed or be changed in the future.
::Couchbase::Options::CouchbaseMap
- CouchbaseSetOptions =
This constant is part of a private API. You should avoid using this constant if possible, as it may be removed or be changed in the future.
::Couchbase::Options::CouchbaseSet
- CouchbaseListOptions =
This constant is part of a private API. You should avoid using this constant if possible, as it may be removed or be changed in the future.
::Couchbase::Options::CouchbaseList
- CouchbaseQueueOptions =
This constant is part of a private API. You should avoid using this constant if possible, as it may be removed or be changed in the future.
::Couchbase::Options::CouchbaseQueue