Merge branch 'sprint-2' of https://git-wip-us.apache.org/repos/asf/incubator-ignite into ignite-141
Project: http://git-wip-us.apache.org/repos/asf/incubator-ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ignite/commit/116f52f2 Tree: http://git-wip-us.apache.org/repos/asf/incubator-ignite/tree/116f52f2 Diff: http://git-wip-us.apache.org/repos/asf/incubator-ignite/diff/116f52f2 Branch: refs/heads/ignite-329 Commit: 116f52f21ce57c74b9f3b9a877ca5802da4b71e0 Parents: caebf62 551b3d1 Author: Valentin Kulichenko <vkuliche...@gridgain.com> Authored: Thu Mar 5 21:34:16 2015 -0800 Committer: Valentin Kulichenko <vkuliche...@gridgain.com> Committed: Thu Mar 5 21:34:16 2015 -0800 ---------------------------------------------------------------------- docs/wiki/basic-concepts/async-support.md | 75 + docs/wiki/basic-concepts/getting-started.md | 218 +++ docs/wiki/basic-concepts/ignite-life-cycel.md | 105 ++ docs/wiki/basic-concepts/maven-setup.md | 68 + docs/wiki/basic-concepts/what-is-ignite.md | 31 + docs/wiki/basic-concepts/zero-deployment.md | 56 + docs/wiki/clustering/aws-config.md | 42 + docs/wiki/clustering/cluster-config.md | 176 ++ docs/wiki/clustering/cluster-groups.md | 210 +++ docs/wiki/clustering/cluster.md | 128 ++ docs/wiki/clustering/leader-election.md | 59 + docs/wiki/clustering/network-config.md | 101 ++ docs/wiki/clustering/node-local-map.md | 35 + docs/wiki/compute-grid/checkpointing.md | 238 +++ .../compute-grid/collocate-compute-and-data.md | 29 + docs/wiki/compute-grid/compute-grid.md | 56 + docs/wiki/compute-grid/compute-tasks.md | 105 ++ docs/wiki/compute-grid/distributed-closures.md | 107 ++ docs/wiki/compute-grid/executor-service.md | 23 + docs/wiki/compute-grid/fault-tolerance.md | 79 + docs/wiki/compute-grid/job-scheduling.md | 69 + docs/wiki/compute-grid/load-balancing.md | 59 + docs/wiki/data-grid/affinity-collocation.md | 78 + docs/wiki/data-grid/automatic-db-integration.md | 102 ++ docs/wiki/data-grid/cache-modes.md | 237 +++ docs/wiki/data-grid/cache-queries.md | 164 ++ docs/wiki/data-grid/data-grid.md | 68 + docs/wiki/data-grid/data-loading.md | 77 + docs/wiki/data-grid/evictions.md | 86 + docs/wiki/data-grid/hibernate-l2-cache.md | 173 ++ docs/wiki/data-grid/jcache.md | 99 ++ docs/wiki/data-grid/off-heap-memory.md | 180 ++ docs/wiki/data-grid/persistent-store.md | 111 ++ docs/wiki/data-grid/rebalancing.md | 105 ++ docs/wiki/data-grid/transactions.md | 127 ++ docs/wiki/data-grid/web-session-clustering.md | 236 +++ .../distributed-data-structures/atomic-types.md | 97 ++ .../countdownlatch.md | 24 + .../distributed-data-structures/id-generator.md | 40 + .../queue-and-set.md | 116 ++ .../distributed-events/automatic-batching.md | 16 + docs/wiki/distributed-events/events.md | 101 ++ docs/wiki/distributed-file-system/igfs.md | 1 + docs/wiki/distributed-messaging/messaging.md | 73 + docs/wiki/http/configuration.md | 58 + docs/wiki/http/rest-api.md | 1646 ++++++++++++++++++ docs/wiki/release-notes/release-notes.md | 13 + docs/wiki/service-grid/cluster-singletons.md | 94 + docs/wiki/service-grid/service-configuration.md | 33 + docs/wiki/service-grid/service-example.md | 94 + docs/wiki/service-grid/service-grid.md | 62 + .../ignite/internal/GridUpdateNotifier.java | 2 +- .../apache/ignite/schema/ui/SchemaLoadApp.java | 2 +- 53 files changed, 6382 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/116f52f2/modules/core/src/main/java/org/apache/ignite/internal/GridUpdateNotifier.java ----------------------------------------------------------------------