Uses of Enum Class
org.neo4j.bolt.connection.pooled.PooledBoltConnectionSource.TimeoutPolicy
Packages that use PooledBoltConnectionSource.TimeoutPolicy
-
Uses of PooledBoltConnectionSource.TimeoutPolicy in org.neo4j.bolt.connection.pooled
Methods in org.neo4j.bolt.connection.pooled that return PooledBoltConnectionSource.TimeoutPolicyModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.PooledBoltConnectionSource.TimeoutPolicy.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.neo4j.bolt.connection.pooled with parameters of type PooledBoltConnectionSource.TimeoutPolicyModifierConstructorDescriptionPooledBoltConnectionSource(LoggingProvider loggingProvider, Clock clock, URI uri, BoltConnectionProvider boltConnectionProvider, AuthTokenManager authTokenManager, SecurityPlanSupplier securityPlanSupplier, int maxSize, long acquisitionTimeout, long maxLifetime, long idleBeforeTest, PoolObservationProvider observationProvider, String routingContextAddress, BoltAgent boltAgent, String userAgent, int connectTimeoutMillis, NotificationConfig notificationConfig, PooledBoltConnectionSource.TimeoutPolicy timeoutPolicy)