Uses of Interface
com.couchbase.client.core.env.ConfigParserEnvironment
Package | Description |
---|---|
com.couchbase.client.core.config | |
com.couchbase.client.core.config.parser | |
com.couchbase.client.core.env |
-
Uses of ConfigParserEnvironment in com.couchbase.client.core.config
Constructors in com.couchbase.client.core.config with parameters of type ConfigParserEnvironment Constructor Description DefaultMemcachedBucketConfig(ConfigParserEnvironment env, long rev, String uuid, String name, String uri, String streamingUri, List<NodeInfo> nodeInfos, List<PortInfo> portInfos, List<BucketCapabilities> bucketCapabilities, String origin)
Creates a newMemcachedBucketConfig
. -
Uses of ConfigParserEnvironment in com.couchbase.client.core.config.parser
Methods in com.couchbase.client.core.config.parser with parameters of type ConfigParserEnvironment Modifier and Type Method Description static BucketConfig
BucketConfigParser. parse(String input, ConfigParserEnvironment env, String origin)
Parse a raw configuration into aBucketConfig
. -
Uses of ConfigParserEnvironment in com.couchbase.client.core.env
Subinterfaces of ConfigParserEnvironment in com.couchbase.client.core.env Modifier and Type Interface Description interface
CoreEnvironment
ACoreEnvironment
provides all the core building blocks like environment settings and thread pools so that the application can work with it properly.Classes in com.couchbase.client.core.env that implement ConfigParserEnvironment Modifier and Type Class Description class
DefaultCoreEnvironment