Uses of Class
com.couchbase.client.core.env.SeedNode
Package
Description
-
Uses of SeedNode in com.couchbase.client.core
Modifier and TypeMethodDescriptionstatic Core
Core.create
(CoreEnvironment environment, Authenticator authenticator, Set<SeedNode> seedNodes) Deprecated. -
Uses of SeedNode in com.couchbase.client.core.cnc.events.config
-
Uses of SeedNode in com.couchbase.client.core.cnc.events.core
ModifierConstructorDescriptionCoreCreatedEvent
(CoreContext context, CoreEnvironment environment, Set<SeedNode> seedNodes, int numCoreInstances, ConnectionString connectionString) -
Uses of SeedNode in com.couchbase.client.core.config
-
Uses of SeedNode in com.couchbase.client.core.env
Modifier and TypeFieldDescriptionSeedNode.LOCALHOST
Seed node set pointing to localhost with default ports.Modifier 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
Modifier and TypeMethodDescriptionstatic NetworkSelector
NetworkSelector.autoDetect
(Set<SeedNode> seedNodes) static NetworkSelector
NetworkSelector.create
(NetworkResolution network, Set<SeedNode> seedNodes) -
Uses of SeedNode in com.couchbase.client.core.util
Modifier and TypeMethodDescriptionConnectionStringUtil.seedNodesFromConnectionString
(ConnectionString connectionString, boolean dnsSrvEnabled, boolean tlsEnabled, EventBus eventBus) Populates a list of seed nodes from the connection string.Modifier and TypeMethodDescriptionstatic ConnectionString
ConnectionStringUtil.asConnectionString
(Collection<SeedNode> nodes) Returns a synthetic connection string corresponding to the seed nodes.
Core.create(CoreEnvironment, Authenticator, ConnectionString)
instead.