File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -84,7 +84,7 @@ Note that the session is not accessible until it is fully ready: the `CqlSession
8484call &mdash ; or the future returned by ` buildAsync() ` &mdash ; will not complete until the connection
8585was established.
8686
87- [ ConstantReconnectionPolicy ] : https://docs.datastax. com/en/drivers/ java/4.14/ com/datastax/oss/driver/internal/core/connection/ConstantReconnectionPolicy.html
88- [ DriverContext ] : https://docs.datastax.com/en/drivers/java/4.14 /com/datastax/oss/driver/api/core/context/DriverContext.html
89- [ ExponentialReconnectionPolicy ] : https://docs.datastax. com/en/drivers/ java/4.14/ com/datastax/oss/driver/internal/core/connection/ExponentialReconnectionPolicy.html
90- [ ReconnectionPolicy ] : https://docs.datastax.com/en/drivers/java/4.14 /com/datastax/oss/driver/api/core/connection/ReconnectionPolicy.html
87+ [ ConstantReconnectionPolicy ] : https://github. com/scylladb/ java-driver/blob/scylla-4.15.0.x/core/src/main/java/ com/datastax/oss/driver/internal/core/connection/ConstantReconnectionPolicy.java
88+ [ DriverContext ] : https://docs.datastax.com/en/drivers/java/4.17 /com/datastax/oss/driver/api/core/context/DriverContext.html
89+ [ ExponentialReconnectionPolicy ] : https://github. com/scylladb/ java-driver/blob/scylla-4.15.0.x/core/src/main/java/ com/datastax/oss/driver/internal/core/connection/ExponentialReconnectionPolicy.java
90+ [ 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