anton-vinogradov commented on a change in pull request #9661:
URL: https://github.com/apache/ignite/pull/9661#discussion_r775928454
##########
File path: modules/core/src/main/java/org/apache/ignite/IgniteCache.java
##########
@@ -188,6 +189,19 @@
* <li>{@link IgniteCache#get} && {@link IgniteCache#getAsync}</li>
* <li>{@link IgniteCache#getAll} && {@link IgniteCache#getAllAsync}</li>
* </ul>
+ * @param strategy Read Repair strategy.
+ * @return Cache with explicit consistency check on each read and repair
if necessary.
+ */
+ @IgniteExperimental
+ public IgniteCache<K, V> withReadRepair(ReadRepairStrategy strategy);
Review comment:
removed `withReadRepair()` as well as
`ReadRepairStrategy.defaultStrategy()`
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]