You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ignite.apache.org by GitBox <gi...@apache.org> on 2019/07/16 10:46:35 UTC

[GitHub] [ignite] sk0x50 commented on a change in pull request #6689: IGNITE-11978 javadoc enhancement for the ReadRepair feature

sk0x50 commented on a change in pull request #6689: IGNITE-11978 javadoc enhancement for the ReadRepair feature
URL: https://github.com/apache/ignite/pull/6689#discussion_r303842727
 
 

 ##########
 File path: modules/core/src/main/java/org/apache/ignite/events/CacheConsistencyViolationEvent.java
 ##########
 @@ -24,46 +24,81 @@
 import static org.apache.ignite.events.EventType.EVT_CONSISTENCY_VIOLATION;
 
 /**
- * Event indicates consistency violation detection.
+ * Event indicates a consistency violation.
+ * <p>
+ * Grid events are used for notification about what happens within the grid. Note that by
+ * design Ignite keeps all events generated on the local node locally and it provides
+ * APIs for performing a distributed queries across multiple nodes:
+ * <ul>
+ *      <li>
+ *          {@link org.apache.ignite.IgniteEvents#remoteQuery(org.apache.ignite.lang.IgnitePredicate, long, int...)} -
 
 Review comment:
   Perhaps, it would be a good idea to move this common block to the package-info file. What do you think?

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


With regards,
Apache Git Services