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 TypeMethodDescriptionintNettyChannelTracker.idleChannelCount(ServerAddress address) intConnectionPoolImpl.idleConnections(ServerAddress address) intNettyChannelTracker.inUseChannelCount(ServerAddress address) intConnectionPoolImpl.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 TypeMethodDescriptionvoidDevNullMetricsListener.registerPoolMetrics(String poolId, ServerAddress serverAddress, IntSupplier inUseSupplier, IntSupplier idleSupplier) voidMetricsListener.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 ServerAddressModifier and TypeMethodDescriptionintConnectionPool.idleConnections(ServerAddress address) intConnectionPool.inUseConnections(ServerAddress address) -
Uses of ServerAddress in org.neo4j.driver.net
Methods in org.neo4j.driver.net that return ServerAddressModifier and TypeMethodDescriptionstatic ServerAddressCreate 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.