| Modifier and Type | Method and Description |
|---|---|
static Core |
Core.create(CoreEnvironment environment,
Authenticator authenticator,
ConnectionString connectionString) |
| Constructor and Description |
|---|
Core(CoreEnvironment environment,
Authenticator authenticator,
ConnectionString connectionString) |
CoreProtostellar(CoreEnvironment env,
Authenticator authenticator,
ConnectionString connectionString) |
| Modifier and Type | Method and Description |
|---|---|
static void |
CoreCouchbaseOps.checkConnectionStringScheme(ConnectionString cs,
ConnectionString.Scheme... validSchemes) |
static CoreCouchbaseOps |
CoreCouchbaseOps.create(CoreEnvironment env,
Authenticator authenticator,
ConnectionString connectionString) |
| Modifier and Type | Method and Description |
|---|---|
ConnectionString |
ConnectionStringIgnoredEvent.connectionString()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static ConnectionStringIgnoredEvent |
ConnectionStringIgnoredEvent.ignoringParameters(ConnectionString connectionString)
Deprecated.
|
static ConnectionStringIgnoredEvent |
ConnectionStringIgnoredEvent.ignoringScheme(ConnectionString connectionString)
Deprecated.
|
| Constructor and Description |
|---|
CoreCreatedEvent(CoreContext context,
CoreEnvironment environment,
Set<SeedNode> seedNodes,
int numCoreInstances,
ConnectionString connectionString) |
| Constructor and Description |
|---|
DefaultConfigurationProvider(Core core,
Set<SeedNode> seedNodes,
ConnectionString connectionString)
Creates a new configuration provider.
|
| Constructor and Description |
|---|
ConnectionStringPropertyLoader(ConnectionString connectionString) |
| Modifier and Type | Method and Description |
|---|---|
static ConnectionString |
ConnectionStringUtil.asConnectionString(Collection<SeedNode> nodes)
Returns a synthetic connection string corresponding to the seed nodes.
|
static ConnectionString |
ConnectionString.create(String connectionString) |
static ConnectionString |
ConnectionString.fromHostnames(List<String> hostnames) |
ConnectionString |
ConnectionString.withParams(Map<String,String> params) |
ConnectionString |
ConnectionString.withScheme(ConnectionString.Scheme scheme) |
| Modifier and Type | Method and Description |
|---|---|
static void |
ConnectionStringUtil.checkConnectionString(CoreEnvironment env,
boolean ownsEnvironment,
ConnectionString connStr) |
static boolean |
ConnectionStringUtil.isCapella(ConnectionString connectionString)
Returns true if the addresses indicate this is a Couchbase Capella cluster.
|
static Set<SeedNode> |
ConnectionStringUtil.seedNodesFromConnectionString(ConnectionString connectionString,
boolean dnsSrvEnabled,
boolean tlsEnabled,
EventBus eventBus)
Populates a list of seed nodes from the connection string.
|
Copyright © 2024 Couchbase, Inc.. All rights reserved.