Uses of Class
org.neo4j.bolt.connection.BoltServerAddress
Packages that use BoltServerAddress
-
Uses of BoltServerAddress in org.neo4j.bolt.connection
Fields in org.neo4j.bolt.connection declared as BoltServerAddressMethods in org.neo4j.bolt.connection that return BoltServerAddressMethods in org.neo4j.bolt.connection that return types with arguments of type BoltServerAddressModifier and TypeMethodDescriptionClusterComposition.readers()ClusterComposition.routers()BoltServerAddress.unicastStream()Create a stream of unicast addresses.ClusterComposition.writers()Methods in org.neo4j.bolt.connection with parameters of type BoltServerAddressModifier and TypeMethodDescriptionBoltConnectionProvider.connect(BoltServerAddress address, RoutingContext routingContext, BoltAgent boltAgent, String userAgent, int connectTimeoutMillis, SecurityPlan securityPlan, DatabaseName databaseName, Supplier<CompletionStage<AuthToken>> authTokenStageSupplier, AccessMode mode, Set<String> bookmarks, String impersonatedUser, BoltProtocolVersion minVersion, NotificationConfig notificationConfig, Consumer<DatabaseName> databaseNameConsumer, Map<String, Object> additionalParameters) voidMetricsListener.registerPoolMetrics(String poolId, BoltServerAddress serverAddress, IntSupplier inUseSupplier, IntSupplier idleSupplier) BoltConnectionProvider.supportsMultiDb(BoltServerAddress address, RoutingContext routingContext, BoltAgent boltAgent, String userAgent, int connectTimeoutMillis, SecurityPlan securityPlan, AuthToken authToken) BoltConnectionProvider.supportsSessionAuth(BoltServerAddress address, RoutingContext routingContext, BoltAgent boltAgent, String userAgent, int connectTimeoutMillis, SecurityPlan securityPlan, AuthToken authToken) BoltConnectionProvider.verifyConnectivity(BoltServerAddress address, RoutingContext routingContext, BoltAgent boltAgent, String userAgent, int connectTimeoutMillis, SecurityPlan securityPlan, AuthToken authToken) Constructor parameters in org.neo4j.bolt.connection with type arguments of type BoltServerAddressModifierConstructorDescriptionClusterComposition(long expirationTimestamp, Set<BoltServerAddress> readers, Set<BoltServerAddress> writers, Set<BoltServerAddress> routers, String databaseName)