Uses of Interface
org.neo4j.driver.net.ServerAddress
Package
Description
-
Uses of ServerAddress in org.neo4j.driver.internal.async.pool
Modifier 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
-
Uses of ServerAddress in org.neo4j.driver.internal.metrics
Modifier 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
-
Uses of ServerAddress in org.neo4j.driver.net
Modifier 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.Modifier and TypeMethodDescriptionServerAddressResolver.resolve
(ServerAddress address) Resolve the given address to a set of other addresses.Modifier and TypeMethodDescriptionServerAddressResolver.resolve
(ServerAddress address) Resolve the given address to a set of other addresses.