Uses of Class
com.couchbase.client.core.env.SeedNode
-
Packages that use SeedNode Package Description com.couchbase.client.core com.couchbase.client.core.config com.couchbase.client.core.env com.couchbase.client.core.util -
-
Uses of SeedNode in com.couchbase.client.core
Method parameters in com.couchbase.client.core with type arguments of type SeedNode Modifier and Type Method Description static 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 SeedNode Constructor Description Core(CoreEnvironment environment, Authenticator authenticator, Set<SeedNode> seedNodes)Creates a new Core. -
Uses of SeedNode in com.couchbase.client.core.config
Constructor parameters in com.couchbase.client.core.config with type arguments of type SeedNode Constructor Description DefaultConfigurationProvider(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 SeedNode Modifier and Type Field Description static Set<SeedNode>SeedNode. LOCALHOSTSeed node pointing to localhost with default ports.Methods in com.couchbase.client.core.env that return SeedNode Modifier and Type Method Description static SeedNodeSeedNode. create(String address)Creates a seed node from a hostname and the default ports.static SeedNodeSeedNode. create(String address, Optional<Integer> kvPort, Optional<Integer> clusterManagerPort)Creates a seed node from a hostname and custom ports. -
Uses of SeedNode in com.couchbase.client.core.util
Methods in com.couchbase.client.core.util that return types with arguments of type SeedNode Modifier and Type Method Description static Set<SeedNode>ConnectionStringUtil. seedNodesFromConnectionString(String cs, boolean dnsSrvEnabled, boolean tlsEnabled, EventBus eventBus)Populates a list of seed nodes from the connection string.
-