Uses of Class
com.couchbase.client.core.env.CoreEnvironment
-
-
Uses of CoreEnvironment in com.couchbase.client.core
Methods in com.couchbase.client.core that return CoreEnvironment Modifier and Type Method Description CoreEnvironmentCore. environment()CoreEnvironmentCoreContext. environment()The attached environment for this core.CoreEnvironmentCoreProtostellar. environment()Methods in com.couchbase.client.core with parameters of type CoreEnvironment Modifier and Type Method Description static CoreCore. create(CoreEnvironment environment, Authenticator authenticator, ConnectionString connectionString)static CoreCore. create(CoreEnvironment environment, Authenticator authenticator, Set<SeedNode> seedNodes)Deprecated.Please useCore.create(CoreEnvironment, Authenticator, ConnectionString)instead.Constructors in com.couchbase.client.core with parameters of type CoreEnvironment Constructor Description Core(CoreEnvironment environment, Authenticator authenticator, ConnectionString connectionString)CoreContext(Core core, long id, CoreEnvironment env, Authenticator authenticator)Creates a newCoreContext.CoreProtostellar(CoreEnvironment env, Authenticator authenticator, ConnectionString connectionString) -
Uses of CoreEnvironment in com.couchbase.client.core.api
Methods in com.couchbase.client.core.api that return CoreEnvironment Modifier and Type Method Description CoreEnvironmentCoreCouchbaseOps. environment()Methods in com.couchbase.client.core.api with parameters of type CoreEnvironment Modifier and Type Method Description static CoreCouchbaseOpsCoreCouchbaseOps. create(CoreEnvironment env, Authenticator authenticator, ConnectionString connectionString) -
Uses of CoreEnvironment in com.couchbase.client.core.cnc.events.core
Constructors in com.couchbase.client.core.cnc.events.core with parameters of type CoreEnvironment Constructor Description CoreCreatedEvent(CoreContext context, CoreEnvironment environment, Set<SeedNode> seedNodes, int numCoreInstances, ConnectionString connectionString) -
Uses of CoreEnvironment in com.couchbase.client.core.config
Methods in com.couchbase.client.core.config with parameters of type CoreEnvironment Modifier and Type Method Description static BucketConfigBucketConfigParser. parse(String input, CoreEnvironment env, String origin)Parse a raw configuration into aBucketConfig.Constructors in com.couchbase.client.core.config with parameters of type CoreEnvironment Constructor 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 newMemcachedBucketConfig. -
Uses of CoreEnvironment in com.couchbase.client.core.env
Methods in com.couchbase.client.core.env that return CoreEnvironment Modifier and Type Method Description CoreEnvironmentCoreEnvironment.Builder. build()Turns this builder into a realCoreEnvironment.static CoreEnvironmentCoreEnvironment. create() -
Uses of CoreEnvironment in com.couchbase.client.core.msg
Constructors in com.couchbase.client.core.msg with parameters of type CoreEnvironment Constructor Description RequestContext(Core core, long contextId, CoreEnvironment environment, Authenticator authenticator, Request<? extends Response> request) -
Uses of CoreEnvironment in com.couchbase.client.core.protostellar
Methods in com.couchbase.client.core.protostellar that return CoreEnvironment Modifier and Type Method Description CoreEnvironmentProtostellarContext. environment()Constructors in com.couchbase.client.core.protostellar with parameters of type CoreEnvironment Constructor Description ProtostellarContext(CoreEnvironment env, Authenticator authenticator) -
Uses of CoreEnvironment in com.couchbase.client.core.util
Methods in com.couchbase.client.core.util with parameters of type CoreEnvironment Modifier and Type Method Description static voidConnectionStringUtil. checkConnectionString(CoreEnvironment env, boolean ownsEnvironment, ConnectionString connStr)
-