Uses of Class
com.couchbase.client.core.env.SeedNode
Packages that use SeedNode
Package
Description
-
Uses of SeedNode in com.couchbase.client.core
Method parameters in com.couchbase.client.core with type arguments of type SeedNodeModifier and TypeMethodDescriptionstatic CoreCore.create(CoreEnvironment environment, Authenticator authenticator, Set<SeedNode> seedNodes) Creates a newCorewith the given environment.Constructor parameters in com.couchbase.client.core with type arguments of type SeedNodeModifierConstructorDescriptionprotectedCore(CoreEnvironment environment, Authenticator authenticator, Set<SeedNode> seedNodes) Creates a new Core. -
Uses of SeedNode in com.couchbase.client.core.cnc.events.config
Constructor parameters in com.couchbase.client.core.cnc.events.config with type arguments of type SeedNode -
Uses of SeedNode in com.couchbase.client.core.cnc.events.core
Constructor parameters in com.couchbase.client.core.cnc.events.core with type arguments of type SeedNodeModifierConstructorDescriptionCoreCreatedEvent(CoreContext context, CoreEnvironment environment, Set<SeedNode> seedNodes) -
Uses of SeedNode in com.couchbase.client.core.config
Methods in com.couchbase.client.core.config that return types with arguments of type SeedNodeModifier and TypeMethodDescriptionConfigurationProvider.seedNodes()Returns a stream of seed node sets sourced from the server's global config or bucket config.DefaultConfigurationProvider.seedNodes()Constructor parameters in com.couchbase.client.core.config with type arguments of type SeedNodeModifierConstructorDescriptionDefaultConfigurationProvider(Core core, Set<SeedNode> seedNodes) Creates a new configuration provider. -
Uses of SeedNode in com.couchbase.client.core.env
Fields in com.couchbase.client.core.env with type parameters of type SeedNodeModifier and TypeFieldDescriptionSeedNode.LOCALHOSTSeed node set pointing to localhost with default ports.Methods in com.couchbase.client.core.env that return SeedNode -
Uses of SeedNode in com.couchbase.client.core.util
Methods in com.couchbase.client.core.util that return types with arguments of type SeedNodeModifier and TypeMethodDescriptionConnectionStringUtil.seedNodesFromConnectionString(String cs, boolean dnsSrvEnabled, boolean tlsEnabled, EventBus eventBus) Populates a list of seed nodes from the connection string.Method parameters in com.couchbase.client.core.util with type arguments of type SeedNodeModifier and TypeMethodDescriptionstatic StringConnectionStringUtil.asConnectionString(Collection<SeedNode> nodes) Returns a synthetic connection string corresponding to the seed nodes.