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 Core
Core.create
(CoreEnvironment environment, Authenticator authenticator, Set<SeedNode> seedNodes) Deprecated. -
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, int numCoreInstances, ConnectionString connectionString) -
Uses of SeedNode in com.couchbase.client.core.config
Methods in com.couchbase.client.core.config that return types with arguments of type SeedNode -
Uses of SeedNode in com.couchbase.client.core.env
Fields in com.couchbase.client.core.env with type parameters of type SeedNodeModifier and TypeFieldDescriptionSeedNode.LOCALHOST
Seed node set pointing to localhost with default ports.Methods in com.couchbase.client.core.env that return SeedNodeModifier and TypeMethodDescriptionstatic SeedNode
Creates a seed node from a hostname and the default ports.static SeedNode
Creates a seed node from a hostname and custom ports.SeedNode.withKvPort
(Integer port) Returns a copy of this seed node, with the given KV port.SeedNode.withManagerPort
(Integer port) Returns a copy of this seed node, with the given Manager port.SeedNode.withProtostellarPort
(Integer port) Returns a copy of this seed node, with the given Protostellar port. -
Uses of SeedNode in com.couchbase.client.core.topology
Method parameters in com.couchbase.client.core.topology with type arguments of type SeedNodeModifier and TypeMethodDescriptionstatic NetworkSelector
NetworkSelector.autoDetect
(Set<SeedNode> seedNodes) static NetworkSelector
NetworkSelector.create
(NetworkResolution network, Set<SeedNode> seedNodes) Constructor parameters in com.couchbase.client.core.topology with type arguments of type 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
(ConnectionString connectionString, 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 ConnectionString
ConnectionStringUtil.asConnectionString
(Collection<SeedNode> nodes) Returns a synthetic connection string corresponding to the seed nodes.
Core.create(CoreEnvironment, Authenticator, ConnectionString)
instead.