Uses of Class
org.neo4j.driver.internal.bolt.api.BoltServerAddress
Packages that use BoltServerAddress
Package
Description
-
Uses of BoltServerAddress in org.neo4j.driver.internal.async
Methods in org.neo4j.driver.internal.async that return BoltServerAddressModifier and TypeMethodDescriptionBoltConnectionWithAuthTokenManager.serverAddress()TerminationAwareBoltConnection.serverAddress() -
Uses of BoltServerAddress in org.neo4j.driver.internal.bolt.api
Fields in org.neo4j.driver.internal.bolt.api declared as BoltServerAddressMethods in org.neo4j.driver.internal.bolt.api that return BoltServerAddressMethods in org.neo4j.driver.internal.bolt.api 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.driver.internal.bolt.api with parameters of type BoltServerAddressModifier and TypeMethodDescriptionBoltConnectionProvider.init(BoltServerAddress address, RoutingContext routingContext, BoltAgent boltAgent, String userAgent, int connectTimeoutMillis, MetricsListener metricsListener) voidMetricsListener.registerPoolMetrics(String poolId, BoltServerAddress serverAddress, IntSupplier inUseSupplier, IntSupplier idleSupplier) Constructor parameters in org.neo4j.driver.internal.bolt.api with type arguments of type BoltServerAddressModifierConstructorDescriptionClusterComposition(long expirationTimestamp, Set<BoltServerAddress> readers, Set<BoltServerAddress> writers, Set<BoltServerAddress> routers, String databaseName) -
Uses of BoltServerAddress in org.neo4j.driver.internal.bolt.basicimpl
Methods in org.neo4j.driver.internal.bolt.basicimpl that return BoltServerAddressMethods in org.neo4j.driver.internal.bolt.basicimpl with parameters of type BoltServerAddressModifier and TypeMethodDescriptionConnectionProvider.acquireConnection(BoltServerAddress address, SecurityPlan securityPlan, RoutingContext routingContext, String databaseName, Map<String, Value> authMap, BoltAgent boltAgent, String userAgent, AccessMode mode, int connectTimeoutMillis, String impersonatedUser, CompletableFuture<Long> latestAuthMillisFuture, NotificationConfig notificationConfig, MetricsListener metricsListener) NettyConnectionProvider.acquireConnection(BoltServerAddress address, SecurityPlan securityPlan, RoutingContext routingContext, String databaseName, Map<String, Value> authMap, BoltAgent boltAgent, String userAgent, AccessMode mode, int connectTimeoutMillis, String impersonatedUser, CompletableFuture<Long> latestAuthMillisFuture, NotificationConfig notificationConfig, MetricsListener metricsListener) NettyBoltConnectionProvider.init(BoltServerAddress address, RoutingContext routingContext, BoltAgent boltAgent, String userAgent, int connectTimeoutMillis, MetricsListener metricsListener) -
Uses of BoltServerAddress in org.neo4j.driver.internal.bolt.basicimpl.async
Methods in org.neo4j.driver.internal.bolt.basicimpl.async that return BoltServerAddress -
Uses of BoltServerAddress in org.neo4j.driver.internal.bolt.basicimpl.async.connection
Methods in org.neo4j.driver.internal.bolt.basicimpl.async.connection that return BoltServerAddressModifier and TypeMethodDescriptionstatic BoltServerAddressChannelAttributes.serverAddress(io.netty.channel.Channel channel) Methods in org.neo4j.driver.internal.bolt.basicimpl.async.connection with parameters of type BoltServerAddressModifier and TypeMethodDescriptionstatic voidChannelAttributes.setServerAddress(io.netty.channel.Channel channel, BoltServerAddress address) Constructors in org.neo4j.driver.internal.bolt.basicimpl.async.connection with parameters of type BoltServerAddressModifierConstructorDescriptionChannelConnectedListener(BoltServerAddress address, ChannelPipelineBuilder pipelineBuilder, CompletableFuture<io.netty.channel.Channel> handshakeCompletedFuture, LoggingProvider logging) NettyChannelInitializer(BoltServerAddress address, SecurityPlan securityPlan, int connectTimeoutMillis, Clock clock, LoggingProvider logging) -
Uses of BoltServerAddress in org.neo4j.driver.internal.bolt.basicimpl.spi
Methods in org.neo4j.driver.internal.bolt.basicimpl.spi that return BoltServerAddress -
Uses of BoltServerAddress in org.neo4j.driver.internal.bolt.pooledimpl
Methods in org.neo4j.driver.internal.bolt.pooledimpl that return BoltServerAddressMethods in org.neo4j.driver.internal.bolt.pooledimpl with parameters of type BoltServerAddressModifier and TypeMethodDescriptionPooledBoltConnectionProvider.init(BoltServerAddress address, RoutingContext routingContext, BoltAgent boltAgent, String userAgent, int connectTimeoutMillis, MetricsListener metricsListener) -
Uses of BoltServerAddress in org.neo4j.driver.internal.bolt.routedimpl
Methods in org.neo4j.driver.internal.bolt.routedimpl that return BoltServerAddressMethods in org.neo4j.driver.internal.bolt.routedimpl with parameters of type BoltServerAddressModifier and TypeMethodDescriptionRoutedBoltConnectionProvider.init(BoltServerAddress address, RoutingContext routingContext, BoltAgent boltAgent, String userAgent, int connectTimeoutMillis, MetricsListener metricsListener) Constructor parameters in org.neo4j.driver.internal.bolt.routedimpl with type arguments of type BoltServerAddressModifierConstructorDescriptionRoutedBoltConnectionProvider(Supplier<BoltConnectionProvider> boltConnectionProviderSupplier, Function<BoltServerAddress, Set<BoltServerAddress>> resolver, DomainNameResolver domainNameResolver, long routingTablePurgeDelayMs, Rediscovery rediscovery, Clock clock, LoggingProvider logging) RoutedBoltConnectionProvider(Supplier<BoltConnectionProvider> boltConnectionProviderSupplier, Function<BoltServerAddress, Set<BoltServerAddress>> resolver, DomainNameResolver domainNameResolver, long routingTablePurgeDelayMs, Rediscovery rediscovery, Clock clock, LoggingProvider logging) -
Uses of BoltServerAddress in org.neo4j.driver.internal.bolt.routedimpl.cluster
Methods in org.neo4j.driver.internal.bolt.routedimpl.cluster that return types with arguments of type BoltServerAddressModifier and TypeMethodDescriptionRoutingTableRegistry.allServers()RoutingTableRegistryImpl.allServers()ClusterCompositionLookupResult.getResolvedInitialRouters()ClusterRoutingTable.readers()RoutingTable.readers()Returns an immutable list of reader addresses.Rediscovery.resolve()RediscoveryImpl.resolve()ClusterRoutingTable.routers()RoutingTable.routers()Returns an immutable list of router addresses.ClusterRoutingTable.servers()RoutingTable.servers()Returns an immutable unordered set of all addresses known by this routing table.RoutingTableHandler.servers()RoutingTableHandlerImpl.servers()ClusterRoutingTable.writers()RoutingTable.writers()Returns an immutable list of writer addresses.Methods in org.neo4j.driver.internal.bolt.routedimpl.cluster with parameters of type BoltServerAddressModifier and TypeMethodDescriptionvoidClusterRoutingTable.forget(BoltServerAddress address) voidRoutingTable.forget(BoltServerAddress address) voidClusterRoutingTable.forgetWriter(BoltServerAddress toRemove) voidRoutingTable.forgetWriter(BoltServerAddress toRemove) voidRoutingTableHandlerImpl.onConnectionFailure(BoltServerAddress address) voidRoutingTableHandlerImpl.onWriteFailure(BoltServerAddress address) voidClusterRoutingTable.replaceRouterIfPresent(BoltServerAddress oldRouter, BoltServerAddress newRouter) voidRoutingTable.replaceRouterIfPresent(BoltServerAddress oldRouter, BoltServerAddress newRouter) Method parameters in org.neo4j.driver.internal.bolt.routedimpl.cluster with type arguments of type BoltServerAddressModifier and TypeMethodDescriptionRediscovery.lookupClusterComposition(SecurityPlan securityPlan, RoutingTable routingTable, Function<BoltServerAddress, BoltConnectionProvider> connectionProviderGetter, Set<String> bookmarks, String impersonatedUser, Supplier<CompletionStage<Map<String, Value>>> authMapStageSupplier, BoltProtocolVersion minVersion) RediscoveryImpl.lookupClusterComposition(SecurityPlan securityPlan, RoutingTable routingTable, Function<BoltServerAddress, BoltConnectionProvider> connectionProviderGetter, Set<String> bookmarks, String impersonatedUser, Supplier<CompletionStage<Map<String, Value>>> authMapStageSupplier, BoltProtocolVersion minVersion) Constructors in org.neo4j.driver.internal.bolt.routedimpl.cluster with parameters of type BoltServerAddressModifierConstructorDescriptionClusterRoutingTable(DatabaseName ofDatabase, Clock clock, BoltServerAddress... routingAddresses) RediscoveryImpl(BoltServerAddress initialRouter, Function<BoltServerAddress, Set<BoltServerAddress>> resolver, LoggingProvider logging, DomainNameResolver domainNameResolver) Constructor parameters in org.neo4j.driver.internal.bolt.routedimpl.cluster with type arguments of type BoltServerAddressModifierConstructorDescriptionClusterCompositionLookupResult(ClusterComposition composition, Set<BoltServerAddress> resolvedInitialRouters) RediscoveryImpl(BoltServerAddress initialRouter, Function<BoltServerAddress, Set<BoltServerAddress>> resolver, LoggingProvider logging, DomainNameResolver domainNameResolver) RediscoveryImpl(BoltServerAddress initialRouter, Function<BoltServerAddress, Set<BoltServerAddress>> resolver, LoggingProvider logging, DomainNameResolver domainNameResolver) RoutingTableHandlerImpl(RoutingTable routingTable, Rediscovery rediscovery, Function<BoltServerAddress, BoltConnectionProvider> connectionProviderGetter, RoutingTableRegistry routingTableRegistry, LoggingProvider logging, long routingTablePurgeDelayMs, Consumer<Set<BoltServerAddress>> addressesToRetainConsumer) RoutingTableHandlerImpl(RoutingTable routingTable, Rediscovery rediscovery, Function<BoltServerAddress, BoltConnectionProvider> connectionProviderGetter, RoutingTableRegistry routingTableRegistry, LoggingProvider logging, long routingTablePurgeDelayMs, Consumer<Set<BoltServerAddress>> addressesToRetainConsumer) RoutingTableRegistryImpl(Function<BoltServerAddress, BoltConnectionProvider> connectionProviderGetter, Rediscovery rediscovery, Clock clock, LoggingProvider logging, long routingTablePurgeDelayMs, Consumer<Set<BoltServerAddress>> addressesToRetainConsumer) RoutingTableRegistryImpl(Function<BoltServerAddress, BoltConnectionProvider> connectionProviderGetter, Rediscovery rediscovery, Clock clock, LoggingProvider logging, long routingTablePurgeDelayMs, Consumer<Set<BoltServerAddress>> addressesToRetainConsumer) -
Uses of BoltServerAddress in org.neo4j.driver.internal.bolt.routedimpl.cluster.loadbalancing
Methods in org.neo4j.driver.internal.bolt.routedimpl.cluster.loadbalancing that return BoltServerAddressModifier and TypeMethodDescriptionLeastConnectedLoadBalancingStrategy.selectReader(List<BoltServerAddress> knownReaders) LoadBalancingStrategy.selectReader(List<BoltServerAddress> knownReaders) Select most appropriate read address from the given array of addresses.LeastConnectedLoadBalancingStrategy.selectWriter(List<BoltServerAddress> knownWriters) LoadBalancingStrategy.selectWriter(List<BoltServerAddress> knownWriters) Select most appropriate write address from the given array of addresses.Method parameters in org.neo4j.driver.internal.bolt.routedimpl.cluster.loadbalancing with type arguments of type BoltServerAddressModifier and TypeMethodDescriptionLeastConnectedLoadBalancingStrategy.selectReader(List<BoltServerAddress> knownReaders) LoadBalancingStrategy.selectReader(List<BoltServerAddress> knownReaders) Select most appropriate read address from the given array of addresses.LeastConnectedLoadBalancingStrategy.selectWriter(List<BoltServerAddress> knownWriters) LoadBalancingStrategy.selectWriter(List<BoltServerAddress> knownWriters) Select most appropriate write address from the given array of addresses.Constructor parameters in org.neo4j.driver.internal.bolt.routedimpl.cluster.loadbalancing with type arguments of type BoltServerAddressModifierConstructorDescriptionLeastConnectedLoadBalancingStrategy(Function<BoltServerAddress, Integer> inUseFunction, LoggingProvider logging) -
Uses of BoltServerAddress in org.neo4j.driver.internal.metrics
Methods in org.neo4j.driver.internal.metrics with parameters of type BoltServerAddressModifier and TypeMethodDescriptionvoidDevNullMetricsListener.registerPoolMetrics(String poolId, BoltServerAddress serverAddress, IntSupplier inUseSupplier, IntSupplier idleSupplier) -
Uses of BoltServerAddress in org.neo4j.driver.internal.summary
Constructors in org.neo4j.driver.internal.summary with parameters of type BoltServerAddressModifierConstructorDescriptionInternalServerInfo(String agent, BoltServerAddress address, BoltProtocolVersion protocolVersion)