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