org.apache.pekko.stream.connectors.couchbase.javadsl
CouchbaseSession
Companion class CouchbaseSession
object CouchbaseSession
Java API: Gives access to Couchbase.
- Alphabetic
- By Inheritance
- CouchbaseSession
- 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]) @native()
- def create(bucket: Bucket): CouchbaseSession
Create a session against the given bucket.
Create a session against the given bucket. You are responsible for managing the lifecycle of the couchbase client that the bucket was created with.
- def create(client: AsyncCluster, bucketName: String, executor: Executor): CompletionStage[CouchbaseSession]
Create a given bucket using a pre-existing cluster client, allowing for it to be shared among multiple
CouchbaseSession
s.Create a given bucket using a pre-existing cluster client, allowing for it to be shared among multiple
CouchbaseSession
s. The cluster client's life-cycle is the user's responsibility. - def create(settings: CouchbaseSessionSettings, bucketName: String, executor: Executor): CompletionStage[CouchbaseSession]
Create a session against the given bucket.
Create a session against the given bucket. The couchbase client used to connect will be created and then closed when the session is closed.
- def createClient(settings: CouchbaseSessionSettings, executor: Executor): CompletionStage[AsyncCluster]
Connects to a Couchbase cluster by creating an
AsyncCluster
.Connects to a Couchbase cluster by creating an
AsyncCluster
. The life-cycle of it is the user's responsibility. - final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- 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()
- 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(classOf[java.lang.InterruptedException])
- 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()