Uses of Class
com.couchbase.client.dcp.core.env.SeedNode
Packages that use SeedNode
-
Uses of SeedNode in com.couchbase.client.dcp.core.config
Methods in com.couchbase.client.dcp.core.config with parameters of type SeedNodeMethod parameters in com.couchbase.client.dcp.core.config with type arguments of type SeedNodeModifier and TypeMethodDescriptionstatic NetworkSelectorNetworkSelector.autoDetect(Set<SeedNode> seedNodes) static NetworkSelectorNetworkSelector.create(NetworkResolution network, Set<SeedNode> seedNodes) Constructor parameters in com.couchbase.client.dcp.core.config with type arguments of type SeedNode -
Uses of SeedNode in com.couchbase.client.dcp.core.env
Fields in com.couchbase.client.dcp.core.env with type parameters of type SeedNodeModifier and TypeFieldDescriptionSeedNode.LOCALHOSTSeed node set pointing to localhost with default ports.Methods in com.couchbase.client.dcp.core.env that return SeedNodeModifier and TypeMethodDescriptionstatic SeedNodeCreates a seed node from a hostname and the default ports.static SeedNodeCreates a seed node from a hostname and custom ports.SeedNode.withDefaultPortsIfNoneSpecified(boolean tls) SeedNode.withKvPort(int port) SeedNode.withManagerPort(int port)