object CouchbaseSink
- Source
- CouchbaseSink.scala
- Alphabetic
- By Inheritance
- CouchbaseSink
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
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
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def exists[T](applyId: Function[T, String], asyncCollection: AsyncCollection): Sink[T, CompletionStage[Boolean]]
reference to CouchbaseFlow.exists
reference to CouchbaseFlow.exists
This function's return type changed in 2.0.0 to return a Sink with a CompletionStage instead of a Scala Future, to be more consistent with Java usage.
- See also
#existsFuturewhich works like this method worked in 1.x.
- def exists[T](applyId: Function[T, String], existsOptions: ExistsOptions, asyncCollection: AsyncCollection): Sink[T, CompletionStage[Boolean]]
reference to CouchbaseFlow.exists
reference to CouchbaseFlow.exists
This function's return type changed in 2.0.0 to return a Sink with a CompletionStage instead of a Scala Future, to be more consistent with Java usage.
- See also
#existsFuturewhich works like this method worked in 1.x.
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- def insert[T](applyId: Function[T, String], asyncCollection: AsyncCollection): Sink[T, CompletionStage[Done]]
reference to CouchbaseFlow.insert
reference to CouchbaseFlow.insert
This function's return type changed in 2.0.0 to return a Sink with a CompletionStage instead of a Scala Future, to be more consistent with Java usage.
- See also
#insertFuturewhich works like this method worked in 1.x.
- def insert[T](applyId: Function[T, String], insertOptions: InsertOptions, asyncCollection: AsyncCollection): Sink[T, CompletionStage[Done]]
reference to CouchbaseFlow.insert
reference to CouchbaseFlow.insert
This function's return type changed in 2.0.0 to return a Sink with a CompletionStage instead of a Scala Future, to be more consistent with Java usage.
- See also
#insertFuturewhich works like this method worked in 1.x.
- def insertDoc[T](asyncCollection: AsyncCollection): Sink[MutationDocument[T], CompletionStage[Done]]
reference to CouchbaseFlow.insertDoc
reference to CouchbaseFlow.insertDoc
This function's return type changed in 2.0.0 to return a Sink with a CompletionStage instead of a Scala Future, to be more consistent with Java usage.
- See also
#insertDocFuturewhich works like this method worked in 1.x.
- def insertDoc[T](insertOptions: InsertOptions, asyncCollection: AsyncCollection): Sink[MutationDocument[T], CompletionStage[Done]]
reference to CouchbaseFlow.insertDoc
reference to CouchbaseFlow.insertDoc
This function's return type changed in 2.0.0 to return a Sink with a CompletionStage instead of a Scala Future, to be more consistent with Java usage.
- See also
#insertDocFuturewhich works like this method worked in 1.x.
- 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
- @IntrinsicCandidate() @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- def remove[T](applyId: Function[T, String], asyncCollection: AsyncCollection): Sink[T, CompletionStage[Done]]
reference to CouchbaseFlow.remove
reference to CouchbaseFlow.remove
This function's return type changed in 2.0.0 to return a Sink with a CompletionStage instead of a Scala Future, to be more consistent with Java usage.
- See also
#removeFuturewhich works like this method worked in 1.x.
- def remove[T](applyId: Function[T, String], removeOptions: RemoveOptions, asyncCollection: AsyncCollection): Sink[T, CompletionStage[Done]]
reference to CouchbaseFlow.remove
reference to CouchbaseFlow.remove
This function's return type changed in 2.0.0 to return a Sink with a CompletionStage instead of a Scala Future, to be more consistent with Java usage.
- See also
#removeFuturewhich works like this method worked in 1.x.
- def replace[T](applyId: Function[T, String], asyncCollection: AsyncCollection): Sink[T, CompletionStage[Done]]
reference to CouchbaseFlow.replace
reference to CouchbaseFlow.replace
This function's return type changed in 2.0.0 to return a Sink with a CompletionStage instead of a Scala Future, to be more consistent with Java usage.
- See also
#replaceFuturewhich works like this method worked in 1.x.
- def replace[T](applyId: Function[T, String], replaceOptions: ReplaceOptions, asyncCollection: AsyncCollection): Sink[T, CompletionStage[Done]]
reference to CouchbaseFlow.replace
reference to CouchbaseFlow.replace
This function's return type changed in 2.0.0 to return a Sink with a CompletionStage instead of a Scala Future, to be more consistent with Java usage.
- See also
#replaceFuturewhich works like this method worked in 1.x.
- def replaceDoc[T](asyncCollection: AsyncCollection): Sink[MutationDocument[T], CompletionStage[Done]]
reference to CouchbaseFlow.replaceDoc
reference to CouchbaseFlow.replaceDoc
This function's return type changed in 2.0.0 to return a Sink with a CompletionStage instead of a Scala Future, to be more consistent with Java usage.
- See also
#replaceDocFuturewhich works like this method worked in 1.x.
- def replaceDoc[T](replaceOptions: ReplaceOptions, asyncCollection: AsyncCollection): Sink[MutationDocument[T], CompletionStage[Done]]
reference to CouchbaseFlow.replaceDoc
reference to CouchbaseFlow.replaceDoc
This function's return type changed in 2.0.0 to return a Sink with a CompletionStage instead of a Scala Future, to be more consistent with Java usage.
- See also
#replaceDocFuturewhich works like this method worked in 1.x.
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- def upsert[T](applyId: Function[T, String], asyncCollection: AsyncCollection): Sink[T, CompletionStage[Done]]
reference to CouchbaseFlow.upsert
reference to CouchbaseFlow.upsert
This function's return type changed in 2.0.0 to return a Sink with a CompletionStage instead of a Scala Future, to be more consistent with Java usage.
- See also
#upsertFuturewhich works like this method worked in 1.x.
- def upsert[T](applyId: Function[T, String], upsertOptions: UpsertOptions, asyncCollection: AsyncCollection): Sink[T, CompletionStage[Done]]
reference to CouchbaseFlow.upsert
reference to CouchbaseFlow.upsert
This function's return type changed in 2.0.0 to return a Sink with a CompletionStage instead of a Scala Future, to be more consistent with Java usage.
- See also
#upsertFuturewhich works like this method worked in 1.x.
- def upsertDoc[T](asyncCollection: AsyncCollection): Sink[MutationDocument[T], CompletionStage[Done]]
reference to CouchbaseFlow.upsertDoc
reference to CouchbaseFlow.upsertDoc
This function's return type changed in 2.0.0 to return a Sink with a CompletionStage instead of a Scala Future, to be more consistent with Java usage.
- See also
#upsertDocFuturewhich works like this method worked in 1.x.
- def upsertDoc[T](upsertOptions: UpsertOptions, asyncCollection: AsyncCollection): Sink[MutationDocument[T], CompletionStage[Done]]
reference to CouchbaseFlow.upsertDoc
reference to CouchbaseFlow.upsertDoc
This function's return type changed in 2.0.0 to return a Sink with a CompletionStage instead of a Scala Future, to be more consistent with Java usage.
- See also
#upsertDocFuturewhich works like this method worked in 1.x.
- 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 existsFuture[T](applyId: (T) => String, existsOptions: ExistsOptions = ExistsOptions.existsOptions())(implicit asyncCollection: AsyncCollection): Sink[T, Future[Boolean]]
reference to CouchbaseFlow.exists
reference to CouchbaseFlow.exists
- Annotations
- @deprecated
- Deprecated
(Since version 2.0.0) Use exists which returns CompletionStage instead
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated
(Since version 9)
- def insertDocFuture[T](insertOptions: InsertOptions)(implicit asyncCollection: AsyncCollection): Sink[MutationDocument[T], Future[Done]]
reference to CouchbaseFlow.insertDoc
reference to CouchbaseFlow.insertDoc
- Annotations
- @deprecated
- Deprecated
(Since version 2.0.0) Use insertDoc which returns CompletionStage instead
- def insertFuture[T](applyId: (T) => String, insertOptions: InsertOptions)(implicit asyncCollection: AsyncCollection): Sink[T, Future[Done]]
reference to CouchbaseFlow.insert
reference to CouchbaseFlow.insert
- Annotations
- @deprecated
- Deprecated
(Since version 2.0.0) Use insert which returns CompletionStage instead
- def removeFuture[T](applyId: (T) => String, removeOptions: RemoveOptions = RemoveOptions.removeOptions())(implicit asyncCollection: AsyncCollection): Sink[T, Future[Done]]
reference to CouchbaseFlow.remove
reference to CouchbaseFlow.remove
- Annotations
- @deprecated
- Deprecated
(Since version 2.0.0) Use remove which returns CompletionStage instead
- def replaceDocFuture[T](replaceOptions: ReplaceOptions = ReplaceOptions.replaceOptions())(implicit asyncCollection: AsyncCollection): Sink[MutationDocument[T], Future[Done]]
reference to CouchbaseFlow.replaceDoc
reference to CouchbaseFlow.replaceDoc
- Annotations
- @deprecated
- Deprecated
(Since version 2.0.0) Use replaceDoc which returns CompletionStage instead
- def replaceFuture[T](applyId: (T) => String, replaceOptions: ReplaceOptions = ReplaceOptions.replaceOptions())(implicit asyncCollection: AsyncCollection): Sink[T, Future[Done]]
reference to CouchbaseFlow.replace
reference to CouchbaseFlow.replace
- Annotations
- @deprecated
- Deprecated
(Since version 2.0.0) Use replace which returns CompletionStage instead
- def upsertDocFuture[T](upsertOptions: UpsertOptions = UpsertOptions.upsertOptions())(implicit asyncCollection: AsyncCollection): Sink[MutationDocument[T], Future[Done]]
reference to CouchbaseFlow.upsertDoc
reference to CouchbaseFlow.upsertDoc
- Annotations
- @deprecated
- Deprecated
(Since version 2.0.0) Use upsertDoc which returns CompletionStage instead
- def upsertFuture[T](applyId: (T) => String, upsertOptions: UpsertOptions = UpsertOptions.upsertOptions())(implicit asyncCollection: AsyncCollection): Sink[T, Future[Done]]
reference to CouchbaseFlow.upsert
reference to CouchbaseFlow.upsert
- Annotations
- @deprecated
- Deprecated
(Since version 2.0.0) Use upsert which returns CompletionStage instead