You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@geode.apache.org by GitBox <gi...@apache.org> on 2021/03/30 14:09:57 UTC

[GitHub] [geode] mivanac commented on a change in pull request #5774: GEODE-8741_1: implementation of API changes

mivanac commented on a change in pull request #5774:
URL: https://github.com/apache/geode/pull/5774#discussion_r604132226



##########
File path: geode-core/src/main/java/org/apache/geode/cache/query/CqQuery.java
##########
@@ -155,4 +155,12 @@
    */
   boolean isDurable();
 
+  /**
+   * This allows to check if the CQ use option to suppress CQ update notification.
+   *
+   * @return boolean true if update is suppressed, false otherwise
+   * @since Geode 14.0
+   */
+  boolean isUpdateSuppressed();

Review comment:
       Hi,  could you remove CR, since requested changes are implemented.




-- 
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org