Package | Description |
---|---|
com.couchbase.client.core.config.loader | |
com.couchbase.client.core.hooks | |
com.couchbase.client.core.lang |
Modifier and Type | Method and Description |
---|---|
rx.Observable<Tuple2<LoaderType,BucketConfig>> |
Loader.loadConfig(String seedNode,
String bucket,
String password)
Deprecated.
|
rx.Observable<Tuple2<LoaderType,BucketConfig>> |
AbstractLoader.loadConfig(String seedNode,
String bucket,
String password)
Initiate the config loading process.
|
rx.Observable<Tuple2<LoaderType,BucketConfig>> |
Loader.loadConfig(String seedNode,
String bucket,
String username,
String password) |
rx.Observable<Tuple2<LoaderType,BucketConfig>> |
AbstractLoader.loadConfig(String seedNode,
String bucket,
String username,
String password)
Initiate the config loading process.
|
Modifier and Type | Method and Description |
---|---|
Tuple2<CouchbaseRequest,rx.Observable<CouchbaseResponse>> |
CouchbaseCoreSendHook.beforeSend(CouchbaseRequest originalRequest,
rx.Observable<CouchbaseResponse> originalResponse)
Allows to hook in before the send method on core, make sure to return either the original
tuple or the modified ones from the originals.
|
Modifier and Type | Method and Description |
---|---|
static <T1,T2> Tuple2<T1,T2> |
Tuple.create(T1 v1,
T2 v2)
Creates a tuple with two values.
|
Tuple2<T2,T1> |
Tuple2.swap()
Create a new
Tuple2 where the two values are swapped. |
Copyright © 2021 Couchbase, Inc.. All rights reserved.