Package | Description |
---|---|
com.couchbase.client.core | |
com.couchbase.client.core.config | |
com.couchbase.client.core.env | |
com.couchbase.client.core.util |
Modifier and Type | Method and Description |
---|---|
static Core |
Core.create(CoreEnvironment environment,
Authenticator authenticator,
Set<SeedNode> seedNodes)
Creates a new
Core with the given environment. |
Constructor and Description |
---|
Core(CoreEnvironment environment,
Authenticator authenticator,
Set<SeedNode> seedNodes)
Creates a new Core.
|
Constructor and Description |
---|
DefaultConfigurationProvider(Core core,
Set<SeedNode> seedNodes)
Creates a new configuration provider.
|
Modifier and Type | Field and Description |
---|---|
static Set<SeedNode> |
SeedNode.LOCALHOST
Seed node pointing to localhost with default ports.
|
Modifier and Type | Method and Description |
---|---|
static SeedNode |
SeedNode.create(String address)
Creates a seed node from a hostname and the default ports.
|
static SeedNode |
SeedNode.create(String address,
Optional<Integer> kvPort,
Optional<Integer> clusterManagerPort)
Creates a seed node from a hostname and custom ports.
|
Modifier and Type | Method and Description |
---|---|
static Set<SeedNode> |
ConnectionStringUtil.seedNodesFromConnectionString(String cs,
boolean dnsSrvEnabled,
boolean tlsEnabled,
EventBus eventBus)
Populates a list of seed nodes from the connection string.
|
Copyright © 2020 Couchbase, Inc.. All rights reserved.