| Package | Description |
|---|---|
| com.couchbase.client.core | |
| com.couchbase.client.core.cnc.events.core | |
| com.couchbase.client.core.config | |
| com.couchbase.client.core.env |
| Modifier and Type | Method and Description |
|---|---|
CoreEnvironment |
CoreContext.environment()
The attached environment for this core.
|
| 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.
|
CoreContext(Core core,
long id,
CoreEnvironment env,
Authenticator authenticator)
Creates a new
CoreContext. |
| Constructor and Description |
|---|
CoreCreatedEvent(CoreContext context,
CoreEnvironment environment,
Set<SeedNode> seedNodes) |
| Modifier and Type | Method and Description |
|---|---|
static BucketConfig |
BucketConfigParser.parse(String input,
CoreEnvironment env,
String origin)
Parse a raw configuration into a
BucketConfig. |
| Constructor and Description |
|---|
MemcachedBucketConfig(CoreEnvironment env,
long rev,
String uuid,
String name,
String uri,
String streamingUri,
List<NodeInfo> nodeInfos,
List<PortInfo> portInfos,
List<BucketCapabilities> bucketCapabilities,
Map<String,Set<ClusterCapabilities>> clusterCapabilities,
String origin)
Creates a new
MemcachedBucketConfig. |
| Modifier and Type | Method and Description |
|---|---|
CoreEnvironment |
CoreEnvironment.Builder.build()
Turns this builder into a real
CoreEnvironment. |
static CoreEnvironment |
CoreEnvironment.create() |
Copyright © 2021 Couchbase, Inc.. All rights reserved.