You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by mm...@apache.org on 2021/03/03 10:42:32 UTC

[ignite] branch ignite-2.10 updated (5176390 -> 4cde80b)

This is an automated email from the ASF dual-hosted git repository.

mmuzaf pushed a change to branch ignite-2.10
in repository https://gitbox.apache.org/repos/asf/ignite.git.


    from 5176390  IGNITE-14107 fix update version to 2.10.0
     add 4cde80b  IGNITE-13385 Fixed documentation pages for cache warm-up strategy examples (#8703)

No new revisions were added by this update.

Summary of changes:
 .../org/apache/ignite/snippets/WarmUpStrategy.java | 83 ++++++++++++++++++
 docs/_docs/code-snippets/xml/warm-up-strategy.xml  | 71 ++++++++++++++++
 docs/_docs/memory-configuration/data-regions.adoc  | 97 +++++++++++++++++-----
 3 files changed, 229 insertions(+), 22 deletions(-)
 create mode 100644 docs/_docs/code-snippets/java/src/main/java/org/apache/ignite/snippets/WarmUpStrategy.java
 create mode 100644 docs/_docs/code-snippets/xml/warm-up-strategy.xml