Skip to content

Commit 7435edb

Browse files
committed
address feedback
1 parent a197552 commit 7435edb

2 files changed

Lines changed: 1 addition & 8 deletions

File tree

core/src/main/java/com/datastax/oss/driver/api/core/config/DefaultDriverOption.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1023,7 +1023,7 @@ public enum DefaultDriverOption implements DriverOption {
10231023
* </pre>
10241024
*
10251025
* Note: subnets must be represented as prefix blocks, see <a
1026-
* href="https://javadoc.io/doc/com.github.seancfoley/ipaddress/latest/inet/ipaddr/Address.html#isPrefixBlock--">inet.ipaddr.Address.isPrefixBlock()</a>
1026+
* href="https://seancfoley.github.io/IPAddress/ipaddress.html#parsing-addresses-with-prefix-length">inet.ipaddr.Address.isPrefixBlock()</a>
10271027
*
10281028
* <p>Value type: {@link java.util.Map Map}&#60;{@link String},{@link String}&#62;
10291029
*/

manual/core/non_blocking/README.md

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -159,13 +159,6 @@ See the section about [throttling](../throttling/README.md) for details about th
159159
how many requests are being executed in parallel, the thread contention on these locks can be high:
160160
in short, if your application enforces strict lock-freedom, then you should not use the
161161
`RateLimitingRequestThrottler`.
162-
* `ConcurrencyLimitingRequestThrottler`
163-
* `RateLimitingRequestThrottler`
164-
165-
See the section about [throttling](../throttling/README.md) for details about these components. Again, they
166-
use locks internally, and depending on how many requests are being executed in parallel, the thread
167-
contention on these locks can be high: in short, if your application enforces strict lock-freedom,
168-
then these components should not be used.
169162

170163
[request throttlers]: https://docs.datastax.com/en/drivers/java/4.17/com/datastax/oss/driver/api/core/session/throttling/RequestThrottler.html
171164

0 commit comments

Comments
 (0)