Class: Couchbase::CommonOptions
- Inherits:
-
Object
- Object
- Couchbase::CommonOptions
- Defined in:
- lib/couchbase/common_options.rb,
/Users/sergey.auseyau/code/couchbase-ruby-client/lib/couchbase/common_options.rb more...
Direct Known Subclasses
BinaryCollection::AppendOptions, BinaryCollection::DecrementOptions, BinaryCollection::IncrementOptions, BinaryCollection::PrependOptions, Couchbase::Collection::ExistsOptions, Couchbase::Collection::GetAllReplicasOptions, Couchbase::Collection::GetAndLockOptions, Couchbase::Collection::GetAndTouchOptions, Couchbase::Collection::GetAnyReplicaOptions, Couchbase::Collection::GetOptions, Couchbase::Collection::InsertOptions, Couchbase::Collection::LookupInOptions, Couchbase::Collection::MutateInOptions, Couchbase::Collection::RemoveOptions, Couchbase::Collection::ReplaceOptions, Couchbase::Collection::TouchOptions, Couchbase::Collection::UnlockOptions, Couchbase::Collection::UpsertOptions
Instance Attribute Summary collapse
-
#client_context ⇒ Hash
The client context data, if set.
-
#parent_span ⇒ Span
If set holds the parent span, that should be used for this request.
-
#retry_strategy ⇒ Proc
The custom retry strategy, if set.
-
#timeout ⇒ Integer
The time in milliseconds allowed for the operation to complete.
Instance Attribute Details
#client_context ⇒ Hash
Returns the client context data, if set.
24 25 26 |
# File 'lib/couchbase/common_options.rb', line 24 def client_context @client_context end |
#parent_span ⇒ Span
Returns If set holds the parent span, that should be used for this request.
27 28 29 |
# File 'lib/couchbase/common_options.rb', line 27 def parent_span @parent_span end |
#retry_strategy ⇒ Proc
Returns the custom retry strategy, if set.
21 22 23 |
# File 'lib/couchbase/common_options.rb', line 21 def retry_strategy @retry_strategy end |
#timeout ⇒ Integer
Returns the time in milliseconds allowed for the operation to complete.
18 19 20 |
# File 'lib/couchbase/common_options.rb', line 18 def timeout @timeout end |