Repository: ignite
Updated Branches:
  refs/heads/ignite-2004 e90f50ce4 -> d760cd27c


IGNITE-2004 WIP


Project: http://git-wip-us.apache.org/repos/asf/ignite/repo
Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/d760cd27
Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/d760cd27
Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/d760cd27

Branch: refs/heads/ignite-2004
Commit: d760cd27c8ee459112fec8b170e26ce0a74a48aa
Parents: e90f50c
Author: nikolay_tikhonov <[email protected]>
Authored: Tue Apr 12 13:45:49 2016 +0300
Committer: nikolay_tikhonov <[email protected]>
Committed: Tue Apr 12 13:45:49 2016 +0300

----------------------------------------------------------------------
 .../main/java/org/apache/ignite/lang/IgniteAsyncCallback.java  | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ignite/blob/d760cd27/modules/core/src/main/java/org/apache/ignite/lang/IgniteAsyncCallback.java
----------------------------------------------------------------------
diff --git 
a/modules/core/src/main/java/org/apache/ignite/lang/IgniteAsyncCallback.java 
b/modules/core/src/main/java/org/apache/ignite/lang/IgniteAsyncCallback.java
index d2069c7..9c6584b 100644
--- a/modules/core/src/main/java/org/apache/ignite/lang/IgniteAsyncCallback.java
+++ b/modules/core/src/main/java/org/apache/ignite/lang/IgniteAsyncCallback.java
@@ -26,10 +26,12 @@ import javax.cache.event.CacheEntryListener;
 import org.apache.ignite.configuration.IgniteConfiguration;
 
 /**
- * If {@link CacheEntryEventFilter filter} or {@link CacheEntryListener}
+ * If callback has this annotation when it will be executing in another thread.
+ * <p/>
+ * For example, if {@link CacheEntryEventFilter filter} or {@link 
CacheEntryListener}
  * annotated this annotation then they will be executing on a separate thread 
pool. It allows
  * to use cache API in a callbacks.
- * <p>
+ * <p/>
  * Different implementations can use different thread pools. For example 
continuous query will use continuous query
  * thread poll which can be configured by {@link 
IgniteConfiguration#setContinuousQueryPoolSize(int)}
  */

Reply via email to