File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -103,7 +103,7 @@ Note that the session is not accessible until it is fully ready: the `CqlSession
103103call &mdash ; or the future returned by ` buildAsync() ` &mdash ; will not complete until the connection
104104was established.
105105
106- [ ConstantReconnectionPolicy ] : https://docs.datastax. com/en/drivers/ java/4.17/ com/datastax/oss/driver/internal/core/connection/ConstantReconnectionPolicy.html
106+ [ ConstantReconnectionPolicy ] : https://github. com/scylladb/ java-driver/blob/scylla-4.19.0.x/core/src/main/java/ com/datastax/oss/driver/internal/core/connection/ConstantReconnectionPolicy.java
107107[ DriverContext ] : https://docs.datastax.com/en/drivers/java/4.17/com/datastax/oss/driver/api/core/context/DriverContext.html
108- [ ExponentialReconnectionPolicy ] : https://docs.datastax. com/en/drivers/ java/4.17/ com/datastax/oss/driver/internal/core/connection/ExponentialReconnectionPolicy.html
108+ [ ExponentialReconnectionPolicy ] : https://github. com/scylladb/ java-driver/blob/scylla-4.19.0.x/core/src/main/java/ com/datastax/oss/driver/internal/core/connection/ExponentialReconnectionPolicy.java
109109[ ReconnectionPolicy ] : https://docs.datastax.com/en/drivers/java/4.17/com/datastax/oss/driver/api/core/connection/ReconnectionPolicy.html
You can’t perform that action at this time.
0 commit comments