Repository: incubator-ignite Updated Branches: refs/heads/ignite-gg-10212 [created] 5df038897
# ignite-gg-10212: remove pdfs Project: http://git-wip-us.apache.org/repos/asf/incubator-ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ignite/commit/5df03889 Tree: http://git-wip-us.apache.org/repos/asf/incubator-ignite/tree/5df03889 Diff: http://git-wip-us.apache.org/repos/asf/incubator-ignite/diff/5df03889 Branch: refs/heads/ignite-gg-10212 Commit: 5df038897e7fbac27db0c96de630aac3860acb07 Parents: d52fe87 Author: ashutak <[email protected]> Authored: Tue Jul 14 13:20:59 2015 +0300 Committer: ashutak <[email protected]> Committed: Tue Jul 14 13:20:59 2015 +0300 ---------------------------------------------------------------------- modules/clients/readme.md | 6 +++++- modules/clients/readme.pdf | Bin 47887 -> 0 bytes modules/hadoop/docs/hadoop_readme.pdf | Bin 82219 -> 0 bytes 3 files changed, 5 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/5df03889/modules/clients/readme.md ---------------------------------------------------------------------- diff --git a/modules/clients/readme.md b/modules/clients/readme.md index 007daf4..cb14329 100644 --- a/modules/clients/readme.md +++ b/modules/clients/readme.md @@ -28,5 +28,9 @@ Java Client allows to use Ignite features from devices and environments where fu could not (*or should not*) be started. ## Client vs Grid Node -Note that for performance and ease-of-use reasons, you should always prefer to start grid node in your cluster instead of remote client. Grid node will generally perform a lot faster and can easily exhibit client-only functionality by excluding it from task/job execution and from caching data. +Note that for performance and ease-of-use reasons, you should always prefer to start grid node in your cluster +instead of remote client. Grid node will generally perform a lot faster and can easily exhibit client-only +functionality by excluding it from task/job execution and from caching data. +For example, you can prevent a grid node from participating in caching by setting +`CacheConfiguration.setDistributionMode(...)` value to either `CLIENT_ONLY` or `NEAR_ONLY`. http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/5df03889/modules/clients/readme.pdf ---------------------------------------------------------------------- diff --git a/modules/clients/readme.pdf b/modules/clients/readme.pdf deleted file mode 100644 index 5ecb8d8..0000000 Binary files a/modules/clients/readme.pdf and /dev/null differ http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/5df03889/modules/hadoop/docs/hadoop_readme.pdf ---------------------------------------------------------------------- diff --git a/modules/hadoop/docs/hadoop_readme.pdf b/modules/hadoop/docs/hadoop_readme.pdf deleted file mode 100644 index ffd8d13..0000000 Binary files a/modules/hadoop/docs/hadoop_readme.pdf and /dev/null differ
