Uses of Interface
org.neo4j.driver.net.ServerAddress
Packages that use ServerAddress
Package
Description
-
Uses of ServerAddress in org.neo4j.driver.internal.async.pool
Methods in org.neo4j.driver.internal.async.pool with parameters of type ServerAddressModifier and TypeMethodDescriptionint
NettyChannelTracker.idleChannelCount
(ServerAddress address) int
NettyChannelTracker.inUseChannelCount
(ServerAddress address) int
ConnectionPoolImpl.inUseConnections
(ServerAddress address) -
Uses of ServerAddress in org.neo4j.driver.internal.cluster
Methods in org.neo4j.driver.internal.cluster that return types with arguments of type ServerAddressMethods in org.neo4j.driver.internal.cluster with parameters of type ServerAddress -
Uses of ServerAddress in org.neo4j.driver.internal.metrics
Methods in org.neo4j.driver.internal.metrics with parameters of type ServerAddressModifier and TypeMethodDescriptionvoid
DevNullMetricsListener.registerPoolMetrics
(String poolId, ServerAddress serverAddress, IntSupplier inUseSupplier, IntSupplier idleSupplier) void
MetricsListener.registerPoolMetrics
(String poolId, ServerAddress serverAddress, IntSupplier inUseSupplier, IntSupplier idleSupplier) -
Uses of ServerAddress in org.neo4j.driver.internal.spi
Methods in org.neo4j.driver.internal.spi with parameters of type ServerAddress -
Uses of ServerAddress in org.neo4j.driver.net
Methods in org.neo4j.driver.net that return ServerAddressModifier and TypeMethodDescriptionstatic ServerAddress
Create a new address with the given host using the default bolt port.static ServerAddress
Create a new address with the given host and port.Methods in org.neo4j.driver.net that return types with arguments of type ServerAddressModifier and TypeMethodDescriptionServerAddressResolver.resolve
(ServerAddress address) Resolve the given address to a set of other addresses.Methods in org.neo4j.driver.net with parameters of type ServerAddressModifier and TypeMethodDescriptionServerAddressResolver.resolve
(ServerAddress address) Resolve the given address to a set of other addresses.