File tree Expand file tree Collapse file tree
core/src/main/java/com/datastax/oss/driver/api/core/config Expand file tree Collapse file tree Original file line number Diff line number Diff 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}<{@link String},{@link String}>
10291029 */
Original file line number Diff line number Diff line change @@ -159,13 +159,6 @@ See the section about [throttling](../throttling/README.md) for details about th
159159how many requests are being executed in parallel, the thread contention on these locks can be high:
160160in 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
You can’t perform that action at this time.
0 commit comments