Package | Description |
---|---|
com.couchbase.client.core.config.loader | |
com.couchbase.client.core.lang |
Modifier and Type | Method and Description |
---|---|
Observable<Tuple2<LoaderType,BucketConfig>> |
Loader.loadConfig(InetAddress seedNode,
String bucket,
String password) |
Observable<Tuple2<LoaderType,BucketConfig>> |
AbstractLoader.loadConfig(InetAddress seedNode,
String bucket,
String password)
Initiate the config loading process.
|
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 © 2017 Couchbase, Inc.. All rights reserved.