class ReactiveBinaryCollection extends AnyRef
Operations on non-JSON Couchbase documents.
This is a reactive version of the BinaryCollection API. See also AsyncBinaryCollection.
- Alphabetic
- By Inheritance
- ReactiveBinaryCollection
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Instance Constructors
- new ReactiveBinaryCollection(async: AsyncBinaryCollection)
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def append(id: String, content: Array[Byte], options: AppendOptions): SMono[MutationResult]
Add bytes to the end of a Couchbase binary document.
Add bytes to the end of a Couchbase binary document.
This reactive version performs the same functionality and takes the same parameters, but returns the same result object asynchronously in a
SMono
. See the equivalent method in BinaryCollection for details. - def append(id: String, content: Array[Byte], cas: Long = 0, durability: Durability = Disabled, timeout: Duration = Duration.MinusInf): SMono[MutationResult]
Add bytes to the end of a Couchbase binary document.
Add bytes to the end of a Couchbase binary document.
This reactive version performs the same functionality and takes the same parameters, but returns the same result object asynchronously in a
SMono
. See the equivalent method in BinaryCollection for details. - final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
- def decrement(id: String, delta: Long, options: DecrementOptions): SMono[CounterResult]
Decrement a Couchbase 'counter' document.
Decrement a Couchbase 'counter' document.
This reactive version performs the same functionality and takes the same parameters, but returns the same result object asynchronously in a
SMono
. See the equivalent method in BinaryCollection for details. - def decrement(id: String, delta: Long, initial: Option[Long] = None, durability: Durability = Disabled, timeout: Duration = Duration.MinusInf): SMono[CounterResult]
Decrement a Couchbase 'counter' document.
Decrement a Couchbase 'counter' document.
This reactive version performs the same functionality and takes the same parameters, but returns the same result object asynchronously in a
SMono
. See the equivalent method in BinaryCollection for details. - final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
- def increment(id: String, delta: Long, options: IncrementOptions): SMono[CounterResult]
Increment a Couchbase 'counter' document.
Increment a Couchbase 'counter' document.
This reactive version performs the same functionality and takes the same parameters, but returns the same result object asynchronously in a
SMono
. See the equivalent method in BinaryCollection for details. - def increment(id: String, delta: Long, initial: Option[Long] = None, durability: Durability = Disabled, timeout: Duration = Duration.MinusInf): SMono[CounterResult]
Increment a Couchbase 'counter' document.
Increment a Couchbase 'counter' document.
This reactive version performs the same functionality and takes the same parameters, but returns the same result object asynchronously in a
SMono
. See the equivalent method in BinaryCollection for details. - final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- def prepend(id: String, content: Array[Byte], options: PrependOptions): SMono[MutationResult]
Add bytes to the beginning of a Couchbase binary document.
Add bytes to the beginning of a Couchbase binary document.
This reactive version performs the same functionality and takes the same parameters, but returns the same result object asynchronously in a
SMono
. See the equivalent method in BinaryCollection for details. - def prepend(id: String, content: Array[Byte], cas: Long = 0, durability: Durability = Disabled, timeout: Duration = Duration.MinusInf): SMono[MutationResult]
Add bytes to the beginning of a Couchbase binary document.
Add bytes to the beginning of a Couchbase binary document.
This reactive version performs the same functionality and takes the same parameters, but returns the same result object asynchronously in a
SMono
. See the equivalent method in BinaryCollection for details. - final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated @Deprecated
- Deprecated