| Modifier and Type | Method and Description |
|---|---|
CoreEnvironment |
Core.environment() |
CoreEnvironment |
CoreProtostellar.environment() |
CoreEnvironment |
CoreContext.environment()
The attached environment for this core.
|
| Modifier and Type | Method and Description |
|---|---|
static Core |
Core.create(CoreEnvironment environment,
Authenticator authenticator,
ConnectionString connectionString) |
static Core |
Core.create(CoreEnvironment environment,
Authenticator authenticator,
Set<SeedNode> seedNodes)
Deprecated.
Please use
Core.create(CoreEnvironment, Authenticator, ConnectionString) instead. |
| Constructor and Description |
|---|
Core(CoreEnvironment environment,
Authenticator authenticator,
ConnectionString connectionString) |
CoreContext(Core core,
long id,
CoreEnvironment env,
Authenticator authenticator)
Creates a new
CoreContext. |
CoreProtostellar(CoreEnvironment env,
Authenticator authenticator,
ConnectionString connectionString) |
| Modifier and Type | Method and Description |
|---|---|
CoreEnvironment |
CoreCouchbaseOps.environment() |
| Modifier and Type | Method and Description |
|---|---|
static CoreCouchbaseOps |
CoreCouchbaseOps.create(CoreEnvironment env,
Authenticator authenticator,
ConnectionString connectionString) |
| Constructor and Description |
|---|
CoreCreatedEvent(CoreContext context,
CoreEnvironment environment,
Set<SeedNode> seedNodes,
int numCoreInstances,
ConnectionString connectionString) |
| 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,
long revEpoch,
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() |
| Constructor and Description |
|---|
RequestContext(Core core,
long contextId,
CoreEnvironment environment,
Authenticator authenticator,
Request<? extends Response> request) |
| Modifier and Type | Method and Description |
|---|---|
CoreEnvironment |
ProtostellarContext.environment() |
| Constructor and Description |
|---|
ProtostellarContext(CoreEnvironment env,
Authenticator authenticator) |
| Modifier and Type | Method and Description |
|---|---|
static void |
ConnectionStringUtil.checkConnectionString(CoreEnvironment env,
boolean ownsEnvironment,
ConnectionString connStr) |
Copyright © 2024 Couchbase, Inc.. All rights reserved.