You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ignite.apache.org by ma...@apache.org on 2021/12/13 14:05:40 UTC

[ignite-website] branch master updated (7609980 -> 1f24032)

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

mauriciostekl pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/ignite-website.git.


    from 7609980  updated promo navs for Ignite Summit - watch on demand
     add 0d44b7c  clearOldSite
     add f03ef2f  move code from private rep
     add e48ba2b  Additional text for page + refactoring communnity
     add c4d85ed  Add merged Files
     add 170ceb5  Regenerate HTML public + index
     add 8c59654  Add Events + New page Key-Value Store
     add 0f669f8  add frontpage + all fix events, comunity
     add 51bb166  last fix from Maria
     add aa85fbf  Last changed of Iliya
     add e5e60b1  Regenerate files
     add 4cd20ee  Add frontpage Mobile + MegaMenu + Pages Fixes
     add f6ba90e  try to finish site
     add ed068e1  add versioning css to all pages
     add 0f4e98b  Add Build + releases + docs + htaccess to Branch
     add f579a33  Add all old files
     add 9036498  add _docs folder to build catalog
     add 906e9ca  add old assets folder to build catalog
     add 7898f80  add new site build
     add 823c1a3  Change Structure
     add 382b812  last fix gulplife
     add 53f1210  change root image src
     add dd4fcbb  add howto.md
     add dc9c821  change howto
     add 19061da  Fix SEO text and change texts part 1
     add 5bb7369  Seo optimization, add og: rules, 301 redirects, add sitemap
     add d1bcea5  fix how-to
     add beecf89  Merge branch 'linearsite21' of https://github.com/AddMoreScripts/ignite-website into linearsite21
     add de82d00  Changes Part 2
     add 3470b45  Changes part 3
     add 78002f5  changes part 4
     add a804967  Add Downloads CGI scripts
     add 70c81a8  add yandex metrika
     add 0e87974  delete temp file
     add 3f39d31  Changes 5 + Google gtag on Downloads
     add 9d035c4  Changes 6
     add 179b046  speling change + fix menu in tablet and mobile menu
     add d43877b  Changes 7 + new frontpage hero-screen
     add 87919b8  Changes 8
     add f234741  Changes10
     new 7ad296d  Merge branch 'linearsite21' of https://github.com/AddMoreScripts/ignite-website into AddMoreScripts-linearsite21
     new 54f6678  updated Ignite Summit banner to watch-on-demand version
     new 1f24032  Merge branch 'AddMoreScripts-linearsite21'

The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .gitignore                                         |     4 +-
 .htaccess                                          |    16 +-
 404.html                                           |   434 +
 _docs/assets/js/anchor.min.js                      |     0
 _docs/assets/js/jquery.swiftype.autocomplete.js    |     0
 _docs/build.sh                                     |     0
 _src/404.pug                                       |    35 +
 _src/_components/base.pug                          |    29 +
 _src/_components/committers.pug                    |   551 +
 _src/_components/counters.html                     |    24 +
 _src/_components/download-binary.pug               |    82 +
 _src/_components/download-docker.pug               |    40 +
 _src/_components/download-select.html              |    23 +
 _src/_components/download-slim.pug                 |    46 +
 _src/_components/download-source.pug               |    82 +
 _src/_components/events/2014.pug                   |    28 +
 _src/_components/events/2015.pug                   |    92 +
 _src/_components/events/2016.pug                   |    77 +
 _src/_components/events/2017.pug                   |   611 +
 _src/_components/events/2018.pug                   |   790 +
 _src/_components/events/2019.pug                   |   293 +
 _src/_components/events/2020.pug                   |   666 +
 _src/_components/events/2021.pug                   |   381 +
 _src/_components/footer.pug                        |    71 +
 _src/_components/header.pug                        |   220 +
 _src/_components/mixins.pug                        |    15 +
 _src/_components/mobmenu.html                      |   118 +
 _src/_components/powered-videos.pug                |   256 +
 _src/_components/variables.pug                     |     1 +
 _src/arch/clustering.pug                           |    66 +
 _src/arch/multi-tier-storage.pug                   |   149 +
 _src/arch/native-persistence.pug                   |   182 +
 _src/community.pug                                 |   511 +
 _src/download.pug                                  |   206 +
 _src/events.pug                                    |   322 +
 _src/faq.pug                                       |   168 +
 _src/features/acid-transactions.pug                |   119 +
 _src/features/compute-apis.pug                     |   198 +
 _src/features/index.pug                            |   204 +
 _src/features/key-value-apis.pug                   |   135 +
 _src/features/machinelearning.pug                  |   119 +
 _src/features/multilanguage.pug                    |    73 +
 _src/features/service-apis.pug                     |   140 +
 _src/features/sql.pug                              |   167 +
 _src/features/streaming.pug                        |   125 +
 _src/features/tooling.pug                          |   194 +
 _src/index.pug                                     |   570 +
 _src/resources.pug                                 |   289 +
 _src/use-cases.pug                                 |   110 +
 _src/use-cases/digital-integration-hub.pug         |   181 +
 _src/use-cases/hadoop-acceleration.pug             |   148 +
 _src/use-cases/high-performance-computing.pug      |   214 +
 _src/use-cases/in-memory-cache.pug                 |   181 +
 _src/use-cases/in-memory-data-grid.pug             |   187 +
 _src/use-cases/in-memory-database.pug              |   191 +
 _src/use-cases/key-value-store.pug                 |   129 +
 _src/use-cases/provenusecases.pug                  |    99 +
 _src/use-cases/spark-acceleration.pug              |   106 +
 add-canonical-metatag.php                          |    84 -
 arch/clustering.html                               |   568 +-
 arch/multi-tier-storage.html                       |   764 +-
 arch/native-persistence.html                       |   720 +-
 assets/js/anchor.min.js                            |     0
 assets/js/jquery.swiftype.autocomplete.js          |     0
 community.html                                     |  1445 +
 community/contribute.html                          |   268 -
 community/resources.html                           |   237 -
 css/acid-transactions.css                          |   222 +
 css/communnity.css                                 |   904 +
 css/compute-apis.css                               |   182 +
 css/database.css                                   |   212 +
 css/datagrid.css                                   |   113 +
 css/deployment-opts.css                            |    71 +
 css/digital-hub.css                                |   268 +
 css/download.css                                   |   433 +
 css/events.css                                     |   964 +
 css/faq.css                                        |   198 +
 css/features.css                                   |   112 +
 css/frontpage.css                                  |   781 +
 css/hadoop.css                                     |   238 +
 css/high-performance-computing.css                 |   275 +
 css/ignite-redesign.css                            |     1 -
 css/in-memory-cache.css                            |   269 +
 css/key-value-api.css                              |   268 +
 css/key-value-store.css                            |    72 +
 css/machinelearning.css                            |   128 +
 css/media.css                                      |   728 +
 css/multi-tier.css                                 |   193 +
 css/multilanguage.css                              |    83 +
 css/native-persistence.css                         |   437 +
 css/prism.css                                      |   232 -
 css/resources.css                                  |   414 +
 css/service.css                                    |   149 +
 css/site.css                                       |  1048 +
 css/spark.css                                      |    89 +
 css/sql.css                                        |   333 +
 css/streaming.css                                  |   221 +
 css/tooling.css                                    |   461 +
 css/usecases.css                                   |   272 +
 css/utils.css                                      |   616 +
 docs-and-apis.html                                 |   169 -
 docs/latest                                        |     0
 download.html                                      |  2232 +-
 events-video.html                                  |   583 +
 events.html                                        | 17581 ++----
 faq.html                                           |   577 +
 favicon.ico                                        |   Bin 1150 -> 0 bytes
 features.html                                      |   150 -
 features/acid-transactions.html                    |   640 +-
 features/collocated-processing.html                |   258 -
 features/compute-apis.html                         |   623 +
 features/datastructures.html                       |   287 -
 features/index.html                                |   558 +
 features/key-value-apis.html                       |   541 +
 features/machinelearning.html                      |   639 +-
 features/management-and-monitoring.html            |   171 -
 features/messaging.html                            |   260 -
 features/multilanguage.html                        |   565 +-
 features/service-apis.html                         |   554 +
 features/servicegrid.html                          |   201 -
 features/sql.html                                  |   718 +-
 features/streaming.html                            |   901 +-
 features/tensorflow.html                           |   122 -
 features/tooling.html                              |   565 +
 fonts/atilla_normal-webfont.eot                    |   Bin 18645 -> 0 bytes
 fonts/atilla_normal-webfont.svg                    |   235 -
 fonts/atilla_normal-webfont.ttf                    |   Bin 37548 -> 0 bytes
 fonts/atilla_normal-webfont.woff                   |   Bin 21996 -> 0 bytes
 fonts/generator_config.txt                         |     5 -
 fonts/glyphicons-halflings-regular.eot             |   Bin 20335 -> 0 bytes
 fonts/glyphicons-halflings-regular.svg             |   229 -
 fonts/glyphicons-halflings-regular.ttf             |   Bin 41280 -> 0 bytes
 fonts/glyphicons-halflings-regular.woff            |   Bin 23320 -> 0 bytes
 fonts/harabara-webfont.eot                         |   Bin 19261 -> 0 bytes
 fonts/harabara-webfont.svg                         |   204 -
 fonts/harabara-webfont.ttf                         |   Bin 38512 -> 0 bytes
 fonts/harabara-webfont.woff                        |   Bin 21444 -> 0 bytes
 fonts/icomoon.eot                                  |   Bin 2740 -> 0 bytes
 fonts/icomoon.svg                                  |    16 -
 fonts/icomoon.ttf                                  |   Bin 2576 -> 0 bytes
 fonts/icomoon.woff                                 |   Bin 2652 -> 0 bytes
 google6a34c6e2aed30744.html                        |     1 -
 gulpfile.js                                        |   228 +-
 howto.md                                           |    50 +
 images/Ignite_tm_Logo_black_RGB.svg                |     1 -
 images/Ignite_tm_Logo_blk_RGB.svg                  |    59 -
 images/Ignite_tm_Logo_white_RGB.svg                |     1 -
 images/Ignite_tm_Logo_wht_RGB.svg                  |    60 -
 .../ignite-diagrams-adobe-illustrator.ai           |  8294 ---
 images/apache-ignite-datadog-dashboard.jpeg        |   Bin 49936 -> 0 bytes
 images/apache_camel.png                            |   Bin 32476 -> 0 bytes
 images/apache_flink.png                            |   Bin 92855 -> 0 bytes
 images/apache_flume.png                            |   Bin 308869 -> 0 bytes
 images/apache_kafka.png                            |   Bin 25198 -> 0 bytes
 images/apache_storm.png                            |   Bin 36598 -> 0 bytes
 images/bg-ignite-summit.svg                        |    13 -
 images/conferences.svg                             |    27 -
 images/dashboardcomp_0.png                         |   Bin 251342 -> 0 bytes
 images/datadog-logo.png                            |   Bin 8413 -> 0 bytes
 images/domain-model.png                            |   Bin 158096 -> 0 bytes
 images/dotnet.png                                  |   Bin 63519 -> 0 bytes
 images/gg-iso-70x80.png                            |   Bin 3812 -> 0 bytes
 images/ggwc-dashboard.png                          |   Bin 100008 -> 0 bytes
 images/ico-csv.png                                 |   Bin 2713 -> 0 bytes
 images/ico-json.png                                |   Bin 2764 -> 0 bytes
 images/ico-pdf.png                                 |   Bin 2444 -> 0 bytes
 images/ico-xls.png                                 |   Bin 3116 -> 0 bytes
 images/ico-xml.png                                 |   Bin 2734 -> 0 bytes
 images/ignite-deploy.png                           |   Bin 117282 -> 0 bytes
 images/ignite-logo-white.svg                       |    65 -
 images/ignite-stream-query.png                     |   Bin 159011 -> 0 bytes
 images/ignite-summit-logo.svg                      |     1 -
 images/ignite_logo_full.svg                        |    84 -
 images/ignite_logo_inv.svg                         |    85 -
 images/ignite_service_grid_v1.png                  |   Bin 114075 -> 0 bytes
 images/logo_ignite_128x128.png                     |   Bin 18667 -> 0 bytes
 images/logo_ignite_250x250.png                     |   Bin 9780 -> 0 bytes
 images/logo_ignite_32_32.png                       |   Bin 4953 -> 0 bytes
 images/logo_ignite_48x48.png                       |   Bin 16572 -> 0 bytes
 images/meetup.svg                                  |    37 -
 images/multilanguage.png                           |   Bin 432541 -> 0 bytes
 images/png-diagrams/acid_transactions.png          |   Bin 230027 -> 0 bytes
 images/png-diagrams/apps_acceleration.png          |   Bin 200615 -> 0 bytes
 images/png-diagrams/client.png                     |   Bin 99006 -> 0 bytes
 images/png-diagrams/data_grid.png                  |   Bin 215161 -> 0 bytes
 images/png-diagrams/database.png                   |   Bin 191785 -> 0 bytes
 images/png-diagrams/digital_hub.png                |   Bin 216616 -> 0 bytes
 images/png-diagrams/distributed_sql.png            |   Bin 188088 -> 0 bytes
 images/png-diagrams/hadoop_acceleration.png        |   Bin 249992 -> 0 bytes
 images/png-diagrams/high_performance_compute.png   |   Bin 214324 -> 0 bytes
 images/png-diagrams/ignite_cluster.png             |   Bin 283675 -> 0 bytes
 images/png-diagrams/ignite_cluster_v2.png          |   Bin 212129 -> 0 bytes
 images/png-diagrams/key_value_store.png            |   Bin 202172 -> 0 bytes
 images/png-diagrams/machine_learning.png           |   Bin 211886 -> 0 bytes
 images/png-diagrams/memory_only_cluster.png        |   Bin 162939 -> 0 bytes
 images/png-diagrams/memory_only_server.png         |   Bin 94458 -> 0 bytes
 images/png-diagrams/native_persistence.png         |   Bin 275749 -> 0 bytes
 images/png-diagrams/server_node.png                |   Bin 115204 -> 0 bytes
 images/png-diagrams/spark_acceleration.png         |   Bin 292587 -> 0 bytes
 images/promos/Ignite-summit-banner-1140px.png      |   Bin 60999 -> 0 bytes
 images/promos/Ignite-summit-banner-375px-alt.png   |   Bin 52725 -> 0 bytes
 images/promos/IgniteSummit-after-sidebanner1.jpg   |   Bin 86733 -> 0 bytes
 images/promos/IgniteSummit-after-sidebanner2.jpg   |   Bin 63891 -> 0 bytes
 images/promos/IgniteSummit-sidebanner1.jpg         |   Bin 9711 -> 0 bytes
 images/promos/IgniteSummit-sidebanner2.jpg         |   Bin 12845 -> 0 bytes
 images/promos/IgniteSummit-sidebanner3.jpg         |   Bin 57121 -> 0 bytes
 images/promos/IgniteSummit-sidebanner4.jpg         |   Bin 56169 -> 0 bytes
 images/promos/ignite-Summit-After-banner-375px.png |   Bin 79943 -> 0 bytes
 images/promos/ignite-Summit-After-banner.png       |   Bin 139529 -> 0 bytes
 .../ignite-Summit-Schedule-banner-horizontal.jpg   |   Bin 290837 -> 0 bytes
 .../ignite-Summit-Schedule-banner-vertical.jpg     |   Bin 98637 -> 0 bytes
 .../ignite-summit-cloud-edition-CfP--vertical.png  |   Bin 33724 -> 0 bytes
 images/promos/ignite-summit-cloud-edition-CfP.png  |   Bin 94964 -> 0 bytes
 images/release.svg                                 |     1 -
 images/rocket_mq.png                               |   Bin 47616 -> 0 bytes
 images/star.png                                    |   Bin 1079 -> 0 bytes
 images/star.svg                                    |     3 -
 images/support-apache-opt.png                      |   Bin 12460 -> 0 bytes
 images/svg-diagrams/acid_transactions.svg          |     1 -
 images/svg-diagrams/apps_acceleration.svg          |     1 -
 images/svg-diagrams/client_node.svg                |     1 -
 images/svg-diagrams/data_grid.svg                  |     1 -
 images/svg-diagrams/database.svg                   |     1 -
 .../digital_hub-withIMDB-version-2.svg             |  2603 -
 images/svg-diagrams/digital_hub-withIMDB.svg       |  1756 -
 images/svg-diagrams/digital_hub.svg                |     1 -
 images/svg-diagrams/distributed_sql.svg            |     1 -
 images/svg-diagrams/hadoop_acceleration.svg        |     1 -
 images/svg-diagrams/high_performance_compute.svg   |     1 -
 .../home--acc-and-data-caching--alt.svg            |     1 -
 images/svg-diagrams/home--acc-and-data-caching.svg |     1 -
 .../home--high-perf-compute-cluster.svg            |     1 -
 .../home--unified-database--vertical.svg           |     1 -
 images/svg-diagrams/home--unified-database.svg     |     1 -
 images/svg-diagrams/ignite_cache_cachestore.svg    |   889 -
 images/svg-diagrams/ignite_cluster.svg             |     1 -
 images/svg-diagrams/ignite_cluster_v2.svg          |     1 -
 images/svg-diagrams/key_value_store.svg            |     1 -
 images/svg-diagrams/machine_learning.svg           |     1 -
 images/svg-diagrams/memory_only_cluster.svg        |     1 -
 images/svg-diagrams/native_persistence.svg         |     1 -
 images/svg-diagrams/server_node.svg                |     1 -
 images/svg-diagrams/server_node_memory_only.svg    |     1 -
 images/svg-diagrams/spark_acceleration.svg         |     1 -
 images/svg-sprites/symbol/svg/sprite.symbol.svg    |     1 -
 images/svg/api-icons/icon-ignite.svg               |     1 -
 images/svg/api-icons/icon-java.svg                 |    25 -
 images/svg/api-icons/icon-python.svg               |     1 -
 images/svg/api-icons/icon-scala.svg                |     1 -
 images/svg/api-icons/icon_cplus.svg                |     1 -
 images/svg/api-icons/icon_net.svg                  |     1 -
 images/svg/api-icons/icon_nodejs.svg               |     1 -
 images/svg/api-icons/icon_php.svg                  |     1 -
 images/svg/bg-flame-banner.svg                     |     1 -
 images/svg/index-icons/ACID.svg                    |     1 -
 images/svg/index-icons/API.svg                     |     1 -
 images/svg/index-icons/Community.svg               |     1 -
 images/svg/index-icons/Company.svg                 |     1 -
 images/svg/index-icons/Database.svg                |     1 -
 images/svg/index-icons/DistriCompute.svg           |     1 -
 images/svg/index-icons/Distributed-IMDataStore.svg |     1 -
 images/svg/index-icons/Docs.svg                    |     1 -
 images/svg/index-icons/Machine-Learning.svg        |     1 -
 images/svg/index-icons/Memory-Centric.svg          |     1 -
 images/svg/index-icons/Multi-Model.svg             |     1 -
 images/svg/index-icons/SVG/Capa 2.svg              |     1 -
 images/svg/index-icons/Streaming-Analytics.svg     |     1 -
 images/svg/index-icons/ico-cont-stream.svg         |     1 -
 images/svg/index-icons/ico-dih.svg                 |     1 -
 images/tensorflow-1.png                            |   Bin 53140 -> 0 bytes
 images/tensorflow.png                              |   Bin 86160 -> 0 bytes
 images/training.svg                                |     1 -
 images/users-logos/Banco_do_Brasil_logo.svg        |    80 -
 images/users-logos/HomeAway_Logo.svg               |  1198 -
 images/users-logos/Microsoft_logo.svg              |     1 -
 images/users-logos/Netflix-Logo.svg                |     1 -
 images/users-logos/New_Bloomberg_Logo.svg          |    32 -
 images/users-logos/PayPal.svg                      |     1 -
 images/users-logos/Yahoo_Japan_Logo.svg            |    54 -
 images/users-logos/apple-logo.svg                  |    22 -
 images/users-logos/dreamworks-logo.jpg             |   Bin 42468 -> 0 bytes
 images/users-logos/dutchrailways-logo.svg          |    60 -
 images/users-logos/resized/120x60/Vrbo.jpg         |   Bin 2795 -> 0 bytes
 images/users-logos/resized/120x60/apple.jpg        |   Bin 1393 -> 0 bytes
 .../users-logos/resized/120x60/banco_do_brasil.jpg |   Bin 2856 -> 0 bytes
 images/users-logos/resized/120x60/bloomberg.jpg    |   Bin 1334 -> 0 bytes
 images/users-logos/resized/120x60/dreamworks.jpg   |   Bin 1962 -> 0 bytes
 .../users-logos/resized/120x60/dutchrailways.jpg   |   Bin 1602 -> 0 bytes
 images/users-logos/resized/120x60/homeaway.jpg     |   Bin 1988 -> 0 bytes
 images/users-logos/resized/120x60/microsoft.jpg    |   Bin 1727 -> 0 bytes
 images/users-logos/resized/120x60/netflix.jpg      |   Bin 2021 -> 0 bytes
 images/users-logos/resized/120x60/paypal.jpg       |   Bin 1855 -> 0 bytes
 images/users-logos/resized/120x60/sber_bank.jpg    |   Bin 1985 -> 0 bytes
 images/users-logos/resized/120x60/teradata.jpg     |   Bin 1459 -> 0 bytes
 images/users-logos/resized/120x60/ups.jpg          |   Bin 1704 -> 0 bytes
 images/users-logos/resized/120x60/yahoo_japan.jpg  |   Bin 2161 -> 0 bytes
 images/users-logos/resized/76x38/Vrbo.jpg          |   Bin 1994 -> 0 bytes
 images/users-logos/resized/76x38/apple.jpg         |   Bin 877 -> 0 bytes
 .../users-logos/resized/76x38/banco_do_brasil.jpg  |   Bin 1498 -> 0 bytes
 images/users-logos/resized/76x38/bloomberg.jpg     |   Bin 809 -> 0 bytes
 images/users-logos/resized/76x38/dreamworks.jpg    |   Bin 999 -> 0 bytes
 images/users-logos/resized/76x38/dutchrailways.jpg |   Bin 1066 -> 0 bytes
 images/users-logos/resized/76x38/homeaway.jpg      |   Bin 1026 -> 0 bytes
 images/users-logos/resized/76x38/microsoft.jpg     |   Bin 1087 -> 0 bytes
 images/users-logos/resized/76x38/netflix.jpg       |   Bin 1279 -> 0 bytes
 images/users-logos/resized/76x38/paypal.jpg        |   Bin 1187 -> 0 bytes
 images/users-logos/resized/76x38/sber_bank.jpg     |   Bin 1144 -> 0 bytes
 images/users-logos/resized/76x38/teradata.jpg      |   Bin 992 -> 0 bytes
 images/users-logos/resized/76x38/ups.jpg           |   Bin 1006 -> 0 bytes
 images/users-logos/resized/76x38/yahoo_japan.jpg   |   Bin 1230 -> 0 bytes
 images/users-logos/resized/apple.jpg               |   Bin 4848 -> 0 bytes
 images/users-logos/resized/banco_do_brasil.jpg     |   Bin 10245 -> 0 bytes
 images/users-logos/resized/bloomberg.jpg           |   Bin 4939 -> 0 bytes
 images/users-logos/resized/dreamworks.jpg          |   Bin 7531 -> 0 bytes
 images/users-logos/resized/dutchrailways.jpg       |   Bin 4808 -> 0 bytes
 images/users-logos/resized/homeaway.jpg            |   Bin 7617 -> 0 bytes
 images/users-logos/resized/microsoft.jpg           |   Bin 5525 -> 0 bytes
 images/users-logos/resized/netflix.jpg             |   Bin 6817 -> 0 bytes
 images/users-logos/resized/paypal.jpg              |   Bin 6867 -> 0 bytes
 images/users-logos/resized/sber_bank.jpg           |   Bin 8223 -> 0 bytes
 images/users-logos/resized/teradata.jpg            |   Bin 5383 -> 0 bytes
 images/users-logos/resized/ups.jpg                 |   Bin 6371 -> 0 bytes
 images/users-logos/resized/yahoo_japan.jpg         |   Bin 8157 -> 0 bytes
 images/users-logos/sber-bank-logo.png              |   Bin 18850 -> 0 bytes
 images/users-logos/sberbank-logo.svg               |    36 -
 images/users-logos/teradata.jpg                    |   Bin 7875 -> 0 bytes
 images/users-logos/ups.png                         |   Bin 16078 -> 0 bytes
 images/users-logos/ups.svg                         |     1 -
 images/video-screen-2.jpg                          |   Bin 66826 -> 0 bytes
 images/visor-command-line.png                      |   Bin 160705 -> 0 bytes
 images/wallpapers/2020/Ignite2020-clean.jpg        |   Bin 745485 -> 0 bytes
 images/wallpapers/2020/Ignite2020-iso-num.jpg      |   Bin 723516 -> 0 bytes
 images/wallpapers/2020/Ignite2020-iso-text-num.jpg |   Bin 725525 -> 0 bytes
 images/wallpapers/2020/Ignite2020-iso.jpg          |   Bin 727545 -> 0 bytes
 images/wallpapers/2020/Ignite2020-logo-burn.jpg    |   Bin 812881 -> 0 bytes
 images/wallpapers/2020/Ignite2020-logo-metal.jpg   |   Bin 772361 -> 0 bytes
 images/wallpapers/2020/Ignite2020-logo.jpg         |   Bin 756702 -> 0 bytes
 .../2020/mobile/Ignite-2020-Mobile-1.jpg           |   Bin 772354 -> 0 bytes
 .../2020/mobile/Ignite-2020-Mobile-2.jpg           |   Bin 776369 -> 0 bytes
 .../2020/mobile/Ignite-2020-Mobile-3.jpg           |   Bin 778391 -> 0 bytes
 .../2020/mobile/Ignite-2020-Mobile-4.jpg           |   Bin 745089 -> 0 bytes
 .../2020/mobile/Ignite-2020-Mobile-5.jpg           |   Bin 723241 -> 0 bytes
 .../2020/mobile/Ignite-2020-Mobile-6.jpg           |   Bin 720896 -> 0 bytes
 .../2021/desktop/wallpaper_big_black.jpg           |   Bin 1869803 -> 0 bytes
 .../2021/desktop/wallpaper_big_black_fire.jpg      |   Bin 1900396 -> 0 bytes
 .../2021/desktop/wallpaper_big_white.jpg           |   Bin 6799619 -> 0 bytes
 .../2021/desktop/wallpaper_big_white_fire.jpg      |   Bin 6673908 -> 0 bytes
 .../2021/phone/1080_1920_phone_black.jpg           |   Bin 496650 -> 0 bytes
 .../2021/phone/1080_1920_phone_black_fire.jpg      |   Bin 583115 -> 0 bytes
 .../2021/phone/1080_1920_phone_white.jpg           |   Bin 972790 -> 0 bytes
 .../2021/phone/1080_1920_phone_white_fire.jpg      |   Bin 913763 -> 0 bytes
 .../zoom/1280x720_logo_wallpaper_zoom_black.jpg    |   Bin 234408 -> 0 bytes
 .../zoom/1280x720_logo_wallpaper_zoom_white.jpg    |   Bin 630537 -> 0 bytes
 .../2021/zoom/1280x720_wallpaper_zoom_black.jpg    |   Bin 121598 -> 0 bytes
 .../2021/zoom/1280x720_wallpaper_zoom_white.jpg    |   Bin 631234 -> 0 bytes
 images/web_sessions.png                            |   Bin 71538 -> 0 bytes
 images/webconsole-sql.png                          |   Bin 257884 -> 0 bytes
 images/webinars.svg                                |    26 -
 images/zabbix-iso.png                              |   Bin 1595 -> 0 bytes
 images/zabbix-screenshot--lg.jpg                   |   Bin 413009 -> 0 bytes
 images/zabbix-screenshot--sm.jpg                   |   Bin 55228 -> 0 bytes
 img/404.svg                                        |    15 +
 img/avatar.png                                     |   Bin 0 -> 634 bytes
 img/community/b1-photo.svg                         |     1 +
 img/community/b1-prize.svg                         |     1 +
 img/community/b11-stat-1.png                       |   Bin 0 -> 11123 bytes
 img/community/b11-stat-2.png                       |   Bin 0 -> 17261 bytes
 img/community/b11-stat1.jpg                        |   Bin 0 -> 9064 bytes
 img/community/b11-stat2.jpg                        |   Bin 0 -> 8869 bytes
 img/community/b12-code.svg                         |     1 +
 img/community/b12-icon-quest.svg                   |     1 +
 img/community/b12-lines.svg                        |     1 +
 img/community/b13-bg-roundes.svg                   |     1 +
 img/community/b13-bg-squares.svg                   |     1 +
 img/community/b13-bottom.png                       |   Bin 0 -> 66249 bytes
 img/community/b13-lines.svg                        |     1 +
 img/community/b15-askimg.svg                       |     1 +
 img/community/b16-icon-comments.svg                |     1 +
 img/community/b16-icon-quest.svg                   |     1 +
 img/community/b16-icon-reports.svg                 |     1 +
 img/community/b2-cos.jpg                           |   Bin 0 -> 30994 bytes
 img/community/b3-quote.svg                         |     1 +
 img/community/b3-rocket1.svg                       |     1 +
 img/community/b3-rocket2.svg                       |     1 +
 img/community/b3-rocket3.svg                       |     1 +
 img/community/b3-rocket4.svg                       |     1 +
 img/community/b3-rocket5.svg                       |     1 +
 img/community/b4-img.svg                           |     1 +
 img/community/b5-img.png                           |   Bin 0 -> 62831 bytes
 img/community/b7-chair-star.svg                    |     1 +
 img/community/b8-img.svg                           |     1 +
 img/community/b9-icon-code.svg                     |     1 +
 img/community/b9-icon-paper.svg                    |     1 +
 img/community/b9-wave.svg                          |     1 +
 img/downloads/hero.svg                             |     1 +
 img/downloads/icon-download.svg                    |     1 +
 img/downloads/icon-shevron.svg                     |     1 +
 img/events/b1-mainpic.svg                          |     1 +
 img/events/b2-summit.svg                           |     1 +
 img/events/b3-online-bg.svg                        |     1 +
 img/events/b3-speaker-bg.svg                       |     1 +
 img/events/b4-world.svg                            |     1 +
 img/events/b5-bg.svg                               |     1 +
 img/events/banner-bott-1.jpg                       |   Bin 0 -> 126752 bytes
 img/events/banner-bott-2.jpg                       |   Bin 0 -> 88480 bytes
 img/events/content/event1.png                      |   Bin 0 -> 2981 bytes
 img/events/content/event2.png                      |   Bin 0 -> 1462 bytes
 img/events/content/event3.png                      |   Bin 0 -> 1697 bytes
 img/events/content/highload.png                    |   Bin 0 -> 893 bytes
 img/events/content/hl++.svg                        |     1 +
 img/events/content/meetup.png                      |   Bin 0 -> 1065 bytes
 img/events/content/meetup.svg                      |     1 +
 img/events/content/merge.png                       |   Bin 0 -> 6326 bytes
 img/events/content/merge.svg                       |     1 +
 img/events/content/summit.png                      |   Bin 0 -> 5729 bytes
 img/events/content/summit.svg                      |     1 +
 img/events/event-banner-vert.jpg                   |   Bin 0 -> 24726 bytes
 img/events/event-banner.jpg                        |   Bin 0 -> 73594 bytes
 img/events/flag-ru.svg                             |     1 +
 img/events/flag-uk.svg                             |     1 +
 img/events/icon-arrow.svg                          |     1 +
 img/events/icon-camera.svg                         |     1 +
 img/events/icon-loc.svg                            |     1 +
 img/events/icon-mic.svg                            |     1 +
 img/events/icon-pero.png                           |   Bin 0 -> 2319 bytes
 img/events/icon-pero.svg                           |     1 +
 img/events/icon-play.svg                           |     1 +
 img/events/icon-plus.svg                           |     1 +
 img/events/logo-meetup.svg                         |    47 +
 img/faq/hero.svg                                   |     1 +
 img/faq/icon-faq1.svg                              |     1 +
 img/faq/icon-faq2.svg                              |     1 +
 img/faq/icon-faq3.svg                              |     1 +
 img/favicon.png                                    |   Bin 0 -> 1324 bytes
 img/features/01-multi-tier-storage.svg             |     1 +
 img/features/02-native-persistence.svg             |     1 +
 img/features/03-distributed-SQL.svg                |     1 +
 img/features/04-ACID-transactions.svg              |     1 +
 img/features/05-key-value-APIs.svg                 |     1 +
 img/features/06-compute-APIs.svg                   |     1 +
 img/features/07-machine-learning.svg               |     1 +
 img/features/08-services.svg                       |     1 +
 img/features/09-streaming.svg                      |     1 +
 img/features/10-continuous-queries.svg             |     1 +
 img/features/11-messaging.svg                      |     1 +
 img/features/acid/acid-func.svg                    |   216 +
 img/features/acid/hero.svg                         |     1 +
 img/features/acid/icon-cross.svg                   |     1 +
 img/features/compute-apis/code.png                 |   Bin 0 -> 41395 bytes
 img/features/compute-apis/compute-hero.svg         |     1 +
 img/features/compute-apis/icon-one.svg             |     1 +
 img/features/compute-apis/icon-two.svg             |     1 +
 img/features/deployment/deploy-pic.svg             |     1 +
 img/features/deployment/hero.svg                   |     1 +
 img/features/hero-bg.svg                           |     1 +
 img/features/icon-check-err.svg                    |     1 +
 img/features/icon-check-ok.svg                     |     1 +
 img/features/in-memory/01-ACID-Transactions.svg    |     1 +
 img/features/in-memory/02-sql.svg                  |     1 +
 img/features/in-memory/03-user.svg                 |     1 +
 .../in-memory/cache-aside-deployment-mob.svg       |     1 +
 img/features/in-memory/cache-aside-deployment.svg  |     1 +
 img/features/in-memory/icon-attention.svg          |     1 +
 img/features/in-memory/icon-check.svg              |     1 +
 .../in-memory/write-through-caching-mob.svg        |     1 +
 img/features/in-memory/write-through-caching.svg   |    26 +
 img/features/key-value/hero.svg                    |     1 +
 img/features/key-value/icon-library.svg            |     1 +
 img/features/key-value/key-value-api-2.svg         |     1 +
 img/features/key-value/key-value-api-3.svg         |    65 +
 img/features/key-value/key-value-api-4.svg         |   194 +
 img/features/key-value/key-value-api-pic.svg       |     1 +
 img/features/machinelearning/image.svg             |     1 +
 img/features/machinelearning/machine.svg           |     1 +
 img/features/more-learn-book.png                   |   Bin 0 -> 35245 bytes
 img/features/more-learn-book.svg                   |     1 +
 img/features/more-learn-planet.png                 |   Bin 0 -> 23537 bytes
 img/features/more-learn-planet.svg                 |     1 +
 img/features/multilanguage/four.png                |   Bin 0 -> 4638 bytes
 img/features/multilanguage/four.svg                |     1 +
 img/features/multilanguage/multi.svg               |     1 +
 img/features/multilanguage/one.svg                 |     1 +
 img/features/multilanguage/three.png               |   Bin 0 -> 4733 bytes
 img/features/multilanguage/three.svg               |     1 +
 img/features/multilanguage/two.svg                 |     1 +
 img/features/multitier/01-bd.svg                   |     1 +
 img/features/multitier/02-bglines.svg              |     1 +
 img/features/multitier/03-bd.svg                   |     1 +
 img/features/multitier/03-bglines.svg              |     1 +
 img/features/multitier/04-bd.svg                   |     1 +
 img/features/multitier/04-bglines.svg              |     1 +
 img/features/multitier/icon-play.svg               |     1 +
 img/features/multitier/logo-apache-summit.svg      |     1 +
 img/features/multitier/logo-apache-wh.svg          |     1 +
 img/features/multitier/logo-raif.svg               |     1 +
 img/features/multitier/video-1.png                 |   Bin 0 -> 13618 bytes
 img/features/multitier/video-2.png                 |   Bin 0 -> 8612 bytes
 img/features/multitier/video-3.png                 |   Bin 0 -> 10354 bytes
 img/features/native-docs.svg                       |     1 +
 img/features/native-header.svg                     |     1 +
 img/features/native-rocket.svg                     |     1 +
 img/features/native-stepspic.svg                   |    40 +
 img/features/service/one-image.svg                 |     1 +
 img/features/service/service-hero.svg              |     1 +
 img/features/service/two-image.svg                 |     1 +
 img/features/smile-doesnt-have.svg                 |     7 +
 img/features/smile-done.svg                        |     6 +
 img/features/sql/hero-image.svg                    |     1 +
 img/features/sql/image.svg                         |    52 +
 img/features/sql/plus.svg                          |     1 +
 img/features/streaming/five.svg                    |     1 +
 img/features/streaming/four.svg                    |     1 +
 img/features/streaming/hero-image.svg              |     1 +
 img/features/streaming/one.png                     |   Bin 0 -> 2258 bytes
 img/features/streaming/six.svg                     |     1 +
 img/features/streaming/speed.png                   |   Bin 0 -> 8994 bytes
 img/features/streaming/sql.svg                     |     1 +
 img/features/streaming/three.png                   |   Bin 0 -> 2193 bytes
 img/features/streaming/two.svg                     |     1 +
 img/features/tooling/action-rocket.svg             |     1 +
 img/features/tooling/data-dog.jpg                  |   Bin 0 -> 62689 bytes
 img/features/tooling/grid-gain.png                 |   Bin 0 -> 80003 bytes
 img/features/tooling/herobg.svg                    |     1 +
 img/features/tooling/icon-apache.svg               |     1 +
 img/features/tooling/icon-datadog.svg              |     1 +
 img/features/tooling/icon-gridgain.svg             |     1 +
 img/features/tooling/icon-zabbix.svg               |     1 +
 img/features/tooling/placeholder.png               |   Bin 0 -> 941 bytes
 img/features/tooling/visor-command-line.png        |   Bin 0 -> 56873 bytes
 img/features/tooling/zabbix.png                    |   Bin 0 -> 79677 bytes
 img/frontpage/b1-planet.svg                        |     1 +
 img/frontpage/b1-prize1.svg                        |     1 +
 img/frontpage/background.jpg                       |   Bin 0 -> 18114 bytes
 img/frontpage/blue-grad.jpg                        |   Bin 0 -> 18114 bytes
 img/frontpage/events/001.svg                       |     1 +
 img/frontpage/events/002.svg                       |     1 +
 img/frontpage/events/003.svg                       |     1 +
 img/frontpage/events/icon-cal.svg                  |     1 +
 img/frontpage/hero-white.svg                       |   102 +
 img/frontpage/hero.svg                             |     1 +
 img/frontpage/icon-done.svg                        |     1 +
 img/frontpage/icon-slider-arrow.svg                |     1 +
 img/frontpage/res-book.svg                         |     1 +
 img/frontpage/res-docs.svg                         |     1 +
 img/frontpage/res-vebinar.svg                      |     1 +
 img/frontpage/res-videos.svg                       |     1 +
 img/frontpage/res-wiki.svg                         |     1 +
 img/frontpage/video1.png                           |   Bin 0 -> 17539 bytes
 img/frontpage/video2.png                           |   Bin 0 -> 15974 bytes
 img/frontpage/video3.png                           |   Bin 0 -> 25641 bytes
 img/icon-arrow-white.svg                           |     1 +
 img/icon-email+.svg                                |     1 +
 img/icon-email-.svg                                |     1 +
 img/icon-folder.svg                                |     1 +
 img/icon-github.svg                                |     1 +
 img/icon-linkedin.svg                              |     1 +
 img/icon-meetup-black.png                          |   Bin 0 -> 1906 bytes
 img/icon-pero.svg                                  |     1 +
 img/icon-stackoverflow.svg                         |     1 +
 img/icon-twitter.svg                               |     1 +
 img/icon-video.svg                                 |     1 +
 img/loader.svg                                     |     1 +
 img/logo-white.svg                                 |     1 +
 img/logo.svg                                       |     1 +
 img/menu.svg                                       |     1 +
 img/menu/icon-arrow.svg                            |     1 +
 img/menu/icon-calendar.svg                         |     1 +
 img/menu/icon-clip.svg                             |     1 +
 img/menu/icon-comment.svg                          |     1 +
 img/menu/icon-cube.svg                             |     1 +
 img/menu/icon-db.svg                               |     1 +
 img/menu/icon-folder.svg                           |     1 +
 img/menu/icon-puzzle.svg                           |     1 +
 img/menu/icon-question.svg                         |     1 +
 img/menu/icon-red-rocket.svg                       |     1 +
 img/menu/icon-resources.svg                        |     1 +
 img/og-pic.png                                     |   Bin 0 -> 17658 bytes
 img/poweredby/banner-bg.png                        |   Bin 0 -> 9750 bytes
 img/poweredby/banner-bg.svg                        |     1 +
 img/poweredby/logos/apple.png                      |   Bin 0 -> 8075 bytes
 img/poweredby/logos/banco-do-brasil.svg            |     1 +
 img/poweredby/logos/bloomberg.svg                  |     1 +
 img/poweredby/logos/dreamworks.png                 |   Bin 0 -> 10409 bytes
 img/poweredby/logos/microsoft.svg                  |     1 +
 img/poweredby/logos/netflix.svg                    |     1 +
 img/poweredby/logos/paypal.svg                     |    55 +
 img/poweredby/logos/sber.png                       |   Bin 0 -> 11617 bytes
 img/poweredby/logos/sberbank.svg                   |     1 +
 img/poweredby/logos/yahoo.svg                      |     1 +
 img/poweredby/videos/001.png                       |   Bin 0 -> 27571 bytes
 img/poweredby/videos/001.svg                       |     1 +
 img/poweredby/videos/002.png                       |   Bin 0 -> 23081 bytes
 img/poweredby/videos/002.svg                       |     1 +
 img/poweredby/videos/003.png                       |   Bin 0 -> 25395 bytes
 img/poweredby/videos/003.svg                       |     1 +
 img/poweredby/videos/004.png                       |   Bin 0 -> 18885 bytes
 img/poweredby/videos/004.svg                       |     1 +
 img/poweredby/videos/005.png                       |   Bin 0 -> 41219 bytes
 img/poweredby/videos/005.svg                       |     1 +
 img/poweredby/videos/006.png                       |   Bin 0 -> 5912 bytes
 img/poweredby/videos/006.svg                       |     1 +
 img/poweredby/videos/007.png                       |   Bin 0 -> 29205 bytes
 img/poweredby/videos/007.svg                       |     1 +
 img/poweredby/videos/008.png                       |   Bin 0 -> 24176 bytes
 img/poweredby/videos/008.svg                       |     1 +
 img/poweredby/videos/009.png                       |   Bin 0 -> 13270 bytes
 img/poweredby/videos/009.svg                       |     1 +
 img/poweredby/videos/010.png                       |   Bin 0 -> 10440 bytes
 img/poweredby/videos/010.svg                       |     1 +
 img/poweredby/videos/011.png                       |   Bin 0 -> 7049 bytes
 img/poweredby/videos/011.svg                       |     1 +
 img/poweredby/videos/012.png                       |   Bin 0 -> 27141 bytes
 img/poweredby/videos/012.svg                       |     1 +
 img/poweredby/videos/013.png                       |   Bin 0 -> 83657 bytes
 img/poweredby/videos/013.svg                       |     1 +
 img/poweredby/videos/014.png                       |   Bin 0 -> 50565 bytes
 img/poweredby/videos/014.svg                       |     1 +
 img/poweredby/videos/015.png                       |   Bin 0 -> 7025 bytes
 img/poweredby/videos/015.svg                       |     1 +
 img/poweredby/videos/016.png                       |   Bin 0 -> 27184 bytes
 img/poweredby/videos/016.svg                       |     1 +
 img/poweredby/videos/017.png                       |   Bin 0 -> 10962 bytes
 img/poweredby/videos/017.svg                       |     1 +
 img/poweredby/videos/018.png                       |   Bin 0 -> 13689 bytes
 img/poweredby/videos/018.svg                       |     1 +
 img/poweredby/videos/019.png                       |   Bin 0 -> 25960 bytes
 img/poweredby/videos/019.svg                       |     1 +
 img/poweredby/videos/020.png                       |   Bin 0 -> 22909 bytes
 img/poweredby/videos/020.svg                       |     1 +
 img/poweredby/videos/021.png                       |   Bin 0 -> 16502 bytes
 img/poweredby/videos/021.svg                       |     1 +
 img/poweredby/videos/022.png                       |   Bin 0 -> 29731 bytes
 img/poweredby/videos/022.svg                       |     1 +
 img/poweredby/videos/023.png                       |   Bin 0 -> 40277 bytes
 img/poweredby/videos/023.svg                       |     1 +
 img/poweredby/videos/024.png                       |   Bin 0 -> 28386 bytes
 img/poweredby/videos/024.svg                       |     1 +
 img/poweredby/videos/025.png                       |   Bin 0 -> 10365 bytes
 img/resourses/block-book.svg                       |     1 +
 img/resourses/block-email.svg                      |     1 +
 img/resourses/block-video.svg                      |     1 +
 img/resourses/book-cover.jpg                       |   Bin 0 -> 155089 bytes
 img/resourses/hero.svg                             |     1 +
 img/resourses/icon-training.svg                    |     1 +
 img/resourses/icon-youtube.svg                     |     1 +
 img/resourses/res2-book.svg                        |     1 +
 img/resourses/res2-book2.svg                       |     1 +
 img/resourses/training1.svg                        |     1 +
 img/resourses/training2.svg                        |     1 +
 img/resourses/training3.svg                        |     1 +
 img/resourses/video.png                            |   Bin 0 -> 22596 bytes
 img/usecases/arrow.svg                             |     1 +
 img/usecases/database/hero-image.svg               |     1 +
 img/usecases/database/image.svg                    |     1 +
 img/usecases/database/one-video.png                |   Bin 0 -> 9661 bytes
 img/usecases/database/one.svg                      |     1 +
 img/usecases/database/three.svg                    |     1 +
 img/usecases/database/two-video.png                |   Bin 0 -> 3767 bytes
 img/usecases/database/two.svg                      |     1 +
 img/usecases/datagrid/hero-image.svg               |     1 +
 img/usecases/datagrid/image.svg                    |     1 +
 img/usecases/datagrid/two-video.png                |   Bin 0 -> 2565 bytes
 img/usecases/digital-hub/hero-image.svg            |     1 +
 img/usecases/digital-hub/image.svg                 |     1 +
 img/usecases/digital-hub/one-video.png             |   Bin 0 -> 12721 bytes
 img/usecases/digital-hub/three-video.png           |   Bin 0 -> 15567 bytes
 img/usecases/digital-hub/two-video.png             |   Bin 0 -> 21260 bytes
 img/usecases/ellipses.svg                          |     1 +
 img/usecases/hadoop/blue.svg                       |     1 +
 img/usecases/hadoop/hero-image.svg                 |     1 +
 img/usecases/hadoop/image.svg                      |     1 +
 img/usecases/head-bg.svg                           |     1 +
 img/usecases/high-peformance/arrow-circle.svg      |     1 +
 img/usecases/high-peformance/hero.svg              |     1 +
 img/usecases/high-peformance/icon-perf1.svg        |     1 +
 img/usecases/high-peformance/icon-perf2.svg        |     1 +
 img/usecases/high-peformance/icon-perf3.svg        |     1 +
 img/usecases/high-peformance/icon-perf4.svg        |     1 +
 img/usecases/high-peformance/icon-perf5.svg        |     1 +
 img/usecases/high-peformance/perf-pic.svg          |    48 +
 img/usecases/high-peformance/video-1.png           |   Bin 0 -> 20699 bytes
 img/usecases/high-peformance/video-2.png           |   Bin 0 -> 8273 bytes
 img/usecases/high-peformance/video-3.png           |   Bin 0 -> 20857 bytes
 img/usecases/high-peformance/video-4.png           |   Bin 0 -> 21387 bytes
 img/usecases/high-peformance/video-5.png           |   Bin 0 -> 8918 bytes
 img/usecases/high-peformance/video-6.png           |   Bin 0 -> 6419 bytes
 img/usecases/in-memory-hero.svg                    |     1 +
 img/usecases/key-value/hero-image.svg              |     1 +
 img/usecases/key-value/image.svg                   |     1 +
 img/usecases/spark/hero-image.svg                  |     1 +
 img/usecases/spark/image.svg                       |   169 +
 in-memory-computing.html                           |   128 -
 includes/footer.html                               |    49 -
 includes/header.html                               |   252 -
 includes/igniteimage.html                          |    11 -
 includes/scripts.html                              |    37 -
 includes/scriptshead.html                          |    48 -
 includes/styles.html                               |     1 -
 index.html                                         |  1847 +-
 jcache/1.0.0/javadoc/META-INF/MANIFEST.MF          |    12 +-
 js/bootstrap.min.js                                |     7 -
 js/bootstrap.min.js.map                            |     1 -
 js/headroom.min.js                                 |    52 -
 js/jquery-1.11.1.min.js                            |     2 -
 js/jquery.bootstrap-dropdown-hover.min.js          |    10 -
 js/jquery.main.js                                  |   268 -
 js/jspdf.plugin.autotable.js                       |    10 -
 js/lazysizes.min.js                                |     2 -
 js/main.js                                         |   553 +
 js/particles.min.js                                |     9 -
 js/prism.js                                        |    16 -
 js/tableExport.min.js                              |    32 -
 js/vendor/choices/base.min.css                     |     1 +
 js/vendor/choices/choices.min.css                  |     1 +
 js/vendor/choices/choices.min.js                   |    11 +
 js/vendor/glightbox/glightbox.min.css              |     1 +
 js/vendor/glightbox/glightbox.min.js               |     1 +
 js/vendor/highlight/bash.min.js                    |    20 +
 js/vendor/highlight/csharp.min.js                  |    45 +
 js/vendor/highlight/default.min.css                |     9 +
 js/vendor/highlight/highlight.min.js               |   748 +
 js/vendor/highlight/java.min.js                    |    33 +
 js/vendor/highlight/monokai-sublime.css            |    80 +
 js/vendor/highlight/night-owl.css                  |   180 +
 js/vendor/highlight/xml.min.js                     |    31 +
 js/vendor/hystmodal/hystmodal.min.css              |     1 +
 js/vendor/hystmodal/hystmodal.min.js               |     1 +
 js/vendor/imask.min.js                             |     1 +
 js/vendor/smoothscroll.js                          |   429 +
 js/vendor/swiper/swiper-bundle.min.css             |    13 +
 js/vendor/swiper/swiper-bundle.min.js              |    14 +
 .../vanillajs-datepicker/datepicker-full.min.js    |     1 +
 js/vendor/vanillajs-datepicker/datepicker.min.css  |     1 +
 js/vendor/vanillajs-datepicker/ru.js               |    18 +
 js/vendor/waypoints.min.js                         |     7 +
 latest                                             |     1 -
 lib/ApiDocumentation.php                           |   103 -
 lib/ApiDocumentationHtmlFile.php                   |   163 -
 meetup-groups.html                                 |   173 -
 package-lock.json                                  | 16770 +++--
 package.json                                       |    30 +-
 ...he.Ignite.AspNet.IgniteOutputCacheProvider.html |   762 +-
 ...ite.AspNet.IgniteSessionStateStoreProvider.html |  1458 +-
 .../api/Apache.Ignite.AspNet.IgniteWebUtils.html   |   412 +-
 .../2.10.0/dotnetdoc/api/Apache.Ignite.AspNet.html |   308 +-
 ...e.Ignite.Core.Binary.BinaryBasicNameMapper.html |   684 +-
 ...che.Ignite.Core.Binary.BinaryConfiguration.html |  1036 +-
 ...e.Ignite.Core.Binary.BinaryObjectException.html |   646 +-
 ...ite.Core.Binary.BinaryReflectiveSerializer.html |   598 +-
 ...Ignite.Core.Binary.BinaryTypeConfiguration.html |   906 +-
 .../Apache.Ignite.Core.Binary.BinaryTypeNames.html |  1774 +-
 .../Apache.Ignite.Core.Binary.IBinarizable.html    |   468 +-
 .../api/Apache.Ignite.Core.Binary.IBinary.html     |  1474 +-
 .../Apache.Ignite.Core.Binary.IBinaryIdMapper.html |   478 +-
 ...pache.Ignite.Core.Binary.IBinaryNameMapper.html |   468 +-
 .../Apache.Ignite.Core.Binary.IBinaryObject.html   |   762 +-
 ...he.Ignite.Core.Binary.IBinaryObjectBuilder.html |  3494 +-
 ...Apache.Ignite.Core.Binary.IBinaryRawReader.html |  1978 +-
 ...Apache.Ignite.Core.Binary.IBinaryRawWriter.html |  1928 +-
 .../Apache.Ignite.Core.Binary.IBinaryReader.html   |  3064 +-
 ...pache.Ignite.Core.Binary.IBinarySerializer.html |   428 +-
 .../api/Apache.Ignite.Core.Binary.IBinaryType.html |   668 +-
 .../Apache.Ignite.Core.Binary.IBinaryWriter.html   |  2274 +-
 ...che.Ignite.Core.Binary.ITimestampConverter.html |   468 +-
 ...ache.Ignite.Core.Binary.TimestampAttribute.html |   614 +-
 .../dotnetdoc/api/Apache.Ignite.Core.Binary.html   |   380 +-
 ...e.Core.Cache.Affinity.AffinityFunctionBase.html |   738 +-
 ...ore.Cache.Affinity.AffinityFunctionContext.html |   634 +-
 ...che.Ignite.Core.Cache.Affinity.AffinityKey.html |  1056 +-
 ....Cache.Affinity.AffinityKeyMappedAttribute.html |   698 +-
 ...ore.Cache.Affinity.AffinityTopologyVersion.html |  1404 +-
 ....Core.Cache.Affinity.IAffinityBackupFilter.html |   304 +-
 ...nite.Core.Cache.Affinity.IAffinityFunction.html |   568 +-
 ...s.ClusterNodeAttributeAffinityBackupFilter.html |   428 +-
 ...nity.Rendezvous.RendezvousAffinityFunction.html |   466 +-
 ...ache.Ignite.Core.Cache.Affinity.Rendezvous.html |   304 +-
 .../api/Apache.Ignite.Core.Cache.Affinity.html     |   332 +-
 ...te.Core.Cache.CacheEntryProcessorException.html |   696 +-
 .../Apache.Ignite.Core.Cache.CacheException.html   |   650 +-
 ...ite.Core.Cache.CachePartialUpdateException.html |   846 +-
 .../Apache.Ignite.Core.Cache.CachePeekMode.html    |   384 +-
 .../Apache.Ignite.Core.Cache.CacheResult-1.html    |   932 +-
 ...ore.Cache.Configuration.CacheAtomicityMode.html |   352 +-
 ...ore.Cache.Configuration.CacheConfiguration.html |  4676 +-
 ....Cache.Configuration.CacheKeyConfiguration.html |   528 +-
 ....Ignite.Core.Cache.Configuration.CacheMode.html |   352 +-
 ...ore.Cache.Configuration.CacheRebalanceMode.html |   352 +-
 ...onfiguration.CacheWriteSynchronizationMode.html |   352 +-
 ...e.Cache.Configuration.DataPageEvictionMode.html |   352 +-
 ...re.Cache.Configuration.MemoryConfiguration.html |   892 +-
 ...he.Configuration.MemoryPolicyConfiguration.html |  1114 +-
 ...Cache.Configuration.NearCacheConfiguration.html |   526 +-
 ...re.Cache.Configuration.PartitionLossPolicy.html |   368 +-
 ...e.Configuration.PlatformCacheConfiguration.html |   524 +-
 ...Ignite.Core.Cache.Configuration.QueryAlias.html |   538 +-
 ...gnite.Core.Cache.Configuration.QueryEntity.html |   956 +-
 ...Ignite.Core.Cache.Configuration.QueryField.html |   874 +-
 ...Ignite.Core.Cache.Configuration.QueryIndex.html |   848 +-
 ...e.Core.Cache.Configuration.QueryIndexField.html |   588 +-
 ...te.Core.Cache.Configuration.QueryIndexType.html |   352 +-
 ...Cache.Configuration.QuerySqlFieldAttribute.html |  1052 +-
 ...ache.Configuration.QueryTextFieldAttribute.html |   664 +-
 .../Apache.Ignite.Core.Cache.Configuration.html    |   380 +-
 ...gnite.Core.Cache.Event.CacheEntryEventType.html |   360 +-
 ...Ignite.Core.Cache.Event.ICacheEntryEvent-2.html |   548 +-
 ....Core.Cache.Event.ICacheEntryEventFilter-2.html |   426 +-
 ...ore.Cache.Event.ICacheEntryEventListener-2.html |   396 +-
 .../api/Apache.Ignite.Core.Cache.Event.html        |   316 +-
 ...ite.Core.Cache.Eviction.EvictionPolicyBase.html |   660 +-
 ...ite.Core.Cache.Eviction.FifoEvictionPolicy.html |   416 +-
 ...Ignite.Core.Cache.Eviction.IEvictionPolicy.html |   304 +-
 ...nite.Core.Cache.Eviction.LruEvictionPolicy.html |   416 +-
 .../api/Apache.Ignite.Core.Cache.Eviction.html     |   316 +-
 ...ache.Ignite.Core.Cache.Expiry.ExpiryPolicy.html |   594 +-
 ...che.Ignite.Core.Cache.Expiry.IExpiryPolicy.html |   446 +-
 .../api/Apache.Ignite.Core.Cache.Expiry.html       |   308 +-
 .../api/Apache.Ignite.Core.Cache.ICache-2.html     |  8036 +--
 .../Apache.Ignite.Core.Cache.ICacheAffinity.html   |  1756 +-
 .../Apache.Ignite.Core.Cache.ICacheEntry-2.html    |   438 +-
 ...ache.Ignite.Core.Cache.ICacheEntryFilter-2.html |   426 +-
 ...e.Ignite.Core.Cache.ICacheEntryProcessor-4.html |   452 +-
 ...te.Core.Cache.ICacheEntryProcessorResult-2.html |   438 +-
 .../api/Apache.Ignite.Core.Cache.ICacheLock.html   |   478 +-
 .../Apache.Ignite.Core.Cache.ICacheMetrics.html    |  4310 +-
 .../Apache.Ignite.Core.Cache.IMemoryMetrics.html   |   584 +-
 ...che.Ignite.Core.Cache.IMutableCacheEntry-2.html |   476 +-
 .../Apache.Ignite.Core.Cache.IQueryMetrics.html    |   538 +-
 ...e.Cache.Query.Continuous.ContinuousQuery-2.html |   990 +-
 ...ore.Cache.Query.Continuous.ContinuousQuery.html |   520 +-
 ...Query.Continuous.ContinuousQueryExtensions.html |   484 +-
 ....Query.Continuous.IContinuousQueryHandle-1.html |   396 +-
 ...he.Query.Continuous.IContinuousQueryHandle.html |   316 +-
 ...ry.Continuous.IContinuousQueryHandleFields.html |   366 +-
 .../Apache.Ignite.Core.Cache.Query.Continuous.html |   324 +-
 ...Ignite.Core.Cache.Query.IFieldsQueryCursor.html |   424 +-
 ...che.Ignite.Core.Cache.Query.IQueryCursor-1.html |   402 +-
 ....Ignite.Core.Cache.Query.IQueryCursorField.html |   446 +-
 .../Apache.Ignite.Core.Cache.Query.QueryBase.html  |   532 +-
 ...Apache.Ignite.Core.Cache.Query.ScanQuery-2.html |   570 +-
 ...che.Ignite.Core.Cache.Query.SqlFieldsQuery.html |  1238 +-
 .../Apache.Ignite.Core.Cache.Query.SqlQuery.html   |  1014 +-
 .../Apache.Ignite.Core.Cache.Query.TextQuery.html  |   742 +-
 .../api/Apache.Ignite.Core.Cache.Query.html        |   332 +-
 ...ache.Store.CacheParallelLoadStoreAdapter-3.html |  1156 +-
 ...gnite.Core.Cache.Store.CacheStoreAdapter-2.html |   908 +-
 ...gnite.Core.Cache.Store.CacheStoreException.html |   648 +-
 ...ache.Ignite.Core.Cache.Store.ICacheStore-2.html |  1066 +-
 ...Apache.Ignite.Core.Cache.Store.ICacheStore.html |   304 +-
 ...Ignite.Core.Cache.Store.ICacheStoreSession.html |   400 +-
 .../api/Apache.Ignite.Core.Cache.Store.html        |   324 +-
 .../dotnetdoc/api/Apache.Ignite.Core.Cache.html    |   372 +-
 ...Core.Client.Cache.CacheClientConfiguration.html |  2142 +-
 ...he.Ignite.Core.Client.Cache.ICacheClient-2.html |  4486 +-
 ...e.Query.Continuous.ContinuousQueryClient-2.html |   712 +-
 ...che.Query.Continuous.ContinuousQueryClient.html |   412 +-
 ...ContinuousQueryClientDisconnectedEventArgs.html |   474 +-
 ...ry.Continuous.IContinuousQueryHandleClient.html |   364 +-
 ....Ignite.Core.Client.Cache.Query.Continuous.html |   316 +-
 .../api/Apache.Ignite.Core.Client.Cache.html       |   308 +-
 ...Apache.Ignite.Core.Client.ClientStatusCode.html |   408 +-
 ....Ignite.Core.Client.Compute.IComputeClient.html |   946 +-
 .../api/Apache.Ignite.Core.Client.Compute.html     |   300 +-
 .../Apache.Ignite.Core.Client.IClientCluster.html  |   704 +-
 ...che.Ignite.Core.Client.IClientClusterGroup.html |   834 +-
 ...ache.Ignite.Core.Client.IClientClusterNode.html |   694 +-
 ...pache.Ignite.Core.Client.IClientConnection.html |   446 +-
 .../Apache.Ignite.Core.Client.IIgniteClient.html   |  1424 +-
 ...pache.Ignite.Core.Client.ISslStreamFactory.html |   398 +-
 ...nite.Core.Client.IgniteClientConfiguration.html |  1626 +-
 ...re.Client.IgniteClientConfigurationSection.html |   800 +-
 ...e.Ignite.Core.Client.IgniteClientException.html |   872 +-
 ...gnite.Core.Client.Services.IServicesClient.html |   560 +-
 .../api/Apache.Ignite.Core.Client.Services.html    |   300 +-
 ...Apache.Ignite.Core.Client.SslStreamFactory.html |   774 +-
 ...ore.Client.Transactions.ITransactionClient.html |   540 +-
 ...re.Client.Transactions.ITransactionsClient.html |   812 +-
 ...ransactions.TransactionClientConfiguration.html |   710 +-
 .../Apache.Ignite.Core.Client.Transactions.html    |   312 +-
 .../dotnetdoc/api/Apache.Ignite.Core.Client.html   |   348 +-
 ...he.Ignite.Core.Cluster.AttributeNodeFilter.html |   592 +-
 ...te.Core.Cluster.ClusterGroupEmptyException.html |   646 +-
 ...nite.Core.Cluster.ClusterTopologyException.html |   646 +-
 .../Apache.Ignite.Core.Cluster.IBaselineNode.html  |   400 +-
 .../api/Apache.Ignite.Core.Cluster.ICluster.html   |  1540 +-
 .../Apache.Ignite.Core.Cluster.IClusterGroup.html  |  2002 +-
 ...Apache.Ignite.Core.Cluster.IClusterMetrics.html |  2884 +-
 .../Apache.Ignite.Core.Cluster.IClusterNode.html   |  1020 +-
 ...che.Ignite.Core.Cluster.IClusterNodeFilter.html |   388 +-
 .../dotnetdoc/api/Apache.Ignite.Core.Cluster.html  |   336 +-
 ...te.Core.Common.ClientDisconnectedException.html |   706 +-
 ...Apache.Ignite.Core.Common.ExceptionFactory.html |   398 +-
 .../api/Apache.Ignite.Core.Common.IFactory-1.html  |   384 +-
 .../Apache.Ignite.Core.Common.IgniteException.html |   688 +-
 ...te.Core.Common.IgniteExperimentalAttribute.html |   614 +-
 ...Core.Common.IgniteFutureCancelledException.html |   646 +-
 .../api/Apache.Ignite.Core.Common.IgniteGuid.html  |   956 +-
 ...te.Core.Common.IgniteIllegalStateException.html |   646 +-
 ...he.Ignite.Core.Common.IgniteProductVersion.html |  1022 +-
 .../Apache.Ignite.Core.Common.JavaException.html   |   954 +-
 .../dotnetdoc/api/Apache.Ignite.Core.Common.html   |   348 +-
 ...gnite.Core.Communication.ICommunicationSpi.html |   304 +-
 ...Core.Communication.Tcp.TcpCommunicationSpi.html |  2300 +-
 .../api/Apache.Ignite.Core.Communication.Tcp.html  |   300 +-
 .../api/Apache.Ignite.Core.Communication.html      |   300 +-
 ....Compute.ComputeExecutionRejectedException.html |   646 +-
 ...he.Ignite.Core.Compute.ComputeJobAdapter-1.html |   750 +-
 ...e.Core.Compute.ComputeJobFailoverException.html |   646 +-
 ...Ignite.Core.Compute.ComputeJobResultPolicy.html |   352 +-
 ...e.Ignite.Core.Compute.ComputeTaskAdapter-3.html |   690 +-
 ...Core.Compute.ComputeTaskCancelledException.html |   646 +-
 ....Compute.ComputeTaskNoResultCacheAttribute.html |   614 +-
 ...ite.Core.Compute.ComputeTaskSplitAdapter-3.html |   662 +-
 ...e.Core.Compute.ComputeTaskTimeoutException.html |   646 +-
 ...ore.Compute.ComputeUserUndeclaredException.html |   646 +-
 .../api/Apache.Ignite.Core.Compute.ICompute.html   |  7654 +--
 .../Apache.Ignite.Core.Compute.IComputeAction.html |   324 +-
 .../Apache.Ignite.Core.Compute.IComputeFunc-1.html |   384 +-
 .../Apache.Ignite.Core.Compute.IComputeFunc-2.html |   426 +-
 .../Apache.Ignite.Core.Compute.IComputeJob-1.html  |   400 +-
 ...he.Ignite.Core.Compute.IComputeJobResult-1.html |   568 +-
 ...ache.Ignite.Core.Compute.IComputeReducer-2.html |   472 +-
 .../Apache.Ignite.Core.Compute.IComputeTask-2.html |   366 +-
 .../Apache.Ignite.Core.Compute.IComputeTask-3.html |   614 +-
 .../dotnetdoc/api/Apache.Ignite.Core.Compute.html  |   380 +-
 ...te.Core.Configuration.CheckpointWriteOrder.html |   344 +-
 ...Configuration.ClientConnectorConfiguration.html |  1518 +-
 ...te.Core.Configuration.DataPageEvictionMode.html |   352 +-
 ...Core.Configuration.DataRegionConfiguration.html |  1340 +-
 ...ore.Configuration.DataStorageConfiguration.html |  3006 +-
 ...ite.Core.Configuration.DiskPageCompression.html |   368 +-
 ...e.Core.Configuration.ExecutorConfiguration.html |   458 +-
 ...gnite.Core.Configuration.LockConfiguration.html |   574 +-
 ...re.Configuration.SqlConnectorConfiguration.html |  1022 +-
 ...Core.Configuration.ThinClientConfiguration.html |   570 +-
 .../Apache.Ignite.Core.Configuration.WalMode.html  |   368 +-
 .../api/Apache.Ignite.Core.Configuration.html      |   344 +-
 ...ructures.Configuration.AtomicConfiguration.html |   660 +-
 ...e.Ignite.Core.DataStructures.Configuration.html |   300 +-
 ...che.Ignite.Core.DataStructures.IAtomicLong.html |   808 +-
 ...ite.Core.DataStructures.IAtomicReference-1.html |   636 +-
 ...Ignite.Core.DataStructures.IAtomicSequence.html |   638 +-
 .../api/Apache.Ignite.Core.DataStructures.html     |   308 +-
 ...gnite.Core.Datastream.DataStreamerDefaults.html |   542 +-
 ...che.Ignite.Core.Datastream.IDataStreamer-2.html |  1318 +-
 ...e.Ignite.Core.Datastream.IStreamReceiver-2.html |   406 +-
 ...Ignite.Core.Datastream.StreamTransformer-4.html |   550 +-
 ...che.Ignite.Core.Datastream.StreamVisitor-2.html |   534 +-
 .../api/Apache.Ignite.Core.Datastream.html         |   320 +-
 ...te.Core.Deployment.PeerAssemblyLoadingMode.html |   344 +-
 .../api/Apache.Ignite.Core.Deployment.html         |   300 +-
 ...Apache.Ignite.Core.Discovery.IDiscoverySpi.html |   304 +-
 ...e.Core.Discovery.Tcp.ITcpDiscoveryIpFinder.html |   304 +-
 ...cp.Multicast.TcpDiscoveryMulticastIpFinder.html |   930 +-
 ...Apache.Ignite.Core.Discovery.Tcp.Multicast.html |   300 +-
 ...very.Tcp.Static.TcpDiscoveryStaticIpFinder.html |   514 +-
 .../Apache.Ignite.Core.Discovery.Tcp.Static.html   |   300 +-
 ...ore.Discovery.Tcp.TcpDiscoveryIpFinderBase.html |   542 +-
 ....Ignite.Core.Discovery.Tcp.TcpDiscoverySpi.html |  1626 +-
 .../api/Apache.Ignite.Core.Discovery.Tcp.html      |   312 +-
 .../api/Apache.Ignite.Core.Discovery.html          |   300 +-
 ...ache.Ignite.Core.Encryption.IEncryptionSpi.html |   304 +-
 ....Encryption.Keystore.KeystoreEncryptionSpi.html |   728 +-
 .../Apache.Ignite.Core.Encryption.Keystore.html    |   300 +-
 .../api/Apache.Ignite.Core.Encryption.html         |   300 +-
 .../api/Apache.Ignite.Core.Events.CacheEvent.html  |  1098 +-
 ...Ignite.Core.Events.CacheQueryExecutedEvent.html |   776 +-
 ...che.Ignite.Core.Events.CacheQueryReadEvent.html |   960 +-
 ...e.Ignite.Core.Events.CacheRebalancingEvent.html |   776 +-
 .../Apache.Ignite.Core.Events.CheckpointEvent.html |   546 +-
 .../Apache.Ignite.Core.Events.DiscoveryEvent.html  |   638 +-
 .../api/Apache.Ignite.Core.Events.EventBase.html   |  1158 +-
 .../api/Apache.Ignite.Core.Events.EventType.html   |  3032 +-
 .../api/Apache.Ignite.Core.Events.IEvent.html      |   680 +-
 .../Apache.Ignite.Core.Events.IEventFilter-1.html  |   418 +-
 ...Apache.Ignite.Core.Events.IEventListener-1.html |   418 +-
 ...Apache.Ignite.Core.Events.IEventStorageSpi.html |   304 +-
 .../api/Apache.Ignite.Core.Events.IEvents.html     |  2664 +-
 .../api/Apache.Ignite.Core.Events.JobEvent.html    |   776 +-
 ...he.Ignite.Core.Events.LocalEventListener-1.html |   450 +-
 ...ache.Ignite.Core.Events.LocalEventListener.html |   434 +-
 ...e.Ignite.Core.Events.MemoryEventStorageSpi.html |   586 +-
 ...che.Ignite.Core.Events.NoopEventStorageSpi.html |   378 +-
 .../api/Apache.Ignite.Core.Events.TaskEvent.html   |   730 +-
 .../dotnetdoc/api/Apache.Ignite.Core.Events.html   |   376 +-
 ...Apache.Ignite.Core.Failure.IFailureHandler.html |   304 +-
 ...che.Ignite.Core.Failure.NoOpFailureHandler.html |   378 +-
 ...Ignite.Core.Failure.StopNodeFailureHandler.html |   378 +-
 ....Core.Failure.StopNodeOrHaltFailureHandler.html |   494 +-
 .../dotnetdoc/api/Apache.Ignite.Core.Failure.html  |   316 +-
 .../api/Apache.Ignite.Core.IDataRegionMetrics.html |  1366 +-
 .../Apache.Ignite.Core.IDataStorageMetrics.html    |   860 +-
 .../dotnetdoc/api/Apache.Ignite.Core.IIgnite.html  |  4278 +-
 .../api/Apache.Ignite.Core.IIgniteLock.html        |   670 +-
 .../Apache.Ignite.Core.IgniteConfiguration.html    |  4898 +-
 ...che.Ignite.Core.IgniteConfigurationSection.html |   800 +-
 .../dotnetdoc/api/Apache.Ignite.Core.Ignition.html |  1724 +-
 ...Apache.Ignite.Core.Interop.IPlatformTarget.html |  1318 +-
 .../api/Apache.Ignite.Core.Interop.JavaObject.html |   580 +-
 .../dotnetdoc/api/Apache.Ignite.Core.Interop.html  |   308 +-
 ...te.Core.Lifecycle.ClientReconnectEventArgs.html |   474 +-
 ...he.Ignite.Core.Lifecycle.ILifecycleHandler.html |   358 +-
 ...e.Ignite.Core.Lifecycle.LifecycleEventType.html |   360 +-
 .../api/Apache.Ignite.Core.Lifecycle.html          |   316 +-
 .../api/Apache.Ignite.Core.Log.CategoryLogger.html |   794 +-
 .../api/Apache.Ignite.Core.Log.ConsoleLogger.html  |   846 +-
 .../Apache.Ignite.Core.Log.IDateTimeProvider.html  |   354 +-
 .../api/Apache.Ignite.Core.Log.ILogger.html        |   656 +-
 ...ache.Ignite.Core.Log.LocalDateTimeProvider.html |   476 +-
 .../api/Apache.Ignite.Core.Log.LogLevel.html       |   368 +-
 .../Apache.Ignite.Core.Log.LoggerExtensions.html   |  2266 +-
 .../dotnetdoc/api/Apache.Ignite.Core.Log.html      |   332 +-
 ...e.Ignite.Core.Messaging.IMessageListener-1.html |   428 +-
 .../Apache.Ignite.Core.Messaging.IMessaging.html   |  1098 +-
 .../api/Apache.Ignite.Core.Messaging.html          |   304 +-
 ....Core.PersistentStore.CheckpointWriteOrder.html |   344 +-
 ...re.PersistentStore.IPersistentStoreMetrics.html |   860 +-
 ...rsistentStore.PersistentStoreConfiguration.html |  2060 +-
 ...Apache.Ignite.Core.PersistentStore.WalMode.html |   360 +-
 .../api/Apache.Ignite.Core.PersistentStore.html    |   320 +-
 ...ore.Plugin.Cache.ICachePluginConfiguration.html |   408 +-
 .../api/Apache.Ignite.Core.Plugin.Cache.html       |   300 +-
 ...he.Ignite.Core.Plugin.IPluginConfiguration.html |   408 +-
 ...Apache.Ignite.Core.Plugin.IPluginContext-1.html |   730 +-
 ...pache.Ignite.Core.Plugin.IPluginProvider-1.html |   676 +-
 .../Apache.Ignite.Core.Plugin.PluginCallback.html  |   378 +-
 ...Ignite.Core.Plugin.PluginNotFoundException.html |   644 +-
 ...te.Core.Plugin.PluginProviderTypeAttribute.html |   718 +-
 .../dotnetdoc/api/Apache.Ignite.Core.Plugin.html   |   328 +-
 ...te.Core.Resource.InstanceResourceAttribute.html |   614 +-
 ...ore.Resource.StoreSessionResourceAttribute.html |   614 +-
 .../dotnetdoc/api/Apache.Ignite.Core.Resource.html |   304 +-
 .../api/Apache.Ignite.Core.Services.IService.html  |   458 +-
 ...pache.Ignite.Core.Services.IServiceContext.html |   538 +-
 ...he.Ignite.Core.Services.IServiceDescriptor.html |   676 +-
 .../api/Apache.Ignite.Core.Services.IServices.html |  2308 +-
 ....Ignite.Core.Services.ServiceConfiguration.html |   708 +-
 ...e.Core.Services.ServiceDeploymentException.html |   944 +-
 ...e.Core.Services.ServiceInvocationException.html |   818 +-
 .../dotnetdoc/api/Apache.Ignite.Core.Services.html |   328 +-
 .../Apache.Ignite.Core.Ssl.ISslContextFactory.html |   304 +-
 .../Apache.Ignite.Core.Ssl.SslContextFactory.html  |  1046 +-
 .../dotnetdoc/api/Apache.Ignite.Core.Ssl.html      |   308 +-
 ...ache.Ignite.Core.Transactions.ITransaction.html |  1248 +-
 ...e.Core.Transactions.ITransactionCollection.html |   364 +-
 ...nite.Core.Transactions.ITransactionMetrics.html |   492 +-
 ...che.Ignite.Core.Transactions.ITransactions.html |  1022 +-
 ...e.Core.Transactions.TransactionConcurrency.html |   344 +-
 ...Core.Transactions.TransactionConfiguration.html |  1020 +-
 ....Transactions.TransactionDeadlockException.html |   646 +-
 ...Transactions.TransactionHeuristicException.html |   646 +-
 ...ite.Core.Transactions.TransactionIsolation.html |   352 +-
 ...ransactions.TransactionOptimisticException.html |   646 +-
 ....Transactions.TransactionRollbackException.html |   646 +-
 ....Ignite.Core.Transactions.TransactionState.html |   400 +-
 ...e.Transactions.TransactionTimeoutException.html |   646 +-
 .../api/Apache.Ignite.Core.Transactions.html       |   356 +-
 .../2.10.0/dotnetdoc/api/Apache.Ignite.Core.html   |   328 +-
 ...pache.Ignite.EntityFramework.DbCachingMode.html |   344 +-
 ...che.Ignite.EntityFramework.DbCachingPolicy.html |   712 +-
 .../Apache.Ignite.EntityFramework.DbQueryInfo.html |   504 +-
 ...he.Ignite.EntityFramework.IDbCachingPolicy.html |   638 +-
 ...nite.EntityFramework.IgniteDbConfiguration.html |  1028 +-
 .../api/Apache.Ignite.EntityFramework.html         |   324 +-
 ...ache.Ignite.Linq.CacheClientLinqExtensions.html |   878 +-
 .../Apache.Ignite.Linq.CacheLinqExtensions.html    |  1362 +-
 .../api/Apache.Ignite.Linq.CompiledQuery.html      |  1754 +-
 .../Apache.Ignite.Linq.CompiledQueryFunc-1.html    |   398 +-
 .../api/Apache.Ignite.Linq.ICacheQueryable.html    |   496 +-
 .../Apache.Ignite.Linq.IUpdateDescriptor-2.html    |   586 +-
 .../api/Apache.Ignite.Linq.QueryOptions.html       |   984 +-
 .../2.10.0/dotnetdoc/api/Apache.Ignite.Linq.html   |   332 +-
 .../Apache.Ignite.Log4Net.IgniteLog4NetLogger.html |   722 +-
 .../dotnetdoc/api/Apache.Ignite.Log4Net.html       |   300 +-
 .../api/Apache.Ignite.NLog.IgniteNLogLogger.html   |   782 +-
 .../2.10.0/dotnetdoc/api/Apache.Ignite.NLog.html   |   300 +-
 releases/2.10.0/dotnetdoc/api/index.html           |   278 +-
 releases/2.10.0/dotnetdoc/api/toc.html             |  2608 +-
 releases/2.10.0/dotnetdoc/index.html               |   264 +-
 releases/2.10.0/dotnetdoc/index.json               |  3362 +-
 releases/2.10.0/dotnetdoc/logo.svg                 |    50 +-
 releases/2.10.0/dotnetdoc/manifest.json            |  8288 +--
 releases/2.10.0/dotnetdoc/search-stopwords.json    |   242 +-
 releases/2.10.0/dotnetdoc/styles/docfx.css         |  1788 +-
 releases/2.10.0/dotnetdoc/styles/docfx.js          |  1568 +-
 releases/2.10.0/dotnetdoc/styles/docfx.vendor.css  |  2920 +-
 releases/2.10.0/dotnetdoc/styles/docfx.vendor.js   |    32 +-
 releases/2.10.0/dotnetdoc/styles/main.js           |     2 +-
 releases/2.10.0/dotnetdoc/styles/search-worker.js  |   160 +-
 releases/2.10.0/dotnetdoc/toc.html                 |   298 +-
 releases/2.10.0/dotnetdoc/xrefmap.yml              | 60732 +++++++++---------
 ...he.Ignite.AspNet.IgniteOutputCacheProvider.html |   704 +-
 ...ite.AspNet.IgniteSessionStateStoreProvider.html |  1400 +-
 .../api/Apache.Ignite.AspNet.IgniteWebUtils.html   |   354 +-
 .../2.11.0/dotnetdoc/api/Apache.Ignite.AspNet.html |   250 +-
 ...e.Ignite.Core.Binary.BinaryBasicNameMapper.html |   626 +-
 ...che.Ignite.Core.Binary.BinaryConfiguration.html |   978 +-
 ...e.Ignite.Core.Binary.BinaryObjectException.html |   588 +-
 ...ite.Core.Binary.BinaryReflectiveSerializer.html |   540 +-
 ...Ignite.Core.Binary.BinaryTypeConfiguration.html |   848 +-
 .../Apache.Ignite.Core.Binary.BinaryTypeNames.html |  1716 +-
 .../Apache.Ignite.Core.Binary.IBinarizable.html    |   410 +-
 .../api/Apache.Ignite.Core.Binary.IBinary.html     |  1416 +-
 .../Apache.Ignite.Core.Binary.IBinaryIdMapper.html |   420 +-
 ...pache.Ignite.Core.Binary.IBinaryNameMapper.html |   410 +-
 .../Apache.Ignite.Core.Binary.IBinaryObject.html   |   704 +-
 ...he.Ignite.Core.Binary.IBinaryObjectBuilder.html |  3436 +-
 ...Apache.Ignite.Core.Binary.IBinaryRawReader.html |  1920 +-
 ...Apache.Ignite.Core.Binary.IBinaryRawWriter.html |  1870 +-
 .../Apache.Ignite.Core.Binary.IBinaryReader.html   |  3006 +-
 ...pache.Ignite.Core.Binary.IBinarySerializer.html |   370 +-
 .../api/Apache.Ignite.Core.Binary.IBinaryType.html |   610 +-
 .../Apache.Ignite.Core.Binary.IBinaryWriter.html   |  2216 +-
 ...che.Ignite.Core.Binary.ITimestampConverter.html |   410 +-
 ...ache.Ignite.Core.Binary.TimestampAttribute.html |   556 +-
 .../dotnetdoc/api/Apache.Ignite.Core.Binary.html   |   322 +-
 ...e.Core.Cache.Affinity.AffinityFunctionBase.html |   680 +-
 ...ore.Cache.Affinity.AffinityFunctionContext.html |   576 +-
 ...che.Ignite.Core.Cache.Affinity.AffinityKey.html |   998 +-
 ....Cache.Affinity.AffinityKeyMappedAttribute.html |   640 +-
 ...ore.Cache.Affinity.AffinityTopologyVersion.html |  1346 +-
 ....Core.Cache.Affinity.IAffinityBackupFilter.html |   246 +-
 ...nite.Core.Cache.Affinity.IAffinityFunction.html |   510 +-
 ...s.ClusterNodeAttributeAffinityBackupFilter.html |   370 +-
 ...nity.Rendezvous.RendezvousAffinityFunction.html |   408 +-
 ...ache.Ignite.Core.Cache.Affinity.Rendezvous.html |   246 +-
 .../api/Apache.Ignite.Core.Cache.Affinity.html     |   274 +-
 ...te.Core.Cache.CacheEntryProcessorException.html |   638 +-
 .../Apache.Ignite.Core.Cache.CacheException.html   |   592 +-
 ...ite.Core.Cache.CachePartialUpdateException.html |   788 +-
 .../Apache.Ignite.Core.Cache.CachePeekMode.html    |   326 +-
 .../Apache.Ignite.Core.Cache.CacheResult-1.html    |   874 +-
 ...ore.Cache.Configuration.CacheAtomicityMode.html |   294 +-
 ...ore.Cache.Configuration.CacheConfiguration.html |  4618 +-
 ....Cache.Configuration.CacheKeyConfiguration.html |   470 +-
 ....Ignite.Core.Cache.Configuration.CacheMode.html |   294 +-
 ...ore.Cache.Configuration.CacheRebalanceMode.html |   294 +-
 ...onfiguration.CacheWriteSynchronizationMode.html |   294 +-
 ...e.Cache.Configuration.DataPageEvictionMode.html |   294 +-
 ...re.Cache.Configuration.MemoryConfiguration.html |   834 +-
 ...he.Configuration.MemoryPolicyConfiguration.html |  1056 +-
 ...Cache.Configuration.NearCacheConfiguration.html |   468 +-
 ...re.Cache.Configuration.PartitionLossPolicy.html |   310 +-
 ...e.Configuration.PlatformCacheConfiguration.html |   466 +-
 ...Ignite.Core.Cache.Configuration.QueryAlias.html |   480 +-
 ...gnite.Core.Cache.Configuration.QueryEntity.html |   898 +-
 ...Ignite.Core.Cache.Configuration.QueryField.html |   816 +-
 ...Ignite.Core.Cache.Configuration.QueryIndex.html |   790 +-
 ...e.Core.Cache.Configuration.QueryIndexField.html |   530 +-
 ...te.Core.Cache.Configuration.QueryIndexType.html |   294 +-
 ...Cache.Configuration.QuerySqlFieldAttribute.html |   994 +-
 ...ache.Configuration.QueryTextFieldAttribute.html |   606 +-
 .../Apache.Ignite.Core.Cache.Configuration.html    |   322 +-
 ...gnite.Core.Cache.Event.CacheEntryEventType.html |   302 +-
 ...Ignite.Core.Cache.Event.ICacheEntryEvent-2.html |   490 +-
 ....Core.Cache.Event.ICacheEntryEventFilter-2.html |   368 +-
 ...ore.Cache.Event.ICacheEntryEventListener-2.html |   338 +-
 .../api/Apache.Ignite.Core.Cache.Event.html        |   258 +-
 ...ite.Core.Cache.Eviction.EvictionPolicyBase.html |   602 +-
 ...ite.Core.Cache.Eviction.FifoEvictionPolicy.html |   358 +-
 ...Ignite.Core.Cache.Eviction.IEvictionPolicy.html |   246 +-
 ...nite.Core.Cache.Eviction.LruEvictionPolicy.html |   358 +-
 .../api/Apache.Ignite.Core.Cache.Eviction.html     |   258 +-
 ...ache.Ignite.Core.Cache.Expiry.ExpiryPolicy.html |   536 +-
 ...che.Ignite.Core.Cache.Expiry.IExpiryPolicy.html |   388 +-
 .../api/Apache.Ignite.Core.Cache.Expiry.html       |   250 +-
 .../api/Apache.Ignite.Core.Cache.ICache-2.html     |  7978 +--
 .../Apache.Ignite.Core.Cache.ICacheAffinity.html   |  1698 +-
 .../Apache.Ignite.Core.Cache.ICacheEntry-2.html    |   380 +-
 ...ache.Ignite.Core.Cache.ICacheEntryFilter-2.html |   368 +-
 ...e.Ignite.Core.Cache.ICacheEntryProcessor-4.html |   394 +-
 ...te.Core.Cache.ICacheEntryProcessorResult-2.html |   380 +-
 .../api/Apache.Ignite.Core.Cache.ICacheLock.html   |   420 +-
 .../Apache.Ignite.Core.Cache.ICacheMetrics.html    |  4252 +-
 .../Apache.Ignite.Core.Cache.IMemoryMetrics.html   |   526 +-
 ...che.Ignite.Core.Cache.IMutableCacheEntry-2.html |   418 +-
 .../Apache.Ignite.Core.Cache.IQueryMetrics.html    |   480 +-
 ...e.Cache.Query.Continuous.ContinuousQuery-2.html |   932 +-
 ...ore.Cache.Query.Continuous.ContinuousQuery.html |   462 +-
 ...Query.Continuous.ContinuousQueryExtensions.html |   426 +-
 ....Query.Continuous.IContinuousQueryHandle-1.html |   338 +-
 ...he.Query.Continuous.IContinuousQueryHandle.html |   258 +-
 ...ry.Continuous.IContinuousQueryHandleFields.html |   308 +-
 .../Apache.Ignite.Core.Cache.Query.Continuous.html |   266 +-
 ...Ignite.Core.Cache.Query.IFieldsQueryCursor.html |   366 +-
 ...che.Ignite.Core.Cache.Query.IQueryCursor-1.html |   344 +-
 ....Ignite.Core.Cache.Query.IQueryCursorField.html |   388 +-
 .../Apache.Ignite.Core.Cache.Query.QueryBase.html  |   474 +-
 ...Apache.Ignite.Core.Cache.Query.ScanQuery-2.html |   512 +-
 ...che.Ignite.Core.Cache.Query.SqlFieldsQuery.html |  1180 +-
 .../Apache.Ignite.Core.Cache.Query.SqlQuery.html   |   956 +-
 .../Apache.Ignite.Core.Cache.Query.TextQuery.html  |   684 +-
 .../api/Apache.Ignite.Core.Cache.Query.html        |   274 +-
 ...ache.Store.CacheParallelLoadStoreAdapter-3.html |  1098 +-
 ...gnite.Core.Cache.Store.CacheStoreAdapter-2.html |   850 +-
 ...gnite.Core.Cache.Store.CacheStoreException.html |   590 +-
 ...ache.Ignite.Core.Cache.Store.ICacheStore-2.html |  1008 +-
 ...Apache.Ignite.Core.Cache.Store.ICacheStore.html |   246 +-
 ...Ignite.Core.Cache.Store.ICacheStoreSession.html |   342 +-
 .../api/Apache.Ignite.Core.Cache.Store.html        |   266 +-
 .../dotnetdoc/api/Apache.Ignite.Core.Cache.html    |   314 +-
 ...Core.Client.Cache.CacheClientConfiguration.html |  2084 +-
 ...he.Ignite.Core.Client.Cache.ICacheClient-2.html |  4428 +-
 ...e.Query.Continuous.ContinuousQueryClient-2.html |   654 +-
 ...che.Query.Continuous.ContinuousQueryClient.html |   354 +-
 ...ContinuousQueryClientDisconnectedEventArgs.html |   416 +-
 ...ry.Continuous.IContinuousQueryHandleClient.html |   306 +-
 ....Ignite.Core.Client.Cache.Query.Continuous.html |   258 +-
 .../api/Apache.Ignite.Core.Client.Cache.html       |   250 +-
 ...Apache.Ignite.Core.Client.ClientStatusCode.html |   358 +-
 ....Ignite.Core.Client.Compute.IComputeClient.html |   888 +-
 .../api/Apache.Ignite.Core.Client.Compute.html     |   242 +-
 ...ent.Datastream.DataStreamerClientOptions-2.html |   562 +-
 ...lient.Datastream.DataStreamerClientOptions.html |   748 +-
 ...re.Client.Datastream.IDataStreamerClient-2.html |   744 +-
 .../api/Apache.Ignite.Core.Client.Datastream.html  |   254 +-
 .../Apache.Ignite.Core.Client.IClientCluster.html  |   646 +-
 ...che.Ignite.Core.Client.IClientClusterGroup.html |   776 +-
 ...ache.Ignite.Core.Client.IClientClusterNode.html |   636 +-
 ...pache.Ignite.Core.Client.IClientConnection.html |   388 +-
 .../Apache.Ignite.Core.Client.IIgniteClient.html   |  1740 +-
 ...pache.Ignite.Core.Client.ISslStreamFactory.html |   340 +-
 ...nite.Core.Client.IgniteClientConfiguration.html |  1612 +-
 ...re.Client.IgniteClientConfigurationSection.html |   742 +-
 ...e.Ignite.Core.Client.IgniteClientException.html |   814 +-
 ...gnite.Core.Client.Services.IServicesClient.html |   502 +-
 .../api/Apache.Ignite.Core.Client.Services.html    |   242 +-
 ...Apache.Ignite.Core.Client.SslStreamFactory.html |   716 +-
 ...ore.Client.Transactions.ITransactionClient.html |   482 +-
 ...re.Client.Transactions.ITransactionsClient.html |   754 +-
 ...ransactions.TransactionClientConfiguration.html |   652 +-
 .../Apache.Ignite.Core.Client.Transactions.html    |   254 +-
 .../dotnetdoc/api/Apache.Ignite.Core.Client.html   |   290 +-
 ...he.Ignite.Core.Cluster.AttributeNodeFilter.html |   534 +-
 ...te.Core.Cluster.ClusterGroupEmptyException.html |   588 +-
 ...nite.Core.Cluster.ClusterTopologyException.html |   588 +-
 .../Apache.Ignite.Core.Cluster.IBaselineNode.html  |   342 +-
 .../api/Apache.Ignite.Core.Cluster.ICluster.html   |  1482 +-
 .../Apache.Ignite.Core.Cluster.IClusterGroup.html  |  1944 +-
 ...Apache.Ignite.Core.Cluster.IClusterMetrics.html |  2826 +-
 .../Apache.Ignite.Core.Cluster.IClusterNode.html   |   962 +-
 ...che.Ignite.Core.Cluster.IClusterNodeFilter.html |   330 +-
 .../dotnetdoc/api/Apache.Ignite.Core.Cluster.html  |   278 +-
 ...te.Core.Common.ClientDisconnectedException.html |   648 +-
 ...Apache.Ignite.Core.Common.ExceptionFactory.html |   340 +-
 .../api/Apache.Ignite.Core.Common.IFactory-1.html  |   326 +-
 .../Apache.Ignite.Core.Common.IgniteException.html |   630 +-
 ...te.Core.Common.IgniteExperimentalAttribute.html |   556 +-
 ...Core.Common.IgniteFutureCancelledException.html |   588 +-
 .../api/Apache.Ignite.Core.Common.IgniteGuid.html  |   898 +-
 ...te.Core.Common.IgniteIllegalStateException.html |   588 +-
 ...he.Ignite.Core.Common.IgniteProductVersion.html |  1042 +-
 .../Apache.Ignite.Core.Common.JavaException.html   |   896 +-
 .../dotnetdoc/api/Apache.Ignite.Core.Common.html   |   290 +-
 ...gnite.Core.Communication.ICommunicationSpi.html |   246 +-
 ...Core.Communication.Tcp.TcpCommunicationSpi.html |  2242 +-
 .../api/Apache.Ignite.Core.Communication.Tcp.html  |   242 +-
 .../api/Apache.Ignite.Core.Communication.html      |   242 +-
 ....Compute.ComputeExecutionRejectedException.html |   588 +-
 ...he.Ignite.Core.Compute.ComputeJobAdapter-1.html |   692 +-
 ...e.Core.Compute.ComputeJobFailoverException.html |   588 +-
 ...Ignite.Core.Compute.ComputeJobResultPolicy.html |   294 +-
 ...e.Ignite.Core.Compute.ComputeTaskAdapter-3.html |   632 +-
 ...Core.Compute.ComputeTaskCancelledException.html |   588 +-
 ....Compute.ComputeTaskNoResultCacheAttribute.html |   556 +-
 ...ite.Core.Compute.ComputeTaskSplitAdapter-3.html |   604 +-
 ...e.Core.Compute.ComputeTaskTimeoutException.html |   588 +-
 ...ore.Compute.ComputeUserUndeclaredException.html |   588 +-
 .../api/Apache.Ignite.Core.Compute.ICompute.html   |  7596 +--
 .../Apache.Ignite.Core.Compute.IComputeAction.html |   266 +-
 .../Apache.Ignite.Core.Compute.IComputeFunc-1.html |   326 +-
 .../Apache.Ignite.Core.Compute.IComputeFunc-2.html |   368 +-
 .../Apache.Ignite.Core.Compute.IComputeJob-1.html  |   342 +-
 ...he.Ignite.Core.Compute.IComputeJobResult-1.html |   510 +-
 ...ache.Ignite.Core.Compute.IComputeReducer-2.html |   414 +-
 .../Apache.Ignite.Core.Compute.IComputeTask-2.html |   308 +-
 .../Apache.Ignite.Core.Compute.IComputeTask-3.html |   556 +-
 .../dotnetdoc/api/Apache.Ignite.Core.Compute.html  |   322 +-
 ...re.Configuration.AsyncContinuationExecutor.html |   294 +-
 ...te.Core.Configuration.CheckpointWriteOrder.html |   286 +-
 ...Configuration.ClientConnectorConfiguration.html |  1460 +-
 ...te.Core.Configuration.DataPageEvictionMode.html |   294 +-
 ...Core.Configuration.DataRegionConfiguration.html |  1282 +-
 ...ore.Configuration.DataStorageConfiguration.html |  2948 +-
 ...ite.Core.Configuration.DiskPageCompression.html |   310 +-
 ...e.Core.Configuration.ExecutorConfiguration.html |   400 +-
 ...gnite.Core.Configuration.LockConfiguration.html |   516 +-
 ...re.Configuration.SqlConnectorConfiguration.html |   964 +-
 ...Core.Configuration.ThinClientConfiguration.html |   512 +-
 .../Apache.Ignite.Core.Configuration.WalMode.html  |   310 +-
 .../api/Apache.Ignite.Core.Configuration.html      |   290 +-
 ...ructures.Configuration.AtomicConfiguration.html |   602 +-
 ...e.Ignite.Core.DataStructures.Configuration.html |   242 +-
 ...che.Ignite.Core.DataStructures.IAtomicLong.html |   750 +-
 ...ite.Core.DataStructures.IAtomicReference-1.html |   578 +-
 ...Ignite.Core.DataStructures.IAtomicSequence.html |   580 +-
 .../api/Apache.Ignite.Core.DataStructures.html     |   250 +-
 ...gnite.Core.Datastream.DataStreamerDefaults.html |   484 +-
 ...che.Ignite.Core.Datastream.IDataStreamer-2.html |  1608 +-
 ...e.Ignite.Core.Datastream.IStreamReceiver-2.html |   348 +-
 ...Ignite.Core.Datastream.StreamTransformer-4.html |   492 +-
 ...che.Ignite.Core.Datastream.StreamVisitor-2.html |   476 +-
 .../api/Apache.Ignite.Core.Datastream.html         |   262 +-
 ...te.Core.Deployment.PeerAssemblyLoadingMode.html |   286 +-
 .../api/Apache.Ignite.Core.Deployment.html         |   242 +-
 ...Apache.Ignite.Core.Discovery.IDiscoverySpi.html |   246 +-
 ...e.Core.Discovery.Tcp.ITcpDiscoveryIpFinder.html |   246 +-
 ...cp.Multicast.TcpDiscoveryMulticastIpFinder.html |   872 +-
 ...Apache.Ignite.Core.Discovery.Tcp.Multicast.html |   242 +-
 ...very.Tcp.Static.TcpDiscoveryStaticIpFinder.html |   456 +-
 .../Apache.Ignite.Core.Discovery.Tcp.Static.html   |   242 +-
 ...ore.Discovery.Tcp.TcpDiscoveryIpFinderBase.html |   484 +-
 ....Ignite.Core.Discovery.Tcp.TcpDiscoverySpi.html |  1568 +-
 .../api/Apache.Ignite.Core.Discovery.Tcp.html      |   254 +-
 .../api/Apache.Ignite.Core.Discovery.html          |   242 +-
 ...ache.Ignite.Core.Encryption.IEncryptionSpi.html |   246 +-
 ....Encryption.Keystore.KeystoreEncryptionSpi.html |   670 +-
 .../Apache.Ignite.Core.Encryption.Keystore.html    |   242 +-
 .../api/Apache.Ignite.Core.Encryption.html         |   242 +-
 .../api/Apache.Ignite.Core.Events.CacheEvent.html  |  1040 +-
 ...Ignite.Core.Events.CacheQueryExecutedEvent.html |   718 +-
 ...che.Ignite.Core.Events.CacheQueryReadEvent.html |   902 +-
 ...e.Ignite.Core.Events.CacheRebalancingEvent.html |   718 +-
 .../Apache.Ignite.Core.Events.CheckpointEvent.html |   488 +-
 .../Apache.Ignite.Core.Events.DiscoveryEvent.html  |   580 +-
 .../api/Apache.Ignite.Core.Events.EventBase.html   |  1100 +-
 .../api/Apache.Ignite.Core.Events.EventType.html   |  2974 +-
 .../api/Apache.Ignite.Core.Events.IEvent.html      |   622 +-
 .../Apache.Ignite.Core.Events.IEventFilter-1.html  |   360 +-
 ...Apache.Ignite.Core.Events.IEventListener-1.html |   360 +-
 ...Apache.Ignite.Core.Events.IEventStorageSpi.html |   246 +-
 .../api/Apache.Ignite.Core.Events.IEvents.html     |  2606 +-
 .../api/Apache.Ignite.Core.Events.JobEvent.html    |   718 +-
 ...he.Ignite.Core.Events.LocalEventListener-1.html |   392 +-
 ...ache.Ignite.Core.Events.LocalEventListener.html |   376 +-
 ...e.Ignite.Core.Events.MemoryEventStorageSpi.html |   528 +-
 ...che.Ignite.Core.Events.NoopEventStorageSpi.html |   320 +-
 .../api/Apache.Ignite.Core.Events.TaskEvent.html   |   672 +-
 .../dotnetdoc/api/Apache.Ignite.Core.Events.html   |   318 +-
 ...Apache.Ignite.Core.Failure.IFailureHandler.html |   246 +-
 ...che.Ignite.Core.Failure.NoOpFailureHandler.html |   320 +-
 ...Ignite.Core.Failure.StopNodeFailureHandler.html |   320 +-
 ....Core.Failure.StopNodeOrHaltFailureHandler.html |   436 +-
 .../dotnetdoc/api/Apache.Ignite.Core.Failure.html  |   258 +-
 .../api/Apache.Ignite.Core.IDataRegionMetrics.html |  1308 +-
 .../Apache.Ignite.Core.IDataStorageMetrics.html    |   802 +-
 .../dotnetdoc/api/Apache.Ignite.Core.IIgnite.html  |  4220 +-
 .../api/Apache.Ignite.Core.IIgniteLock.html        |   612 +-
 .../Apache.Ignite.Core.IgniteConfiguration.html    |  4886 +-
 ...che.Ignite.Core.IgniteConfigurationSection.html |   742 +-
 .../dotnetdoc/api/Apache.Ignite.Core.Ignition.html |  1666 +-
 ...Apache.Ignite.Core.Interop.IPlatformTarget.html |  1260 +-
 .../api/Apache.Ignite.Core.Interop.JavaObject.html |   522 +-
 .../dotnetdoc/api/Apache.Ignite.Core.Interop.html  |   250 +-
 ...te.Core.Lifecycle.ClientReconnectEventArgs.html |   416 +-
 ...he.Ignite.Core.Lifecycle.ILifecycleHandler.html |   300 +-
 ...e.Ignite.Core.Lifecycle.LifecycleEventType.html |   302 +-
 .../api/Apache.Ignite.Core.Lifecycle.html          |   258 +-
 .../api/Apache.Ignite.Core.Log.CategoryLogger.html |   736 +-
 .../api/Apache.Ignite.Core.Log.ConsoleLogger.html  |   788 +-
 .../Apache.Ignite.Core.Log.IDateTimeProvider.html  |   296 +-
 .../api/Apache.Ignite.Core.Log.ILogger.html        |   598 +-
 ...ache.Ignite.Core.Log.LocalDateTimeProvider.html |   418 +-
 .../api/Apache.Ignite.Core.Log.LogLevel.html       |   310 +-
 .../Apache.Ignite.Core.Log.LoggerExtensions.html   |  2208 +-
 .../dotnetdoc/api/Apache.Ignite.Core.Log.html      |   274 +-
 ...e.Ignite.Core.Messaging.IMessageListener-1.html |   370 +-
 .../Apache.Ignite.Core.Messaging.IMessaging.html   |  1040 +-
 .../api/Apache.Ignite.Core.Messaging.html          |   246 +-
 ....Core.PersistentStore.CheckpointWriteOrder.html |   286 +-
 ...re.PersistentStore.IPersistentStoreMetrics.html |   802 +-
 ...rsistentStore.PersistentStoreConfiguration.html |  2002 +-
 ...Apache.Ignite.Core.PersistentStore.WalMode.html |   302 +-
 .../api/Apache.Ignite.Core.PersistentStore.html    |   262 +-
 ...ore.Plugin.Cache.ICachePluginConfiguration.html |   350 +-
 .../api/Apache.Ignite.Core.Plugin.Cache.html       |   242 +-
 ...he.Ignite.Core.Plugin.IPluginConfiguration.html |   350 +-
 ...Apache.Ignite.Core.Plugin.IPluginContext-1.html |   672 +-
 ...pache.Ignite.Core.Plugin.IPluginProvider-1.html |   618 +-
 .../Apache.Ignite.Core.Plugin.PluginCallback.html  |   320 +-
 ...Ignite.Core.Plugin.PluginNotFoundException.html |   586 +-
 ...te.Core.Plugin.PluginProviderTypeAttribute.html |   660 +-
 .../dotnetdoc/api/Apache.Ignite.Core.Plugin.html   |   270 +-
 ...te.Core.Resource.InstanceResourceAttribute.html |   556 +-
 ...ore.Resource.StoreSessionResourceAttribute.html |   556 +-
 .../dotnetdoc/api/Apache.Ignite.Core.Resource.html |   246 +-
 .../api/Apache.Ignite.Core.Services.IService.html  |   400 +-
 ...pache.Ignite.Core.Services.IServiceContext.html |   480 +-
 ...he.Ignite.Core.Services.IServiceDescriptor.html |   618 +-
 .../api/Apache.Ignite.Core.Services.IServices.html |  2250 +-
 ....Ignite.Core.Services.ServiceConfiguration.html |   650 +-
 ...e.Core.Services.ServiceDeploymentException.html |   886 +-
 ...e.Core.Services.ServiceInvocationException.html |   760 +-
 .../dotnetdoc/api/Apache.Ignite.Core.Services.html |   270 +-
 .../Apache.Ignite.Core.Ssl.ISslContextFactory.html |   246 +-
 .../Apache.Ignite.Core.Ssl.SslContextFactory.html  |   988 +-
 .../dotnetdoc/api/Apache.Ignite.Core.Ssl.html      |   250 +-
 ...ache.Ignite.Core.Transactions.ITransaction.html |  1190 +-
 ...e.Core.Transactions.ITransactionCollection.html |   306 +-
 ...nite.Core.Transactions.ITransactionMetrics.html |   434 +-
 ...che.Ignite.Core.Transactions.ITransactions.html |   964 +-
 ...e.Core.Transactions.TransactionConcurrency.html |   286 +-
 ...Core.Transactions.TransactionConfiguration.html |   962 +-
 ....Transactions.TransactionDeadlockException.html |   588 +-
 ...Transactions.TransactionHeuristicException.html |   588 +-
 ...ite.Core.Transactions.TransactionIsolation.html |   294 +-
 ...ransactions.TransactionOptimisticException.html |   588 +-
 ....Transactions.TransactionRollbackException.html |   588 +-
 ....Ignite.Core.Transactions.TransactionState.html |   342 +-
 ...e.Transactions.TransactionTimeoutException.html |   588 +-
 .../api/Apache.Ignite.Core.Transactions.html       |   298 +-
 .../2.11.0/dotnetdoc/api/Apache.Ignite.Core.html   |   270 +-
 ...pache.Ignite.EntityFramework.DbCachingMode.html |   286 +-
 ...che.Ignite.EntityFramework.DbCachingPolicy.html |   654 +-
 .../Apache.Ignite.EntityFramework.DbQueryInfo.html |   446 +-
 ...he.Ignite.EntityFramework.IDbCachingPolicy.html |   580 +-
 ...nite.EntityFramework.IgniteDbConfiguration.html |   970 +-
 .../api/Apache.Ignite.EntityFramework.html         |   266 +-
 ...ache.Ignite.Linq.CacheClientLinqExtensions.html |   820 +-
 .../Apache.Ignite.Linq.CacheLinqExtensions.html    |  1304 +-
 .../api/Apache.Ignite.Linq.CompiledQuery.html      |  1696 +-
 .../Apache.Ignite.Linq.CompiledQueryFunc-1.html    |   340 +-
 .../api/Apache.Ignite.Linq.ICacheQueryable.html    |   438 +-
 .../Apache.Ignite.Linq.IUpdateDescriptor-2.html    |   528 +-
 .../api/Apache.Ignite.Linq.QueryOptions.html       |   926 +-
 .../2.11.0/dotnetdoc/api/Apache.Ignite.Linq.html   |   274 +-
 .../Apache.Ignite.Log4Net.IgniteLog4NetLogger.html |   664 +-
 .../dotnetdoc/api/Apache.Ignite.Log4Net.html       |   242 +-
 .../api/Apache.Ignite.NLog.IgniteNLogLogger.html   |   724 +-
 .../2.11.0/dotnetdoc/api/Apache.Ignite.NLog.html   |   242 +-
 releases/2.11.0/dotnetdoc/api/index.html           |   220 +-
 releases/2.11.0/dotnetdoc/api/toc.html             |  2586 +-
 releases/2.11.0/dotnetdoc/index.html               |   206 +-
 releases/2.11.0/dotnetdoc/index.json               |  3412 +-
 releases/2.11.0/dotnetdoc/logo.svg                 |    50 +-
 releases/2.11.0/dotnetdoc/manifest.json            |  8408 +--
 releases/2.11.0/dotnetdoc/search-stopwords.json    |   242 +-
 releases/2.11.0/dotnetdoc/styles/docfx.css         |  1788 +-
 releases/2.11.0/dotnetdoc/styles/docfx.js          |  1568 +-
 releases/2.11.0/dotnetdoc/styles/docfx.vendor.css  |  2920 +-
 releases/2.11.0/dotnetdoc/styles/docfx.vendor.js   |    32 +-
 releases/2.11.0/dotnetdoc/styles/main.js           |     2 +-
 releases/2.11.0/dotnetdoc/styles/search-worker.js  |   160 +-
 releases/2.11.0/dotnetdoc/toc.html                 |   240 +-
 releases/2.11.0/dotnetdoc/xrefmap.yml              | 61752 +++++++++----------
 releases/2.3.0/cppdoc/annotated.html               |     0
 releases/2.3.0/cppdoc/arrowdown.png                |   Bin
 releases/2.3.0/cppdoc/arrowright.png               |   Bin
 releases/2.3.0/cppdoc/bc_s.png                     |   Bin
 releases/2.3.0/cppdoc/bdwn.png                     |   Bin
 releases/2.3.0/cppdoc/binary_8h.html               |     0
 releases/2.3.0/cppdoc/binary_8h_source.html        |     0
 releases/2.3.0/cppdoc/binary__consts_8h.html       |     0
 .../2.3.0/cppdoc/binary__consts_8h_source.html     |     0
 releases/2.3.0/cppdoc/binary__containers_8h.html   |     0
 .../2.3.0/cppdoc/binary__containers_8h_source.html |     0
 releases/2.3.0/cppdoc/binary__object_8h.html       |     0
 .../2.3.0/cppdoc/binary__object_8h_source.html     |     0
 releases/2.3.0/cppdoc/binary__raw__reader_8h.html  |     0
 .../cppdoc/binary__raw__reader_8h_source.html      |     0
 releases/2.3.0/cppdoc/binary__raw__writer_8h.html  |     0
 .../cppdoc/binary__raw__writer_8h_source.html      |     0
 releases/2.3.0/cppdoc/binary__reader_8h.html       |     0
 .../2.3.0/cppdoc/binary__reader_8h_source.html     |     0
 releases/2.3.0/cppdoc/binary__type_8h.html         |     0
 releases/2.3.0/cppdoc/binary__type_8h_source.html  |     0
 releases/2.3.0/cppdoc/binary__writer_8h.html       |     0
 .../2.3.0/cppdoc/binary__writer_8h_source.html     |     0
 releases/2.3.0/cppdoc/cache_8h.html                |     0
 releases/2.3.0/cppdoc/cache_8h_source.html         |     0
 releases/2.3.0/cppdoc/cache__entry_8h.html         |     0
 releases/2.3.0/cppdoc/cache__entry_8h_source.html  |     0
 releases/2.3.0/cppdoc/cache__entry__event_8h.html  |     0
 .../cppdoc/cache__entry__event_8h_source.html      |     0
 .../cppdoc/cache__entry__event__filter_8h.html     |     0
 .../cache__entry__event__filter_8h_source.html     |     0
 .../cppdoc/cache__entry__event__listener_8h.html   |     0
 .../cache__entry__event__listener_8h_source.html   |     0
 .../2.3.0/cppdoc/cache__entry__processor_8h.html   |     0
 .../cppdoc/cache__entry__processor_8h_source.html  |     0
 releases/2.3.0/cppdoc/cache__peek__mode_8h.html    |     0
 .../2.3.0/cppdoc/cache__peek__mode_8h_source.html  |     0
 releases/2.3.0/cppdoc/classes.html                 |     0
 .../classignite_1_1ConstReference-members.html     |     0
 .../cppdoc/classignite_1_1ConstReference.html      |     0
 .../2.3.0/cppdoc/classignite_1_1Date-members.html  |     0
 releases/2.3.0/cppdoc/classignite_1_1Date.html     |     0
 .../cppdoc/classignite_1_1Future-members.html      |     0
 releases/2.3.0/cppdoc/classignite_1_1Future.html   |     0
 ...lassignite_1_1Future_3_01void_01_4-members.html |     0
 .../classignite_1_1Future_3_01void_01_4.html       |     0
 .../2.3.0/cppdoc/classignite_1_1Guid-members.html  |     0
 releases/2.3.0/cppdoc/classignite_1_1Guid.html     |     0
 .../cppdoc/classignite_1_1Ignite-members.html      |     0
 releases/2.3.0/cppdoc/classignite_1_1Ignite.html   |     0
 .../classignite_1_1IgniteBinding-members.html      |     0
 .../2.3.0/cppdoc/classignite_1_1IgniteBinding.html |     0
 ...lassignite_1_1IgniteBindingContext-members.html |     0
 .../classignite_1_1IgniteBindingContext.html       |     0
 .../cppdoc/classignite_1_1IgniteError-members.html |     0
 .../2.3.0/cppdoc/classignite_1_1IgniteError.html   |     0
 .../2.3.0/cppdoc/classignite_1_1IgniteError.png    |   Bin
 .../cppdoc/classignite_1_1Ignition-members.html    |     0
 releases/2.3.0/cppdoc/classignite_1_1Ignition.html |     0
 .../cppdoc/classignite_1_1JvmOptions-members.html  |     0
 .../2.3.0/cppdoc/classignite_1_1JvmOptions.html    |     0
 .../cppdoc/classignite_1_1Reference-members.html   |     0
 .../2.3.0/cppdoc/classignite_1_1Reference.html     |     0
 .../2.3.0/cppdoc/classignite_1_1Time-members.html  |     0
 releases/2.3.0/cppdoc/classignite_1_1Time.html     |     0
 .../cppdoc/classignite_1_1Timestamp-members.html   |     0
 .../2.3.0/cppdoc/classignite_1_1Timestamp.html     |     0
 ...ite_1_1binary_1_1BinaryArrayReader-members.html |     0
 ...classignite_1_1binary_1_1BinaryArrayReader.html |     0
 ...ite_1_1binary_1_1BinaryArrayWriter-members.html |     0
 ...classignite_1_1binary_1_1BinaryArrayWriter.html |     0
 ..._1binary_1_1BinaryCollectionReader-members.html |     0
 ...ignite_1_1binary_1_1BinaryCollectionReader.html |     0
 ..._1binary_1_1BinaryCollectionWriter-members.html |     0
 ...ignite_1_1binary_1_1BinaryCollectionWriter.html |     0
 ...gnite_1_1binary_1_1BinaryMapReader-members.html |     0
 .../classignite_1_1binary_1_1BinaryMapReader.html  |     0
 ...gnite_1_1binary_1_1BinaryMapWriter-members.html |     0
 .../classignite_1_1binary_1_1BinaryMapWriter.html  |     0
 ...ssignite_1_1binary_1_1BinaryObject-members.html |     0
 .../classignite_1_1binary_1_1BinaryObject.html     |     0
 ...gnite_1_1binary_1_1BinaryRawReader-members.html |     0
 .../classignite_1_1binary_1_1BinaryRawReader.html  |     0
 ...gnite_1_1binary_1_1BinaryRawWriter-members.html |     0
 .../classignite_1_1binary_1_1BinaryRawWriter.html  |     0
 ...ssignite_1_1binary_1_1BinaryReader-members.html |     0
 .../classignite_1_1binary_1_1BinaryReader.html     |     0
 ...1binary_1_1BinaryStringArrayReader-members.html |     0
 ...gnite_1_1binary_1_1BinaryStringArrayReader.html |     0
 ...1binary_1_1BinaryStringArrayWriter-members.html |     0
 ...gnite_1_1binary_1_1BinaryStringArrayWriter.html |     0
 ...ssignite_1_1binary_1_1BinaryWriter-members.html |     0
 .../classignite_1_1binary_1_1BinaryWriter.html     |     0
 .../classignite_1_1cache_1_1Cache-members.html     |     0
 .../cppdoc/classignite_1_1cache_1_1Cache.html      |     0
 ...classignite_1_1cache_1_1CacheEntry-members.html |     0
 .../cppdoc/classignite_1_1cache_1_1CacheEntry.html |     0
 .../cppdoc/classignite_1_1cache_1_1CacheEntry.png  |   Bin
 ...ignite_1_1cache_1_1CacheEntryEvent-members.html |     0
 .../classignite_1_1cache_1_1CacheEntryEvent.html   |     0
 .../classignite_1_1cache_1_1CacheEntryEvent.png    |   Bin
 ...te_1_1cache_1_1CacheEntryProcessor-members.html |     0
 ...lassignite_1_1cache_1_1CacheEntryProcessor.html |     0
 ...nite_1_1cache_1_1MutableCacheEntry-members.html |     0
 .../classignite_1_1cache_1_1MutableCacheEntry.html |     0
 ..._1_1event_1_1CacheEntryEventFilter-members.html |     0
 ...1_1cache_1_1event_1_1CacheEntryEventFilter.html |     0
 ..._1_1cache_1_1event_1_1CacheEntryEventFilter.png |   Bin
 ..._1event_1_1CacheEntryEventListener-members.html |     0
 ...1cache_1_1event_1_1CacheEntryEventListener.html |     0
 ...e_1_1cache_1_1query_1_1QueryCursor-members.html |     0
 ...assignite_1_1cache_1_1query_1_1QueryCursor.html |     0
 ...ache_1_1query_1_1QueryFieldsCursor-members.html |     0
 ...ite_1_1cache_1_1query_1_1QueryFieldsCursor.html |     0
 ..._1cache_1_1query_1_1QueryFieldsRow-members.html |     0
 ...ignite_1_1cache_1_1query_1_1QueryFieldsRow.html |     0
 ...ite_1_1cache_1_1query_1_1ScanQuery-members.html |     0
 ...classignite_1_1cache_1_1query_1_1ScanQuery.html |     0
 ..._1cache_1_1query_1_1SqlFieldsQuery-members.html |     0
 ...ignite_1_1cache_1_1query_1_1SqlFieldsQuery.html |     0
 ...nite_1_1cache_1_1query_1_1SqlQuery-members.html |     0
 .../classignite_1_1cache_1_1query_1_1SqlQuery.html |     0
 ...ite_1_1cache_1_1query_1_1TextQuery-members.html |     0
 ...classignite_1_1cache_1_1query_1_1TextQuery.html |     0
 ...y_1_1continuous_1_1ContinuousQuery-members.html |     0
 ..._1_1query_1_1continuous_1_1ContinuousQuery.html |     0
 ...ontinuous_1_1ContinuousQueryHandle-members.html |     0
 ...ery_1_1continuous_1_1ContinuousQueryHandle.html |     0
 .../cppdoc/classignite_1_1common_1_1Promise.html   |     0
 .../classignite_1_1compute_1_1Compute-members.html |     0
 .../cppdoc/classignite_1_1compute_1_1Compute.html  |     0
 ...ssignite_1_1compute_1_1ComputeFunc-members.html |     0
 .../classignite_1_1compute_1_1ComputeFunc.html     |     0
 ...he_1_1event_1_1CacheEntryEventFilterHolder.html |     0
 ...ite_1_1transactions_1_1Transaction-members.html |     0
 ...classignite_1_1transactions_1_1Transaction.html |     0
 ...transactions_1_1TransactionMetrics-members.html |     0
 ...nite_1_1transactions_1_1TransactionMetrics.html |     0
 ...te_1_1transactions_1_1Transactions-members.html |     0
 ...lassignite_1_1transactions_1_1Transactions.html |     0
 releases/2.3.0/cppdoc/closed.png                   |   Bin
 releases/2.3.0/cppdoc/compute_8h.html              |     0
 releases/2.3.0/cppdoc/compute_8h_source.html       |     0
 releases/2.3.0/cppdoc/compute__func_8h.html        |     0
 releases/2.3.0/cppdoc/compute__func_8h_source.html |     0
 releases/2.3.0/cppdoc/continuous__query_8h.html    |     0
 .../2.3.0/cppdoc/continuous__query_8h_source.html  |     0
 .../2.3.0/cppdoc/continuous__query__handle_8h.html |     0
 .../continuous__query__handle_8h_source.html       |     0
 releases/2.3.0/cppdoc/date_8h.html                 |     0
 releases/2.3.0/cppdoc/date_8h_source.html          |     0
 .../dir_11fbc4217d50ab21044e5ad6614aede5.html      |     0
 .../dir_13c1d00a1be9b016a133dec12b890b36.html      |     0
 .../dir_1d5505cee217f179c88903b7091c150e.html      |     0
 .../dir_2dedece15635f75054d44afc50ccfbaf.html      |     0
 .../dir_3ea13a7deaf085a2d3c551dce8b68ff3.html      |     0
 .../dir_4e4d22e38ca4e2e8207825ee2d00bc54.html      |     0
 .../dir_70c4f2dc9c34c91dd30b464208cd3c8c.html      |     0
 .../dir_73151ea5884c52b11ec50969c926e1f3.html      |     0
 .../dir_84516225c95b6844f8b87c0f7daf8132.html      |     0
 .../dir_88bd599177f4cc5007b9f053025b0bc5.html      |     0
 .../dir_89e6aceab60817aa630a6f544556b5f7.html      |     0
 .../dir_91ef880c2b12d355e87d8c01b90755f3.html      |     0
 .../dir_985e469ec48e039817ced4926e3f7372.html      |     0
 .../dir_a589d7fa76191ec48a638b0021c39d11.html      |     0
 .../dir_b98deae7bc3b0ca8b45558e3cfe0065d.html      |     0
 .../dir_bdd9a5d540de89e9fe90efdfc6973a4f.html      |     0
 .../dir_cabbc57be87e7b42e2aa05a6e528b8d7.html      |     0
 .../dir_f18fe8b4ea83e72b6c5f9ba3529386ec.html      |     0
 releases/2.3.0/cppdoc/doc.png                      |   Bin
 releases/2.3.0/cppdoc/doxygen.css                  |     0
 releases/2.3.0/cppdoc/doxygen.png                  |   Bin
 releases/2.3.0/cppdoc/dynsections.js               |     0
 releases/2.3.0/cppdoc/files.html                   |     0
 releases/2.3.0/cppdoc/folderclosed.png             |   Bin
 releases/2.3.0/cppdoc/folderopen.png               |   Bin
 releases/2.3.0/cppdoc/functions.html               |     0
 releases/2.3.0/cppdoc/functions_0x7e.html          |     0
 releases/2.3.0/cppdoc/functions_b.html             |     0
 releases/2.3.0/cppdoc/functions_c.html             |     0
 releases/2.3.0/cppdoc/functions_d.html             |     0
 releases/2.3.0/cppdoc/functions_enum.html          |     0
 releases/2.3.0/cppdoc/functions_eval.html          |     0
 releases/2.3.0/cppdoc/functions_f.html             |     0
 releases/2.3.0/cppdoc/functions_func.html          |     0
 releases/2.3.0/cppdoc/functions_func_0x7e.html     |     0
 releases/2.3.0/cppdoc/functions_func_b.html        |     0
 releases/2.3.0/cppdoc/functions_func_c.html        |     0
 releases/2.3.0/cppdoc/functions_func_d.html        |     0
 releases/2.3.0/cppdoc/functions_func_f.html        |     0
 releases/2.3.0/cppdoc/functions_func_g.html        |     0
 releases/2.3.0/cppdoc/functions_func_h.html        |     0
 releases/2.3.0/cppdoc/functions_func_i.html        |     0
 releases/2.3.0/cppdoc/functions_func_j.html        |     0
 releases/2.3.0/cppdoc/functions_func_l.html        |     0
 releases/2.3.0/cppdoc/functions_func_m.html        |     0
 releases/2.3.0/cppdoc/functions_func_o.html        |     0
 releases/2.3.0/cppdoc/functions_func_p.html        |     0
 releases/2.3.0/cppdoc/functions_func_q.html        |     0
 releases/2.3.0/cppdoc/functions_func_r.html        |     0
 releases/2.3.0/cppdoc/functions_func_s.html        |     0
 releases/2.3.0/cppdoc/functions_func_t.html        |     0
 releases/2.3.0/cppdoc/functions_func_w.html        |     0
 releases/2.3.0/cppdoc/functions_g.html             |     0
 releases/2.3.0/cppdoc/functions_h.html             |     0
 releases/2.3.0/cppdoc/functions_i.html             |     0
 releases/2.3.0/cppdoc/functions_j.html             |     0
 releases/2.3.0/cppdoc/functions_k.html             |     0
 releases/2.3.0/cppdoc/functions_l.html             |     0
 releases/2.3.0/cppdoc/functions_m.html             |     0
 releases/2.3.0/cppdoc/functions_n.html             |     0
 releases/2.3.0/cppdoc/functions_o.html             |     0
 releases/2.3.0/cppdoc/functions_p.html             |     0
 releases/2.3.0/cppdoc/functions_q.html             |     0
 releases/2.3.0/cppdoc/functions_r.html             |     0
 releases/2.3.0/cppdoc/functions_rela.html          |     0
 releases/2.3.0/cppdoc/functions_s.html             |     0
 releases/2.3.0/cppdoc/functions_t.html             |     0
 releases/2.3.0/cppdoc/functions_type.html          |     0
 releases/2.3.0/cppdoc/functions_u.html             |     0
 releases/2.3.0/cppdoc/functions_v.html             |     0
 releases/2.3.0/cppdoc/functions_vars.html          |     0
 releases/2.3.0/cppdoc/functions_w.html             |     0
 releases/2.3.0/cppdoc/future_8h.html               |     0
 releases/2.3.0/cppdoc/future_8h_source.html        |     0
 releases/2.3.0/cppdoc/globals.html                 |     0
 releases/2.3.0/cppdoc/globals_defs.html            |     0
 releases/2.3.0/cppdoc/guid_8h.html                 |     0
 releases/2.3.0/cppdoc/guid_8h_source.html          |     0
 releases/2.3.0/cppdoc/hierarchy.html               |     0
 releases/2.3.0/cppdoc/ignite_8h.html               |     0
 releases/2.3.0/cppdoc/ignite_8h_source.html        |     0
 .../2.3.0/cppdoc/ignite__binding_8h_source.html    |     0
 .../2.3.0/cppdoc/ignite__binding__context_8h.html  |     0
 .../cppdoc/ignite__binding__context_8h_source.html |     0
 .../2.3.0/cppdoc/ignite__configuration_8h.html     |     0
 .../cppdoc/ignite__configuration_8h_source.html    |     0
 releases/2.3.0/cppdoc/ignite__error_8h.html        |     0
 releases/2.3.0/cppdoc/ignite__error_8h_source.html |     0
 releases/2.3.0/cppdoc/ignite_logo.png              |   Bin
 releases/2.3.0/cppdoc/ignition_8h.html             |     0
 releases/2.3.0/cppdoc/ignition_8h_source.html      |     0
 releases/2.3.0/cppdoc/index.html                   |     0
 releases/2.3.0/cppdoc/jquery.js                    |     0
 .../cppdoc/mutable__cache__entry_8h_source.html    |     0
 releases/2.3.0/cppdoc/namespaceignite.html         |     0
 .../2.3.0/cppdoc/namespaceignite_1_1binary.html    |     0
 .../2.3.0/cppdoc/namespaceignite_1_1cache.html     |     0
 .../cppdoc/namespaceignite_1_1cache_1_1event.html  |     0
 .../cppdoc/namespaceignite_1_1cache_1_1query.html  |     0
 ...paceignite_1_1cache_1_1query_1_1continuous.html |     0
 .../cppdoc/namespaceignite_1_1transactions.html    |     0
 releases/2.3.0/cppdoc/namespacemembers.html        |     0
 releases/2.3.0/cppdoc/namespacemembers_func.html   |     0
 releases/2.3.0/cppdoc/namespacemembers_vars.html   |     0
 releases/2.3.0/cppdoc/namespaces.html              |     0
 releases/2.3.0/cppdoc/nav_f.png                    |   Bin
 releases/2.3.0/cppdoc/nav_g.png                    |   Bin
 releases/2.3.0/cppdoc/nav_h.png                    |   Bin
 releases/2.3.0/cppdoc/open.png                     |   Bin
 releases/2.3.0/cppdoc/query_8h.html                |     0
 releases/2.3.0/cppdoc/query_8h_source.html         |     0
 releases/2.3.0/cppdoc/query__cursor_8h.html        |     0
 releases/2.3.0/cppdoc/query__cursor_8h_source.html |     0
 .../2.3.0/cppdoc/query__fields__cursor_8h.html     |     0
 .../cppdoc/query__fields__cursor_8h_source.html    |     0
 releases/2.3.0/cppdoc/query__fields__row_8h.html   |     0
 .../2.3.0/cppdoc/query__fields__row_8h_source.html |     0
 releases/2.3.0/cppdoc/query__scan_8h.html          |     0
 releases/2.3.0/cppdoc/query__scan_8h_source.html   |     0
 releases/2.3.0/cppdoc/query__sql_8h.html           |     0
 releases/2.3.0/cppdoc/query__sql_8h_source.html    |     0
 releases/2.3.0/cppdoc/query__sql__fields_8h.html   |     0
 .../2.3.0/cppdoc/query__sql__fields_8h_source.html |     0
 releases/2.3.0/cppdoc/query__text_8h.html          |     0
 releases/2.3.0/cppdoc/query__text_8h_source.html   |     0
 releases/2.3.0/cppdoc/reference_8h.html            |     0
 releases/2.3.0/cppdoc/reference_8h_source.html     |     0
 releases/2.3.0/cppdoc/search/all_0.html            |     0
 releases/2.3.0/cppdoc/search/all_0.js              |     0
 releases/2.3.0/cppdoc/search/all_1.html            |     0
 releases/2.3.0/cppdoc/search/all_1.js              |     0
 releases/2.3.0/cppdoc/search/all_10.html           |     0
 releases/2.3.0/cppdoc/search/all_10.js             |     0
 releases/2.3.0/cppdoc/search/all_11.html           |     0
 releases/2.3.0/cppdoc/search/all_11.js             |     0
 releases/2.3.0/cppdoc/search/all_12.html           |     0
 releases/2.3.0/cppdoc/search/all_12.js             |     0
 releases/2.3.0/cppdoc/search/all_13.html           |     0
 releases/2.3.0/cppdoc/search/all_13.js             |     0
 releases/2.3.0/cppdoc/search/all_14.html           |     0
 releases/2.3.0/cppdoc/search/all_14.js             |     0
 releases/2.3.0/cppdoc/search/all_15.html           |     0
 releases/2.3.0/cppdoc/search/all_15.js             |     0
 releases/2.3.0/cppdoc/search/all_16.html           |     0
 releases/2.3.0/cppdoc/search/all_16.js             |     0
 releases/2.3.0/cppdoc/search/all_2.html            |     0
 releases/2.3.0/cppdoc/search/all_2.js              |     0
 releases/2.3.0/cppdoc/search/all_3.html            |     0
 releases/2.3.0/cppdoc/search/all_3.js              |     0
 releases/2.3.0/cppdoc/search/all_4.html            |     0
 releases/2.3.0/cppdoc/search/all_4.js              |     0
 releases/2.3.0/cppdoc/search/all_5.html            |     0
 releases/2.3.0/cppdoc/search/all_5.js              |     0
 releases/2.3.0/cppdoc/search/all_6.html            |     0
 releases/2.3.0/cppdoc/search/all_6.js              |     0
 releases/2.3.0/cppdoc/search/all_7.html            |     0
 releases/2.3.0/cppdoc/search/all_7.js              |     0
 releases/2.3.0/cppdoc/search/all_8.html            |     0
 releases/2.3.0/cppdoc/search/all_8.js              |     0
 releases/2.3.0/cppdoc/search/all_9.html            |     0
 releases/2.3.0/cppdoc/search/all_9.js              |     0
 releases/2.3.0/cppdoc/search/all_a.html            |     0
 releases/2.3.0/cppdoc/search/all_a.js              |     0
 releases/2.3.0/cppdoc/search/all_b.html            |     0
 releases/2.3.0/cppdoc/search/all_b.js              |     0
 releases/2.3.0/cppdoc/search/all_c.html            |     0
 releases/2.3.0/cppdoc/search/all_c.js              |     0
 releases/2.3.0/cppdoc/search/all_d.html            |     0
 releases/2.3.0/cppdoc/search/all_d.js              |     0
 releases/2.3.0/cppdoc/search/all_e.html            |     0
 releases/2.3.0/cppdoc/search/all_e.js              |     0
 releases/2.3.0/cppdoc/search/all_f.html            |     0
 releases/2.3.0/cppdoc/search/all_f.js              |     0
 releases/2.3.0/cppdoc/search/classes_0.html        |     0
 releases/2.3.0/cppdoc/search/classes_0.js          |     0
 releases/2.3.0/cppdoc/search/classes_1.html        |     0
 releases/2.3.0/cppdoc/search/classes_1.js          |     0
 releases/2.3.0/cppdoc/search/classes_2.html        |     0
 releases/2.3.0/cppdoc/search/classes_2.js          |     0
 releases/2.3.0/cppdoc/search/classes_3.html        |     0
 releases/2.3.0/cppdoc/search/classes_3.js          |     0
 releases/2.3.0/cppdoc/search/classes_4.html        |     0
 releases/2.3.0/cppdoc/search/classes_4.js          |     0
 releases/2.3.0/cppdoc/search/classes_5.html        |     0
 releases/2.3.0/cppdoc/search/classes_5.js          |     0
 releases/2.3.0/cppdoc/search/classes_6.html        |     0
 releases/2.3.0/cppdoc/search/classes_6.js          |     0
 releases/2.3.0/cppdoc/search/classes_7.html        |     0
 releases/2.3.0/cppdoc/search/classes_7.js          |     0
 releases/2.3.0/cppdoc/search/classes_8.html        |     0
 releases/2.3.0/cppdoc/search/classes_8.js          |     0
 releases/2.3.0/cppdoc/search/classes_9.html        |     0
 releases/2.3.0/cppdoc/search/classes_9.js          |     0
 releases/2.3.0/cppdoc/search/classes_a.html        |     0
 releases/2.3.0/cppdoc/search/classes_a.js          |     0
 releases/2.3.0/cppdoc/search/classes_b.html        |     0
 releases/2.3.0/cppdoc/search/classes_b.js          |     0
 releases/2.3.0/cppdoc/search/classes_c.html        |     0
 releases/2.3.0/cppdoc/search/classes_c.js          |     0
 releases/2.3.0/cppdoc/search/close.png             |   Bin
 releases/2.3.0/cppdoc/search/defines_0.html        |     0
 releases/2.3.0/cppdoc/search/defines_0.js          |     0
 releases/2.3.0/cppdoc/search/enums_0.html          |     0
 releases/2.3.0/cppdoc/search/enums_0.js            |     0
 releases/2.3.0/cppdoc/search/enumvalues_0.html     |     0
 releases/2.3.0/cppdoc/search/enumvalues_0.js       |     0
 releases/2.3.0/cppdoc/search/enumvalues_1.html     |     0
 releases/2.3.0/cppdoc/search/enumvalues_1.js       |     0
 releases/2.3.0/cppdoc/search/enumvalues_2.html     |     0
 releases/2.3.0/cppdoc/search/enumvalues_2.js       |     0
 releases/2.3.0/cppdoc/search/enumvalues_3.html     |     0
 releases/2.3.0/cppdoc/search/enumvalues_3.js       |     0
 releases/2.3.0/cppdoc/search/enumvalues_4.html     |     0
 releases/2.3.0/cppdoc/search/enumvalues_4.js       |     0
 releases/2.3.0/cppdoc/search/enumvalues_5.html     |     0
 releases/2.3.0/cppdoc/search/enumvalues_5.js       |     0
 releases/2.3.0/cppdoc/search/enumvalues_6.html     |     0
 releases/2.3.0/cppdoc/search/enumvalues_6.js       |     0
 releases/2.3.0/cppdoc/search/enumvalues_7.html     |     0
 releases/2.3.0/cppdoc/search/enumvalues_7.js       |     0
 releases/2.3.0/cppdoc/search/enumvalues_8.html     |     0
 releases/2.3.0/cppdoc/search/enumvalues_8.js       |     0
 releases/2.3.0/cppdoc/search/enumvalues_9.html     |     0
 releases/2.3.0/cppdoc/search/enumvalues_9.js       |     0
 releases/2.3.0/cppdoc/search/enumvalues_a.html     |     0
 releases/2.3.0/cppdoc/search/enumvalues_a.js       |     0
 releases/2.3.0/cppdoc/search/enumvalues_b.html     |     0
 releases/2.3.0/cppdoc/search/enumvalues_b.js       |     0
 releases/2.3.0/cppdoc/search/files_0.html          |     0
 releases/2.3.0/cppdoc/search/files_0.js            |     0
 releases/2.3.0/cppdoc/search/files_1.html          |     0
 releases/2.3.0/cppdoc/search/files_1.js            |     0
 releases/2.3.0/cppdoc/search/files_2.html          |     0
 releases/2.3.0/cppdoc/search/files_2.js            |     0
 releases/2.3.0/cppdoc/search/files_3.html          |     0
 releases/2.3.0/cppdoc/search/files_3.js            |     0
 releases/2.3.0/cppdoc/search/files_4.html          |     0
 releases/2.3.0/cppdoc/search/files_4.js            |     0
 releases/2.3.0/cppdoc/search/files_5.html          |     0
 releases/2.3.0/cppdoc/search/files_5.js            |     0
 releases/2.3.0/cppdoc/search/files_6.html          |     0
 releases/2.3.0/cppdoc/search/files_6.js            |     0
 releases/2.3.0/cppdoc/search/files_7.html          |     0
 releases/2.3.0/cppdoc/search/files_7.js            |     0
 releases/2.3.0/cppdoc/search/files_8.html          |     0
 releases/2.3.0/cppdoc/search/files_8.js            |     0
 releases/2.3.0/cppdoc/search/functions_0.html      |     0
 releases/2.3.0/cppdoc/search/functions_0.js        |     0
 releases/2.3.0/cppdoc/search/functions_1.html      |     0
 releases/2.3.0/cppdoc/search/functions_1.js        |     0
 releases/2.3.0/cppdoc/search/functions_10.html     |     0
 releases/2.3.0/cppdoc/search/functions_10.js       |     0
 releases/2.3.0/cppdoc/search/functions_11.html     |     0
 releases/2.3.0/cppdoc/search/functions_11.js       |     0
 releases/2.3.0/cppdoc/search/functions_12.html     |     0
 releases/2.3.0/cppdoc/search/functions_12.js       |     0
 releases/2.3.0/cppdoc/search/functions_2.html      |     0
 releases/2.3.0/cppdoc/search/functions_2.js        |     0
 releases/2.3.0/cppdoc/search/functions_3.html      |     0
 releases/2.3.0/cppdoc/search/functions_3.js        |     0
 releases/2.3.0/cppdoc/search/functions_4.html      |     0
 releases/2.3.0/cppdoc/search/functions_4.js        |     0
 releases/2.3.0/cppdoc/search/functions_5.html      |     0
 releases/2.3.0/cppdoc/search/functions_5.js        |     0
 releases/2.3.0/cppdoc/search/functions_6.html      |     0
 releases/2.3.0/cppdoc/search/functions_6.js        |     0
 releases/2.3.0/cppdoc/search/functions_7.html      |     0
 releases/2.3.0/cppdoc/search/functions_7.js        |     0
 releases/2.3.0/cppdoc/search/functions_8.html      |     0
 releases/2.3.0/cppdoc/search/functions_8.js        |     0
 releases/2.3.0/cppdoc/search/functions_9.html      |     0
 releases/2.3.0/cppdoc/search/functions_9.js        |     0
 releases/2.3.0/cppdoc/search/functions_a.html      |     0
 releases/2.3.0/cppdoc/search/functions_a.js        |     0
 releases/2.3.0/cppdoc/search/functions_b.html      |     0
 releases/2.3.0/cppdoc/search/functions_b.js        |     0
 releases/2.3.0/cppdoc/search/functions_c.html      |     0
 releases/2.3.0/cppdoc/search/functions_c.js        |     0
 releases/2.3.0/cppdoc/search/functions_d.html      |     0
 releases/2.3.0/cppdoc/search/functions_d.js        |     0
 releases/2.3.0/cppdoc/search/functions_e.html      |     0
 releases/2.3.0/cppdoc/search/functions_e.js        |     0
 releases/2.3.0/cppdoc/search/functions_f.html      |     0
 releases/2.3.0/cppdoc/search/functions_f.js        |     0
 releases/2.3.0/cppdoc/search/mag_sel.png           |   Bin
 releases/2.3.0/cppdoc/search/namespaces_0.html     |     0
 releases/2.3.0/cppdoc/search/namespaces_0.js       |     0
 releases/2.3.0/cppdoc/search/nomatches.html        |     0
 releases/2.3.0/cppdoc/search/pages_0.html          |     0
 releases/2.3.0/cppdoc/search/pages_0.js            |     0
 releases/2.3.0/cppdoc/search/related_0.html        |     0
 releases/2.3.0/cppdoc/search/related_0.js          |     0
 releases/2.3.0/cppdoc/search/search.css            |     0
 releases/2.3.0/cppdoc/search/search.js             |     0
 releases/2.3.0/cppdoc/search/search_l.png          |   Bin
 releases/2.3.0/cppdoc/search/search_m.png          |   Bin
 releases/2.3.0/cppdoc/search/search_r.png          |   Bin
 releases/2.3.0/cppdoc/search/searchdata.js         |     0
 releases/2.3.0/cppdoc/search/typedefs_0.html       |     0
 releases/2.3.0/cppdoc/search/typedefs_0.js         |     0
 releases/2.3.0/cppdoc/search/typedefs_1.html       |     0
 releases/2.3.0/cppdoc/search/typedefs_1.js         |     0
 releases/2.3.0/cppdoc/search/variables_0.html      |     0
 releases/2.3.0/cppdoc/search/variables_0.js        |     0
 releases/2.3.0/cppdoc/search/variables_1.html      |     0
 releases/2.3.0/cppdoc/search/variables_1.js        |     0
 releases/2.3.0/cppdoc/search/variables_2.html      |     0
 releases/2.3.0/cppdoc/search/variables_2.js        |     0
 releases/2.3.0/cppdoc/search/variables_3.html      |     0
 releases/2.3.0/cppdoc/search/variables_3.js        |     0
 releases/2.3.0/cppdoc/search/variables_4.html      |     0
 releases/2.3.0/cppdoc/search/variables_4.js        |     0
 releases/2.3.0/cppdoc/search/variables_5.html      |     0
 releases/2.3.0/cppdoc/search/variables_5.js        |     0
 releases/2.3.0/cppdoc/search/variables_6.html      |     0
 releases/2.3.0/cppdoc/search/variables_6.js        |     0
 releases/2.3.0/cppdoc/search/variables_7.html      |     0
 releases/2.3.0/cppdoc/search/variables_7.js        |     0
 releases/2.3.0/cppdoc/splitbar.png                 |   Bin
 ...tructignite_1_1IgniteConfiguration-members.html |     0
 .../structignite_1_1IgniteConfiguration.html       |     0
 .../structignite_1_1binary_1_1BinaryType.html      |     0
 ...nary_1_1BinaryType_3_01T_01_5_01_4-members.html |     0
 ...te_1_1binary_1_1BinaryType_3_01T_01_5_01_4.html |     0
 ...ignite_1_1binary_1_1CollectionType-members.html |     0
 .../structignite_1_1binary_1_1CollectionType.html  |     0
 .../structignite_1_1binary_1_1MapType-members.html |     0
 .../cppdoc/structignite_1_1binary_1_1MapType.html  |     0
 ...ctignite_1_1cache_1_1CachePeekMode-members.html |     0
 .../structignite_1_1cache_1_1CachePeekMode.html    |     0
 ...sactions_1_1TransactionConcurrency-members.html |     0
 ..._1_1transactions_1_1TransactionConcurrency.html |     0
 ...ansactions_1_1TransactionIsolation-members.html |     0
 ...te_1_1transactions_1_1TransactionIsolation.html |     0
 ..._1transactions_1_1TransactionState-members.html |     0
 ...ignite_1_1transactions_1_1TransactionState.html |     0
 releases/2.3.0/cppdoc/sync_off.png                 |   Bin
 releases/2.3.0/cppdoc/sync_on.png                  |   Bin
 releases/2.3.0/cppdoc/tab_a.png                    |   Bin
 releases/2.3.0/cppdoc/tab_b.png                    |   Bin
 releases/2.3.0/cppdoc/tab_h.png                    |   Bin
 releases/2.3.0/cppdoc/tab_s.png                    |   Bin
 releases/2.3.0/cppdoc/tabs.css                     |     0
 releases/2.3.0/cppdoc/time_8h.html                 |     0
 releases/2.3.0/cppdoc/time_8h_source.html          |     0
 releases/2.3.0/cppdoc/timestamp_8h.html            |     0
 releases/2.3.0/cppdoc/timestamp_8h_source.html     |     0
 releases/2.3.0/cppdoc/transaction_8h.html          |     0
 releases/2.3.0/cppdoc/transaction_8h_source.html   |     0
 releases/2.3.0/cppdoc/transaction__consts_8h.html  |     0
 .../cppdoc/transaction__consts_8h_source.html      |     0
 releases/2.3.0/cppdoc/transaction__metrics_8h.html |     0
 .../cppdoc/transaction__metrics_8h_source.html     |     0
 releases/2.3.0/cppdoc/transactions_8h.html         |     0
 releases/2.3.0/cppdoc/transactions_8h_source.html  |     0
 ...he.Ignite.AspNet.IgniteOutputCacheProvider.html |   704 +-
 ...ite.AspNet.IgniteSessionStateStoreProvider.html |  1400 +-
 .../api/Apache.Ignite.AspNet.IgniteWebUtils.html   |   354 +-
 .../2.3.0/dotnetdoc/api/Apache.Ignite.AspNet.html  |   250 +-
 ...e.Ignite.Core.Binary.BinaryBasicNameMapper.html |   534 +-
 ...che.Ignite.Core.Binary.BinaryConfiguration.html |   842 +-
 ...e.Ignite.Core.Binary.BinaryObjectException.html |   588 +-
 ...ite.Core.Binary.BinaryReflectiveSerializer.html |   540 +-
 ...Ignite.Core.Binary.BinaryTypeConfiguration.html |   848 +-
 .../Apache.Ignite.Core.Binary.BinaryTypeNames.html |  1716 +-
 .../Apache.Ignite.Core.Binary.IBinarizable.html    |   410 +-
 .../api/Apache.Ignite.Core.Binary.IBinary.html     |  1416 +-
 .../Apache.Ignite.Core.Binary.IBinaryIdMapper.html |   420 +-
 ...pache.Ignite.Core.Binary.IBinaryNameMapper.html |   410 +-
 .../Apache.Ignite.Core.Binary.IBinaryObject.html   |   704 +-
 ...he.Ignite.Core.Binary.IBinaryObjectBuilder.html |  3306 +-
 ...Apache.Ignite.Core.Binary.IBinaryRawReader.html |  1920 +-
 ...Apache.Ignite.Core.Binary.IBinaryRawWriter.html |  1870 +-
 .../Apache.Ignite.Core.Binary.IBinaryReader.html   |  3006 +-
 ...pache.Ignite.Core.Binary.IBinarySerializer.html |   370 +-
 .../api/Apache.Ignite.Core.Binary.IBinaryType.html |   610 +-
 .../Apache.Ignite.Core.Binary.IBinaryWriter.html   |  2216 +-
 ...ache.Ignite.Core.Binary.TimestampAttribute.html |   556 +-
 .../dotnetdoc/api/Apache.Ignite.Core.Binary.html   |   318 +-
 ...e.Core.Cache.Affinity.AffinityFunctionBase.html |   680 +-
 ...ore.Cache.Affinity.AffinityFunctionContext.html |   576 +-
 ...che.Ignite.Core.Cache.Affinity.AffinityKey.html |   998 +-
 ....Cache.Affinity.AffinityKeyMappedAttribute.html |   556 +-
 ...ore.Cache.Affinity.AffinityTopologyVersion.html |   898 +-
 ...nite.Core.Cache.Affinity.IAffinityFunction.html |   510 +-
 ...nity.Rendezvous.RendezvousAffinityFunction.html |   358 +-
 ...ache.Ignite.Core.Cache.Affinity.Rendezvous.html |   242 +-
 .../api/Apache.Ignite.Core.Cache.Affinity.html     |   270 +-
 ...re.Cache.CacheAtomicUpdateTimeoutException.html |   590 +-
 ...te.Core.Cache.CacheEntryProcessorException.html |   638 +-
 .../Apache.Ignite.Core.Cache.CacheException.html   |   594 +-
 ...ite.Core.Cache.CachePartialUpdateException.html |   788 +-
 .../Apache.Ignite.Core.Cache.CachePeekMode.html    |   318 +-
 .../Apache.Ignite.Core.Cache.CacheResult-1.html    |   874 +-
 ...ore.Cache.Configuration.CacheAtomicityMode.html |   286 +-
 ...ore.Cache.Configuration.CacheConfiguration.html |  3758 +-
 ....Ignite.Core.Cache.Configuration.CacheMode.html |   294 +-
 ...ore.Cache.Configuration.CacheRebalanceMode.html |   294 +-
 ...onfiguration.CacheWriteSynchronizationMode.html |   294 +-
 ...e.Cache.Configuration.DataPageEvictionMode.html |   294 +-
 ...re.Cache.Configuration.MemoryConfiguration.html |   834 +-
 ...he.Configuration.MemoryPolicyConfiguration.html |  1056 +-
 ...Cache.Configuration.NearCacheConfiguration.html |   468 +-
 ...re.Cache.Configuration.PartitionLossPolicy.html |   310 +-
 ...Ignite.Core.Cache.Configuration.QueryAlias.html |   480 +-
 ...gnite.Core.Cache.Configuration.QueryEntity.html |   898 +-
 ...Ignite.Core.Cache.Configuration.QueryField.html |   678 +-
 ...Ignite.Core.Cache.Configuration.QueryIndex.html |   790 +-
 ...e.Core.Cache.Configuration.QueryIndexField.html |   530 +-
 ...te.Core.Cache.Configuration.QueryIndexType.html |   294 +-
 ...Cache.Configuration.QuerySqlFieldAttribute.html |   856 +-
 ...ache.Configuration.QueryTextFieldAttribute.html |   606 +-
 .../Apache.Ignite.Core.Cache.Configuration.html    |   314 +-
 ...gnite.Core.Cache.Event.CacheEntryEventType.html |   294 +-
 ...Ignite.Core.Cache.Event.ICacheEntryEvent-2.html |   490 +-
 ....Core.Cache.Event.ICacheEntryEventFilter-2.html |   368 +-
 ...ore.Cache.Event.ICacheEntryEventListener-2.html |   338 +-
 .../api/Apache.Ignite.Core.Cache.Event.html        |   258 +-
 ...ite.Core.Cache.Eviction.EvictionPolicyBase.html |   602 +-
 ...ite.Core.Cache.Eviction.FifoEvictionPolicy.html |   358 +-
 ...Ignite.Core.Cache.Eviction.IEvictionPolicy.html |   246 +-
 ...nite.Core.Cache.Eviction.LruEvictionPolicy.html |   358 +-
 .../api/Apache.Ignite.Core.Cache.Eviction.html     |   258 +-
 ...ache.Ignite.Core.Cache.Expiry.ExpiryPolicy.html |   536 +-
 ...che.Ignite.Core.Cache.Expiry.IExpiryPolicy.html |   388 +-
 .../api/Apache.Ignite.Core.Cache.Expiry.html       |   250 +-
 .../api/Apache.Ignite.Core.Cache.ICache-2.html     |  6868 +--
 .../Apache.Ignite.Core.Cache.ICacheAffinity.html   |  1698 +-
 .../Apache.Ignite.Core.Cache.ICacheEntry-2.html    |   380 +-
 ...ache.Ignite.Core.Cache.ICacheEntryFilter-2.html |   368 +-
 ...e.Ignite.Core.Cache.ICacheEntryProcessor-4.html |   394 +-
 ...te.Core.Cache.ICacheEntryProcessorResult-2.html |   380 +-
 .../api/Apache.Ignite.Core.Cache.ICacheLock.html   |   420 +-
 .../Apache.Ignite.Core.Cache.ICacheMetrics.html    |  3102 +-
 .../Apache.Ignite.Core.Cache.IMemoryMetrics.html   |   526 +-
 ...che.Ignite.Core.Cache.IMutableCacheEntry-2.html |   418 +-
 ...e.Cache.Query.Continuous.ContinuousQuery-2.html |   886 +-
 ...ore.Cache.Query.Continuous.ContinuousQuery.html |   462 +-
 ...Query.Continuous.ContinuousQueryExtensions.html |   426 +-
 ....Query.Continuous.IContinuousQueryHandle-1.html |   338 +-
 ...he.Query.Continuous.IContinuousQueryHandle.html |   258 +-
 .../Apache.Ignite.Core.Cache.Query.Continuous.html |   262 +-
 ...che.Ignite.Core.Cache.Query.IQueryCursor-1.html |   344 +-
 .../Apache.Ignite.Core.Cache.Query.QueryBase.html  |   474 +-
 ...Apache.Ignite.Core.Cache.Query.ScanQuery-2.html |   512 +-
 ...che.Ignite.Core.Cache.Query.SqlFieldsQuery.html |  1044 +-
 .../Apache.Ignite.Core.Cache.Query.SqlQuery.html   |   956 +-
 .../Apache.Ignite.Core.Cache.Query.TextQuery.html  |   684 +-
 .../api/Apache.Ignite.Core.Cache.Query.html        |   266 +-
 ...ache.Store.CacheParallelLoadStoreAdapter-3.html |  1098 +-
 ...gnite.Core.Cache.Store.CacheStoreAdapter-2.html |   850 +-
 ...gnite.Core.Cache.Store.CacheStoreException.html |   590 +-
 ...ache.Ignite.Core.Cache.Store.ICacheStore-2.html |  1008 +-
 ...Apache.Ignite.Core.Cache.Store.ICacheStore.html |   246 +-
 ...Ignite.Core.Cache.Store.ICacheStoreSession.html |   342 +-
 .../api/Apache.Ignite.Core.Cache.Store.html        |   266 +-
 .../dotnetdoc/api/Apache.Ignite.Core.Cache.html    |   314 +-
 ...te.Core.Cluster.ClusterGroupEmptyException.html |   588 +-
 ...nite.Core.Cluster.ClusterTopologyException.html |   588 +-
 .../api/Apache.Ignite.Core.Cluster.ICluster.html   |   806 +-
 .../Apache.Ignite.Core.Cluster.IClusterGroup.html  |  1834 +-
 ...Apache.Ignite.Core.Cluster.IClusterMetrics.html |  2826 +-
 .../Apache.Ignite.Core.Cluster.IClusterNode.html   |   898 +-
 ...che.Ignite.Core.Cluster.IClusterNodeFilter.html |   330 +-
 .../dotnetdoc/api/Apache.Ignite.Core.Cluster.html  |   270 +-
 ...te.Core.Common.ClientDisconnectedException.html |   648 +-
 ...Apache.Ignite.Core.Common.ExceptionFactory.html |   340 +-
 .../api/Apache.Ignite.Core.Common.IFactory-1.html  |   326 +-
 .../Apache.Ignite.Core.Common.IgniteException.html |   626 +-
 ...Core.Common.IgniteFutureCancelledException.html |   588 +-
 .../api/Apache.Ignite.Core.Common.IgniteGuid.html  |   898 +-
 .../Apache.Ignite.Core.Common.JavaException.html   |   896 +-
 .../dotnetdoc/api/Apache.Ignite.Core.Common.html   |   278 +-
 ...gnite.Core.Communication.ICommunicationSpi.html |   246 +-
 ...Core.Communication.Tcp.TcpCommunicationSpi.html |  1702 +-
 .../api/Apache.Ignite.Core.Communication.Tcp.html  |   242 +-
 .../api/Apache.Ignite.Core.Communication.html      |   242 +-
 ....Compute.ComputeExecutionRejectedException.html |   588 +-
 ...he.Ignite.Core.Compute.ComputeJobAdapter-1.html |   692 +-
 ...e.Core.Compute.ComputeJobFailoverException.html |   588 +-
 ...Ignite.Core.Compute.ComputeJobResultPolicy.html |   294 +-
 ...e.Ignite.Core.Compute.ComputeTaskAdapter-3.html |   632 +-
 ...Core.Compute.ComputeTaskCancelledException.html |   588 +-
 ....Compute.ComputeTaskNoResultCacheAttribute.html |   556 +-
 ...ite.Core.Compute.ComputeTaskSplitAdapter-3.html |   604 +-
 ...e.Core.Compute.ComputeTaskTimeoutException.html |   588 +-
 ...ore.Compute.ComputeUserUndeclaredException.html |   588 +-
 .../api/Apache.Ignite.Core.Compute.ICompute.html   |  6790 +-
 .../Apache.Ignite.Core.Compute.IComputeAction.html |   266 +-
 .../Apache.Ignite.Core.Compute.IComputeFunc-1.html |   326 +-
 .../Apache.Ignite.Core.Compute.IComputeFunc-2.html |   368 +-
 .../Apache.Ignite.Core.Compute.IComputeJob-1.html  |   342 +-
 ...he.Ignite.Core.Compute.IComputeJobResult-1.html |   510 +-
 ...ache.Ignite.Core.Compute.IComputeReducer-2.html |   414 +-
 .../Apache.Ignite.Core.Compute.IComputeTask-2.html |   308 +-
 .../Apache.Ignite.Core.Compute.IComputeTask-3.html |   556 +-
 .../dotnetdoc/api/Apache.Ignite.Core.Compute.html  |   322 +-
 ...te.Core.Configuration.CheckpointWriteOrder.html |   286 +-
 ...Configuration.ClientConnectorConfiguration.html |   964 +-
 ...te.Core.Configuration.DataPageEvictionMode.html |   294 +-
 ...Core.Configuration.DataRegionConfiguration.html |  1192 +-
 ...ore.Configuration.DataStorageConfiguration.html |  2496 +-
 ...re.Configuration.SqlConnectorConfiguration.html |   964 +-
 .../Apache.Ignite.Core.Configuration.WalMode.html  |   302 +-
 .../api/Apache.Ignite.Core.Configuration.html      |   270 +-
 ...ructures.Configuration.AtomicConfiguration.html |   602 +-
 ...e.Ignite.Core.DataStructures.Configuration.html |   242 +-
 ...che.Ignite.Core.DataStructures.IAtomicLong.html |   750 +-
 ...ite.Core.DataStructures.IAtomicReference-1.html |   578 +-
 ...Ignite.Core.DataStructures.IAtomicSequence.html |   580 +-
 .../api/Apache.Ignite.Core.DataStructures.html     |   250 +-
 ...gnite.Core.Datastream.DataStreamerDefaults.html |   440 +-
 ...che.Ignite.Core.Datastream.IDataStreamer-2.html |  1214 +-
 ...e.Ignite.Core.Datastream.IStreamReceiver-2.html |   348 +-
 ...Ignite.Core.Datastream.StreamTransformer-4.html |   492 +-
 ...che.Ignite.Core.Datastream.StreamVisitor-2.html |   476 +-
 .../api/Apache.Ignite.Core.Datastream.html         |   262 +-
 ...te.Core.Deployment.PeerAssemblyLoadingMode.html |   286 +-
 .../api/Apache.Ignite.Core.Deployment.html         |   242 +-
 ...Apache.Ignite.Core.Discovery.IDiscoverySpi.html |   246 +-
 ...e.Core.Discovery.Tcp.ITcpDiscoveryIpFinder.html |   246 +-
 ...cp.Multicast.TcpDiscoveryMulticastIpFinder.html |   872 +-
 ...Apache.Ignite.Core.Discovery.Tcp.Multicast.html |   242 +-
 ...very.Tcp.Static.TcpDiscoveryStaticIpFinder.html |   456 +-
 .../Apache.Ignite.Core.Discovery.Tcp.Static.html   |   242 +-
 ...ore.Discovery.Tcp.TcpDiscoveryIpFinderBase.html |   484 +-
 ....Ignite.Core.Discovery.Tcp.TcpDiscoverySpi.html |  1568 +-
 .../api/Apache.Ignite.Core.Discovery.Tcp.html      |   254 +-
 .../api/Apache.Ignite.Core.Discovery.html          |   242 +-
 .../api/Apache.Ignite.Core.Events.CacheEvent.html  |  1040 +-
 ...Ignite.Core.Events.CacheQueryExecutedEvent.html |   718 +-
 ...che.Ignite.Core.Events.CacheQueryReadEvent.html |   902 +-
 ...e.Ignite.Core.Events.CacheRebalancingEvent.html |   718 +-
 .../Apache.Ignite.Core.Events.CheckpointEvent.html |   488 +-
 .../Apache.Ignite.Core.Events.DiscoveryEvent.html  |   580 +-
 .../api/Apache.Ignite.Core.Events.EventBase.html   |  1100 +-
 .../api/Apache.Ignite.Core.Events.EventType.html   |  2974 +-
 .../api/Apache.Ignite.Core.Events.IEvent.html      |   622 +-
 .../Apache.Ignite.Core.Events.IEventFilter-1.html  |   360 +-
 ...Apache.Ignite.Core.Events.IEventListener-1.html |   360 +-
 ...Apache.Ignite.Core.Events.IEventStorageSpi.html |   246 +-
 .../api/Apache.Ignite.Core.Events.IEvents.html     |  2606 +-
 .../api/Apache.Ignite.Core.Events.JobEvent.html    |   718 +-
 ...he.Ignite.Core.Events.LocalEventListener-1.html |   392 +-
 ...ache.Ignite.Core.Events.LocalEventListener.html |   376 +-
 ...e.Ignite.Core.Events.MemoryEventStorageSpi.html |   528 +-
 ...che.Ignite.Core.Events.NoopEventStorageSpi.html |   320 +-
 .../api/Apache.Ignite.Core.Events.TaskEvent.html   |   672 +-
 .../dotnetdoc/api/Apache.Ignite.Core.Events.html   |   318 +-
 .../api/Apache.Ignite.Core.IDataRegionMetrics.html |   526 +-
 .../Apache.Ignite.Core.IDataStorageMetrics.html    |   802 +-
 .../dotnetdoc/api/Apache.Ignite.Core.IIgnite.html  |  3402 +-
 .../Apache.Ignite.Core.IgniteConfiguration.html    |  4068 +-
 ...che.Ignite.Core.IgniteConfigurationSection.html |   742 +-
 .../dotnetdoc/api/Apache.Ignite.Core.Ignition.html |  1326 +-
 ...Apache.Ignite.Core.Interop.IPlatformTarget.html |  1260 +-
 .../api/Apache.Ignite.Core.Interop.JavaObject.html |   522 +-
 .../dotnetdoc/api/Apache.Ignite.Core.Interop.html  |   250 +-
 ...te.Core.Lifecycle.ClientReconnectEventArgs.html |   416 +-
 ...he.Ignite.Core.Lifecycle.ILifecycleHandler.html |   300 +-
 ...e.Ignite.Core.Lifecycle.LifecycleEventType.html |   302 +-
 .../api/Apache.Ignite.Core.Lifecycle.html          |   258 +-
 .../api/Apache.Ignite.Core.Log.CategoryLogger.html |   730 +-
 .../api/Apache.Ignite.Core.Log.ILogger.html        |   592 +-
 .../api/Apache.Ignite.Core.Log.LogLevel.html       |   310 +-
 .../Apache.Ignite.Core.Log.LoggerExtensions.html   |  2118 +-
 .../dotnetdoc/api/Apache.Ignite.Core.Log.html      |   262 +-
 ...e.Ignite.Core.Messaging.IMessageListener-1.html |   370 +-
 .../Apache.Ignite.Core.Messaging.IMessaging.html   |  1040 +-
 .../api/Apache.Ignite.Core.Messaging.html          |   246 +-
 ....Core.PersistentStore.CheckpointWriteOrder.html |   286 +-
 ...re.PersistentStore.IPersistentStoreMetrics.html |   802 +-
 ...rsistentStore.PersistentStoreConfiguration.html |  2002 +-
 ...Apache.Ignite.Core.PersistentStore.WalMode.html |   302 +-
 .../api/Apache.Ignite.Core.PersistentStore.html    |   262 +-
 ...ore.Plugin.Cache.ICachePluginConfiguration.html |   350 +-
 .../api/Apache.Ignite.Core.Plugin.Cache.html       |   242 +-
 ...he.Ignite.Core.Plugin.IPluginConfiguration.html |   350 +-
 ...Apache.Ignite.Core.Plugin.IPluginContext-1.html |   672 +-
 ...pache.Ignite.Core.Plugin.IPluginProvider-1.html |   618 +-
 .../Apache.Ignite.Core.Plugin.PluginCallback.html  |   320 +-
 ...Ignite.Core.Plugin.PluginNotFoundException.html |   586 +-
 ...te.Core.Plugin.PluginProviderTypeAttribute.html |   660 +-
 .../dotnetdoc/api/Apache.Ignite.Core.Plugin.html   |   270 +-
 ...te.Core.Resource.InstanceResourceAttribute.html |   556 +-
 ...ore.Resource.StoreSessionResourceAttribute.html |   556 +-
 .../dotnetdoc/api/Apache.Ignite.Core.Resource.html |   246 +-
 .../api/Apache.Ignite.Core.Services.IService.html  |   400 +-
 ...pache.Ignite.Core.Services.IServiceContext.html |   480 +-
 ...he.Ignite.Core.Services.IServiceDescriptor.html |   618 +-
 .../api/Apache.Ignite.Core.Services.IServices.html |  1950 +-
 ....Ignite.Core.Services.ServiceConfiguration.html |   630 +-
 ...e.Core.Services.ServiceDeploymentException.html |   760 +-
 ...e.Core.Services.ServiceInvocationException.html |   760 +-
 .../dotnetdoc/api/Apache.Ignite.Core.Services.html |   270 +-
 ...ache.Ignite.Core.Transactions.ITransaction.html |  1144 +-
 ...nite.Core.Transactions.ITransactionMetrics.html |   434 +-
 ...che.Ignite.Core.Transactions.ITransactions.html |   746 +-
 ...e.Core.Transactions.TransactionConcurrency.html |   286 +-
 ...Core.Transactions.TransactionConfiguration.html |   782 +-
 ....Transactions.TransactionDeadlockException.html |   588 +-
 ...Transactions.TransactionHeuristicException.html |   588 +-
 ...ite.Core.Transactions.TransactionIsolation.html |   294 +-
 ...ransactions.TransactionOptimisticException.html |   588 +-
 ....Transactions.TransactionRollbackException.html |   588 +-
 ....Ignite.Core.Transactions.TransactionState.html |   342 +-
 ...e.Transactions.TransactionTimeoutException.html |   588 +-
 .../api/Apache.Ignite.Core.Transactions.html       |   294 +-
 .../2.3.0/dotnetdoc/api/Apache.Ignite.Core.html    |   266 +-
 ...pache.Ignite.EntityFramework.DbCachingMode.html |   286 +-
 ...che.Ignite.EntityFramework.DbCachingPolicy.html |   654 +-
 .../Apache.Ignite.EntityFramework.DbQueryInfo.html |   446 +-
 ...he.Ignite.EntityFramework.IDbCachingPolicy.html |   580 +-
 ...nite.EntityFramework.IgniteDbConfiguration.html |   970 +-
 .../api/Apache.Ignite.EntityFramework.html         |   266 +-
 .../Apache.Ignite.Linq.CacheLinqExtensions.html    |  1176 +-
 .../api/Apache.Ignite.Linq.CompiledQuery.html      |  1696 +-
 .../Apache.Ignite.Linq.CompiledQueryFunc-1.html    |   340 +-
 .../api/Apache.Ignite.Linq.ICacheQueryable.html    |   438 +-
 .../api/Apache.Ignite.Linq.QueryOptions.html       |   790 +-
 .../2.3.0/dotnetdoc/api/Apache.Ignite.Linq.html    |   266 +-
 .../Apache.Ignite.Log4Net.IgniteLog4NetLogger.html |   664 +-
 .../2.3.0/dotnetdoc/api/Apache.Ignite.Log4Net.html |   242 +-
 .../api/Apache.Ignite.NLog.IgniteNLogLogger.html   |   724 +-
 .../2.3.0/dotnetdoc/api/Apache.Ignite.NLog.html    |   242 +-
 releases/2.3.0/dotnetdoc/api/index.html            |   220 +-
 releases/2.3.0/dotnetdoc/api/toc.html              |  2106 +-
 releases/2.3.0/dotnetdoc/favicon.ico               |   Bin
 .../fonts/glyphicons-halflings-regular.eot         |   Bin
 .../fonts/glyphicons-halflings-regular.svg         |     0
 .../fonts/glyphicons-halflings-regular.ttf         |   Bin
 .../fonts/glyphicons-halflings-regular.woff        |   Bin
 .../fonts/glyphicons-halflings-regular.woff2       |   Bin
 releases/2.3.0/dotnetdoc/images/favicon.ico        |   Bin
 .../2.3.0/dotnetdoc/images/logo_ignite_32_32.png   |   Bin
 releases/2.3.0/dotnetdoc/index.html                |   250 +-
 releases/2.3.0/dotnetdoc/index.json                |  2722 +-
 releases/2.3.0/dotnetdoc/logo.svg                  |    50 +-
 releases/2.3.0/dotnetdoc/manifest.json             |  6758 +-
 releases/2.3.0/dotnetdoc/search-stopwords.json     |   242 +-
 releases/2.3.0/dotnetdoc/styles/docfx.css          |  1788 +-
 releases/2.3.0/dotnetdoc/styles/docfx.js           |  1568 +-
 releases/2.3.0/dotnetdoc/styles/docfx.vendor.css   |  2920 +-
 releases/2.3.0/dotnetdoc/styles/docfx.vendor.js    |    32 +-
 releases/2.3.0/dotnetdoc/styles/lunr.js            |     0
 releases/2.3.0/dotnetdoc/styles/lunr.min.js        |     0
 releases/2.3.0/dotnetdoc/styles/main.css           |     0
 releases/2.3.0/dotnetdoc/styles/main.js            |     2 +-
 releases/2.3.0/dotnetdoc/styles/search-worker.js   |   160 +-
 releases/2.3.0/dotnetdoc/toc.html                  |   240 +-
 releases/2.3.0/dotnetdoc/xrefmap.yml               | 47444 +++++++-------
 releases/2.3.0/javadoc/allclasses-frame.html       |     0
 releases/2.3.0/javadoc/allclasses-noframe.html     |     0
 releases/2.3.0/javadoc/constant-values.html        |     0
 releases/2.3.0/javadoc/deprecated-list.html        |     0
 releases/2.3.0/javadoc/help-doc.html               |     0
 releases/2.3.0/javadoc/img/avg.png                 |   Bin
 releases/2.3.0/javadoc/img/callout_blue.gif        |   Bin
 releases/2.3.0/javadoc/img/callout_yellow.gif      |   Bin
 releases/2.3.0/javadoc/img/cube.gif                |   Bin
 releases/2.3.0/javadoc/img/cube_3.0.gif            |   Bin
 releases/2.3.0/javadoc/img/cube_transparent.gif    |   Bin
 releases/2.3.0/javadoc/img/documentation.gif       |   Bin
 releases/2.3.0/javadoc/img/email_support.gif       |   Bin
 releases/2.3.0/javadoc/img/forums.gif              |   Bin
 releases/2.3.0/javadoc/img/gavg.png                |   Bin
 releases/2.3.0/javadoc/img/gg_30.png               |   Bin
 releases/2.3.0/javadoc/img/gg_30s.png              |   Bin
 .../2.3.0/javadoc/img/gridgain_30c_javadoc_qr.png  |   Bin
 releases/2.3.0/javadoc/img/gridgain_qr.png         |   Bin
 releases/2.3.0/javadoc/img/havg.png                |   Bin
 .../2.3.0/javadoc/img/in_memory_compute_grid.png   |   Bin
 releases/2.3.0/javadoc/img/in_memory_data_grid.png |   Bin
 releases/2.3.0/javadoc/img/issue_tracking.gif      |   Bin
 releases/2.3.0/javadoc/img/javadoc4_logo.png       |   Bin
 releases/2.3.0/javadoc/img/mail_11x11.gif          |   Bin
 releases/2.3.0/javadoc/img/qavg.png                |   Bin
 releases/2.3.0/javadoc/img/search.gif              |   Bin
 releases/2.3.0/javadoc/img/spacer.gif              |   Bin
 releases/2.3.0/javadoc/img/sum.png                 |   Bin
 releases/2.3.0/javadoc/img/wavg.png                |   Bin
 releases/2.3.0/javadoc/index-all.html              |     0
 releases/2.3.0/javadoc/index.html                  |     0
 releases/2.3.0/javadoc/javadoc.css                 |     0
 .../org/apache/ignite/DataRegionMetrics.html       |     0
 .../apache/ignite/DataRegionMetricsAdapter.html    |     0
 .../org/apache/ignite/DataStorageMetrics.html      |     0
 .../apache/ignite/DataStorageMetricsAdapter.html   |     0
 .../2.3.0/javadoc/org/apache/ignite/Ignite.html    |     0
 .../org/apache/ignite/IgniteAtomicLong.html        |     0
 .../org/apache/ignite/IgniteAtomicReference.html   |     0
 .../org/apache/ignite/IgniteAtomicSequence.html    |     0
 .../org/apache/ignite/IgniteAtomicStamped.html     |     0
 .../ignite/IgniteAuthenticationException.html      |     0
 .../javadoc/org/apache/ignite/IgniteBinary.html    |     0
 .../javadoc/org/apache/ignite/IgniteCache.html     |     0
 .../ignite/IgniteCacheRestartingException.html     |     0
 .../org/apache/ignite/IgniteCheckedException.html  |     0
 .../ignite/IgniteClientDisconnectedException.html  |     0
 .../javadoc/org/apache/ignite/IgniteCluster.html   |     0
 .../javadoc/org/apache/ignite/IgniteCompute.html   |     0
 .../javadoc/org/apache/ignite/IgniteCondition.html |     0
 .../org/apache/ignite/IgniteCountDownLatch.html    |     0
 .../org/apache/ignite/IgniteDataStreamer.html      |     0
 .../ignite/IgniteDataStreamerTimeoutException.html |     0
 .../apache/ignite/IgniteDeploymentException.html   |     0
 .../javadoc/org/apache/ignite/IgniteEvents.html    |     0
 .../javadoc/org/apache/ignite/IgniteException.html |     0
 .../org/apache/ignite/IgniteFileSystem.html        |     0
 .../apache/ignite/IgniteIllegalStateException.html |     0
 .../apache/ignite/IgniteInterruptedException.html  |     0
 .../org/apache/ignite/IgniteJdbcDriver.html        |     0
 .../org/apache/ignite/IgniteJdbcThinDriver.html    |     0
 .../javadoc/org/apache/ignite/IgniteLock.html      |     0
 .../javadoc/org/apache/ignite/IgniteLogger.html    |     0
 .../javadoc/org/apache/ignite/IgniteMessaging.html |     0
 .../javadoc/org/apache/ignite/IgniteQueue.html     |     0
 .../javadoc/org/apache/ignite/IgniteScheduler.html |     0
 .../javadoc/org/apache/ignite/IgniteSemaphore.html |     0
 .../javadoc/org/apache/ignite/IgniteServices.html  |     0
 .../2.3.0/javadoc/org/apache/ignite/IgniteSet.html |     0
 .../javadoc/org/apache/ignite/IgniteSpring.html    |     0
 .../org/apache/ignite/IgniteSpringBean.html        |     0
 .../javadoc/org/apache/ignite/IgniteState.html     |     0
 .../org/apache/ignite/IgniteSystemProperties.html  |     0
 .../org/apache/ignite/IgniteTransactions.html      |     0
 .../2.3.0/javadoc/org/apache/ignite/Ignition.html  |     0
 .../org/apache/ignite/IgnitionListener.html        |     0
 .../javadoc/org/apache/ignite/MemoryMetrics.html   |     0
 .../org/apache/ignite/PersistenceMetrics.html      |     0
 .../apache/ignite/binary/BinaryBasicIdMapper.html  |     0
 .../ignite/binary/BinaryBasicNameMapper.html       |     0
 .../ignite/binary/BinaryCollectionFactory.html     |     0
 .../org/apache/ignite/binary/BinaryField.html      |     0
 .../org/apache/ignite/binary/BinaryIdMapper.html   |     0
 .../ignite/binary/BinaryInvalidTypeException.html  |     0
 .../org/apache/ignite/binary/BinaryMapFactory.html |     0
 .../org/apache/ignite/binary/BinaryNameMapper.html |     0
 .../org/apache/ignite/binary/BinaryObject.html     |     0
 .../apache/ignite/binary/BinaryObjectBuilder.html  |     0
 .../ignite/binary/BinaryObjectException.html       |     0
 .../org/apache/ignite/binary/BinaryRawReader.html  |     0
 .../org/apache/ignite/binary/BinaryRawWriter.html  |     0
 .../org/apache/ignite/binary/BinaryReader.html     |     0
 .../ignite/binary/BinaryReflectiveSerializer.html  |     0
 .../org/apache/ignite/binary/BinarySerializer.html |     0
 .../org/apache/ignite/binary/BinaryType.html       |     0
 .../ignite/binary/BinaryTypeConfiguration.html     |     0
 .../org/apache/ignite/binary/BinaryWriter.html     |     0
 .../org/apache/ignite/binary/Binarylizable.html    |     0
 .../binary/class-use/BinaryBasicIdMapper.html      |     0
 .../binary/class-use/BinaryBasicNameMapper.html    |     0
 .../binary/class-use/BinaryCollectionFactory.html  |     0
 .../ignite/binary/class-use/BinaryField.html       |     0
 .../ignite/binary/class-use/BinaryIdMapper.html    |     0
 .../class-use/BinaryInvalidTypeException.html      |     0
 .../ignite/binary/class-use/BinaryMapFactory.html  |     0
 .../ignite/binary/class-use/BinaryNameMapper.html  |     0
 .../ignite/binary/class-use/BinaryObject.html      |     0
 .../binary/class-use/BinaryObjectBuilder.html      |     0
 .../binary/class-use/BinaryObjectException.html    |     0
 .../ignite/binary/class-use/BinaryRawReader.html   |     0
 .../ignite/binary/class-use/BinaryRawWriter.html   |     0
 .../ignite/binary/class-use/BinaryReader.html      |     0
 .../class-use/BinaryReflectiveSerializer.html      |     0
 .../ignite/binary/class-use/BinarySerializer.html  |     0
 .../apache/ignite/binary/class-use/BinaryType.html |     0
 .../binary/class-use/BinaryTypeConfiguration.html  |     0
 .../ignite/binary/class-use/BinaryWriter.html      |     0
 .../ignite/binary/class-use/Binarylizable.html     |     0
 .../org/apache/ignite/binary/package-frame.html    |     0
 .../org/apache/ignite/binary/package-summary.html  |     0
 .../org/apache/ignite/binary/package-tree.html     |     0
 .../org/apache/ignite/binary/package-use.html      |     0
 .../cache/CacheAtomicUpdateTimeoutException.html   |     0
 .../apache/ignite/cache/CacheAtomicityMode.html    |     0
 .../org/apache/ignite/cache/CacheEntry.html        |     0
 .../cache/CacheEntryEventSerializableFilter.html   |     0
 .../apache/ignite/cache/CacheEntryProcessor.html   |     0
 .../apache/ignite/cache/CacheExistsException.html  |     0
 .../org/apache/ignite/cache/CacheInterceptor.html  |     0
 .../ignite/cache/CacheInterceptorAdapter.html      |     0
 .../apache/ignite/cache/CacheInterceptorEntry.html |     0
 .../apache/ignite/cache/CacheKeyConfiguration.html |     0
 .../org/apache/ignite/cache/CacheManager.html      |     0
 .../org/apache/ignite/cache/CacheMetrics.html      |     0
 .../javadoc/org/apache/ignite/cache/CacheMode.html |     0
 .../ignite/cache/CachePartialUpdateException.html  |     0
 .../org/apache/ignite/cache/CachePeekMode.html     |     0
 .../apache/ignite/cache/CacheRebalanceMode.html    |     0
 .../ignite/cache/CacheServerNotFoundException.html |     0
 .../cache/CacheWriteSynchronizationMode.html       |     0
 .../org/apache/ignite/cache/CachingProvider.html   |     0
 .../apache/ignite/cache/PartitionLossPolicy.html   |     0
 .../org/apache/ignite/cache/QueryEntity.html       |     0
 .../org/apache/ignite/cache/QueryIndex.html        |     0
 .../org/apache/ignite/cache/QueryIndexType.html    |     0
 .../org/apache/ignite/cache/affinity/Affinity.html |     0
 .../affinity/AffinityCentralizedFunction.html      |     0
 .../ignite/cache/affinity/AffinityFunction.html    |     0
 .../cache/affinity/AffinityFunctionContext.html    |     0
 .../apache/ignite/cache/affinity/AffinityKey.html  |     0
 .../ignite/cache/affinity/AffinityKeyMapped.html   |     0
 .../ignite/cache/affinity/AffinityKeyMapper.html   |     0
 .../apache/ignite/cache/affinity/AffinityUuid.html |     0
 .../ignite/cache/affinity/class-use/Affinity.html  |     0
 .../class-use/AffinityCentralizedFunction.html     |     0
 .../cache/affinity/class-use/AffinityFunction.html |     0
 .../class-use/AffinityFunctionContext.html         |     0
 .../cache/affinity/class-use/AffinityKey.html      |     0
 .../affinity/class-use/AffinityKeyMapped.html      |     0
 .../affinity/class-use/AffinityKeyMapper.html      |     0
 .../cache/affinity/class-use/AffinityUuid.html     |     0
 .../ignite/cache/affinity/package-frame.html       |     0
 .../ignite/cache/affinity/package-summary.html     |     0
 .../apache/ignite/cache/affinity/package-tree.html |     0
 .../apache/ignite/cache/affinity/package-use.html  |     0
 .../rendezvous/RendezvousAffinityFunction.html     |     0
 .../class-use/RendezvousAffinityFunction.html      |     0
 .../cache/affinity/rendezvous/package-frame.html   |     0
 .../cache/affinity/rendezvous/package-summary.html |     0
 .../cache/affinity/rendezvous/package-tree.html    |     0
 .../cache/affinity/rendezvous/package-use.html     |     0
 .../CacheAtomicUpdateTimeoutException.html         |     0
 .../ignite/cache/class-use/CacheAtomicityMode.html |     0
 .../apache/ignite/cache/class-use/CacheEntry.html  |     0
 .../CacheEntryEventSerializableFilter.html         |     0
 .../cache/class-use/CacheEntryProcessor.html       |     0
 .../cache/class-use/CacheExistsException.html      |     0
 .../ignite/cache/class-use/CacheInterceptor.html   |     0
 .../cache/class-use/CacheInterceptorAdapter.html   |     0
 .../cache/class-use/CacheInterceptorEntry.html     |     0
 .../cache/class-use/CacheKeyConfiguration.html     |     0
 .../ignite/cache/class-use/CacheManager.html       |     0
 .../ignite/cache/class-use/CacheMetrics.html       |     0
 .../apache/ignite/cache/class-use/CacheMode.html   |     0
 .../class-use/CachePartialUpdateException.html     |     0
 .../ignite/cache/class-use/CachePeekMode.html      |     0
 .../ignite/cache/class-use/CacheRebalanceMode.html |     0
 .../class-use/CacheServerNotFoundException.html    |     0
 .../class-use/CacheWriteSynchronizationMode.html   |     0
 .../ignite/cache/class-use/CachingProvider.html    |     0
 .../cache/class-use/PartitionLossPolicy.html       |     0
 .../apache/ignite/cache/class-use/QueryEntity.html |     0
 .../apache/ignite/cache/class-use/QueryIndex.html  |     0
 .../ignite/cache/class-use/QueryIndexType.html     |     0
 .../cache/eviction/AbstractEvictionPolicy.html     |     0
 .../ignite/cache/eviction/EvictableEntry.html      |     0
 .../ignite/cache/eviction/EvictionFilter.html      |     0
 .../ignite/cache/eviction/EvictionPolicy.html      |     0
 .../eviction/class-use/AbstractEvictionPolicy.html |     0
 .../cache/eviction/class-use/EvictableEntry.html   |     0
 .../cache/eviction/class-use/EvictionFilter.html   |     0
 .../cache/eviction/class-use/EvictionPolicy.html   |     0
 .../cache/eviction/fifo/FifoEvictionPolicy.html    |     0
 .../eviction/fifo/FifoEvictionPolicyMBean.html     |     0
 .../fifo/class-use/FifoEvictionPolicy.html         |     0
 .../fifo/class-use/FifoEvictionPolicyMBean.html    |     0
 .../ignite/cache/eviction/fifo/package-frame.html  |     0
 .../cache/eviction/fifo/package-summary.html       |     0
 .../ignite/cache/eviction/fifo/package-tree.html   |     0
 .../ignite/cache/eviction/fifo/package-use.html    |     0
 .../cache/eviction/igfs/IgfsEvictionFilter.html    |     0
 .../igfs/IgfsPerBlockLruEvictionPolicy.html        |     0
 .../igfs/IgfsPerBlockLruEvictionPolicyMXBean.html  |     0
 .../igfs/class-use/IgfsEvictionFilter.html         |     0
 .../class-use/IgfsPerBlockLruEvictionPolicy.html   |     0
 .../IgfsPerBlockLruEvictionPolicyMXBean.html       |     0
 .../ignite/cache/eviction/igfs/package-frame.html  |     0
 .../cache/eviction/igfs/package-summary.html       |     0
 .../ignite/cache/eviction/igfs/package-tree.html   |     0
 .../ignite/cache/eviction/igfs/package-use.html    |     0
 .../cache/eviction/lru/LruEvictionPolicy.html      |     0
 .../cache/eviction/lru/LruEvictionPolicyMBean.html |     0
 .../eviction/lru/class-use/LruEvictionPolicy.html  |     0
 .../lru/class-use/LruEvictionPolicyMBean.html      |     0
 .../ignite/cache/eviction/lru/package-frame.html   |     0
 .../ignite/cache/eviction/lru/package-summary.html |     0
 .../ignite/cache/eviction/lru/package-tree.html    |     0
 .../ignite/cache/eviction/lru/package-use.html     |     0
 .../ignite/cache/eviction/package-frame.html       |     0
 .../ignite/cache/eviction/package-summary.html     |     0
 .../apache/ignite/cache/eviction/package-tree.html |     0
 .../apache/ignite/cache/eviction/package-use.html  |     0
 .../cache/eviction/random/package-frame.html       |     0
 .../cache/eviction/random/package-summary.html     |     0
 .../ignite/cache/eviction/random/package-tree.html |     0
 .../ignite/cache/eviction/random/package-use.html  |     0
 .../eviction/sorted/SortedEvictionPolicy.html      |     0
 .../eviction/sorted/SortedEvictionPolicyMBean.html |     0
 .../sorted/class-use/SortedEvictionPolicy.html     |     0
 .../class-use/SortedEvictionPolicyMBean.html       |     0
 .../cache/eviction/sorted/package-frame.html       |     0
 .../cache/eviction/sorted/package-summary.html     |     0
 .../ignite/cache/eviction/sorted/package-tree.html |     0
 .../ignite/cache/eviction/sorted/package-use.html  |     0
 .../hibernate/HibernateAccessStrategyAdapter.html  |     0
 .../hibernate/HibernateAccessStrategyFactory.html  |     0
 .../cache/hibernate/HibernateCacheProxy.html       |     0
 .../hibernate/HibernateExceptionConverter.html     |     0
 .../cache/hibernate/HibernateKeyTransformer.html   |     0
 .../HibernateNonStrictAccessStrategy.html          |     0
 .../hibernate/HibernateReadOnlyAccessStrategy.html |     0
 .../HibernateReadWriteAccessStrategy.html          |     0
 .../HibernateTransactionalAccessStrategy.html      |     0
 .../class-use/HibernateAccessStrategyAdapter.html  |     0
 .../class-use/HibernateAccessStrategyFactory.html  |     0
 .../hibernate/class-use/HibernateCacheProxy.html   |     0
 .../class-use/HibernateExceptionConverter.html     |     0
 .../class-use/HibernateKeyTransformer.html         |     0
 .../HibernateNonStrictAccessStrategy.html          |     0
 .../class-use/HibernateReadOnlyAccessStrategy.html |     0
 .../HibernateReadWriteAccessStrategy.html          |     0
 .../HibernateTransactionalAccessStrategy.html      |     0
 .../ignite/cache/hibernate/package-frame.html      |     0
 .../ignite/cache/hibernate/package-summary.html    |     0
 .../ignite/cache/hibernate/package-tree.html       |     0
 .../apache/ignite/cache/hibernate/package-use.html |     0
 .../org/apache/ignite/cache/jta/CacheTmLookup.html |     0
 .../ignite/cache/jta/class-use/CacheTmLookup.html  |     0
 .../ignite/cache/jta/jndi/CacheJndiTmFactory.html  |     0
 .../ignite/cache/jta/jndi/CacheJndiTmLookup.html   |     0
 .../jta/jndi/class-use/CacheJndiTmFactory.html     |     0
 .../jta/jndi/class-use/CacheJndiTmLookup.html      |     0
 .../ignite/cache/jta/jndi/package-frame.html       |     0
 .../ignite/cache/jta/jndi/package-summary.html     |     0
 .../apache/ignite/cache/jta/jndi/package-tree.html |     0
 .../apache/ignite/cache/jta/jndi/package-use.html  |     0
 .../org/apache/ignite/cache/jta/package-frame.html |     0
 .../apache/ignite/cache/jta/package-summary.html   |     0
 .../org/apache/ignite/cache/jta/package-tree.html  |     0
 .../org/apache/ignite/cache/jta/package-use.html   |     0
 .../cache/jta/reflect/CacheReflectionTmLookup.html |     0
 .../reflect/class-use/CacheReflectionTmLookup.html |     0
 .../ignite/cache/jta/reflect/package-frame.html    |     0
 .../ignite/cache/jta/reflect/package-summary.html  |     0
 .../ignite/cache/jta/reflect/package-tree.html     |     0
 .../ignite/cache/jta/reflect/package-use.html      |     0
 .../jta/websphere/WebSphereLibertyTmFactory.html   |     0
 .../cache/jta/websphere/WebSphereTmFactory.html    |     0
 .../class-use/WebSphereLibertyTmFactory.html       |     0
 .../websphere/class-use/WebSphereTmFactory.html    |     0
 .../ignite/cache/jta/websphere/package-frame.html  |     0
 .../cache/jta/websphere/package-summary.html       |     0
 .../ignite/cache/jta/websphere/package-tree.html   |     0
 .../ignite/cache/jta/websphere/package-use.html    |     0
 .../org/apache/ignite/cache/package-frame.html     |     0
 .../org/apache/ignite/cache/package-summary.html   |     0
 .../org/apache/ignite/cache/package-tree.html      |     0
 .../org/apache/ignite/cache/package-use.html       |     0
 .../ignite/cache/query/CacheQueryEntryEvent.html   |     0
 .../apache/ignite/cache/query/ContinuousQuery.html |     0
 .../ignite/cache/query/FieldsQueryCursor.html      |     0
 .../org/apache/ignite/cache/query/Query.html       |     0
 .../cache/query/QueryCancelledException.html       |     0
 .../org/apache/ignite/cache/query/QueryCursor.html |     0
 .../ignite/cache/query/QueryDetailMetrics.html     |     0
 .../apache/ignite/cache/query/QueryMetrics.html    |     0
 .../org/apache/ignite/cache/query/ScanQuery.html   |     0
 .../org/apache/ignite/cache/query/SpiQuery.html    |     0
 .../apache/ignite/cache/query/SqlFieldsQuery.html  |     0
 .../org/apache/ignite/cache/query/SqlQuery.html    |     0
 .../org/apache/ignite/cache/query/TextQuery.html   |     0
 .../query/annotations/QueryGroupIndex.List.html    |     0
 .../cache/query/annotations/QueryGroupIndex.html   |     0
 .../query/annotations/QuerySqlField.Group.html     |     0
 .../cache/query/annotations/QuerySqlField.html     |     0
 .../cache/query/annotations/QuerySqlFunction.html  |     0
 .../cache/query/annotations/QueryTextField.html    |     0
 .../class-use/QueryGroupIndex.List.html            |     0
 .../annotations/class-use/QueryGroupIndex.html     |     0
 .../annotations/class-use/QuerySqlField.Group.html |     0
 .../query/annotations/class-use/QuerySqlField.html |     0
 .../annotations/class-use/QuerySqlFunction.html    |     0
 .../annotations/class-use/QueryTextField.html      |     0
 .../cache/query/annotations/package-frame.html     |     0
 .../cache/query/annotations/package-summary.html   |     0
 .../cache/query/annotations/package-tree.html      |     0
 .../cache/query/annotations/package-use.html       |     0
 .../query/class-use/CacheQueryEntryEvent.html      |     0
 .../cache/query/class-use/ContinuousQuery.html     |     0
 .../cache/query/class-use/FieldsQueryCursor.html   |     0
 .../apache/ignite/cache/query/class-use/Query.html |     0
 .../query/class-use/QueryCancelledException.html   |     0
 .../ignite/cache/query/class-use/QueryCursor.html  |     0
 .../cache/query/class-use/QueryDetailMetrics.html  |     0
 .../ignite/cache/query/class-use/QueryMetrics.html |     0
 .../ignite/cache/query/class-use/ScanQuery.html    |     0
 .../ignite/cache/query/class-use/SpiQuery.html     |     0
 .../cache/query/class-use/SqlFieldsQuery.html      |     0
 .../ignite/cache/query/class-use/SqlQuery.html     |     0
 .../ignite/cache/query/class-use/TextQuery.html    |     0
 .../apache/ignite/cache/query/package-frame.html   |     0
 .../apache/ignite/cache/query/package-summary.html |     0
 .../apache/ignite/cache/query/package-tree.html    |     0
 .../org/apache/ignite/cache/query/package-use.html |     0
 .../ignite/cache/spring/SpringCacheManager.html    |     0
 .../cache/spring/class-use/SpringCacheManager.html |     0
 .../apache/ignite/cache/spring/package-frame.html  |     0
 .../ignite/cache/spring/package-summary.html       |     0
 .../apache/ignite/cache/spring/package-tree.html   |     0
 .../apache/ignite/cache/spring/package-use.html    |     0
 .../cache/store/CacheLoadOnlyStoreAdapter.html     |     0
 .../org/apache/ignite/cache/store/CacheStore.html  |     0
 .../ignite/cache/store/CacheStoreAdapter.html      |     0
 .../ignite/cache/store/CacheStoreSession.html      |     0
 .../cache/store/CacheStoreSessionListener.html     |     0
 .../cache/store/cassandra/CassandraCacheStore.html |     0
 .../cassandra/CassandraCacheStoreFactory.html      |     0
 .../cassandra/class-use/CassandraCacheStore.html   |     0
 .../class-use/CassandraCacheStoreFactory.html      |     0
 .../store/cassandra/common/CassandraHelper.html    |     0
 .../cassandra/common/PropertyMappingHelper.html    |     0
 .../store/cassandra/common/RandomSleeper.html      |     0
 .../cache/store/cassandra/common/SystemHelper.html |     0
 .../common/class-use/CassandraHelper.html          |     0
 .../common/class-use/PropertyMappingHelper.html    |     0
 .../cassandra/common/class-use/RandomSleeper.html  |     0
 .../cassandra/common/class-use/SystemHelper.html   |     0
 .../store/cassandra/common/package-frame.html      |     0
 .../store/cassandra/common/package-summary.html    |     0
 .../cache/store/cassandra/common/package-tree.html |     0
 .../cache/store/cassandra/common/package-use.html  |     0
 .../store/cassandra/datasource/Credentials.html    |     0
 .../store/cassandra/datasource/DataSource.html     |     0
 .../cassandra/datasource/PlainCredentials.html     |     0
 .../datasource/class-use/Credentials.html          |     0
 .../cassandra/datasource/class-use/DataSource.html |     0
 .../datasource/class-use/PlainCredentials.html     |     0
 .../store/cassandra/datasource/package-frame.html  |     0
 .../cassandra/datasource/package-summary.html      |     0
 .../store/cassandra/datasource/package-tree.html   |     0
 .../store/cassandra/datasource/package-use.html    |     0
 .../cache/store/cassandra/package-frame.html       |     0
 .../cache/store/cassandra/package-summary.html     |     0
 .../ignite/cache/store/cassandra/package-tree.html |     0
 .../ignite/cache/store/cassandra/package-use.html  |     0
 .../persistence/KeyPersistenceSettings.html        |     0
 .../persistence/KeyValuePersistenceSettings.html   |     0
 .../persistence/PersistenceController.html         |     0
 .../cassandra/persistence/PersistenceSettings.html |     0
 .../cassandra/persistence/PersistenceStrategy.html |     0
 .../store/cassandra/persistence/PojoField.html     |     0
 .../cassandra/persistence/PojoFieldAccessor.html   |     0
 .../persistence/PojoKeyField.SortOrder.html        |     0
 .../store/cassandra/persistence/PojoKeyField.html  |     0
 .../cassandra/persistence/PojoValueField.html      |     0
 .../persistence/ValuePersistenceSettings.html      |     0
 .../class-use/KeyPersistenceSettings.html          |     0
 .../class-use/KeyValuePersistenceSettings.html     |     0
 .../class-use/PersistenceController.html           |     0
 .../persistence/class-use/PersistenceSettings.html |     0
 .../persistence/class-use/PersistenceStrategy.html |     0
 .../cassandra/persistence/class-use/PojoField.html |     0
 .../persistence/class-use/PojoFieldAccessor.html   |     0
 .../class-use/PojoKeyField.SortOrder.html          |     0
 .../persistence/class-use/PojoKeyField.html        |     0
 .../persistence/class-use/PojoValueField.html      |     0
 .../class-use/ValuePersistenceSettings.html        |     0
 .../store/cassandra/persistence/package-frame.html |     0
 .../cassandra/persistence/package-summary.html     |     0
 .../store/cassandra/persistence/package-tree.html  |     0
 .../store/cassandra/persistence/package-use.html   |     0
 .../store/cassandra/serializer/JavaSerializer.html |     0
 .../store/cassandra/serializer/KryoSerializer.html |     0
 .../store/cassandra/serializer/Serializer.html     |     0
 .../serializer/class-use/JavaSerializer.html       |     0
 .../serializer/class-use/KryoSerializer.html       |     0
 .../cassandra/serializer/class-use/Serializer.html |     0
 .../store/cassandra/serializer/package-frame.html  |     0
 .../cassandra/serializer/package-summary.html      |     0
 .../store/cassandra/serializer/package-tree.html   |     0
 .../store/cassandra/serializer/package-use.html    |     0
 .../cassandra/session/BatchExecutionAssistant.html |     0
 .../cassandra/session/BatchLoaderAssistant.html    |     0
 .../store/cassandra/session/CassandraSession.html  |     0
 .../cassandra/session/CassandraSessionImpl.html    |     0
 .../cassandra/session/ExecutionAssistant.html      |     0
 .../session/GenericBatchExecutionAssistant.html    |     0
 .../session/LoadCacheCustomQueryWorker.html        |     0
 .../session/class-use/BatchExecutionAssistant.html |     0
 .../session/class-use/BatchLoaderAssistant.html    |     0
 .../session/class-use/CassandraSession.html        |     0
 .../session/class-use/CassandraSessionImpl.html    |     0
 .../session/class-use/ExecutionAssistant.html      |     0
 .../class-use/GenericBatchExecutionAssistant.html  |     0
 .../class-use/LoadCacheCustomQueryWorker.html      |     0
 .../store/cassandra/session/package-frame.html     |     0
 .../store/cassandra/session/package-summary.html   |     0
 .../store/cassandra/session/package-tree.html      |     0
 .../cache/store/cassandra/session/package-use.html |     0
 .../store/cassandra/session/pool/SessionPool.html  |     0
 .../cassandra/session/pool/SessionWrapper.html     |     0
 .../session/pool/class-use/SessionPool.html        |     0
 .../session/pool/class-use/SessionWrapper.html     |     0
 .../cassandra/session/pool/package-frame.html      |     0
 .../cassandra/session/pool/package-summary.html    |     0
 .../store/cassandra/session/pool/package-tree.html |     0
 .../store/cassandra/session/pool/package-use.html  |     0
 .../session/transaction/BaseMutation.html          |     0
 .../session/transaction/DeleteMutation.html        |     0
 .../cassandra/session/transaction/Mutation.html    |     0
 .../session/transaction/WriteMutation.html         |     0
 .../transaction/class-use/BaseMutation.html        |     0
 .../transaction/class-use/DeleteMutation.html      |     0
 .../session/transaction/class-use/Mutation.html    |     0
 .../transaction/class-use/WriteMutation.html       |     0
 .../session/transaction/package-frame.html         |     0
 .../session/transaction/package-summary.html       |     0
 .../session/transaction/package-tree.html          |     0
 .../cassandra/session/transaction/package-use.html |     0
 .../cache/store/cassandra/utils/DDLGenerator.html  |     0
 .../cassandra/utils/class-use/DDLGenerator.html    |     0
 .../cache/store/cassandra/utils/package-frame.html |     0
 .../store/cassandra/utils/package-summary.html     |     0
 .../cache/store/cassandra/utils/package-tree.html  |     0
 .../cache/store/cassandra/utils/package-use.html   |     0
 .../store/class-use/CacheLoadOnlyStoreAdapter.html |     0
 .../ignite/cache/store/class-use/CacheStore.html   |     0
 .../cache/store/class-use/CacheStoreAdapter.html   |     0
 .../cache/store/class-use/CacheStoreSession.html   |     0
 .../store/class-use/CacheStoreSessionListener.html |     0
 .../jdbc/CacheAbstractJdbcStore.EntryMapping.html  |     0
 .../jdbc/CacheAbstractJdbcStore.TypeKind.html      |     0
 .../cache/store/jdbc/CacheAbstractJdbcStore.html   |     0
 .../cache/store/jdbc/CacheJdbcBlobStore.html       |     0
 .../store/jdbc/CacheJdbcBlobStoreFactory.html      |     0
 .../cache/store/jdbc/CacheJdbcPojoStore.html       |     0
 .../store/jdbc/CacheJdbcPojoStoreFactory.html      |     0
 .../store/jdbc/CacheJdbcStoreSessionListener.html  |     0
 .../apache/ignite/cache/store/jdbc/JdbcType.html   |     0
 .../cache/store/jdbc/JdbcTypeDefaultHasher.html    |     0
 .../ignite/cache/store/jdbc/JdbcTypeField.html     |     0
 .../ignite/cache/store/jdbc/JdbcTypeHasher.html    |     0
 .../store/jdbc/JdbcTypesDefaultTransformer.html    |     0
 .../cache/store/jdbc/JdbcTypesTransformer.html     |     0
 .../CacheAbstractJdbcStore.EntryMapping.html       |     0
 .../class-use/CacheAbstractJdbcStore.TypeKind.html |     0
 .../jdbc/class-use/CacheAbstractJdbcStore.html     |     0
 .../store/jdbc/class-use/CacheJdbcBlobStore.html   |     0
 .../jdbc/class-use/CacheJdbcBlobStoreFactory.html  |     0
 .../store/jdbc/class-use/CacheJdbcPojoStore.html   |     0
 .../jdbc/class-use/CacheJdbcPojoStoreFactory.html  |     0
 .../class-use/CacheJdbcStoreSessionListener.html   |     0
 .../cache/store/jdbc/class-use/JdbcType.html       |     0
 .../jdbc/class-use/JdbcTypeDefaultHasher.html      |     0
 .../cache/store/jdbc/class-use/JdbcTypeField.html  |     0
 .../cache/store/jdbc/class-use/JdbcTypeHasher.html |     0
 .../class-use/JdbcTypesDefaultTransformer.html     |     0
 .../store/jdbc/class-use/JdbcTypesTransformer.html |     0
 .../cache/store/jdbc/dialect/BasicJdbcDialect.html |     0
 .../cache/store/jdbc/dialect/DB2Dialect.html       |     0
 .../ignite/cache/store/jdbc/dialect/H2Dialect.html |     0
 .../cache/store/jdbc/dialect/JdbcDialect.html      |     0
 .../cache/store/jdbc/dialect/MySQLDialect.html     |     0
 .../cache/store/jdbc/dialect/OracleDialect.html    |     0
 .../cache/store/jdbc/dialect/SQLServerDialect.html |     0
 .../jdbc/dialect/class-use/BasicJdbcDialect.html   |     0
 .../store/jdbc/dialect/class-use/DB2Dialect.html   |     0
 .../store/jdbc/dialect/class-use/H2Dialect.html    |     0
 .../store/jdbc/dialect/class-use/JdbcDialect.html  |     0
 .../store/jdbc/dialect/class-use/MySQLDialect.html |     0
 .../jdbc/dialect/class-use/OracleDialect.html      |     0
 .../jdbc/dialect/class-use/SQLServerDialect.html   |     0
 .../cache/store/jdbc/dialect/package-frame.html    |     0
 .../cache/store/jdbc/dialect/package-summary.html  |     0
 .../cache/store/jdbc/dialect/package-tree.html     |     0
 .../cache/store/jdbc/dialect/package-use.html      |     0
 .../ignite/cache/store/jdbc/package-frame.html     |     0
 .../ignite/cache/store/jdbc/package-summary.html   |     0
 .../ignite/cache/store/jdbc/package-tree.html      |     0
 .../ignite/cache/store/jdbc/package-use.html       |     0
 .../apache/ignite/cache/store/package-frame.html   |     0
 .../apache/ignite/cache/store/package-summary.html |     0
 .../apache/ignite/cache/store/package-tree.html    |     0
 .../org/apache/ignite/cache/store/package-use.html |     0
 .../spring/CacheSpringStoreSessionListener.html    |     0
 .../class-use/CacheSpringStoreSessionListener.html |     0
 .../ignite/cache/store/spring/package-frame.html   |     0
 .../ignite/cache/store/spring/package-summary.html |     0
 .../ignite/cache/store/spring/package-tree.html    |     0
 .../ignite/cache/store/spring/package-use.html     |     0
 .../ignite/cache/websession/WebSessionFilter.html  |     0
 .../websession/class-use/WebSessionFilter.html     |     0
 .../ignite/cache/websession/package-frame.html     |     0
 .../ignite/cache/websession/package-summary.html   |     0
 .../ignite/cache/websession/package-tree.html      |     0
 .../ignite/cache/websession/package-use.html       |     0
 .../apache/ignite/class-use/DataRegionMetrics.html |     0
 .../ignite/class-use/DataRegionMetricsAdapter.html |     0
 .../ignite/class-use/DataStorageMetrics.html       |     0
 .../class-use/DataStorageMetricsAdapter.html       |     0
 .../org/apache/ignite/class-use/Ignite.html        |     0
 .../apache/ignite/class-use/IgniteAtomicLong.html  |     0
 .../ignite/class-use/IgniteAtomicReference.html    |     0
 .../ignite/class-use/IgniteAtomicSequence.html     |     0
 .../ignite/class-use/IgniteAtomicStamped.html      |     0
 .../class-use/IgniteAuthenticationException.html   |     0
 .../org/apache/ignite/class-use/IgniteBinary.html  |     0
 .../org/apache/ignite/class-use/IgniteCache.html   |     0
 .../class-use/IgniteCacheRestartingException.html  |     0
 .../ignite/class-use/IgniteCheckedException.html   |     0
 .../IgniteClientDisconnectedException.html         |     0
 .../org/apache/ignite/class-use/IgniteCluster.html |     0
 .../org/apache/ignite/class-use/IgniteCompute.html |     0
 .../apache/ignite/class-use/IgniteCondition.html   |     0
 .../ignite/class-use/IgniteCountDownLatch.html     |     0
 .../ignite/class-use/IgniteDataStreamer.html       |     0
 .../IgniteDataStreamerTimeoutException.html        |     0
 .../class-use/IgniteDeploymentException.html       |     0
 .../org/apache/ignite/class-use/IgniteEvents.html  |     0
 .../apache/ignite/class-use/IgniteException.html   |     0
 .../apache/ignite/class-use/IgniteFileSystem.html  |     0
 .../class-use/IgniteIllegalStateException.html     |     0
 .../class-use/IgniteInterruptedException.html      |     0
 .../apache/ignite/class-use/IgniteJdbcDriver.html  |     0
 .../ignite/class-use/IgniteJdbcThinDriver.html     |     0
 .../org/apache/ignite/class-use/IgniteLock.html    |     0
 .../org/apache/ignite/class-use/IgniteLogger.html  |     0
 .../apache/ignite/class-use/IgniteMessaging.html   |     0
 .../org/apache/ignite/class-use/IgniteQueue.html   |     0
 .../apache/ignite/class-use/IgniteScheduler.html   |     0
 .../apache/ignite/class-use/IgniteSemaphore.html   |     0
 .../apache/ignite/class-use/IgniteServices.html    |     0
 .../org/apache/ignite/class-use/IgniteSet.html     |     0
 .../org/apache/ignite/class-use/IgniteSpring.html  |     0
 .../apache/ignite/class-use/IgniteSpringBean.html  |     0
 .../org/apache/ignite/class-use/IgniteState.html   |     0
 .../ignite/class-use/IgniteSystemProperties.html   |     0
 .../ignite/class-use/IgniteTransactions.html       |     0
 .../org/apache/ignite/class-use/Ignition.html      |     0
 .../apache/ignite/class-use/IgnitionListener.html  |     0
 .../org/apache/ignite/class-use/MemoryMetrics.html |     0
 .../ignite/class-use/PersistenceMetrics.html       |     0
 .../org/apache/ignite/cluster/ClusterGroup.html    |     0
 .../ignite/cluster/ClusterGroupEmptyException.html |     0
 .../org/apache/ignite/cluster/ClusterMetrics.html  |     0
 .../org/apache/ignite/cluster/ClusterNode.html     |     0
 .../ignite/cluster/ClusterStartNodeResult.html     |     0
 .../ignite/cluster/ClusterTopologyException.html   |     0
 .../ignite/cluster/class-use/ClusterGroup.html     |     0
 .../class-use/ClusterGroupEmptyException.html      |     0
 .../ignite/cluster/class-use/ClusterMetrics.html   |     0
 .../ignite/cluster/class-use/ClusterNode.html      |     0
 .../cluster/class-use/ClusterStartNodeResult.html  |     0
 .../class-use/ClusterTopologyException.html        |     0
 .../org/apache/ignite/cluster/package-frame.html   |     0
 .../org/apache/ignite/cluster/package-summary.html |     0
 .../org/apache/ignite/cluster/package-tree.html    |     0
 .../org/apache/ignite/cluster/package-use.html     |     0
 .../compute/ComputeExecutionRejectedException.html |     0
 .../org/apache/ignite/compute/ComputeJob.html      |     0
 .../apache/ignite/compute/ComputeJobAdapter.html   |     0
 .../apache/ignite/compute/ComputeJobAfterSend.html |     0
 .../ignite/compute/ComputeJobBeforeFailover.html   |     0
 .../apache/ignite/compute/ComputeJobContext.html   |     0
 .../ignite/compute/ComputeJobContinuation.html     |     0
 .../compute/ComputeJobContinuationAdapter.html     |     0
 .../compute/ComputeJobFailoverException.html       |     0
 .../ignite/compute/ComputeJobMasterLeaveAware.html |     0
 .../apache/ignite/compute/ComputeJobResult.html    |     0
 .../ignite/compute/ComputeJobResultPolicy.html     |     0
 .../apache/ignite/compute/ComputeJobSibling.html   |     0
 .../apache/ignite/compute/ComputeLoadBalancer.html |     0
 .../org/apache/ignite/compute/ComputeTask.html     |     0
 .../apache/ignite/compute/ComputeTaskAdapter.html  |     0
 .../compute/ComputeTaskCancelledException.html     |     0
 .../compute/ComputeTaskContinuousMapper.html       |     0
 .../apache/ignite/compute/ComputeTaskFuture.html   |     0
 .../apache/ignite/compute/ComputeTaskMapAsync.html |     0
 .../org/apache/ignite/compute/ComputeTaskName.html |     0
 .../ignite/compute/ComputeTaskNoResultCache.html   |     0
 .../apache/ignite/compute/ComputeTaskSession.html  |     0
 .../ComputeTaskSessionAttributeListener.html       |     0
 .../compute/ComputeTaskSessionFullSupport.html     |     0
 .../ignite/compute/ComputeTaskSessionScope.html    |     0
 .../org/apache/ignite/compute/ComputeTaskSpis.html |     0
 .../ignite/compute/ComputeTaskSplitAdapter.html    |     0
 .../compute/ComputeTaskTimeoutException.html       |     0
 .../compute/ComputeUserUndeclaredException.html    |     0
 .../ComputeExecutionRejectedException.html         |     0
 .../ignite/compute/class-use/ComputeJob.html       |     0
 .../compute/class-use/ComputeJobAdapter.html       |     0
 .../compute/class-use/ComputeJobAfterSend.html     |     0
 .../class-use/ComputeJobBeforeFailover.html        |     0
 .../compute/class-use/ComputeJobContext.html       |     0
 .../compute/class-use/ComputeJobContinuation.html  |     0
 .../class-use/ComputeJobContinuationAdapter.html   |     0
 .../class-use/ComputeJobFailoverException.html     |     0
 .../class-use/ComputeJobMasterLeaveAware.html      |     0
 .../ignite/compute/class-use/ComputeJobResult.html |     0
 .../compute/class-use/ComputeJobResultPolicy.html  |     0
 .../compute/class-use/ComputeJobSibling.html       |     0
 .../compute/class-use/ComputeLoadBalancer.html     |     0
 .../ignite/compute/class-use/ComputeTask.html      |     0
 .../compute/class-use/ComputeTaskAdapter.html      |     0
 .../class-use/ComputeTaskCancelledException.html   |     0
 .../class-use/ComputeTaskContinuousMapper.html     |     0
 .../compute/class-use/ComputeTaskFuture.html       |     0
 .../compute/class-use/ComputeTaskMapAsync.html     |     0
 .../ignite/compute/class-use/ComputeTaskName.html  |     0
 .../class-use/ComputeTaskNoResultCache.html        |     0
 .../compute/class-use/ComputeTaskSession.html      |     0
 .../ComputeTaskSessionAttributeListener.html       |     0
 .../class-use/ComputeTaskSessionFullSupport.html   |     0
 .../compute/class-use/ComputeTaskSessionScope.html |     0
 .../ignite/compute/class-use/ComputeTaskSpis.html  |     0
 .../compute/class-use/ComputeTaskSplitAdapter.html |     0
 .../class-use/ComputeTaskTimeoutException.html     |     0
 .../class-use/ComputeUserUndeclaredException.html  |     0
 .../org/apache/ignite/compute/gridify/Gridify.html |     0
 .../ignite/compute/gridify/GridifyArgument.html    |     0
 .../ignite/compute/gridify/GridifyInput.html       |     0
 .../ignite/compute/gridify/GridifyInterceptor.html |     0
 .../ignite/compute/gridify/GridifyNodeFilter.html  |     0
 .../compute/gridify/GridifyRuntimeException.html   |     0
 .../ignite/compute/gridify/GridifySetToSet.html    |     0
 .../ignite/compute/gridify/GridifySetToValue.html  |     0
 .../ignite/compute/gridify/GridifyTaskAdapter.html |     0
 .../compute/gridify/GridifyTaskSplitAdapter.html   |     0
 .../gridify/aop/GridifyArgumentAdapter.html        |     0
 .../gridify/aop/GridifyDefaultRangeTask.html       |     0
 .../compute/gridify/aop/GridifyDefaultTask.html    |     0
 .../gridify/aop/GridifySetToSetAbstractAspect.html |     0
 .../aop/GridifySetToValueAbstractAspect.html       |     0
 .../gridify/aop/aspectj/GridifyAspectJAspect.html  |     0
 .../aop/aspectj/GridifySetToSetAspectJAspect.html  |     0
 .../aspectj/GridifySetToValueAspectJAspect.html    |     0
 .../aspectj/class-use/GridifyAspectJAspect.html    |     0
 .../class-use/GridifySetToSetAspectJAspect.html    |     0
 .../class-use/GridifySetToValueAspectJAspect.html  |     0
 .../compute/gridify/aop/aspectj/package-frame.html |     0
 .../gridify/aop/aspectj/package-summary.html       |     0
 .../compute/gridify/aop/aspectj/package-tree.html  |     0
 .../compute/gridify/aop/aspectj/package-use.html   |     0
 .../aop/class-use/GridifyArgumentAdapter.html      |     0
 .../aop/class-use/GridifyDefaultRangeTask.html     |     0
 .../gridify/aop/class-use/GridifyDefaultTask.html  |     0
 .../class-use/GridifySetToSetAbstractAspect.html   |     0
 .../class-use/GridifySetToValueAbstractAspect.html |     0
 .../ignite/compute/gridify/aop/package-frame.html  |     0
 .../compute/gridify/aop/package-summary.html       |     0
 .../ignite/compute/gridify/aop/package-tree.html   |     0
 .../ignite/compute/gridify/aop/package-use.html    |     0
 .../aop/spring/GridifySetToSetSpringAspect.html    |     0
 .../aop/spring/GridifySetToValueSpringAspect.html  |     0
 .../gridify/aop/spring/GridifySpringAspect.html    |     0
 .../gridify/aop/spring/GridifySpringEnhancer.html  |     0
 ...fySpringPointcut.GridifySpringPointcutType.html |     0
 .../gridify/aop/spring/GridifySpringPointcut.html  |     0
 .../class-use/GridifySetToSetSpringAspect.html     |     0
 .../class-use/GridifySetToValueSpringAspect.html   |     0
 .../aop/spring/class-use/GridifySpringAspect.html  |     0
 .../spring/class-use/GridifySpringEnhancer.html    |     0
 ...fySpringPointcut.GridifySpringPointcutType.html |     0
 .../spring/class-use/GridifySpringPointcut.html    |     0
 .../compute/gridify/aop/spring/package-frame.html  |     0
 .../gridify/aop/spring/package-summary.html        |     0
 .../compute/gridify/aop/spring/package-tree.html   |     0
 .../compute/gridify/aop/spring/package-use.html    |     0
 .../ignite/compute/gridify/class-use/Gridify.html  |     0
 .../compute/gridify/class-use/GridifyArgument.html |     0
 .../compute/gridify/class-use/GridifyInput.html    |     0
 .../gridify/class-use/GridifyInterceptor.html      |     0
 .../gridify/class-use/GridifyNodeFilter.html       |     0
 .../gridify/class-use/GridifyRuntimeException.html |     0
 .../compute/gridify/class-use/GridifySetToSet.html |     0
 .../gridify/class-use/GridifySetToValue.html       |     0
 .../gridify/class-use/GridifyTaskAdapter.html      |     0
 .../gridify/class-use/GridifyTaskSplitAdapter.html |     0
 .../ignite/compute/gridify/package-frame.html      |     0
 .../ignite/compute/gridify/package-summary.html    |     0
 .../ignite/compute/gridify/package-tree.html       |     0
 .../apache/ignite/compute/gridify/package-use.html |     0
 .../org/apache/ignite/compute/package-frame.html   |     0
 .../org/apache/ignite/compute/package-summary.html |     0
 .../org/apache/ignite/compute/package-tree.html    |     0
 .../org/apache/ignite/compute/package-use.html     |     0
 .../ignite/configuration/AddressResolver.html      |     0
 .../ignite/configuration/AtomicConfiguration.html  |     0
 .../ignite/configuration/BasicAddressResolver.html |     0
 .../ignite/configuration/BinaryConfiguration.html  |     0
 ...CacheConfiguration.IgniteAllNodesPredicate.html |     0
 .../ignite/configuration/CacheConfiguration.html   |     0
 .../ignite/configuration/CheckpointWriteOrder.html |     0
 .../ClientConnectorConfiguration.html              |     0
 .../configuration/CollectionConfiguration.html     |     0
 .../configuration/ConnectorConfiguration.html      |     0
 .../configuration/ConnectorMessageInterceptor.html |     0
 .../ignite/configuration/DataPageEvictionMode.html |     0
 .../configuration/DataRegionConfiguration.html     |     0
 .../configuration/DataStorageConfiguration.html    |     0
 .../ignite/configuration/DeploymentMode.html       |     0
 .../configuration/ExecutorConfiguration.html       |     0
 .../configuration/FileSystemConfiguration.html     |     0
 .../ignite/configuration/HadoopConfiguration.html  |     0
 .../ignite/configuration/IgniteConfiguration.html  |     0
 .../configuration/IgniteReflectionFactory.html     |     0
 .../ignite/configuration/MemoryConfiguration.html  |     0
 .../configuration/MemoryPolicyConfiguration.html   |     0
 .../configuration/NearCacheConfiguration.html      |     0
 .../ignite/configuration/OdbcConfiguration.html    |     0
 .../PersistentStoreConfiguration.html              |     0
 .../configuration/PlatformConfiguration.html       |     0
 .../configuration/SqlConnectorConfiguration.html   |     0
 .../ignite/configuration/TopologyValidator.html    |     0
 .../configuration/TransactionConfiguration.html    |     0
 .../org/apache/ignite/configuration/WALMode.html   |     0
 .../configuration/class-use/AddressResolver.html   |     0
 .../class-use/AtomicConfiguration.html             |     0
 .../class-use/BasicAddressResolver.html            |     0
 .../class-use/BinaryConfiguration.html             |     0
 ...CacheConfiguration.IgniteAllNodesPredicate.html |     0
 .../class-use/CacheConfiguration.html              |     0
 .../class-use/CheckpointWriteOrder.html            |     0
 .../class-use/ClientConnectorConfiguration.html    |     0
 .../class-use/CollectionConfiguration.html         |     0
 .../class-use/ConnectorConfiguration.html          |     0
 .../class-use/ConnectorMessageInterceptor.html     |     0
 .../class-use/DataPageEvictionMode.html            |     0
 .../class-use/DataRegionConfiguration.html         |     0
 .../class-use/DataStorageConfiguration.html        |     0
 .../configuration/class-use/DeploymentMode.html    |     0
 .../class-use/ExecutorConfiguration.html           |     0
 .../class-use/FileSystemConfiguration.html         |     0
 .../class-use/HadoopConfiguration.html             |     0
 .../class-use/IgniteConfiguration.html             |     0
 .../class-use/IgniteReflectionFactory.html         |     0
 .../class-use/MemoryConfiguration.html             |     0
 .../class-use/MemoryPolicyConfiguration.html       |     0
 .../class-use/NearCacheConfiguration.html          |     0
 .../configuration/class-use/OdbcConfiguration.html |     0
 .../class-use/PersistentStoreConfiguration.html    |     0
 .../class-use/PlatformConfiguration.html           |     0
 .../class-use/SqlConnectorConfiguration.html       |     0
 .../configuration/class-use/TopologyValidator.html |     0
 .../class-use/TransactionConfiguration.html        |     0
 .../ignite/configuration/class-use/WALMode.html    |     0
 .../apache/ignite/configuration/package-frame.html |     0
 .../ignite/configuration/package-summary.html      |     0
 .../apache/ignite/configuration/package-tree.html  |     0
 .../apache/ignite/configuration/package-use.html   |     0
 .../development/utils/IgniteWalConverter.html      |     0
 .../utils/class-use/IgniteWalConverter.html        |     0
 .../ignite/development/utils/package-frame.html    |     0
 .../ignite/development/utils/package-summary.html  |     0
 .../ignite/development/utils/package-tree.html     |     0
 .../ignite/development/utils/package-use.html      |     0
 .../org/apache/ignite/events/CacheEvent.html       |     0
 .../ignite/events/CacheQueryExecutedEvent.html     |     0
 .../apache/ignite/events/CacheQueryReadEvent.html  |     0
 .../ignite/events/CacheRebalancingEvent.html       |     0
 .../org/apache/ignite/events/CheckpointEvent.html  |     0
 .../org/apache/ignite/events/DeploymentEvent.html  |     0
 .../org/apache/ignite/events/DiscoveryEvent.html   |     0
 .../javadoc/org/apache/ignite/events/Event.html    |     0
 .../org/apache/ignite/events/EventAdapter.html     |     0
 .../org/apache/ignite/events/EventType.html        |     0
 .../org/apache/ignite/events/IgfsEvent.html        |     0
 .../javadoc/org/apache/ignite/events/JobEvent.html |     0
 .../org/apache/ignite/events/TaskEvent.html        |     0
 .../ignite/events/WalSegmentArchivedEvent.html     |     0
 .../apache/ignite/events/class-use/CacheEvent.html |     0
 .../events/class-use/CacheQueryExecutedEvent.html  |     0
 .../events/class-use/CacheQueryReadEvent.html      |     0
 .../events/class-use/CacheRebalancingEvent.html    |     0
 .../ignite/events/class-use/CheckpointEvent.html   |     0
 .../ignite/events/class-use/DeploymentEvent.html   |     0
 .../ignite/events/class-use/DiscoveryEvent.html    |     0
 .../org/apache/ignite/events/class-use/Event.html  |     0
 .../ignite/events/class-use/EventAdapter.html      |     0
 .../apache/ignite/events/class-use/EventType.html  |     0
 .../apache/ignite/events/class-use/IgfsEvent.html  |     0
 .../apache/ignite/events/class-use/JobEvent.html   |     0
 .../apache/ignite/events/class-use/TaskEvent.html  |     0
 .../events/class-use/WalSegmentArchivedEvent.html  |     0
 .../org/apache/ignite/events/package-frame.html    |     0
 .../org/apache/ignite/events/package-summary.html  |     0
 .../org/apache/ignite/events/package-tree.html     |     0
 .../org/apache/ignite/events/package-use.html      |     0
 .../org/apache/ignite/hadoop/HadoopInputSplit.html |     0
 .../org/apache/ignite/hadoop/HadoopJob.html        |     0
 .../apache/ignite/hadoop/HadoopMapReducePlan.html  |     0
 .../ignite/hadoop/HadoopMapReducePlanner.html      |     0
 .../ignite/hadoop/class-use/HadoopInputSplit.html  |     0
 .../apache/ignite/hadoop/class-use/HadoopJob.html  |     0
 .../hadoop/class-use/HadoopMapReducePlan.html      |     0
 .../hadoop/class-use/HadoopMapReducePlanner.html   |     0
 .../hadoop/fs/BasicHadoopFileSystemFactory.html    |     0
 .../hadoop/fs/CachingHadoopFileSystemFactory.html  |     0
 .../ignite/hadoop/fs/HadoopFileSystemFactory.html  |     0
 .../fs/IgniteHadoopFileSystemCounterWriter.html    |     0
 .../fs/IgniteHadoopIgfsSecondaryFileSystem.html    |     0
 .../hadoop/fs/KerberosHadoopFileSystemFactory.html |     0
 .../fs/class-use/BasicHadoopFileSystemFactory.html |     0
 .../class-use/CachingHadoopFileSystemFactory.html  |     0
 .../fs/class-use/HadoopFileSystemFactory.html      |     0
 .../IgniteHadoopFileSystemCounterWriter.html       |     0
 .../IgniteHadoopIgfsSecondaryFileSystem.html       |     0
 .../class-use/KerberosHadoopFileSystemFactory.html |     0
 .../org/apache/ignite/hadoop/fs/package-frame.html |     0
 .../apache/ignite/hadoop/fs/package-summary.html   |     0
 .../org/apache/ignite/hadoop/fs/package-tree.html  |     0
 .../org/apache/ignite/hadoop/fs/package-use.html   |     0
 .../hadoop/fs/v1/IgniteHadoopFileSystem.html       |     0
 .../fs/v1/class-use/IgniteHadoopFileSystem.html    |     0
 .../apache/ignite/hadoop/fs/v1/package-frame.html  |     0
 .../ignite/hadoop/fs/v1/package-summary.html       |     0
 .../apache/ignite/hadoop/fs/v1/package-tree.html   |     0
 .../apache/ignite/hadoop/fs/v1/package-use.html    |     0
 .../hadoop/fs/v2/IgniteHadoopFileSystem.html       |     0
 .../fs/v2/class-use/IgniteHadoopFileSystem.html    |     0
 .../apache/ignite/hadoop/fs/v2/package-frame.html  |     0
 .../ignite/hadoop/fs/v2/package-summary.html       |     0
 .../apache/ignite/hadoop/fs/v2/package-tree.html   |     0
 .../apache/ignite/hadoop/fs/v2/package-use.html    |     0
 .../io/BytesWritablePartiallyRawComparator.html    |     0
 .../ignite/hadoop/io/PartiallyRawComparator.html   |     0
 .../org/apache/ignite/hadoop/io/RawMemory.html     |     0
 .../hadoop/io/TextPartiallyRawComparator.html      |     0
 .../BytesWritablePartiallyRawComparator.html       |     0
 .../io/class-use/PartiallyRawComparator.html       |     0
 .../ignite/hadoop/io/class-use/RawMemory.html      |     0
 .../io/class-use/TextPartiallyRawComparator.html   |     0
 .../org/apache/ignite/hadoop/io/package-frame.html |     0
 .../apache/ignite/hadoop/io/package-summary.html   |     0
 .../org/apache/ignite/hadoop/io/package-tree.html  |     0
 .../org/apache/ignite/hadoop/io/package-use.html   |     0
 .../IgniteHadoopClientProtocolProvider.html        |     0
 .../IgniteHadoopWeightedMapReducePlanner.html      |     0
 .../IgniteHadoopClientProtocolProvider.html        |     0
 .../IgniteHadoopWeightedMapReducePlanner.html      |     0
 .../ignite/hadoop/mapreduce/package-frame.html     |     0
 .../ignite/hadoop/mapreduce/package-summary.html   |     0
 .../ignite/hadoop/mapreduce/package-tree.html      |     0
 .../ignite/hadoop/mapreduce/package-use.html       |     0
 .../org/apache/ignite/hadoop/package-frame.html    |     0
 .../org/apache/ignite/hadoop/package-summary.html  |     0
 .../org/apache/ignite/hadoop/package-tree.html     |     0
 .../org/apache/ignite/hadoop/package-use.html      |     0
 .../planner/HadoopAbstractMapReducePlanner.html    |     0
 .../planner/HadoopTestRoundRobinMrPlanner.html     |     0
 .../class-use/HadoopAbstractMapReducePlanner.html  |     0
 .../class-use/HadoopTestRoundRobinMrPlanner.html   |     0
 .../ignite/hadoop/planner/package-frame.html       |     0
 .../ignite/hadoop/planner/package-summary.html     |     0
 .../apache/ignite/hadoop/planner/package-tree.html |     0
 .../apache/ignite/hadoop/planner/package-use.html  |     0
 .../ignite/hadoop/util/BasicUserNameMapper.html    |     0
 .../ignite/hadoop/util/ChainedUserNameMapper.html  |     0
 .../ignite/hadoop/util/KerberosUserNameMapper.html |     0
 .../apache/ignite/hadoop/util/UserNameMapper.html  |     0
 .../hadoop/util/class-use/BasicUserNameMapper.html |     0
 .../util/class-use/ChainedUserNameMapper.html      |     0
 .../util/class-use/KerberosUserNameMapper.html     |     0
 .../hadoop/util/class-use/UserNameMapper.html      |     0
 .../apache/ignite/hadoop/util/package-frame.html   |     0
 .../apache/ignite/hadoop/util/package-summary.html |     0
 .../apache/ignite/hadoop/util/package-tree.html    |     0
 .../org/apache/ignite/hadoop/util/package-use.html |     0
 .../org/apache/ignite/igfs/IgfsBlockLocation.html  |     0
 .../igfs/IgfsConcurrentModificationException.html  |     0
 .../ignite/igfs/IgfsCorruptedFileException.html    |     0
 .../igfs/IgfsDirectoryNotEmptyException.html       |     0
 .../org/apache/ignite/igfs/IgfsException.html      |     0
 .../javadoc/org/apache/ignite/igfs/IgfsFile.html   |     0
 .../ignite/igfs/IgfsGroupDataBlocksKeyMapper.html  |     0
 .../org/apache/ignite/igfs/IgfsInputStream.html    |     0
 .../igfs/IgfsInvalidHdfsVersionException.html      |     0
 .../ignite/igfs/IgfsInvalidPathException.html      |     0
 .../ignite/igfs/IgfsIpcEndpointConfiguration.html  |     0
 .../apache/ignite/igfs/IgfsIpcEndpointType.html    |     0
 .../org/apache/ignite/igfs/IgfsMetrics.html        |     0
 .../javadoc/org/apache/ignite/igfs/IgfsMode.html   |     0
 .../ignite/igfs/IgfsOutOfSpaceException.html       |     0
 .../org/apache/ignite/igfs/IgfsOutputStream.html   |     0
 .../igfs/IgfsParentNotDirectoryException.html      |     0
 .../javadoc/org/apache/ignite/igfs/IgfsPath.html   |     0
 .../igfs/IgfsPathAlreadyExistsException.html       |     0
 .../ignite/igfs/IgfsPathIsDirectoryException.html  |     0
 .../igfs/IgfsPathIsNotDirectoryException.html      |     0
 .../ignite/igfs/IgfsPathNotFoundException.html     |     0
 .../org/apache/ignite/igfs/IgfsPathSummary.html    |     0
 .../org/apache/ignite/igfs/IgfsUserContext.html    |     0
 .../ignite/igfs/class-use/IgfsBlockLocation.html   |     0
 .../IgfsConcurrentModificationException.html       |     0
 .../igfs/class-use/IgfsCorruptedFileException.html |     0
 .../class-use/IgfsDirectoryNotEmptyException.html  |     0
 .../ignite/igfs/class-use/IgfsException.html       |     0
 .../org/apache/ignite/igfs/class-use/IgfsFile.html |     0
 .../class-use/IgfsGroupDataBlocksKeyMapper.html    |     0
 .../ignite/igfs/class-use/IgfsInputStream.html     |     0
 .../class-use/IgfsInvalidHdfsVersionException.html |     0
 .../igfs/class-use/IgfsInvalidPathException.html   |     0
 .../class-use/IgfsIpcEndpointConfiguration.html    |     0
 .../ignite/igfs/class-use/IgfsIpcEndpointType.html |     0
 .../apache/ignite/igfs/class-use/IgfsMetrics.html  |     0
 .../org/apache/ignite/igfs/class-use/IgfsMode.html |     0
 .../igfs/class-use/IgfsOutOfSpaceException.html    |     0
 .../ignite/igfs/class-use/IgfsOutputStream.html    |     0
 .../class-use/IgfsParentNotDirectoryException.html |     0
 .../org/apache/ignite/igfs/class-use/IgfsPath.html |     0
 .../class-use/IgfsPathAlreadyExistsException.html  |     0
 .../class-use/IgfsPathIsDirectoryException.html    |     0
 .../class-use/IgfsPathIsNotDirectoryException.html |     0
 .../igfs/class-use/IgfsPathNotFoundException.html  |     0
 .../ignite/igfs/class-use/IgfsPathSummary.html     |     0
 .../ignite/igfs/class-use/IgfsUserContext.html     |     0
 .../ignite/igfs/mapreduce/IgfsFileRange.html       |     0
 .../igfs/mapreduce/IgfsInputStreamJobAdapter.html  |     0
 .../org/apache/ignite/igfs/mapreduce/IgfsJob.html  |     0
 .../ignite/igfs/mapreduce/IgfsJobAdapter.html      |     0
 .../igfs/mapreduce/IgfsRangeInputStream.html       |     0
 .../ignite/igfs/mapreduce/IgfsRecordResolver.html  |     0
 .../org/apache/ignite/igfs/mapreduce/IgfsTask.html |     0
 .../apache/ignite/igfs/mapreduce/IgfsTaskArgs.html |     0
 .../igfs/mapreduce/IgfsTaskNoReduceAdapter.html    |     0
 .../igfs/mapreduce/class-use/IgfsFileRange.html    |     0
 .../class-use/IgfsInputStreamJobAdapter.html       |     0
 .../ignite/igfs/mapreduce/class-use/IgfsJob.html   |     0
 .../igfs/mapreduce/class-use/IgfsJobAdapter.html   |     0
 .../mapreduce/class-use/IgfsRangeInputStream.html  |     0
 .../mapreduce/class-use/IgfsRecordResolver.html    |     0
 .../ignite/igfs/mapreduce/class-use/IgfsTask.html  |     0
 .../igfs/mapreduce/class-use/IgfsTaskArgs.html     |     0
 .../class-use/IgfsTaskNoReduceAdapter.html         |     0
 .../ignite/igfs/mapreduce/package-frame.html       |     0
 .../ignite/igfs/mapreduce/package-summary.html     |     0
 .../apache/ignite/igfs/mapreduce/package-tree.html |     0
 .../apache/ignite/igfs/mapreduce/package-use.html  |     0
 .../records/IgfsByteDelimiterRecordResolver.html   |     0
 .../records/IgfsFixedLengthRecordResolver.html     |     0
 .../records/IgfsNewLineRecordResolver.html         |     0
 .../records/IgfsStringDelimiterRecordResolver.html |     0
 .../class-use/IgfsByteDelimiterRecordResolver.html |     0
 .../class-use/IgfsFixedLengthRecordResolver.html   |     0
 .../class-use/IgfsNewLineRecordResolver.html       |     0
 .../IgfsStringDelimiterRecordResolver.html         |     0
 .../igfs/mapreduce/records/package-frame.html      |     0
 .../igfs/mapreduce/records/package-summary.html    |     0
 .../igfs/mapreduce/records/package-tree.html       |     0
 .../ignite/igfs/mapreduce/records/package-use.html |     0
 .../org/apache/ignite/igfs/package-frame.html      |     0
 .../org/apache/ignite/igfs/package-summary.html    |     0
 .../org/apache/ignite/igfs/package-tree.html       |     0
 .../org/apache/ignite/igfs/package-use.html        |     0
 .../igfs/secondary/IgfsSecondaryFileSystem.html    |     0
 .../IgfsSecondaryFileSystemPositionedReadable.html |     0
 .../class-use/IgfsSecondaryFileSystem.html         |     0
 .../IgfsSecondaryFileSystemPositionedReadable.html |     0
 .../local/LocalIgfsSecondaryFileSystem.html        |     0
 .../class-use/LocalIgfsSecondaryFileSystem.html    |     0
 .../ignite/igfs/secondary/local/package-frame.html |     0
 .../igfs/secondary/local/package-summary.html      |     0
 .../ignite/igfs/secondary/local/package-tree.html  |     0
 .../ignite/igfs/secondary/local/package-use.html   |     0
 .../ignite/igfs/secondary/package-frame.html       |     0
 .../ignite/igfs/secondary/package-summary.html     |     0
 .../apache/ignite/igfs/secondary/package-tree.html |     0
 .../apache/ignite/igfs/secondary/package-use.html  |     0
 .../apache/ignite/lang/IgniteAsyncCallback.html    |     0
 .../org/apache/ignite/lang/IgniteAsyncSupport.html |     0
 .../apache/ignite/lang/IgniteAsyncSupported.html   |     0
 .../org/apache/ignite/lang/IgniteBiClosure.html    |     0
 .../org/apache/ignite/lang/IgniteBiInClosure.html  |     0
 .../org/apache/ignite/lang/IgniteBiPredicate.html  |     0
 .../org/apache/ignite/lang/IgniteBiTuple.html      |     0
 .../org/apache/ignite/lang/IgniteCallable.html     |     0
 .../org/apache/ignite/lang/IgniteClosure.html      |     0
 .../org/apache/ignite/lang/IgniteFuture.html       |     0
 .../lang/IgniteFutureCancelledException.html       |     0
 .../ignite/lang/IgniteFutureTimeoutException.html  |     0
 .../org/apache/ignite/lang/IgniteInClosure.html    |     0
 .../ignite/lang/IgniteNotPeerDeployable.html       |     0
 .../org/apache/ignite/lang/IgniteOutClosure.html   |     0
 .../org/apache/ignite/lang/IgnitePredicate.html    |     0
 .../apache/ignite/lang/IgniteProductVersion.html   |     0
 .../org/apache/ignite/lang/IgniteReducer.html      |     0
 .../org/apache/ignite/lang/IgniteRunnable.html     |     0
 .../javadoc/org/apache/ignite/lang/IgniteUuid.html |     0
 .../ignite/lang/class-use/IgniteAsyncCallback.html |     0
 .../ignite/lang/class-use/IgniteAsyncSupport.html  |     0
 .../lang/class-use/IgniteAsyncSupported.html       |     0
 .../ignite/lang/class-use/IgniteBiClosure.html     |     0
 .../ignite/lang/class-use/IgniteBiInClosure.html   |     0
 .../ignite/lang/class-use/IgniteBiPredicate.html   |     0
 .../ignite/lang/class-use/IgniteBiTuple.html       |     0
 .../ignite/lang/class-use/IgniteCallable.html      |     0
 .../ignite/lang/class-use/IgniteClosure.html       |     0
 .../apache/ignite/lang/class-use/IgniteFuture.html |     0
 .../class-use/IgniteFutureCancelledException.html  |     0
 .../class-use/IgniteFutureTimeoutException.html    |     0
 .../ignite/lang/class-use/IgniteInClosure.html     |     0
 .../lang/class-use/IgniteNotPeerDeployable.html    |     0
 .../ignite/lang/class-use/IgniteOutClosure.html    |     0
 .../ignite/lang/class-use/IgnitePredicate.html     |     0
 .../lang/class-use/IgniteProductVersion.html       |     0
 .../ignite/lang/class-use/IgniteReducer.html       |     0
 .../ignite/lang/class-use/IgniteRunnable.html      |     0
 .../apache/ignite/lang/class-use/IgniteUuid.html   |     0
 .../org/apache/ignite/lang/package-frame.html      |     0
 .../org/apache/ignite/lang/package-summary.html    |     0
 .../org/apache/ignite/lang/package-tree.html       |     0
 .../org/apache/ignite/lang/package-use.html        |     0
 .../apache/ignite/lifecycle/LifecycleAware.html    |     0
 .../org/apache/ignite/lifecycle/LifecycleBean.html |     0
 .../ignite/lifecycle/LifecycleEventType.html       |     0
 .../ignite/lifecycle/class-use/LifecycleAware.html |     0
 .../ignite/lifecycle/class-use/LifecycleBean.html  |     0
 .../lifecycle/class-use/LifecycleEventType.html    |     0
 .../org/apache/ignite/lifecycle/package-frame.html |     0
 .../apache/ignite/lifecycle/package-summary.html   |     0
 .../org/apache/ignite/lifecycle/package-tree.html  |     0
 .../org/apache/ignite/lifecycle/package-use.html   |     0
 .../apache/ignite/logger/LoggerNodeIdAware.html    |     0
 .../org/apache/ignite/logger/NullLogger.html       |     0
 .../ignite/logger/class-use/LoggerNodeIdAware.html |     0
 .../apache/ignite/logger/class-use/NullLogger.html |     0
 .../org/apache/ignite/logger/java/JavaLogger.html  |     0
 .../ignite/logger/java/JavaLoggerFileHandler.html  |     0
 .../ignite/logger/java/JavaLoggerFormatter.html    |     0
 .../ignite/logger/java/class-use/JavaLogger.html   |     0
 .../java/class-use/JavaLoggerFileHandler.html      |     0
 .../logger/java/class-use/JavaLoggerFormatter.html |     0
 .../apache/ignite/logger/java/package-frame.html   |     0
 .../apache/ignite/logger/java/package-summary.html |     0
 .../apache/ignite/logger/java/package-tree.html    |     0
 .../org/apache/ignite/logger/java/package-use.html |     0
 .../org/apache/ignite/logger/jcl/JclLogger.html    |     0
 .../ignite/logger/jcl/class-use/JclLogger.html     |     0
 .../apache/ignite/logger/jcl/package-frame.html    |     0
 .../apache/ignite/logger/jcl/package-summary.html  |     0
 .../org/apache/ignite/logger/jcl/package-tree.html |     0
 .../org/apache/ignite/logger/jcl/package-use.html  |     0
 .../log4j/Log4JDailyRollingFileAppender.html       |     0
 .../log4j/Log4JExternallyRolledFileAppender.html   |     0
 .../ignite/logger/log4j/Log4JFileAppender.html     |     0
 .../apache/ignite/logger/log4j/Log4JLogger.html    |     0
 .../logger/log4j/Log4jRollingFileAppender.html     |     0
 .../class-use/Log4JDailyRollingFileAppender.html   |     0
 .../Log4JExternallyRolledFileAppender.html         |     0
 .../logger/log4j/class-use/Log4JFileAppender.html  |     0
 .../ignite/logger/log4j/class-use/Log4JLogger.html |     0
 .../log4j/class-use/Log4jRollingFileAppender.html  |     0
 .../apache/ignite/logger/log4j/package-frame.html  |     0
 .../ignite/logger/log4j/package-summary.html       |     0
 .../apache/ignite/logger/log4j/package-tree.html   |     0
 .../apache/ignite/logger/log4j/package-use.html    |     0
 .../apache/ignite/logger/log4j2/Log4J2Logger.html  |     0
 .../logger/log4j2/class-use/Log4J2Logger.html      |     0
 .../apache/ignite/logger/log4j2/package-frame.html |     0
 .../ignite/logger/log4j2/package-summary.html      |     0
 .../apache/ignite/logger/log4j2/package-tree.html  |     0
 .../apache/ignite/logger/log4j2/package-use.html   |     0
 .../org/apache/ignite/logger/package-frame.html    |     0
 .../org/apache/ignite/logger/package-summary.html  |     0
 .../org/apache/ignite/logger/package-tree.html     |     0
 .../org/apache/ignite/logger/package-use.html      |     0
 .../apache/ignite/logger/slf4j/Slf4jLogger.html    |     0
 .../ignite/logger/slf4j/class-use/Slf4jLogger.html |     0
 .../apache/ignite/logger/slf4j/package-frame.html  |     0
 .../ignite/logger/slf4j/package-summary.html       |     0
 .../apache/ignite/logger/slf4j/package-tree.html   |     0
 .../apache/ignite/logger/slf4j/package-use.html    |     0
 .../ignite/marshaller/AbstractMarshaller.html      |     0
 .../AbstractNodeNameAwareMarshaller.html           |     0
 .../org/apache/ignite/marshaller/Marshaller.html   |     0
 .../ignite/marshaller/MarshallerContext.html       |     0
 .../ignite/marshaller/MarshallerExclusions.html    |     0
 .../apache/ignite/marshaller/MarshallerUtils.html  |     0
 .../marshaller/class-use/AbstractMarshaller.html   |     0
 .../class-use/AbstractNodeNameAwareMarshaller.html |     0
 .../ignite/marshaller/class-use/Marshaller.html    |     0
 .../marshaller/class-use/MarshallerContext.html    |     0
 .../marshaller/class-use/MarshallerExclusions.html |     0
 .../marshaller/class-use/MarshallerUtils.html      |     0
 .../ignite/marshaller/jdk/JdkMarshaller.html       |     0
 .../marshaller/jdk/class-use/JdkMarshaller.html    |     0
 .../ignite/marshaller/jdk/package-frame.html       |     0
 .../ignite/marshaller/jdk/package-summary.html     |     0
 .../apache/ignite/marshaller/jdk/package-tree.html |     0
 .../apache/ignite/marshaller/jdk/package-use.html  |     0
 .../apache/ignite/marshaller/package-frame.html    |     0
 .../apache/ignite/marshaller/package-summary.html  |     0
 .../org/apache/ignite/marshaller/package-tree.html |     0
 .../org/apache/ignite/marshaller/package-use.html  |     0
 .../org/apache/ignite/mesos/ClusterProperties.html |     0
 .../org/apache/ignite/mesos/IgniteFramework.html   |     0
 .../org/apache/ignite/mesos/IgniteScheduler.html   |     0
 .../org/apache/ignite/mesos/IgniteTask.html        |     0
 .../ignite/mesos/class-use/ClusterProperties.html  |     0
 .../ignite/mesos/class-use/IgniteFramework.html    |     0
 .../ignite/mesos/class-use/IgniteScheduler.html    |     0
 .../apache/ignite/mesos/class-use/IgniteTask.html  |     0
 .../org/apache/ignite/mesos/package-frame.html     |     0
 .../org/apache/ignite/mesos/package-summary.html   |     0
 .../org/apache/ignite/mesos/package-tree.html      |     0
 .../org/apache/ignite/mesos/package-use.html       |     0
 .../ignite/mesos/resource/IgniteProvider.html      |     0
 .../apache/ignite/mesos/resource/JettyServer.html  |     0
 .../ignite/mesos/resource/ResourceHandler.html     |     0
 .../ignite/mesos/resource/ResourceProvider.html    |     0
 .../mesos/resource/class-use/IgniteProvider.html   |     0
 .../mesos/resource/class-use/JettyServer.html      |     0
 .../mesos/resource/class-use/ResourceHandler.html  |     0
 .../mesos/resource/class-use/ResourceProvider.html |     0
 .../ignite/mesos/resource/package-frame.html       |     0
 .../ignite/mesos/resource/package-summary.html     |     0
 .../apache/ignite/mesos/resource/package-tree.html |     0
 .../apache/ignite/mesos/resource/package-use.html  |     0
 .../ignite/messaging/MessagingListenActor.html     |     0
 .../messaging/class-use/MessagingListenActor.html  |     0
 .../org/apache/ignite/messaging/package-frame.html |     0
 .../apache/ignite/messaging/package-summary.html   |     0
 .../org/apache/ignite/messaging/package-tree.html  |     0
 .../org/apache/ignite/messaging/package-use.html   |     0
 .../apache/ignite/mxbean/CacheMetricsMXBean.html   |     0
 .../mxbean/ClusterLocalNodeMetricsMXBean.html      |     0
 .../ignite/mxbean/DataRegionMetricsMXBean.html     |     0
 .../ignite/mxbean/DataStorageMetricsMXBean.html    |     0
 .../org/apache/ignite/mxbean/IgniteMBeanAware.html |     0
 .../org/apache/ignite/mxbean/IgniteMXBean.html     |     0
 .../org/apache/ignite/mxbean/IgnitionMXBean.html   |     0
 .../apache/ignite/mxbean/MXBeanDescription.html    |     0
 .../mxbean/MXBeanParametersDescriptions.html       |     0
 .../ignite/mxbean/MXBeanParametersNames.html       |     0
 .../apache/ignite/mxbean/MemoryMetricsMXBean.html  |     0
 .../ignite/mxbean/PersistenceMetricsMXBean.html    |     0
 .../ignite/mxbean/StripedExecutorMXBean.html       |     0
 .../org/apache/ignite/mxbean/ThreadPoolMXBean.html |     0
 .../mxbean/class-use/CacheMetricsMXBean.html       |     0
 .../class-use/ClusterLocalNodeMetricsMXBean.html   |     0
 .../mxbean/class-use/DataRegionMetricsMXBean.html  |     0
 .../mxbean/class-use/DataStorageMetricsMXBean.html |     0
 .../ignite/mxbean/class-use/IgniteMBeanAware.html  |     0
 .../ignite/mxbean/class-use/IgniteMXBean.html      |     0
 .../ignite/mxbean/class-use/IgnitionMXBean.html    |     0
 .../ignite/mxbean/class-use/MXBeanDescription.html |     0
 .../class-use/MXBeanParametersDescriptions.html    |     0
 .../mxbean/class-use/MXBeanParametersNames.html    |     0
 .../mxbean/class-use/MemoryMetricsMXBean.html      |     0
 .../mxbean/class-use/PersistenceMetricsMXBean.html |     0
 .../mxbean/class-use/StripedExecutorMXBean.html    |     0
 .../ignite/mxbean/class-use/ThreadPoolMXBean.html  |     0
 .../org/apache/ignite/mxbean/package-frame.html    |     0
 .../org/apache/ignite/mxbean/package-summary.html  |     0
 .../org/apache/ignite/mxbean/package-tree.html     |     0
 .../org/apache/ignite/mxbean/package-use.html      |     0
 .../osgi/IgniteAbstractOsgiContextActivator.html   |     0
 .../org/apache/ignite/osgi/IgniteOsgiUtils.html    |     0
 .../IgniteAbstractOsgiContextActivator.html        |     0
 .../ignite/osgi/class-use/IgniteOsgiUtils.html     |     0
 .../classloaders/BundleDelegatingClassLoader.html  |     0
 .../classloaders/ContainerSweepClassLoader.html    |     0
 .../classloaders/OsgiClassLoadingStrategyType.html |     0
 .../class-use/BundleDelegatingClassLoader.html     |     0
 .../class-use/ContainerSweepClassLoader.html       |     0
 .../class-use/OsgiClassLoadingStrategyType.html    |     0
 .../ignite/osgi/classloaders/package-frame.html    |     0
 .../ignite/osgi/classloaders/package-summary.html  |     0
 .../ignite/osgi/classloaders/package-tree.html     |     0
 .../ignite/osgi/classloaders/package-use.html      |     0
 .../org/apache/ignite/osgi/package-frame.html      |     0
 .../org/apache/ignite/osgi/package-summary.html    |     0
 .../org/apache/ignite/osgi/package-tree.html       |     0
 .../org/apache/ignite/osgi/package-use.html        |     0
 .../javadoc/org/apache/ignite/package-frame.html   |     0
 .../javadoc/org/apache/ignite/package-summary.html |     0
 .../javadoc/org/apache/ignite/package-tree.html    |     0
 .../javadoc/org/apache/ignite/package-use.html     |     0
 .../ignite/platform/PlatformJavaObjectFactory.html |     0
 .../class-use/PlatformJavaObjectFactory.html       |     0
 .../platform/cpp/PlatformCppConfiguration.html     |     0
 .../cpp/class-use/PlatformCppConfiguration.html    |     0
 .../apache/ignite/platform/cpp/package-frame.html  |     0
 .../ignite/platform/cpp/package-summary.html       |     0
 .../apache/ignite/platform/cpp/package-tree.html   |     0
 .../apache/ignite/platform/cpp/package-use.html    |     0
 .../dotnet/PlatformDotNetAffinityFunction.html     |     0
 .../dotnet/PlatformDotNetBinaryConfiguration.html  |     0
 .../PlatformDotNetBinaryTypeConfiguration.html     |     0
 .../dotnet/PlatformDotNetCacheStoreFactory.html    |     0
 .../PlatformDotNetCacheStoreFactoryNative.html     |     0
 .../dotnet/PlatformDotNetConfiguration.html        |     0
 .../dotnet/PlatformDotNetLifecycleBean.html        |     0
 .../class-use/PlatformDotNetAffinityFunction.html  |     0
 .../PlatformDotNetBinaryConfiguration.html         |     0
 .../PlatformDotNetBinaryTypeConfiguration.html     |     0
 .../class-use/PlatformDotNetCacheStoreFactory.html |     0
 .../PlatformDotNetCacheStoreFactoryNative.html     |     0
 .../class-use/PlatformDotNetConfiguration.html     |     0
 .../class-use/PlatformDotNetLifecycleBean.html     |     0
 .../ignite/platform/dotnet/package-frame.html      |     0
 .../ignite/platform/dotnet/package-summary.html    |     0
 .../ignite/platform/dotnet/package-tree.html       |     0
 .../apache/ignite/platform/dotnet/package-use.html |     0
 .../org/apache/ignite/platform/package-frame.html  |     0
 .../apache/ignite/platform/package-summary.html    |     0
 .../org/apache/ignite/platform/package-tree.html   |     0
 .../org/apache/ignite/platform/package-use.html    |     0
 .../ignite/plugin/CachePluginConfiguration.html    |     0
 .../apache/ignite/plugin/CachePluginContext.html   |     0
 .../apache/ignite/plugin/CachePluginProvider.html  |     0
 .../org/apache/ignite/plugin/Extension.html        |     0
 .../apache/ignite/plugin/ExtensionRegistry.html    |     0
 .../org/apache/ignite/plugin/IgnitePlugin.html     |     0
 .../apache/ignite/plugin/PluginConfiguration.html  |     0
 .../org/apache/ignite/plugin/PluginContext.html    |     0
 .../ignite/plugin/PluginNotFoundException.html     |     0
 .../org/apache/ignite/plugin/PluginProvider.html   |     0
 .../ignite/plugin/PluginValidationException.html   |     0
 .../plugin/class-use/CachePluginConfiguration.html |     0
 .../plugin/class-use/CachePluginContext.html       |     0
 .../plugin/class-use/CachePluginProvider.html      |     0
 .../apache/ignite/plugin/class-use/Extension.html  |     0
 .../ignite/plugin/class-use/ExtensionRegistry.html |     0
 .../ignite/plugin/class-use/IgnitePlugin.html      |     0
 .../plugin/class-use/PluginConfiguration.html      |     0
 .../ignite/plugin/class-use/PluginContext.html     |     0
 .../plugin/class-use/PluginNotFoundException.html  |     0
 .../ignite/plugin/class-use/PluginProvider.html    |     0
 .../class-use/PluginValidationException.html       |     0
 .../plugin/extensions/communication/IoPool.html    |     0
 .../plugin/extensions/communication/Message.html   |     0
 .../communication/MessageCollectionItemType.html   |     0
 .../extensions/communication/MessageFactory.html   |     0
 .../extensions/communication/MessageFormatter.html |     0
 .../extensions/communication/MessageReader.html    |     0
 .../extensions/communication/MessageWriter.html    |     0
 .../extensions/communication/class-use/IoPool.html |     0
 .../communication/class-use/Message.html           |     0
 .../class-use/MessageCollectionItemType.html       |     0
 .../communication/class-use/MessageFactory.html    |     0
 .../communication/class-use/MessageFormatter.html  |     0
 .../communication/class-use/MessageReader.html     |     0
 .../communication/class-use/MessageWriter.html     |     0
 .../extensions/communication/package-frame.html    |     0
 .../extensions/communication/package-summary.html  |     0
 .../extensions/communication/package-tree.html     |     0
 .../extensions/communication/package-use.html      |     0
 .../org/apache/ignite/plugin/package-frame.html    |     0
 .../org/apache/ignite/plugin/package-summary.html  |     0
 .../org/apache/ignite/plugin/package-tree.html     |     0
 .../org/apache/ignite/plugin/package-use.html      |     0
 .../PlatformCachePluginConfigurationClosure.html   |     0
 ...formCachePluginConfigurationClosureFactory.html |     0
 .../PlatformPluginConfigurationClosure.html        |     0
 .../PlatformPluginConfigurationClosureFactory.html |     0
 .../PlatformCachePluginConfigurationClosure.html   |     0
 ...formCachePluginConfigurationClosureFactory.html |     0
 .../PlatformPluginConfigurationClosure.html        |     0
 .../PlatformPluginConfigurationClosureFactory.html |     0
 .../ignite/plugin/platform/package-frame.html      |     0
 .../ignite/plugin/platform/package-summary.html    |     0
 .../ignite/plugin/platform/package-tree.html       |     0
 .../apache/ignite/plugin/platform/package-use.html |     0
 .../plugin/security/AuthenticationContext.html     |     0
 .../security/SecurityBasicPermissionSet.html       |     0
 .../plugin/security/SecurityCredentials.html       |     0
 .../security/SecurityCredentialsBasicProvider.html |     0
 .../security/SecurityCredentialsProvider.html      |     0
 .../ignite/plugin/security/SecurityException.html  |     0
 .../ignite/plugin/security/SecurityPermission.html |     0
 .../plugin/security/SecurityPermissionSet.html     |     0
 .../security/SecurityPermissionSetBuilder.html     |     0
 .../ignite/plugin/security/SecuritySubject.html    |     0
 .../plugin/security/SecuritySubjectType.html       |     0
 .../security/class-use/AuthenticationContext.html  |     0
 .../class-use/SecurityBasicPermissionSet.html      |     0
 .../security/class-use/SecurityCredentials.html    |     0
 .../SecurityCredentialsBasicProvider.html          |     0
 .../class-use/SecurityCredentialsProvider.html     |     0
 .../security/class-use/SecurityException.html      |     0
 .../security/class-use/SecurityPermission.html     |     0
 .../security/class-use/SecurityPermissionSet.html  |     0
 .../class-use/SecurityPermissionSetBuilder.html    |     0
 .../plugin/security/class-use/SecuritySubject.html |     0
 .../security/class-use/SecuritySubjectType.html    |     0
 .../ignite/plugin/security/package-frame.html      |     0
 .../ignite/plugin/security/package-summary.html    |     0
 .../ignite/plugin/security/package-tree.html       |     0
 .../apache/ignite/plugin/security/package-use.html |     0
 .../plugin/segmentation/SegmentationPolicy.html    |     0
 .../plugin/segmentation/SegmentationResolver.html  |     0
 .../segmentation/class-use/SegmentationPolicy.html |     0
 .../class-use/SegmentationResolver.html            |     0
 .../ignite/plugin/segmentation/package-frame.html  |     0
 .../plugin/segmentation/package-summary.html       |     0
 .../ignite/plugin/segmentation/package-tree.html   |     0
 .../ignite/plugin/segmentation/package-use.html    |     0
 .../apache/ignite/resources/CacheNameResource.html |     0
 .../resources/CacheStoreSessionResource.html       |     0
 .../ignite/resources/FileSystemResource.html       |     0
 .../ignite/resources/IgniteInstanceResource.html   |     0
 .../ignite/resources/JobContextResource.html       |     0
 .../ignite/resources/LoadBalancerResource.html     |     0
 .../apache/ignite/resources/LoggerResource.html    |     0
 .../apache/ignite/resources/ServiceResource.html   |     0
 .../SpringApplicationContextResource.html          |     0
 .../ignite/resources/SpringResource.DEFAULT.html   |     0
 .../apache/ignite/resources/SpringResource.html    |     0
 .../resources/TaskContinuousMapperResource.html    |     0
 .../ignite/resources/TaskSessionResource.html      |     0
 .../resources/class-use/CacheNameResource.html     |     0
 .../class-use/CacheStoreSessionResource.html       |     0
 .../resources/class-use/FileSystemResource.html    |     0
 .../class-use/IgniteInstanceResource.html          |     0
 .../resources/class-use/JobContextResource.html    |     0
 .../resources/class-use/LoadBalancerResource.html  |     0
 .../ignite/resources/class-use/LoggerResource.html |     0
 .../resources/class-use/ServiceResource.html       |     0
 .../SpringApplicationContextResource.html          |     0
 .../class-use/SpringResource.DEFAULT.html          |     0
 .../ignite/resources/class-use/SpringResource.html |     0
 .../class-use/TaskContinuousMapperResource.html    |     0
 .../resources/class-use/TaskSessionResource.html   |     0
 .../org/apache/ignite/resources/package-frame.html |     0
 .../apache/ignite/resources/package-summary.html   |     0
 .../org/apache/ignite/resources/package-tree.html  |     0
 .../org/apache/ignite/resources/package-use.html   |     0
 .../apache/ignite/scheduler/SchedulerFuture.html   |     0
 .../scheduler/class-use/SchedulerFuture.html       |     0
 .../org/apache/ignite/scheduler/package-frame.html |     0
 .../apache/ignite/scheduler/package-summary.html   |     0
 .../org/apache/ignite/scheduler/package-tree.html  |     0
 .../org/apache/ignite/scheduler/package-use.html   |     0
 .../org/apache/ignite/services/Service.html        |     0
 .../ignite/services/ServiceConfiguration.html      |     0
 .../org/apache/ignite/services/ServiceContext.html |     0
 .../services/ServiceDeploymentException.html       |     0
 .../apache/ignite/services/ServiceDescriptor.html  |     0
 .../apache/ignite/services/class-use/Service.html  |     0
 .../services/class-use/ServiceConfiguration.html   |     0
 .../ignite/services/class-use/ServiceContext.html  |     0
 .../class-use/ServiceDeploymentException.html      |     0
 .../services/class-use/ServiceDescriptor.html      |     0
 .../org/apache/ignite/services/package-frame.html  |     0
 .../apache/ignite/services/package-summary.html    |     0
 .../org/apache/ignite/services/package-tree.html   |     0
 .../org/apache/ignite/services/package-use.html    |     0
 .../org/apache/ignite/sink/flink/IgniteSink.html   |     0
 .../ignite/sink/flink/class-use/IgniteSink.html    |     0
 .../apache/ignite/sink/flink/package-frame.html    |     0
 .../apache/ignite/sink/flink/package-summary.html  |     0
 .../org/apache/ignite/sink/flink/package-tree.html |     0
 .../org/apache/ignite/sink/flink/package-use.html  |     0
 .../ignite/spi/IgniteNodeValidationResult.html     |     0
 .../org/apache/ignite/spi/IgnitePortProtocol.html  |     0
 .../javadoc/org/apache/ignite/spi/IgniteSpi.html   |     0
 .../org/apache/ignite/spi/IgniteSpiAdapter.html    |     0
 .../ignite/spi/IgniteSpiCloseableIterator.html     |     0
 .../apache/ignite/spi/IgniteSpiConfiguration.html  |     0
 .../ignite/spi/IgniteSpiConsistencyChecked.html    |     0
 .../org/apache/ignite/spi/IgniteSpiContext.html    |     0
 .../org/apache/ignite/spi/IgniteSpiException.html  |     0
 .../apache/ignite/spi/IgniteSpiMBeanAdapter.html   |     0
 .../ignite/spi/IgniteSpiManagementMBean.html       |     0
 .../apache/ignite/spi/IgniteSpiMultiException.html |     0
 .../spi/IgniteSpiMultipleInstancesSupport.html     |     0
 .../org/apache/ignite/spi/IgniteSpiNoop.html       |     0
 .../spi/IgniteSpiOperationTimeoutException.html    |     0
 .../spi/IgniteSpiOperationTimeoutHelper.html       |     0
 .../org/apache/ignite/spi/IgniteSpiThread.html     |     0
 .../apache/ignite/spi/IgniteSpiThreadFactory.html  |     0
 .../apache/ignite/spi/IgniteSpiTimeoutObject.html  |     0
 .../ignite/spi/IgniteSpiVersionCheckException.html |     0
 .../ignite/spi/checkpoint/CheckpointListener.html  |     0
 .../ignite/spi/checkpoint/CheckpointSpi.html       |     0
 .../spi/checkpoint/cache/CacheCheckpointSpi.html   |     0
 .../checkpoint/cache/CacheCheckpointSpiMBean.html  |     0
 .../cache/class-use/CacheCheckpointSpi.html        |     0
 .../cache/class-use/CacheCheckpointSpiMBean.html   |     0
 .../ignite/spi/checkpoint/cache/package-frame.html |     0
 .../spi/checkpoint/cache/package-summary.html      |     0
 .../ignite/spi/checkpoint/cache/package-tree.html  |     0
 .../ignite/spi/checkpoint/cache/package-use.html   |     0
 .../checkpoint/class-use/CheckpointListener.html   |     0
 .../spi/checkpoint/class-use/CheckpointSpi.html    |     0
 .../spi/checkpoint/jdbc/JdbcCheckpointSpi.html     |     0
 .../checkpoint/jdbc/JdbcCheckpointSpiMBean.html    |     0
 .../jdbc/class-use/JdbcCheckpointSpi.html          |     0
 .../jdbc/class-use/JdbcCheckpointSpiMBean.html     |     0
 .../ignite/spi/checkpoint/jdbc/package-frame.html  |     0
 .../spi/checkpoint/jdbc/package-summary.html       |     0
 .../ignite/spi/checkpoint/jdbc/package-tree.html   |     0
 .../ignite/spi/checkpoint/jdbc/package-use.html    |     0
 .../spi/checkpoint/noop/NoopCheckpointSpi.html     |     0
 .../noop/class-use/NoopCheckpointSpi.html          |     0
 .../ignite/spi/checkpoint/noop/package-frame.html  |     0
 .../spi/checkpoint/noop/package-summary.html       |     0
 .../ignite/spi/checkpoint/noop/package-tree.html   |     0
 .../ignite/spi/checkpoint/noop/package-use.html    |     0
 .../ignite/spi/checkpoint/package-frame.html       |     0
 .../ignite/spi/checkpoint/package-summary.html     |     0
 .../apache/ignite/spi/checkpoint/package-tree.html |     0
 .../apache/ignite/spi/checkpoint/package-use.html  |     0
 .../ignite/spi/checkpoint/s3/S3CheckpointSpi.html  |     0
 .../spi/checkpoint/s3/S3CheckpointSpiMBean.html    |     0
 .../checkpoint/s3/class-use/S3CheckpointSpi.html   |     0
 .../s3/class-use/S3CheckpointSpiMBean.html         |     0
 .../ignite/spi/checkpoint/s3/package-frame.html    |     0
 .../ignite/spi/checkpoint/s3/package-summary.html  |     0
 .../ignite/spi/checkpoint/s3/package-tree.html     |     0
 .../ignite/spi/checkpoint/s3/package-use.html      |     0
 .../checkpoint/sharedfs/SharedFsCheckpointSpi.html |     0
 .../sharedfs/SharedFsCheckpointSpiMBean.html       |     0
 .../sharedfs/class-use/SharedFsCheckpointSpi.html  |     0
 .../class-use/SharedFsCheckpointSpiMBean.html      |     0
 .../spi/checkpoint/sharedfs/package-frame.html     |     0
 .../spi/checkpoint/sharedfs/package-summary.html   |     0
 .../spi/checkpoint/sharedfs/package-tree.html      |     0
 .../spi/checkpoint/sharedfs/package-use.html       |     0
 .../spi/class-use/IgniteNodeValidationResult.html  |     0
 .../ignite/spi/class-use/IgnitePortProtocol.html   |     0
 .../org/apache/ignite/spi/class-use/IgniteSpi.html |     0
 .../ignite/spi/class-use/IgniteSpiAdapter.html     |     0
 .../spi/class-use/IgniteSpiCloseableIterator.html  |     0
 .../spi/class-use/IgniteSpiConfiguration.html      |     0
 .../spi/class-use/IgniteSpiConsistencyChecked.html |     0
 .../ignite/spi/class-use/IgniteSpiContext.html     |     0
 .../ignite/spi/class-use/IgniteSpiException.html   |     0
 .../spi/class-use/IgniteSpiMBeanAdapter.html       |     0
 .../spi/class-use/IgniteSpiManagementMBean.html    |     0
 .../spi/class-use/IgniteSpiMultiException.html     |     0
 .../IgniteSpiMultipleInstancesSupport.html         |     0
 .../apache/ignite/spi/class-use/IgniteSpiNoop.html |     0
 .../IgniteSpiOperationTimeoutException.html        |     0
 .../class-use/IgniteSpiOperationTimeoutHelper.html |     0
 .../ignite/spi/class-use/IgniteSpiThread.html      |     0
 .../spi/class-use/IgniteSpiThreadFactory.html      |     0
 .../spi/class-use/IgniteSpiTimeoutObject.html      |     0
 .../class-use/IgniteSpiVersionCheckException.html  |     0
 .../ignite/spi/collision/CollisionContext.html     |     0
 .../spi/collision/CollisionExternalListener.html   |     0
 .../ignite/spi/collision/CollisionJobContext.html  |     0
 .../apache/ignite/spi/collision/CollisionSpi.html  |     0
 .../spi/collision/class-use/CollisionContext.html  |     0
 .../class-use/CollisionExternalListener.html       |     0
 .../collision/class-use/CollisionJobContext.html   |     0
 .../spi/collision/class-use/CollisionSpi.html      |     0
 .../collision/fifoqueue/FifoQueueCollisionSpi.html |     0
 .../fifoqueue/FifoQueueCollisionSpiMBean.html      |     0
 .../fifoqueue/class-use/FifoQueueCollisionSpi.html |     0
 .../class-use/FifoQueueCollisionSpiMBean.html      |     0
 .../spi/collision/fifoqueue/package-frame.html     |     0
 .../spi/collision/fifoqueue/package-summary.html   |     0
 .../spi/collision/fifoqueue/package-tree.html      |     0
 .../spi/collision/fifoqueue/package-use.html       |     0
 .../jobstealing/JobStealingCollisionSpi.html       |     0
 .../jobstealing/JobStealingCollisionSpiMBean.html  |     0
 .../collision/jobstealing/JobStealingDisabled.html |     0
 .../collision/jobstealing/JobStealingRequest.html  |     0
 .../class-use/JobStealingCollisionSpi.html         |     0
 .../class-use/JobStealingCollisionSpiMBean.html    |     0
 .../jobstealing/class-use/JobStealingDisabled.html |     0
 .../jobstealing/class-use/JobStealingRequest.html  |     0
 .../spi/collision/jobstealing/package-frame.html   |     0
 .../spi/collision/jobstealing/package-summary.html |     0
 .../spi/collision/jobstealing/package-tree.html    |     0
 .../spi/collision/jobstealing/package-use.html     |     0
 .../spi/collision/noop/NoopCollisionSpi.html       |     0
 .../collision/noop/class-use/NoopCollisionSpi.html |     0
 .../ignite/spi/collision/noop/package-frame.html   |     0
 .../ignite/spi/collision/noop/package-summary.html |     0
 .../ignite/spi/collision/noop/package-tree.html    |     0
 .../ignite/spi/collision/noop/package-use.html     |     0
 .../apache/ignite/spi/collision/package-frame.html |     0
 .../ignite/spi/collision/package-summary.html      |     0
 .../apache/ignite/spi/collision/package-tree.html  |     0
 .../apache/ignite/spi/collision/package-use.html   |     0
 .../priorityqueue/PriorityQueueCollisionSpi.html   |     0
 .../PriorityQueueCollisionSpiMBean.html            |     0
 .../class-use/PriorityQueueCollisionSpi.html       |     0
 .../class-use/PriorityQueueCollisionSpiMBean.html  |     0
 .../spi/collision/priorityqueue/package-frame.html |     0
 .../collision/priorityqueue/package-summary.html   |     0
 .../spi/collision/priorityqueue/package-tree.html  |     0
 .../spi/collision/priorityqueue/package-use.html   |     0
 .../spi/communication/CommunicationListener.html   |     0
 .../ignite/spi/communication/CommunicationSpi.html |     0
 .../class-use/CommunicationListener.html           |     0
 .../communication/class-use/CommunicationSpi.html  |     0
 .../ignite/spi/communication/package-frame.html    |     0
 .../ignite/spi/communication/package-summary.html  |     0
 .../ignite/spi/communication/package-tree.html     |     0
 .../ignite/spi/communication/package-use.html      |     0
 .../tcp/TcpCommunicationSpi.HandshakeMessage.html  |     0
 .../tcp/TcpCommunicationSpi.HandshakeMessage2.html |     0
 .../tcp/TcpCommunicationSpi.NodeIdMessage.html     |     0
 ...mmunicationSpi.RecoveryLastReceivedMessage.html |     0
 .../spi/communication/tcp/TcpCommunicationSpi.html |     0
 .../tcp/TcpCommunicationSpiMBean.html              |     0
 .../TcpCommunicationSpi.HandshakeMessage.html      |     0
 .../TcpCommunicationSpi.HandshakeMessage2.html     |     0
 .../TcpCommunicationSpi.NodeIdMessage.html         |     0
 ...mmunicationSpi.RecoveryLastReceivedMessage.html |     0
 .../tcp/class-use/TcpCommunicationSpi.html         |     0
 .../tcp/class-use/TcpCommunicationSpiMBean.html    |     0
 .../spi/communication/tcp/package-frame.html       |     0
 .../spi/communication/tcp/package-summary.html     |     0
 .../ignite/spi/communication/tcp/package-tree.html |     0
 .../ignite/spi/communication/tcp/package-use.html  |     0
 .../ignite/spi/deployment/DeploymentListener.html  |     0
 .../ignite/spi/deployment/DeploymentResource.html  |     0
 .../spi/deployment/DeploymentResourceAdapter.html  |     0
 .../ignite/spi/deployment/DeploymentSpi.html       |     0
 .../IgnoreIfPeerClassLoadingDisabled.html          |     0
 .../deployment/class-use/DeploymentListener.html   |     0
 .../deployment/class-use/DeploymentResource.html   |     0
 .../class-use/DeploymentResourceAdapter.html       |     0
 .../spi/deployment/class-use/DeploymentSpi.html    |     0
 .../IgnoreIfPeerClassLoadingDisabled.html          |     0
 .../spi/deployment/local/LocalDeploymentSpi.html   |     0
 .../deployment/local/LocalDeploymentSpiMBean.html  |     0
 .../local/class-use/LocalDeploymentSpi.html        |     0
 .../local/class-use/LocalDeploymentSpiMBean.html   |     0
 .../ignite/spi/deployment/local/package-frame.html |     0
 .../spi/deployment/local/package-summary.html      |     0
 .../ignite/spi/deployment/local/package-tree.html  |     0
 .../ignite/spi/deployment/local/package-use.html   |     0
 .../ignite/spi/deployment/package-frame.html       |     0
 .../ignite/spi/deployment/package-summary.html     |     0
 .../apache/ignite/spi/deployment/package-tree.html |     0
 .../apache/ignite/spi/deployment/package-use.html  |     0
 .../spi/deployment/uri/UriDeploymentSpi.html       |     0
 .../spi/deployment/uri/UriDeploymentSpiMBean.html  |     0
 .../deployment/uri/class-use/UriDeploymentSpi.html |     0
 .../uri/class-use/UriDeploymentSpiMBean.html       |     0
 .../ignite/spi/deployment/uri/package-frame.html   |     0
 .../ignite/spi/deployment/uri/package-summary.html |     0
 .../ignite/spi/deployment/uri/package-tree.html    |     0
 .../ignite/spi/deployment/uri/package-use.html     |     0
 .../DiscoveryDataBag.GridDiscoveryData.html        |     0
 .../DiscoveryDataBag.JoiningNodeDiscoveryData.html |     0
 .../ignite/spi/discovery/DiscoveryDataBag.html     |     0
 .../spi/discovery/DiscoveryMetricsProvider.html    |     0
 .../apache/ignite/spi/discovery/DiscoverySpi.html  |     0
 .../spi/discovery/DiscoverySpiCustomMessage.html   |     0
 .../spi/discovery/DiscoverySpiDataExchange.html    |     0
 .../spi/discovery/DiscoverySpiHistorySupport.html  |     0
 .../ignite/spi/discovery/DiscoverySpiListener.html |     0
 .../discovery/DiscoverySpiNodeAuthenticator.html   |     0
 .../spi/discovery/DiscoverySpiOrderSupport.html    |     0
 .../DiscoveryDataBag.GridDiscoveryData.html        |     0
 .../DiscoveryDataBag.JoiningNodeDiscoveryData.html |     0
 .../spi/discovery/class-use/DiscoveryDataBag.html  |     0
 .../class-use/DiscoveryMetricsProvider.html        |     0
 .../spi/discovery/class-use/DiscoverySpi.html      |     0
 .../class-use/DiscoverySpiCustomMessage.html       |     0
 .../class-use/DiscoverySpiDataExchange.html        |     0
 .../class-use/DiscoverySpiHistorySupport.html      |     0
 .../discovery/class-use/DiscoverySpiListener.html  |     0
 .../class-use/DiscoverySpiNodeAuthenticator.html   |     0
 .../class-use/DiscoverySpiOrderSupport.html        |     0
 .../apache/ignite/spi/discovery/package-frame.html |     0
 .../ignite/spi/discovery/package-summary.html      |     0
 .../apache/ignite/spi/discovery/package-tree.html  |     0
 .../apache/ignite/spi/discovery/package-use.html   |     0
 .../ignite/spi/discovery/tcp/TcpDiscoverySpi.html  |     0
 .../spi/discovery/tcp/TcpDiscoverySpiMBean.html    |     0
 .../discovery/tcp/class-use/TcpDiscoverySpi.html   |     0
 .../tcp/class-use/TcpDiscoverySpiMBean.html        |     0
 .../tcp/ipfinder/TcpDiscoveryIpFinder.html         |     0
 .../tcp/ipfinder/TcpDiscoveryIpFinderAdapter.html  |     0
 .../ipfinder/class-use/TcpDiscoveryIpFinder.html   |     0
 .../class-use/TcpDiscoveryIpFinderAdapter.html     |     0
 .../ipfinder/cloud/TcpDiscoveryCloudIpFinder.html  |     0
 .../cloud/class-use/TcpDiscoveryCloudIpFinder.html |     0
 .../tcp/ipfinder/cloud/package-frame.html          |     0
 .../tcp/ipfinder/cloud/package-summary.html        |     0
 .../discovery/tcp/ipfinder/cloud/package-tree.html |     0
 .../discovery/tcp/ipfinder/cloud/package-use.html  |     0
 .../gce/TcpDiscoveryGoogleStorageIpFinder.html     |     0
 .../TcpDiscoveryGoogleStorageIpFinder.html         |     0
 .../discovery/tcp/ipfinder/gce/package-frame.html  |     0
 .../tcp/ipfinder/gce/package-summary.html          |     0
 .../discovery/tcp/ipfinder/gce/package-tree.html   |     0
 .../discovery/tcp/ipfinder/gce/package-use.html    |     0
 .../ipfinder/jdbc/BasicJdbcIpFinderDialect.html    |     0
 .../tcp/ipfinder/jdbc/JdbcIpFinderDialect.html     |     0
 .../ipfinder/jdbc/OracleJdbcIpFinderDialect.html   |     0
 .../ipfinder/jdbc/TcpDiscoveryJdbcIpFinder.html    |     0
 .../jdbc/class-use/BasicJdbcIpFinderDialect.html   |     0
 .../jdbc/class-use/JdbcIpFinderDialect.html        |     0
 .../jdbc/class-use/OracleJdbcIpFinderDialect.html  |     0
 .../jdbc/class-use/TcpDiscoveryJdbcIpFinder.html   |     0
 .../discovery/tcp/ipfinder/jdbc/package-frame.html |     0
 .../tcp/ipfinder/jdbc/package-summary.html         |     0
 .../discovery/tcp/ipfinder/jdbc/package-tree.html  |     0
 .../discovery/tcp/ipfinder/jdbc/package-use.html   |     0
 .../kubernetes/TcpDiscoveryKubernetesIpFinder.html |     0
 .../class-use/TcpDiscoveryKubernetesIpFinder.html  |     0
 .../tcp/ipfinder/kubernetes/package-frame.html     |     0
 .../tcp/ipfinder/kubernetes/package-summary.html   |     0
 .../tcp/ipfinder/kubernetes/package-tree.html      |     0
 .../tcp/ipfinder/kubernetes/package-use.html       |     0
 .../multicast/TcpDiscoveryMulticastIpFinder.html   |     0
 .../class-use/TcpDiscoveryMulticastIpFinder.html   |     0
 .../tcp/ipfinder/multicast/package-frame.html      |     0
 .../tcp/ipfinder/multicast/package-summary.html    |     0
 .../tcp/ipfinder/multicast/package-tree.html       |     0
 .../tcp/ipfinder/multicast/package-use.html        |     0
 .../spi/discovery/tcp/ipfinder/package-frame.html  |     0
 .../discovery/tcp/ipfinder/package-summary.html    |     0
 .../spi/discovery/tcp/ipfinder/package-tree.html   |     0
 .../spi/discovery/tcp/ipfinder/package-use.html    |     0
 .../tcp/ipfinder/s3/TcpDiscoveryS3IpFinder.html    |     0
 .../s3/class-use/TcpDiscoveryS3IpFinder.html       |     0
 .../discovery/tcp/ipfinder/s3/package-frame.html   |     0
 .../discovery/tcp/ipfinder/s3/package-summary.html |     0
 .../discovery/tcp/ipfinder/s3/package-tree.html    |     0
 .../spi/discovery/tcp/ipfinder/s3/package-use.html |     0
 .../sharedfs/TcpDiscoverySharedFsIpFinder.html     |     0
 .../class-use/TcpDiscoverySharedFsIpFinder.html    |     0
 .../tcp/ipfinder/sharedfs/package-frame.html       |     0
 .../tcp/ipfinder/sharedfs/package-summary.html     |     0
 .../tcp/ipfinder/sharedfs/package-tree.html        |     0
 .../tcp/ipfinder/sharedfs/package-use.html         |     0
 .../tcp/ipfinder/vm/TcpDiscoveryVmIpFinder.html    |     0
 .../vm/class-use/TcpDiscoveryVmIpFinder.html       |     0
 .../discovery/tcp/ipfinder/vm/package-frame.html   |     0
 .../discovery/tcp/ipfinder/vm/package-summary.html |     0
 .../discovery/tcp/ipfinder/vm/package-tree.html    |     0
 .../spi/discovery/tcp/ipfinder/vm/package-use.html |     0
 .../ipfinder/zk/TcpDiscoveryZookeeperIpFinder.html |     0
 .../class-use/TcpDiscoveryZookeeperIpFinder.html   |     0
 .../discovery/tcp/ipfinder/zk/package-frame.html   |     0
 .../discovery/tcp/ipfinder/zk/package-summary.html |     0
 .../discovery/tcp/ipfinder/zk/package-tree.html    |     0
 .../spi/discovery/tcp/ipfinder/zk/package-use.html |     0
 .../ignite/spi/discovery/tcp/package-frame.html    |     0
 .../ignite/spi/discovery/tcp/package-summary.html  |     0
 .../ignite/spi/discovery/tcp/package-tree.html     |     0
 .../ignite/spi/discovery/tcp/package-use.html      |     0
 .../ignite/spi/eventstorage/EventStorageSpi.html   |     0
 .../spi/eventstorage/NoopEventStorageSpi.html      |     0
 .../eventstorage/class-use/EventStorageSpi.html    |     0
 .../class-use/NoopEventStorageSpi.html             |     0
 .../eventstorage/memory/MemoryEventStorageSpi.html |     0
 .../memory/MemoryEventStorageSpiMBean.html         |     0
 .../memory/class-use/MemoryEventStorageSpi.html    |     0
 .../class-use/MemoryEventStorageSpiMBean.html      |     0
 .../spi/eventstorage/memory/package-frame.html     |     0
 .../spi/eventstorage/memory/package-summary.html   |     0
 .../spi/eventstorage/memory/package-tree.html      |     0
 .../spi/eventstorage/memory/package-use.html       |     0
 .../ignite/spi/eventstorage/package-frame.html     |     0
 .../ignite/spi/eventstorage/package-summary.html   |     0
 .../ignite/spi/eventstorage/package-tree.html      |     0
 .../ignite/spi/eventstorage/package-use.html       |     0
 .../ignite/spi/failover/FailoverContext.html       |     0
 .../apache/ignite/spi/failover/FailoverSpi.html    |     0
 .../spi/failover/always/AlwaysFailoverSpi.html     |     0
 .../failover/always/AlwaysFailoverSpiMBean.html    |     0
 .../always/class-use/AlwaysFailoverSpi.html        |     0
 .../always/class-use/AlwaysFailoverSpiMBean.html   |     0
 .../ignite/spi/failover/always/package-frame.html  |     0
 .../spi/failover/always/package-summary.html       |     0
 .../ignite/spi/failover/always/package-tree.html   |     0
 .../ignite/spi/failover/always/package-use.html    |     0
 .../spi/failover/class-use/FailoverContext.html    |     0
 .../ignite/spi/failover/class-use/FailoverSpi.html |     0
 .../jobstealing/JobStealingFailoverSpi.html        |     0
 .../jobstealing/JobStealingFailoverSpiMBean.html   |     0
 .../class-use/JobStealingFailoverSpi.html          |     0
 .../class-use/JobStealingFailoverSpiMBean.html     |     0
 .../spi/failover/jobstealing/package-frame.html    |     0
 .../spi/failover/jobstealing/package-summary.html  |     0
 .../spi/failover/jobstealing/package-tree.html     |     0
 .../spi/failover/jobstealing/package-use.html      |     0
 .../spi/failover/never/NeverFailoverSpi.html       |     0
 .../spi/failover/never/NeverFailoverSpiMBean.html  |     0
 .../failover/never/class-use/NeverFailoverSpi.html |     0
 .../never/class-use/NeverFailoverSpiMBean.html     |     0
 .../ignite/spi/failover/never/package-frame.html   |     0
 .../ignite/spi/failover/never/package-summary.html |     0
 .../ignite/spi/failover/never/package-tree.html    |     0
 .../ignite/spi/failover/never/package-use.html     |     0
 .../apache/ignite/spi/failover/package-frame.html  |     0
 .../ignite/spi/failover/package-summary.html       |     0
 .../apache/ignite/spi/failover/package-tree.html   |     0
 .../apache/ignite/spi/failover/package-use.html    |     0
 .../ignite/spi/indexing/IndexingQueryFilter.html   |     0
 .../apache/ignite/spi/indexing/IndexingSpi.html    |     0
 .../indexing/class-use/IndexingQueryFilter.html    |     0
 .../ignite/spi/indexing/class-use/IndexingSpi.html |     0
 .../ignite/spi/indexing/noop/NoopIndexingSpi.html  |     0
 .../indexing/noop/class-use/NoopIndexingSpi.html   |     0
 .../ignite/spi/indexing/noop/package-frame.html    |     0
 .../ignite/spi/indexing/noop/package-summary.html  |     0
 .../ignite/spi/indexing/noop/package-tree.html     |     0
 .../ignite/spi/indexing/noop/package-use.html      |     0
 .../apache/ignite/spi/indexing/package-frame.html  |     0
 .../ignite/spi/indexing/package-summary.html       |     0
 .../apache/ignite/spi/indexing/package-tree.html   |     0
 .../apache/ignite/spi/indexing/package-use.html    |     0
 .../ignite/spi/loadbalancing/LoadBalancingSpi.html |     0
 .../adaptive/AdaptiveCpuLoadProbe.html             |     0
 .../adaptive/AdaptiveJobCountLoadProbe.html        |     0
 .../adaptive/AdaptiveLoadBalancingSpi.html         |     0
 .../adaptive/AdaptiveLoadBalancingSpiMBean.html    |     0
 .../loadbalancing/adaptive/AdaptiveLoadProbe.html  |     0
 .../adaptive/AdaptiveProcessingTimeLoadProbe.html  |     0
 .../adaptive/class-use/AdaptiveCpuLoadProbe.html   |     0
 .../class-use/AdaptiveJobCountLoadProbe.html       |     0
 .../class-use/AdaptiveLoadBalancingSpi.html        |     0
 .../class-use/AdaptiveLoadBalancingSpiMBean.html   |     0
 .../adaptive/class-use/AdaptiveLoadProbe.html      |     0
 .../class-use/AdaptiveProcessingTimeLoadProbe.html |     0
 .../spi/loadbalancing/adaptive/package-frame.html  |     0
 .../loadbalancing/adaptive/package-summary.html    |     0
 .../spi/loadbalancing/adaptive/package-tree.html   |     0
 .../spi/loadbalancing/adaptive/package-use.html    |     0
 .../loadbalancing/class-use/LoadBalancingSpi.html  |     0
 .../ignite/spi/loadbalancing/package-frame.html    |     0
 .../ignite/spi/loadbalancing/package-summary.html  |     0
 .../ignite/spi/loadbalancing/package-tree.html     |     0
 .../ignite/spi/loadbalancing/package-use.html      |     0
 .../roundrobin/RoundRobinLoadBalancingSpi.html     |     0
 .../RoundRobinLoadBalancingSpiMBean.html           |     0
 .../class-use/RoundRobinLoadBalancingSpi.html      |     0
 .../class-use/RoundRobinLoadBalancingSpiMBean.html |     0
 .../loadbalancing/roundrobin/package-frame.html    |     0
 .../loadbalancing/roundrobin/package-summary.html  |     0
 .../spi/loadbalancing/roundrobin/package-tree.html |     0
 .../spi/loadbalancing/roundrobin/package-use.html  |     0
 .../WeightedRandomLoadBalancingSpi.html            |     0
 .../WeightedRandomLoadBalancingSpiMBean.html       |     0
 .../class-use/WeightedRandomLoadBalancingSpi.html  |     0
 .../WeightedRandomLoadBalancingSpiMBean.html       |     0
 .../weightedrandom/package-frame.html              |     0
 .../weightedrandom/package-summary.html            |     0
 .../loadbalancing/weightedrandom/package-tree.html |     0
 .../loadbalancing/weightedrandom/package-use.html  |     0
 .../org/apache/ignite/spi/package-frame.html       |     0
 .../org/apache/ignite/spi/package-summary.html     |     0
 .../org/apache/ignite/spi/package-tree.html        |     0
 .../javadoc/org/apache/ignite/spi/package-use.html |     0
 .../springdata/repository/IgniteRepository.html    |     0
 .../repository/class-use/IgniteRepository.html     |     0
 .../config/EnableIgniteRepositories.html           |     0
 .../config/IgniteRepositoriesRegistar.html         |     0
 .../IgniteRepositoryConfigurationExtension.html    |     0
 .../ignite/springdata/repository/config/Query.html |     0
 .../repository/config/RepositoryConfig.html        |     0
 .../config/class-use/EnableIgniteRepositories.html |     0
 .../class-use/IgniteRepositoriesRegistar.html      |     0
 .../IgniteRepositoryConfigurationExtension.html    |     0
 .../repository/config/class-use/Query.html         |     0
 .../config/class-use/RepositoryConfig.html         |     0
 .../repository/config/package-frame.html           |     0
 .../repository/config/package-summary.html         |     0
 .../springdata/repository/config/package-tree.html |     0
 .../springdata/repository/config/package-use.html  |     0
 .../springdata/repository/package-frame.html       |     0
 .../springdata/repository/package-summary.html     |     0
 .../ignite/springdata/repository/package-tree.html |     0
 .../ignite/springdata/repository/package-use.html  |     0
 .../springdata/repository/query/IgniteQuery.html   |     0
 .../repository/query/IgniteQueryGenerator.html     |     0
 .../repository/query/IgniteRepositoryQuery.html    |     0
 .../repository/query/class-use/IgniteQuery.html    |     0
 .../query/class-use/IgniteQueryGenerator.html      |     0
 .../query/class-use/IgniteRepositoryQuery.html     |     0
 .../springdata/repository/query/package-frame.html |     0
 .../repository/query/package-summary.html          |     0
 .../springdata/repository/query/package-tree.html  |     0
 .../springdata/repository/query/package-use.html   |     0
 .../support/IgniteRepositoryFactory.html           |     0
 .../support/IgniteRepositoryFactoryBean.html       |     0
 .../repository/support/IgniteRepositoryImpl.html   |     0
 .../support/class-use/IgniteRepositoryFactory.html |     0
 .../class-use/IgniteRepositoryFactoryBean.html     |     0
 .../support/class-use/IgniteRepositoryImpl.html    |     0
 .../repository/support/package-frame.html          |     0
 .../repository/support/package-summary.html        |     0
 .../repository/support/package-tree.html           |     0
 .../springdata/repository/support/package-use.html |     0
 .../org/apache/ignite/ssl/SslContextFactory.html   |     0
 .../ignite/ssl/class-use/SslContextFactory.html    |     0
 .../org/apache/ignite/ssl/package-frame.html       |     0
 .../org/apache/ignite/ssl/package-summary.html     |     0
 .../org/apache/ignite/ssl/package-tree.html        |     0
 .../javadoc/org/apache/ignite/ssl/package-use.html |     0
 .../apache/ignite/startup/BasicWarmupClosure.html  |     0
 .../startup/class-use/BasicWarmupClosure.html      |     0
 .../apache/ignite/startup/cmdline/AboutDialog.html |     0
 .../cmdline/CommandLineRandomNumberGenerator.html  |     0
 .../ignite/startup/cmdline/CommandLineStartup.html |     0
 .../startup/cmdline/CommandLineTransformer.html    |     0
 .../startup/cmdline/class-use/AboutDialog.html     |     0
 .../CommandLineRandomNumberGenerator.html          |     0
 .../cmdline/class-use/CommandLineStartup.html      |     0
 .../cmdline/class-use/CommandLineTransformer.html  |     0
 .../ignite/startup/cmdline/package-frame.html      |     0
 .../ignite/startup/cmdline/package-summary.html    |     0
 .../ignite/startup/cmdline/package-tree.html       |     0
 .../apache/ignite/startup/cmdline/package-use.html |     0
 .../org/apache/ignite/startup/package-frame.html   |     0
 .../org/apache/ignite/startup/package-summary.html |     0
 .../org/apache/ignite/startup/package-tree.html    |     0
 .../org/apache/ignite/startup/package-use.html     |     0
 .../servlet/ServletContextListenerStartup.html     |     0
 .../ignite/startup/servlet/ServletStartup.html     |     0
 .../class-use/ServletContextListenerStartup.html   |     0
 .../startup/servlet/class-use/ServletStartup.html  |     0
 .../ignite/startup/servlet/package-frame.html      |     0
 .../ignite/startup/servlet/package-summary.html    |     0
 .../ignite/startup/servlet/package-tree.html       |     0
 .../apache/ignite/startup/servlet/package-use.html |     0
 .../org/apache/ignite/stream/StreamAdapter.html    |     0
 .../stream/StreamMultipleTupleExtractor.html       |     0
 .../org/apache/ignite/stream/StreamReceiver.html   |     0
 .../ignite/stream/StreamSingleTupleExtractor.html  |     0
 .../apache/ignite/stream/StreamTransformer.html    |     0
 .../apache/ignite/stream/StreamTupleExtractor.html |     0
 .../org/apache/ignite/stream/StreamVisitor.html    |     0
 .../apache/ignite/stream/camel/CamelStreamer.html  |     0
 .../stream/camel/class-use/CamelStreamer.html      |     0
 .../apache/ignite/stream/camel/package-frame.html  |     0
 .../ignite/stream/camel/package-summary.html       |     0
 .../apache/ignite/stream/camel/package-tree.html   |     0
 .../apache/ignite/stream/camel/package-use.html    |     0
 .../ignite/stream/class-use/StreamAdapter.html     |     0
 .../class-use/StreamMultipleTupleExtractor.html    |     0
 .../ignite/stream/class-use/StreamReceiver.html    |     0
 .../class-use/StreamSingleTupleExtractor.html      |     0
 .../ignite/stream/class-use/StreamTransformer.html |     0
 .../stream/class-use/StreamTupleExtractor.html     |     0
 .../ignite/stream/class-use/StreamVisitor.html     |     0
 .../ignite/stream/flume/EventTransformer.html      |     0
 .../org/apache/ignite/stream/flume/IgniteSink.html |     0
 .../ignite/stream/flume/IgniteSinkConstants.html   |     0
 .../stream/flume/class-use/EventTransformer.html   |     0
 .../ignite/stream/flume/class-use/IgniteSink.html  |     0
 .../flume/class-use/IgniteSinkConstants.html       |     0
 .../apache/ignite/stream/flume/package-frame.html  |     0
 .../ignite/stream/flume/package-summary.html       |     0
 .../apache/ignite/stream/flume/package-tree.html   |     0
 .../apache/ignite/stream/flume/package-use.html    |     0
 .../apache/ignite/stream/jms11/JmsStreamer.html    |     0
 .../ignite/stream/jms11/MessageTransformer.html    |     0
 .../ignite/stream/jms11/class-use/JmsStreamer.html |     0
 .../stream/jms11/class-use/MessageTransformer.html |     0
 .../apache/ignite/stream/jms11/package-frame.html  |     0
 .../ignite/stream/jms11/package-summary.html       |     0
 .../apache/ignite/stream/jms11/package-tree.html   |     0
 .../apache/ignite/stream/jms11/package-use.html    |     0
 .../apache/ignite/stream/kafka/KafkaStreamer.html  |     0
 .../stream/kafka/class-use/KafkaStreamer.html      |     0
 .../stream/kafka/connect/IgniteSinkConnector.html  |     0
 .../stream/kafka/connect/IgniteSinkConstants.html  |     0
 .../connect/IgniteSinkTask.StreamerContext.html    |     0
 .../stream/kafka/connect/IgniteSinkTask.html       |     0
 .../kafka/connect/IgniteSourceConnector.html       |     0
 .../kafka/connect/IgniteSourceConstants.html       |     0
 .../stream/kafka/connect/IgniteSourceTask.html     |     0
 .../connect/class-use/IgniteSinkConnector.html     |     0
 .../connect/class-use/IgniteSinkConstants.html     |     0
 .../class-use/IgniteSinkTask.StreamerContext.html  |     0
 .../kafka/connect/class-use/IgniteSinkTask.html    |     0
 .../connect/class-use/IgniteSourceConnector.html   |     0
 .../connect/class-use/IgniteSourceConstants.html   |     0
 .../kafka/connect/class-use/IgniteSourceTask.html  |     0
 .../ignite/stream/kafka/connect/package-frame.html |     0
 .../stream/kafka/connect/package-summary.html      |     0
 .../ignite/stream/kafka/connect/package-tree.html  |     0
 .../ignite/stream/kafka/connect/package-use.html   |     0
 .../connect/serialization/CacheEventConverter.html |     0
 .../serialization/CacheEventDeserializer.html      |     0
 .../serialization/CacheEventSerializer.html        |     0
 .../class-use/CacheEventConverter.html             |     0
 .../class-use/CacheEventDeserializer.html          |     0
 .../class-use/CacheEventSerializer.html            |     0
 .../kafka/connect/serialization/package-frame.html |     0
 .../connect/serialization/package-summary.html     |     0
 .../kafka/connect/serialization/package-tree.html  |     0
 .../kafka/connect/serialization/package-use.html   |     0
 .../apache/ignite/stream/kafka/package-frame.html  |     0
 .../ignite/stream/kafka/package-summary.html       |     0
 .../apache/ignite/stream/kafka/package-tree.html   |     0
 .../apache/ignite/stream/kafka/package-use.html    |     0
 .../apache/ignite/stream/mqtt/MqttStreamer.html    |     0
 .../ignite/stream/mqtt/class-use/MqttStreamer.html |     0
 .../apache/ignite/stream/mqtt/package-frame.html   |     0
 .../apache/ignite/stream/mqtt/package-summary.html |     0
 .../apache/ignite/stream/mqtt/package-tree.html    |     0
 .../org/apache/ignite/stream/mqtt/package-use.html |     0
 .../org/apache/ignite/stream/package-frame.html    |     0
 .../org/apache/ignite/stream/package-summary.html  |     0
 .../org/apache/ignite/stream/package-tree.html     |     0
 .../org/apache/ignite/stream/package-use.html      |     0
 .../ignite/stream/rocketmq/RocketMQStreamer.html   |     0
 .../rocketmq/class-use/RocketMQStreamer.html       |     0
 .../ignite/stream/rocketmq/package-frame.html      |     0
 .../ignite/stream/rocketmq/package-summary.html    |     0
 .../ignite/stream/rocketmq/package-tree.html       |     0
 .../apache/ignite/stream/rocketmq/package-use.html |     0
 .../stream/socket/SocketMessageConverter.html      |     0
 .../ignite/stream/socket/SocketStreamer.html       |     0
 .../socket/class-use/SocketMessageConverter.html   |     0
 .../stream/socket/class-use/SocketStreamer.html    |     0
 .../apache/ignite/stream/socket/package-frame.html |     0
 .../ignite/stream/socket/package-summary.html      |     0
 .../apache/ignite/stream/socket/package-tree.html  |     0
 .../apache/ignite/stream/socket/package-use.html   |     0
 .../storm/StormStreamer.StreamerContext.html       |     0
 .../apache/ignite/stream/storm/StormStreamer.html  |     0
 .../class-use/StormStreamer.StreamerContext.html   |     0
 .../stream/storm/class-use/StormStreamer.html      |     0
 .../apache/ignite/stream/storm/package-frame.html  |     0
 .../ignite/stream/storm/package-summary.html       |     0
 .../apache/ignite/stream/storm/package-tree.html   |     0
 .../apache/ignite/stream/storm/package-use.html    |     0
 .../ignite/stream/twitter/OAuthSettings.html       |     0
 .../ignite/stream/twitter/TwitterStreamer.html     |     0
 .../stream/twitter/class-use/OAuthSettings.html    |     0
 .../stream/twitter/class-use/TwitterStreamer.html  |     0
 .../ignite/stream/twitter/package-frame.html       |     0
 .../ignite/stream/twitter/package-summary.html     |     0
 .../apache/ignite/stream/twitter/package-tree.html |     0
 .../apache/ignite/stream/twitter/package-use.html  |     0
 .../ignite/stream/zeromq/IgniteZeroMqStreamer.html |     0
 .../ignite/stream/zeromq/ZeroMqTypeSocket.html     |     0
 .../zeromq/class-use/IgniteZeroMqStreamer.html     |     0
 .../stream/zeromq/class-use/ZeroMqTypeSocket.html  |     0
 .../apache/ignite/stream/zeromq/package-frame.html |     0
 .../ignite/stream/zeromq/package-summary.html      |     0
 .../apache/ignite/stream/zeromq/package-tree.html  |     0
 .../apache/ignite/stream/zeromq/package-use.html   |     0
 .../thread/IgniteStripedThreadPoolExecutor.html    |     0
 .../org/apache/ignite/thread/IgniteThread.html     |     0
 .../apache/ignite/thread/IgniteThreadFactory.html  |     0
 .../ignite/thread/IgniteThreadPoolExecutor.html    |     0
 .../class-use/IgniteStripedThreadPoolExecutor.html |     0
 .../ignite/thread/class-use/IgniteThread.html      |     0
 .../thread/class-use/IgniteThreadFactory.html      |     0
 .../thread/class-use/IgniteThreadPoolExecutor.html |     0
 .../org/apache/ignite/thread/package-frame.html    |     0
 .../org/apache/ignite/thread/package-summary.html  |     0
 .../org/apache/ignite/thread/package-tree.html     |     0
 .../org/apache/ignite/thread/package-use.html      |     0
 .../apache/ignite/transactions/Transaction.html    |     0
 .../transactions/TransactionConcurrency.html       |     0
 .../transactions/TransactionDeadlockException.html |     0
 .../ignite/transactions/TransactionException.html  |     0
 .../TransactionHeuristicException.html             |     0
 .../ignite/transactions/TransactionIsolation.html  |     0
 .../ignite/transactions/TransactionMetrics.html    |     0
 .../TransactionOptimisticException.html            |     0
 .../transactions/TransactionRollbackException.html |     0
 .../ignite/transactions/TransactionState.html      |     0
 .../transactions/TransactionTimeoutException.html  |     0
 .../ignite/transactions/class-use/Transaction.html |     0
 .../class-use/TransactionConcurrency.html          |     0
 .../class-use/TransactionDeadlockException.html    |     0
 .../class-use/TransactionException.html            |     0
 .../class-use/TransactionHeuristicException.html   |     0
 .../class-use/TransactionIsolation.html            |     0
 .../transactions/class-use/TransactionMetrics.html |     0
 .../class-use/TransactionOptimisticException.html  |     0
 .../class-use/TransactionRollbackException.html    |     0
 .../transactions/class-use/TransactionState.html   |     0
 .../class-use/TransactionTimeoutException.html     |     0
 .../apache/ignite/transactions/package-frame.html  |     0
 .../ignite/transactions/package-summary.html       |     0
 .../apache/ignite/transactions/package-tree.html   |     0
 .../apache/ignite/transactions/package-use.html    |     0
 .../spring/SpringTransactionManager.html           |     0
 .../spring/class-use/SpringTransactionManager.html |     0
 .../ignite/transactions/spring/package-frame.html  |     0
 .../transactions/spring/package-summary.html       |     0
 .../ignite/transactions/spring/package-tree.html   |     0
 .../ignite/transactions/spring/package-use.html    |     0
 .../ignite/visor/plugin/VisorExtensionPoint.html   |     0
 .../ignite/visor/plugin/VisorPluggableTab.html     |     0
 .../apache/ignite/visor/plugin/VisorPlugin.html    |     0
 .../ignite/visor/plugin/VisorPluginComponent.html  |     0
 .../visor/plugin/VisorPluginComponentsFactory.html |     0
 .../ignite/visor/plugin/VisorPluginLogPanel.html   |     0
 .../ignite/visor/plugin/VisorPluginModel.html      |     0
 .../ignite/visor/plugin/VisorPluginNodesPanel.html |     0
 .../visor/plugin/VisorSelectionListener.html       |     0
 .../ignite/visor/plugin/VisorTopologyListener.html |     0
 .../plugin/class-use/VisorExtensionPoint.html      |     0
 .../visor/plugin/class-use/VisorPluggableTab.html  |     0
 .../ignite/visor/plugin/class-use/VisorPlugin.html |     0
 .../plugin/class-use/VisorPluginComponent.html     |     0
 .../class-use/VisorPluginComponentsFactory.html    |     0
 .../plugin/class-use/VisorPluginLogPanel.html      |     0
 .../visor/plugin/class-use/VisorPluginModel.html   |     0
 .../plugin/class-use/VisorPluginNodesPanel.html    |     0
 .../plugin/class-use/VisorSelectionListener.html   |     0
 .../plugin/class-use/VisorTopologyListener.html    |     0
 .../apache/ignite/visor/plugin/package-frame.html  |     0
 .../ignite/visor/plugin/package-summary.html       |     0
 .../apache/ignite/visor/plugin/package-tree.html   |     0
 .../apache/ignite/visor/plugin/package-use.html    |     0
 .../org/apache/ignite/yarn/ApplicationMaster.html  |     0
 .../org/apache/ignite/yarn/ClusterProperties.html  |     0
 .../org/apache/ignite/yarn/IgniteContainer.html    |     0
 .../yarn/IgniteProvider.VersionComparator.html     |     0
 .../org/apache/ignite/yarn/IgniteProvider.html     |     0
 .../org/apache/ignite/yarn/IgniteYarnClient.html   |     0
 .../ignite/yarn/class-use/ApplicationMaster.html   |     0
 .../ignite/yarn/class-use/ClusterProperties.html   |     0
 .../ignite/yarn/class-use/IgniteContainer.html     |     0
 .../IgniteProvider.VersionComparator.html          |     0
 .../ignite/yarn/class-use/IgniteProvider.html      |     0
 .../ignite/yarn/class-use/IgniteYarnClient.html    |     0
 .../org/apache/ignite/yarn/package-frame.html      |     0
 .../org/apache/ignite/yarn/package-summary.html    |     0
 .../org/apache/ignite/yarn/package-tree.html       |     0
 .../org/apache/ignite/yarn/package-use.html        |     0
 .../apache/ignite/yarn/utils/IgniteYarnUtils.html  |     0
 .../yarn/utils/class-use/IgniteYarnUtils.html      |     0
 .../apache/ignite/yarn/utils/package-frame.html    |     0
 .../apache/ignite/yarn/utils/package-summary.html  |     0
 .../org/apache/ignite/yarn/utils/package-tree.html |     0
 .../org/apache/ignite/yarn/utils/package-use.html  |     0
 releases/2.3.0/javadoc/overview-frame.html         |     0
 releases/2.3.0/javadoc/overview-summary.html       |     0
 releases/2.3.0/javadoc/overview-tree.html          |     0
 releases/2.3.0/javadoc/package-list                |     0
 releases/2.3.0/javadoc/resources/background.gif    |   Bin
 releases/2.3.0/javadoc/resources/tab.gif           |   Bin
 releases/2.3.0/javadoc/resources/titlebar.gif      |   Bin
 releases/2.3.0/javadoc/resources/titlebar_end.gif  |   Bin
 releases/2.3.0/javadoc/serialized-form.html        |     0
 releases/2.3.0/javadoc/tools.js                    |     0
 releases/2.3.0/scaladoc/scalar/img/avg.png         |   Bin
 .../2.3.0/scaladoc/scalar/img/callout_blue.gif     |   Bin
 .../2.3.0/scaladoc/scalar/img/callout_yellow.gif   |   Bin
 releases/2.3.0/scaladoc/scalar/img/cube.gif        |   Bin
 releases/2.3.0/scaladoc/scalar/img/cube_3.0.gif    |   Bin
 .../2.3.0/scaladoc/scalar/img/cube_transparent.gif |   Bin
 .../2.3.0/scaladoc/scalar/img/documentation.gif    |   Bin
 .../2.3.0/scaladoc/scalar/img/email_support.gif    |   Bin
 releases/2.3.0/scaladoc/scalar/img/forums.gif      |   Bin
 releases/2.3.0/scaladoc/scalar/img/gavg.png        |   Bin
 releases/2.3.0/scaladoc/scalar/img/gg_30.png       |   Bin
 releases/2.3.0/scaladoc/scalar/img/gg_30s.png      |   Bin
 .../scalar/img/gridgain_30c_javadoc_qr.png         |   Bin
 releases/2.3.0/scaladoc/scalar/img/gridgain_qr.png |   Bin
 releases/2.3.0/scaladoc/scalar/img/havg.png        |   Bin
 .../scaladoc/scalar/img/in_memory_compute_grid.png |   Bin
 .../scaladoc/scalar/img/in_memory_data_grid.png    |   Bin
 .../2.3.0/scaladoc/scalar/img/issue_tracking.gif   |   Bin
 .../2.3.0/scaladoc/scalar/img/javadoc4_logo.png    |   Bin
 releases/2.3.0/scaladoc/scalar/img/mail_11x11.gif  |   Bin
 releases/2.3.0/scaladoc/scalar/img/qavg.png        |   Bin
 releases/2.3.0/scaladoc/scalar/img/search.gif      |   Bin
 releases/2.3.0/scaladoc/scalar/img/spacer.gif      |   Bin
 releases/2.3.0/scaladoc/scalar/img/sum.png         |   Bin
 releases/2.3.0/scaladoc/scalar/img/wavg.png        |   Bin
 releases/2.3.0/scaladoc/scalar/index.html          |     0
 releases/2.3.0/scaladoc/scalar/index.js            |     0
 releases/2.3.0/scaladoc/scalar/index/index-_.html  |     0
 releases/2.3.0/scaladoc/scalar/index/index-a.html  |     0
 releases/2.3.0/scaladoc/scalar/index/index-b.html  |     0
 releases/2.3.0/scaladoc/scalar/index/index-c.html  |     0
 releases/2.3.0/scaladoc/scalar/index/index-d.html  |     0
 releases/2.3.0/scaladoc/scalar/index/index-e.html  |     0
 releases/2.3.0/scaladoc/scalar/index/index-f.html  |     0
 releases/2.3.0/scaladoc/scalar/index/index-g.html  |     0
 releases/2.3.0/scaladoc/scalar/index/index-i.html  |     0
 releases/2.3.0/scaladoc/scalar/index/index-k.html  |     0
 releases/2.3.0/scaladoc/scalar/index/index-l.html  |     0
 releases/2.3.0/scaladoc/scalar/index/index-n.html  |     0
 releases/2.3.0/scaladoc/scalar/index/index-o.html  |     0
 releases/2.3.0/scaladoc/scalar/index/index-p.html  |     0
 releases/2.3.0/scaladoc/scalar/index/index-r.html  |     0
 releases/2.3.0/scaladoc/scalar/index/index-s.html  |     0
 releases/2.3.0/scaladoc/scalar/index/index-t.html  |     0
 releases/2.3.0/scaladoc/scalar/index/index-u.html  |     0
 releases/2.3.0/scaladoc/scalar/index/index-v.html  |     0
 releases/2.3.0/scaladoc/scalar/index/index-w.html  |     0
 releases/2.3.0/scaladoc/scalar/lib/arrow-down.png  |   Bin
 releases/2.3.0/scaladoc/scalar/lib/arrow-right.png |   Bin
 releases/2.3.0/scaladoc/scalar/lib/class.png       |   Bin
 releases/2.3.0/scaladoc/scalar/lib/class_big.png   |   Bin
 .../2.3.0/scaladoc/scalar/lib/class_diagram.png    |   Bin
 .../scaladoc/scalar/lib/class_to_object_big.png    |   Bin
 .../2.3.0/scaladoc/scalar/lib/constructorsbg.gif   |   Bin
 .../2.3.0/scaladoc/scalar/lib/conversionbg.gif     |   Bin
 releases/2.3.0/scaladoc/scalar/lib/defbg-blue.gif  |   Bin
 releases/2.3.0/scaladoc/scalar/lib/defbg-green.gif |   Bin
 releases/2.3.0/scaladoc/scalar/lib/diagrams.css    |     0
 releases/2.3.0/scaladoc/scalar/lib/diagrams.js     |     0
 .../2.3.0/scaladoc/scalar/lib/filter_box_left.png  |   Bin
 .../2.3.0/scaladoc/scalar/lib/filter_box_left2.gif |   Bin
 .../2.3.0/scaladoc/scalar/lib/filter_box_right.png |   Bin
 releases/2.3.0/scaladoc/scalar/lib/filterbg.gif    |   Bin
 .../2.3.0/scaladoc/scalar/lib/filterboxbarbg.gif   |   Bin
 .../2.3.0/scaladoc/scalar/lib/filterboxbarbg.png   |   Bin
 releases/2.3.0/scaladoc/scalar/lib/filterboxbg.gif |   Bin
 .../2.3.0/scaladoc/scalar/lib/fullcommenttopbg.gif |   Bin
 releases/2.3.0/scaladoc/scalar/lib/index.css       |     0
 releases/2.3.0/scaladoc/scalar/lib/index.js        |     0
 releases/2.3.0/scaladoc/scalar/lib/jquery-ui.js    |     0
 releases/2.3.0/scaladoc/scalar/lib/jquery.js       |     0
 .../2.3.0/scaladoc/scalar/lib/jquery.layout.js     |     0
 .../2.3.0/scaladoc/scalar/lib/modernizr.custom.js  |     0
 .../2.3.0/scaladoc/scalar/lib/navigation-li-a.png  |   Bin
 .../2.3.0/scaladoc/scalar/lib/navigation-li.png    |   Bin
 releases/2.3.0/scaladoc/scalar/lib/object.png      |   Bin
 releases/2.3.0/scaladoc/scalar/lib/object_big.png  |   Bin
 .../2.3.0/scaladoc/scalar/lib/object_diagram.png   |   Bin
 .../scaladoc/scalar/lib/object_to_class_big.png    |   Bin
 .../scaladoc/scalar/lib/object_to_trait_big.png    |   Bin
 .../scaladoc/scalar/lib/object_to_type_big.png     |   Bin
 releases/2.3.0/scaladoc/scalar/lib/ownderbg2.gif   |   Bin
 releases/2.3.0/scaladoc/scalar/lib/ownerbg.gif     |   Bin
 releases/2.3.0/scaladoc/scalar/lib/ownerbg2.gif    |   Bin
 releases/2.3.0/scaladoc/scalar/lib/package.png     |   Bin
 releases/2.3.0/scaladoc/scalar/lib/package_big.png |   Bin
 releases/2.3.0/scaladoc/scalar/lib/packagesbg.gif  |   Bin
 releases/2.3.0/scaladoc/scalar/lib/permalink.png   |   Bin
 releases/2.3.0/scaladoc/scalar/lib/ref-index.css   |     0
 releases/2.3.0/scaladoc/scalar/lib/remove.png      |   Bin
 releases/2.3.0/scaladoc/scalar/lib/scheduler.js    |     0
 .../scaladoc/scalar/lib/selected-implicits.png     |   Bin
 .../scalar/lib/selected-right-implicits.png        |   Bin
 .../2.3.0/scaladoc/scalar/lib/selected-right.png   |   Bin
 releases/2.3.0/scaladoc/scalar/lib/selected.png    |   Bin
 .../2.3.0/scaladoc/scalar/lib/selected2-right.png  |   Bin
 releases/2.3.0/scaladoc/scalar/lib/selected2.png   |   Bin
 releases/2.3.0/scaladoc/scalar/lib/signaturebg.gif |   Bin
 .../2.3.0/scaladoc/scalar/lib/signaturebg2.gif     |   Bin
 releases/2.3.0/scaladoc/scalar/lib/template.css    |     0
 releases/2.3.0/scaladoc/scalar/lib/template.js     |     0
 .../2.3.0/scaladoc/scalar/lib/tools.tooltip.js     |     0
 releases/2.3.0/scaladoc/scalar/lib/trait.png       |   Bin
 releases/2.3.0/scaladoc/scalar/lib/trait_big.png   |   Bin
 .../2.3.0/scaladoc/scalar/lib/trait_diagram.png    |   Bin
 .../scaladoc/scalar/lib/trait_to_object_big.png    |   Bin
 releases/2.3.0/scaladoc/scalar/lib/type.png        |   Bin
 releases/2.3.0/scaladoc/scalar/lib/type_big.png    |   Bin
 .../2.3.0/scaladoc/scalar/lib/type_diagram.png     |   Bin
 .../scaladoc/scalar/lib/type_to_object_big.png     |   Bin
 releases/2.3.0/scaladoc/scalar/lib/typebg.gif      |   Bin
 releases/2.3.0/scaladoc/scalar/lib/unselected.png  |   Bin
 .../2.3.0/scaladoc/scalar/lib/valuemembersbg.gif   |   Bin
 .../scaladoc/scalar/org/apache/ignite/package.html |     0
 .../apache/ignite/scalar/ScalarConversions.html    |     0
 .../ignite/scalar/lang/ScalarAbsClosure.html       |     0
 .../scalar/lang/ScalarAbsClosureFunction.html      |     0
 .../ignite/scalar/lang/ScalarAbsClosureX.html      |     0
 .../scalar/lang/ScalarAbsClosureXFunction.html     |     0
 .../ignite/scalar/lang/ScalarAbsPredicate.html     |     0
 .../scalar/lang/ScalarAbsPredicateFunction.html    |     0
 .../ignite/scalar/lang/ScalarAbsPredicateX.html    |     0
 .../scalar/lang/ScalarAbsPredicateXFunction.html   |     0
 .../apache/ignite/scalar/lang/ScalarClosure.html   |     0
 .../apache/ignite/scalar/lang/ScalarClosure2.html  |     0
 .../ignite/scalar/lang/ScalarClosure2Function.html |     0
 .../apache/ignite/scalar/lang/ScalarClosure2X.html |     0
 .../scalar/lang/ScalarClosure2XFunction.html       |     0
 .../apache/ignite/scalar/lang/ScalarClosure3.html  |     0
 .../ignite/scalar/lang/ScalarClosure3Function.html |     0
 .../apache/ignite/scalar/lang/ScalarClosure3X.html |     0
 .../scalar/lang/ScalarClosure3XFunction.html       |     0
 .../ignite/scalar/lang/ScalarClosureFunction.html  |     0
 .../apache/ignite/scalar/lang/ScalarClosureX.html  |     0
 .../ignite/scalar/lang/ScalarClosureXFunction.html |     0
 .../apache/ignite/scalar/lang/ScalarInClosure.html |     0
 .../ignite/scalar/lang/ScalarInClosure2.html       |     0
 .../scalar/lang/ScalarInClosure2Function.html      |     0
 .../ignite/scalar/lang/ScalarInClosure2X.html      |     0
 .../scalar/lang/ScalarInClosure2XFunction.html     |     0
 .../ignite/scalar/lang/ScalarInClosure3.html       |     0
 .../scalar/lang/ScalarInClosure3Function.html      |     0
 .../ignite/scalar/lang/ScalarInClosure3X.html      |     0
 .../scalar/lang/ScalarInClosure3XFunction.html     |     0
 .../scalar/lang/ScalarInClosureFunction.html       |     0
 .../ignite/scalar/lang/ScalarInClosureX.html       |     0
 .../scalar/lang/ScalarInClosureXFunction.html      |     0
 .../org/apache/ignite/scalar/lang/ScalarJob.html   |     0
 .../ignite/scalar/lang/ScalarOutClosure.html       |     0
 .../scalar/lang/ScalarOutClosureFunction.html      |     0
 .../ignite/scalar/lang/ScalarOutClosureX.html      |     0
 .../scalar/lang/ScalarOutClosureXFunction.html     |     0
 .../apache/ignite/scalar/lang/ScalarPredicate.html |     0
 .../ignite/scalar/lang/ScalarPredicate2.html       |     0
 .../scalar/lang/ScalarPredicate2Function.html      |     0
 .../ignite/scalar/lang/ScalarPredicate2X.html      |     0
 .../scalar/lang/ScalarPredicate2XFunction.html     |     0
 .../ignite/scalar/lang/ScalarPredicate3.html       |     0
 .../scalar/lang/ScalarPredicate3Function.html      |     0
 .../ignite/scalar/lang/ScalarPredicate3X.html      |     0
 .../scalar/lang/ScalarPredicate3XFunction.html     |     0
 .../scalar/lang/ScalarPredicateFunction.html       |     0
 .../ignite/scalar/lang/ScalarPredicateX.html       |     0
 .../scalar/lang/ScalarPredicateXFunction.html      |     0
 .../apache/ignite/scalar/lang/ScalarReducer.html   |     0
 .../apache/ignite/scalar/lang/ScalarReducer2.html  |     0
 .../ignite/scalar/lang/ScalarReducer2Function.html |     0
 .../apache/ignite/scalar/lang/ScalarReducer3.html  |     0
 .../ignite/scalar/lang/ScalarReducer3Function.html |     0
 .../ignite/scalar/lang/ScalarReducerFunction.html  |     0
 .../org/apache/ignite/scalar/lang/package.html     |     0
 .../scalar/org/apache/ignite/scalar/package.html   |     0
 .../apache/ignite/scalar/pimps/PimpedType$.html    |     0
 .../org/apache/ignite/scalar/pimps/PimpedType.html |     0
 .../ignite/scalar/pimps/ScalarCachePimp$.html      |     0
 .../ignite/scalar/pimps/ScalarCachePimp.html       |     0
 .../ignite/scalar/pimps/ScalarGridPimp$.html       |     0
 .../apache/ignite/scalar/pimps/ScalarGridPimp.html |     0
 .../ignite/scalar/pimps/ScalarProjectionPimp$.html |     0
 .../ignite/scalar/pimps/ScalarProjectionPimp.html  |     0
 .../scalar/pimps/ScalarTaskThreadContext.html      |     0
 .../org/apache/ignite/scalar/pimps/package.html    |     0
 .../scalar/org/apache/ignite/scalar/scalar$.html   |     0
 .../2.3.0/scaladoc/scalar/org/apache/package.html  |     0
 releases/2.3.0/scaladoc/scalar/org/package.html    |     0
 releases/2.3.0/scaladoc/scalar/package.html        |     0
 releases/2.3.0/scaladoc/scalar/tools.js            |     0
 releases/2.4.0/cppdoc/annotated.html               |     0
 releases/2.4.0/cppdoc/arrowdown.png                |   Bin
 releases/2.4.0/cppdoc/arrowright.png               |   Bin
 releases/2.4.0/cppdoc/bc_s.png                     |   Bin
 releases/2.4.0/cppdoc/bdwn.png                     |   Bin
 releases/2.4.0/cppdoc/binary_8h.html               |     0
 releases/2.4.0/cppdoc/binary_8h_source.html        |     0
 releases/2.4.0/cppdoc/binary__consts_8h.html       |     0
 .../2.4.0/cppdoc/binary__consts_8h_source.html     |     0
 releases/2.4.0/cppdoc/binary__containers_8h.html   |     0
 .../2.4.0/cppdoc/binary__containers_8h_source.html |     0
 releases/2.4.0/cppdoc/binary__object_8h.html       |     0
 .../2.4.0/cppdoc/binary__object_8h_source.html     |     0
 releases/2.4.0/cppdoc/binary__raw__reader_8h.html  |     0
 .../cppdoc/binary__raw__reader_8h_source.html      |     0
 releases/2.4.0/cppdoc/binary__raw__writer_8h.html  |     0
 .../cppdoc/binary__raw__writer_8h_source.html      |     0
 releases/2.4.0/cppdoc/binary__reader_8h.html       |     0
 .../2.4.0/cppdoc/binary__reader_8h_source.html     |     0
 releases/2.4.0/cppdoc/binary__type_8h.html         |     0
 releases/2.4.0/cppdoc/binary__type_8h_source.html  |     0
 releases/2.4.0/cppdoc/binary__writer_8h.html       |     0
 .../2.4.0/cppdoc/binary__writer_8h_source.html     |     0
 releases/2.4.0/cppdoc/cache_8h.html                |     0
 releases/2.4.0/cppdoc/cache_8h_source.html         |     0
 releases/2.4.0/cppdoc/cache__entry_8h.html         |     0
 releases/2.4.0/cppdoc/cache__entry_8h_source.html  |     0
 releases/2.4.0/cppdoc/cache__entry__event_8h.html  |     0
 .../cppdoc/cache__entry__event_8h_source.html      |     0
 .../cppdoc/cache__entry__event__filter_8h.html     |     0
 .../cache__entry__event__filter_8h_source.html     |     0
 .../cppdoc/cache__entry__event__listener_8h.html   |     0
 .../cache__entry__event__listener_8h_source.html   |     0
 .../2.4.0/cppdoc/cache__entry__processor_8h.html   |     0
 .../cppdoc/cache__entry__processor_8h_source.html  |     0
 releases/2.4.0/cppdoc/cache__peek__mode_8h.html    |     0
 .../2.4.0/cppdoc/cache__peek__mode_8h_source.html  |     0
 releases/2.4.0/cppdoc/classes.html                 |     0
 .../classignite_1_1ConstReference-members.html     |     0
 .../cppdoc/classignite_1_1ConstReference.html      |     0
 .../2.4.0/cppdoc/classignite_1_1Date-members.html  |     0
 releases/2.4.0/cppdoc/classignite_1_1Date.html     |     0
 .../cppdoc/classignite_1_1Future-members.html      |     0
 releases/2.4.0/cppdoc/classignite_1_1Future.html   |     0
 ...lassignite_1_1Future_3_01void_01_4-members.html |     0
 .../classignite_1_1Future_3_01void_01_4.html       |     0
 .../2.4.0/cppdoc/classignite_1_1Guid-members.html  |     0
 releases/2.4.0/cppdoc/classignite_1_1Guid.html     |     0
 .../cppdoc/classignite_1_1Ignite-members.html      |     0
 releases/2.4.0/cppdoc/classignite_1_1Ignite.html   |     0
 .../classignite_1_1IgniteBinding-members.html      |     0
 .../2.4.0/cppdoc/classignite_1_1IgniteBinding.html |     0
 ...lassignite_1_1IgniteBindingContext-members.html |     0
 .../classignite_1_1IgniteBindingContext.html       |     0
 .../cppdoc/classignite_1_1IgniteError-members.html |     0
 .../2.4.0/cppdoc/classignite_1_1IgniteError.html   |     0
 .../2.4.0/cppdoc/classignite_1_1IgniteError.png    |   Bin
 .../cppdoc/classignite_1_1Ignition-members.html    |     0
 releases/2.4.0/cppdoc/classignite_1_1Ignition.html |     0
 .../cppdoc/classignite_1_1JvmOptions-members.html  |     0
 .../2.4.0/cppdoc/classignite_1_1JvmOptions.html    |     0
 .../cppdoc/classignite_1_1Reference-members.html   |     0
 .../2.4.0/cppdoc/classignite_1_1Reference.html     |     0
 .../2.4.0/cppdoc/classignite_1_1Time-members.html  |     0
 releases/2.4.0/cppdoc/classignite_1_1Time.html     |     0
 .../cppdoc/classignite_1_1Timestamp-members.html   |     0
 .../2.4.0/cppdoc/classignite_1_1Timestamp.html     |     0
 ...ite_1_1binary_1_1BinaryArrayReader-members.html |     0
 ...classignite_1_1binary_1_1BinaryArrayReader.html |     0
 ...ite_1_1binary_1_1BinaryArrayWriter-members.html |     0
 ...classignite_1_1binary_1_1BinaryArrayWriter.html |     0
 ..._1binary_1_1BinaryCollectionReader-members.html |     0
 ...ignite_1_1binary_1_1BinaryCollectionReader.html |     0
 ..._1binary_1_1BinaryCollectionWriter-members.html |     0
 ...ignite_1_1binary_1_1BinaryCollectionWriter.html |     0
 ...gnite_1_1binary_1_1BinaryMapReader-members.html |     0
 .../classignite_1_1binary_1_1BinaryMapReader.html  |     0
 ...gnite_1_1binary_1_1BinaryMapWriter-members.html |     0
 .../classignite_1_1binary_1_1BinaryMapWriter.html  |     0
 ...ssignite_1_1binary_1_1BinaryObject-members.html |     0
 .../classignite_1_1binary_1_1BinaryObject.html     |     0
 ...gnite_1_1binary_1_1BinaryRawReader-members.html |     0
 .../classignite_1_1binary_1_1BinaryRawReader.html  |     0
 ...gnite_1_1binary_1_1BinaryRawWriter-members.html |     0
 .../classignite_1_1binary_1_1BinaryRawWriter.html  |     0
 ...ssignite_1_1binary_1_1BinaryReader-members.html |     0
 .../classignite_1_1binary_1_1BinaryReader.html     |     0
 ...1binary_1_1BinaryStringArrayReader-members.html |     0
 ...gnite_1_1binary_1_1BinaryStringArrayReader.html |     0
 ...1binary_1_1BinaryStringArrayWriter-members.html |     0
 ...gnite_1_1binary_1_1BinaryStringArrayWriter.html |     0
 ...ssignite_1_1binary_1_1BinaryWriter-members.html |     0
 .../classignite_1_1binary_1_1BinaryWriter.html     |     0
 .../classignite_1_1cache_1_1Cache-members.html     |     0
 .../cppdoc/classignite_1_1cache_1_1Cache.html      |     0
 ...classignite_1_1cache_1_1CacheEntry-members.html |     0
 .../cppdoc/classignite_1_1cache_1_1CacheEntry.html |     0
 .../cppdoc/classignite_1_1cache_1_1CacheEntry.png  |   Bin
 ...ignite_1_1cache_1_1CacheEntryEvent-members.html |     0
 .../classignite_1_1cache_1_1CacheEntryEvent.html   |     0
 .../classignite_1_1cache_1_1CacheEntryEvent.png    |   Bin
 ...te_1_1cache_1_1CacheEntryProcessor-members.html |     0
 ...lassignite_1_1cache_1_1CacheEntryProcessor.html |     0
 ...nite_1_1cache_1_1MutableCacheEntry-members.html |     0
 .../classignite_1_1cache_1_1MutableCacheEntry.html |     0
 ..._1_1event_1_1CacheEntryEventFilter-members.html |     0
 ...1_1cache_1_1event_1_1CacheEntryEventFilter.html |     0
 ..._1_1cache_1_1event_1_1CacheEntryEventFilter.png |   Bin
 ..._1event_1_1CacheEntryEventListener-members.html |     0
 ...1cache_1_1event_1_1CacheEntryEventListener.html |     0
 ...e_1_1cache_1_1query_1_1QueryCursor-members.html |     0
 ...assignite_1_1cache_1_1query_1_1QueryCursor.html |     0
 ...ache_1_1query_1_1QueryFieldsCursor-members.html |     0
 ...ite_1_1cache_1_1query_1_1QueryFieldsCursor.html |     0
 ..._1cache_1_1query_1_1QueryFieldsRow-members.html |     0
 ...ignite_1_1cache_1_1query_1_1QueryFieldsRow.html |     0
 ...ite_1_1cache_1_1query_1_1ScanQuery-members.html |     0
 ...classignite_1_1cache_1_1query_1_1ScanQuery.html |     0
 ..._1cache_1_1query_1_1SqlFieldsQuery-members.html |     0
 ...ignite_1_1cache_1_1query_1_1SqlFieldsQuery.html |     0
 ...nite_1_1cache_1_1query_1_1SqlQuery-members.html |     0
 .../classignite_1_1cache_1_1query_1_1SqlQuery.html |     0
 ...ite_1_1cache_1_1query_1_1TextQuery-members.html |     0
 ...classignite_1_1cache_1_1query_1_1TextQuery.html |     0
 ...y_1_1continuous_1_1ContinuousQuery-members.html |     0
 ..._1_1query_1_1continuous_1_1ContinuousQuery.html |     0
 ...ontinuous_1_1ContinuousQueryHandle-members.html |     0
 ...ery_1_1continuous_1_1ContinuousQueryHandle.html |     0
 .../cppdoc/classignite_1_1common_1_1Promise.html   |     0
 .../classignite_1_1compute_1_1Compute-members.html |     0
 .../cppdoc/classignite_1_1compute_1_1Compute.html  |     0
 ...ssignite_1_1compute_1_1ComputeFunc-members.html |     0
 .../classignite_1_1compute_1_1ComputeFunc.html     |     0
 ...he_1_1event_1_1CacheEntryEventFilterHolder.html |     0
 ...ite_1_1transactions_1_1Transaction-members.html |     0
 ...classignite_1_1transactions_1_1Transaction.html |     0
 ...transactions_1_1TransactionMetrics-members.html |     0
 ...nite_1_1transactions_1_1TransactionMetrics.html |     0
 ...te_1_1transactions_1_1Transactions-members.html |     0
 ...lassignite_1_1transactions_1_1Transactions.html |     0
 releases/2.4.0/cppdoc/closed.png                   |   Bin
 releases/2.4.0/cppdoc/compute_8h.html              |     0
 releases/2.4.0/cppdoc/compute_8h_source.html       |     0
 releases/2.4.0/cppdoc/compute__func_8h.html        |     0
 releases/2.4.0/cppdoc/compute__func_8h_source.html |     0
 releases/2.4.0/cppdoc/continuous__query_8h.html    |     0
 .../2.4.0/cppdoc/continuous__query_8h_source.html  |     0
 .../2.4.0/cppdoc/continuous__query__handle_8h.html |     0
 .../continuous__query__handle_8h_source.html       |     0
 releases/2.4.0/cppdoc/date_8h.html                 |     0
 releases/2.4.0/cppdoc/date_8h_source.html          |     0
 .../dir_11fbc4217d50ab21044e5ad6614aede5.html      |     0
 .../dir_13c1d00a1be9b016a133dec12b890b36.html      |     0
 .../dir_1d5505cee217f179c88903b7091c150e.html      |     0
 .../dir_2dedece15635f75054d44afc50ccfbaf.html      |     0
 .../dir_3ea13a7deaf085a2d3c551dce8b68ff3.html      |     0
 .../dir_4e4d22e38ca4e2e8207825ee2d00bc54.html      |     0
 .../dir_70c4f2dc9c34c91dd30b464208cd3c8c.html      |     0
 .../dir_73151ea5884c52b11ec50969c926e1f3.html      |     0
 .../dir_84516225c95b6844f8b87c0f7daf8132.html      |     0
 .../dir_88bd599177f4cc5007b9f053025b0bc5.html      |     0
 .../dir_89e6aceab60817aa630a6f544556b5f7.html      |     0
 .../dir_91ef880c2b12d355e87d8c01b90755f3.html      |     0
 .../dir_985e469ec48e039817ced4926e3f7372.html      |     0
 .../dir_a589d7fa76191ec48a638b0021c39d11.html      |     0
 .../dir_b98deae7bc3b0ca8b45558e3cfe0065d.html      |     0
 .../dir_bdd9a5d540de89e9fe90efdfc6973a4f.html      |     0
 .../dir_cabbc57be87e7b42e2aa05a6e528b8d7.html      |     0
 .../dir_f18fe8b4ea83e72b6c5f9ba3529386ec.html      |     0
 releases/2.4.0/cppdoc/doc.png                      |   Bin
 releases/2.4.0/cppdoc/doxygen.css                  |     0
 releases/2.4.0/cppdoc/doxygen.png                  |   Bin
 releases/2.4.0/cppdoc/dynsections.js               |     0
 releases/2.4.0/cppdoc/files.html                   |     0
 releases/2.4.0/cppdoc/folderclosed.png             |   Bin
 releases/2.4.0/cppdoc/folderopen.png               |   Bin
 releases/2.4.0/cppdoc/functions.html               |     0
 releases/2.4.0/cppdoc/functions_0x7e.html          |     0
 releases/2.4.0/cppdoc/functions_b.html             |     0
 releases/2.4.0/cppdoc/functions_c.html             |     0
 releases/2.4.0/cppdoc/functions_d.html             |     0
 releases/2.4.0/cppdoc/functions_enum.html          |     0
 releases/2.4.0/cppdoc/functions_eval.html          |     0
 releases/2.4.0/cppdoc/functions_f.html             |     0
 releases/2.4.0/cppdoc/functions_func.html          |     0
 releases/2.4.0/cppdoc/functions_func_0x7e.html     |     0
 releases/2.4.0/cppdoc/functions_func_b.html        |     0
 releases/2.4.0/cppdoc/functions_func_c.html        |     0
 releases/2.4.0/cppdoc/functions_func_d.html        |     0
 releases/2.4.0/cppdoc/functions_func_f.html        |     0
 releases/2.4.0/cppdoc/functions_func_g.html        |     0
 releases/2.4.0/cppdoc/functions_func_h.html        |     0
 releases/2.4.0/cppdoc/functions_func_i.html        |     0
 releases/2.4.0/cppdoc/functions_func_j.html        |     0
 releases/2.4.0/cppdoc/functions_func_l.html        |     0
 releases/2.4.0/cppdoc/functions_func_m.html        |     0
 releases/2.4.0/cppdoc/functions_func_o.html        |     0
 releases/2.4.0/cppdoc/functions_func_p.html        |     0
 releases/2.4.0/cppdoc/functions_func_q.html        |     0
 releases/2.4.0/cppdoc/functions_func_r.html        |     0
 releases/2.4.0/cppdoc/functions_func_s.html        |     0
 releases/2.4.0/cppdoc/functions_func_t.html        |     0
 releases/2.4.0/cppdoc/functions_func_w.html        |     0
 releases/2.4.0/cppdoc/functions_g.html             |     0
 releases/2.4.0/cppdoc/functions_h.html             |     0
 releases/2.4.0/cppdoc/functions_i.html             |     0
 releases/2.4.0/cppdoc/functions_j.html             |     0
 releases/2.4.0/cppdoc/functions_k.html             |     0
 releases/2.4.0/cppdoc/functions_l.html             |     0
 releases/2.4.0/cppdoc/functions_m.html             |     0
 releases/2.4.0/cppdoc/functions_n.html             |     0
 releases/2.4.0/cppdoc/functions_o.html             |     0
 releases/2.4.0/cppdoc/functions_p.html             |     0
 releases/2.4.0/cppdoc/functions_q.html             |     0
 releases/2.4.0/cppdoc/functions_r.html             |     0
 releases/2.4.0/cppdoc/functions_rela.html          |     0
 releases/2.4.0/cppdoc/functions_s.html             |     0
 releases/2.4.0/cppdoc/functions_t.html             |     0
 releases/2.4.0/cppdoc/functions_type.html          |     0
 releases/2.4.0/cppdoc/functions_u.html             |     0
 releases/2.4.0/cppdoc/functions_v.html             |     0
 releases/2.4.0/cppdoc/functions_vars.html          |     0
 releases/2.4.0/cppdoc/functions_w.html             |     0
 releases/2.4.0/cppdoc/future_8h.html               |     0
 releases/2.4.0/cppdoc/future_8h_source.html        |     0
 releases/2.4.0/cppdoc/globals.html                 |     0
 releases/2.4.0/cppdoc/globals_defs.html            |     0
 releases/2.4.0/cppdoc/guid_8h.html                 |     0
 releases/2.4.0/cppdoc/guid_8h_source.html          |     0
 releases/2.4.0/cppdoc/hierarchy.html               |     0
 releases/2.4.0/cppdoc/ignite_8h.html               |     0
 releases/2.4.0/cppdoc/ignite_8h_source.html        |     0
 .../2.4.0/cppdoc/ignite__binding_8h_source.html    |     0
 .../2.4.0/cppdoc/ignite__binding__context_8h.html  |     0
 .../cppdoc/ignite__binding__context_8h_source.html |     0
 .../2.4.0/cppdoc/ignite__configuration_8h.html     |     0
 .../cppdoc/ignite__configuration_8h_source.html    |     0
 releases/2.4.0/cppdoc/ignite__error_8h.html        |     0
 releases/2.4.0/cppdoc/ignite__error_8h_source.html |     0
 releases/2.4.0/cppdoc/ignite_logo.png              |   Bin
 releases/2.4.0/cppdoc/ignition_8h.html             |     0
 releases/2.4.0/cppdoc/ignition_8h_source.html      |     0
 releases/2.4.0/cppdoc/index.html                   |     0
 releases/2.4.0/cppdoc/jquery.js                    |     0
 .../cppdoc/mutable__cache__entry_8h_source.html    |     0
 releases/2.4.0/cppdoc/namespaceignite.html         |     0
 .../2.4.0/cppdoc/namespaceignite_1_1binary.html    |     0
 .../2.4.0/cppdoc/namespaceignite_1_1cache.html     |     0
 .../cppdoc/namespaceignite_1_1cache_1_1event.html  |     0
 .../cppdoc/namespaceignite_1_1cache_1_1query.html  |     0
 ...paceignite_1_1cache_1_1query_1_1continuous.html |     0
 .../cppdoc/namespaceignite_1_1transactions.html    |     0
 releases/2.4.0/cppdoc/namespacemembers.html        |     0
 releases/2.4.0/cppdoc/namespacemembers_func.html   |     0
 releases/2.4.0/cppdoc/namespacemembers_vars.html   |     0
 releases/2.4.0/cppdoc/namespaces.html              |     0
 releases/2.4.0/cppdoc/nav_f.png                    |   Bin
 releases/2.4.0/cppdoc/nav_g.png                    |   Bin
 releases/2.4.0/cppdoc/nav_h.png                    |   Bin
 releases/2.4.0/cppdoc/open.png                     |   Bin
 releases/2.4.0/cppdoc/query_8h.html                |     0
 releases/2.4.0/cppdoc/query_8h_source.html         |     0
 releases/2.4.0/cppdoc/query__cursor_8h.html        |     0
 releases/2.4.0/cppdoc/query__cursor_8h_source.html |     0
 .../2.4.0/cppdoc/query__fields__cursor_8h.html     |     0
 .../cppdoc/query__fields__cursor_8h_source.html    |     0
 releases/2.4.0/cppdoc/query__fields__row_8h.html   |     0
 .../2.4.0/cppdoc/query__fields__row_8h_source.html |     0
 releases/2.4.0/cppdoc/query__scan_8h.html          |     0
 releases/2.4.0/cppdoc/query__scan_8h_source.html   |     0
 releases/2.4.0/cppdoc/query__sql_8h.html           |     0
 releases/2.4.0/cppdoc/query__sql_8h_source.html    |     0
 releases/2.4.0/cppdoc/query__sql__fields_8h.html   |     0
 .../2.4.0/cppdoc/query__sql__fields_8h_source.html |     0
 releases/2.4.0/cppdoc/query__text_8h.html          |     0
 releases/2.4.0/cppdoc/query__text_8h_source.html   |     0
 releases/2.4.0/cppdoc/reference_8h.html            |     0
 releases/2.4.0/cppdoc/reference_8h_source.html     |     0
 releases/2.4.0/cppdoc/search/all_0.html            |     0
 releases/2.4.0/cppdoc/search/all_0.js              |     0
 releases/2.4.0/cppdoc/search/all_1.html            |     0
 releases/2.4.0/cppdoc/search/all_1.js              |     0
 releases/2.4.0/cppdoc/search/all_10.html           |     0
 releases/2.4.0/cppdoc/search/all_10.js             |     0
 releases/2.4.0/cppdoc/search/all_11.html           |     0
 releases/2.4.0/cppdoc/search/all_11.js             |     0
 releases/2.4.0/cppdoc/search/all_12.html           |     0
 releases/2.4.0/cppdoc/search/all_12.js             |     0
 releases/2.4.0/cppdoc/search/all_13.html           |     0
 releases/2.4.0/cppdoc/search/all_13.js             |     0
 releases/2.4.0/cppdoc/search/all_14.html           |     0
 releases/2.4.0/cppdoc/search/all_14.js             |     0
 releases/2.4.0/cppdoc/search/all_15.html           |     0
 releases/2.4.0/cppdoc/search/all_15.js             |     0
 releases/2.4.0/cppdoc/search/all_16.html           |     0
 releases/2.4.0/cppdoc/search/all_16.js             |     0
 releases/2.4.0/cppdoc/search/all_2.html            |     0
 releases/2.4.0/cppdoc/search/all_2.js              |     0
 releases/2.4.0/cppdoc/search/all_3.html            |     0
 releases/2.4.0/cppdoc/search/all_3.js              |     0
 releases/2.4.0/cppdoc/search/all_4.html            |     0
 releases/2.4.0/cppdoc/search/all_4.js              |     0
 releases/2.4.0/cppdoc/search/all_5.html            |     0
 releases/2.4.0/cppdoc/search/all_5.js              |     0
 releases/2.4.0/cppdoc/search/all_6.html            |     0
 releases/2.4.0/cppdoc/search/all_6.js              |     0
 releases/2.4.0/cppdoc/search/all_7.html            |     0
 releases/2.4.0/cppdoc/search/all_7.js              |     0
 releases/2.4.0/cppdoc/search/all_8.html            |     0
 releases/2.4.0/cppdoc/search/all_8.js              |     0
 releases/2.4.0/cppdoc/search/all_9.html            |     0
 releases/2.4.0/cppdoc/search/all_9.js              |     0
 releases/2.4.0/cppdoc/search/all_a.html            |     0
 releases/2.4.0/cppdoc/search/all_a.js              |     0
 releases/2.4.0/cppdoc/search/all_b.html            |     0
 releases/2.4.0/cppdoc/search/all_b.js              |     0
 releases/2.4.0/cppdoc/search/all_c.html            |     0
 releases/2.4.0/cppdoc/search/all_c.js              |     0
 releases/2.4.0/cppdoc/search/all_d.html            |     0
 releases/2.4.0/cppdoc/search/all_d.js              |     0
 releases/2.4.0/cppdoc/search/all_e.html            |     0
 releases/2.4.0/cppdoc/search/all_e.js              |     0
 releases/2.4.0/cppdoc/search/all_f.html            |     0
 releases/2.4.0/cppdoc/search/all_f.js              |     0
 releases/2.4.0/cppdoc/search/classes_0.html        |     0
 releases/2.4.0/cppdoc/search/classes_0.js          |     0
 releases/2.4.0/cppdoc/search/classes_1.html        |     0
 releases/2.4.0/cppdoc/search/classes_1.js          |     0
 releases/2.4.0/cppdoc/search/classes_2.html        |     0
 releases/2.4.0/cppdoc/search/classes_2.js          |     0
 releases/2.4.0/cppdoc/search/classes_3.html        |     0
 releases/2.4.0/cppdoc/search/classes_3.js          |     0
 releases/2.4.0/cppdoc/search/classes_4.html        |     0
 releases/2.4.0/cppdoc/search/classes_4.js          |     0
 releases/2.4.0/cppdoc/search/classes_5.html        |     0
 releases/2.4.0/cppdoc/search/classes_5.js          |     0
 releases/2.4.0/cppdoc/search/classes_6.html        |     0
 releases/2.4.0/cppdoc/search/classes_6.js          |     0
 releases/2.4.0/cppdoc/search/classes_7.html        |     0
 releases/2.4.0/cppdoc/search/classes_7.js          |     0
 releases/2.4.0/cppdoc/search/classes_8.html        |     0
 releases/2.4.0/cppdoc/search/classes_8.js          |     0
 releases/2.4.0/cppdoc/search/classes_9.html        |     0
 releases/2.4.0/cppdoc/search/classes_9.js          |     0
 releases/2.4.0/cppdoc/search/classes_a.html        |     0
 releases/2.4.0/cppdoc/search/classes_a.js          |     0
 releases/2.4.0/cppdoc/search/classes_b.html        |     0
 releases/2.4.0/cppdoc/search/classes_b.js          |     0
 releases/2.4.0/cppdoc/search/classes_c.html        |     0
 releases/2.4.0/cppdoc/search/classes_c.js          |     0
 releases/2.4.0/cppdoc/search/close.png             |   Bin
 releases/2.4.0/cppdoc/search/defines_0.html        |     0
 releases/2.4.0/cppdoc/search/defines_0.js          |     0
 releases/2.4.0/cppdoc/search/enums_0.html          |     0
 releases/2.4.0/cppdoc/search/enums_0.js            |     0
 releases/2.4.0/cppdoc/search/enumvalues_0.html     |     0
 releases/2.4.0/cppdoc/search/enumvalues_0.js       |     0
 releases/2.4.0/cppdoc/search/enumvalues_1.html     |     0
 releases/2.4.0/cppdoc/search/enumvalues_1.js       |     0
 releases/2.4.0/cppdoc/search/enumvalues_2.html     |     0
 releases/2.4.0/cppdoc/search/enumvalues_2.js       |     0
 releases/2.4.0/cppdoc/search/enumvalues_3.html     |     0
 releases/2.4.0/cppdoc/search/enumvalues_3.js       |     0
 releases/2.4.0/cppdoc/search/enumvalues_4.html     |     0
 releases/2.4.0/cppdoc/search/enumvalues_4.js       |     0
 releases/2.4.0/cppdoc/search/enumvalues_5.html     |     0
 releases/2.4.0/cppdoc/search/enumvalues_5.js       |     0
 releases/2.4.0/cppdoc/search/enumvalues_6.html     |     0
 releases/2.4.0/cppdoc/search/enumvalues_6.js       |     0
 releases/2.4.0/cppdoc/search/enumvalues_7.html     |     0
 releases/2.4.0/cppdoc/search/enumvalues_7.js       |     0
 releases/2.4.0/cppdoc/search/enumvalues_8.html     |     0
 releases/2.4.0/cppdoc/search/enumvalues_8.js       |     0
 releases/2.4.0/cppdoc/search/enumvalues_9.html     |     0
 releases/2.4.0/cppdoc/search/enumvalues_9.js       |     0
 releases/2.4.0/cppdoc/search/enumvalues_a.html     |     0
 releases/2.4.0/cppdoc/search/enumvalues_a.js       |     0
 releases/2.4.0/cppdoc/search/enumvalues_b.html     |     0
 releases/2.4.0/cppdoc/search/enumvalues_b.js       |     0
 releases/2.4.0/cppdoc/search/files_0.html          |     0
 releases/2.4.0/cppdoc/search/files_0.js            |     0
 releases/2.4.0/cppdoc/search/files_1.html          |     0
 releases/2.4.0/cppdoc/search/files_1.js            |     0
 releases/2.4.0/cppdoc/search/files_2.html          |     0
 releases/2.4.0/cppdoc/search/files_2.js            |     0
 releases/2.4.0/cppdoc/search/files_3.html          |     0
 releases/2.4.0/cppdoc/search/files_3.js            |     0
 releases/2.4.0/cppdoc/search/files_4.html          |     0
 releases/2.4.0/cppdoc/search/files_4.js            |     0
 releases/2.4.0/cppdoc/search/files_5.html          |     0
 releases/2.4.0/cppdoc/search/files_5.js            |     0
 releases/2.4.0/cppdoc/search/files_6.html          |     0
 releases/2.4.0/cppdoc/search/files_6.js            |     0
 releases/2.4.0/cppdoc/search/files_7.html          |     0
 releases/2.4.0/cppdoc/search/files_7.js            |     0
 releases/2.4.0/cppdoc/search/files_8.html          |     0
 releases/2.4.0/cppdoc/search/files_8.js            |     0
 releases/2.4.0/cppdoc/search/functions_0.html      |     0
 releases/2.4.0/cppdoc/search/functions_0.js        |     0
 releases/2.4.0/cppdoc/search/functions_1.html      |     0
 releases/2.4.0/cppdoc/search/functions_1.js        |     0
 releases/2.4.0/cppdoc/search/functions_10.html     |     0
 releases/2.4.0/cppdoc/search/functions_10.js       |     0
 releases/2.4.0/cppdoc/search/functions_11.html     |     0
 releases/2.4.0/cppdoc/search/functions_11.js       |     0
 releases/2.4.0/cppdoc/search/functions_12.html     |     0
 releases/2.4.0/cppdoc/search/functions_12.js       |     0
 releases/2.4.0/cppdoc/search/functions_2.html      |     0
 releases/2.4.0/cppdoc/search/functions_2.js        |     0
 releases/2.4.0/cppdoc/search/functions_3.html      |     0
 releases/2.4.0/cppdoc/search/functions_3.js        |     0
 releases/2.4.0/cppdoc/search/functions_4.html      |     0
 releases/2.4.0/cppdoc/search/functions_4.js        |     0
 releases/2.4.0/cppdoc/search/functions_5.html      |     0
 releases/2.4.0/cppdoc/search/functions_5.js        |     0
 releases/2.4.0/cppdoc/search/functions_6.html      |     0
 releases/2.4.0/cppdoc/search/functions_6.js        |     0
 releases/2.4.0/cppdoc/search/functions_7.html      |     0
 releases/2.4.0/cppdoc/search/functions_7.js        |     0
 releases/2.4.0/cppdoc/search/functions_8.html      |     0
 releases/2.4.0/cppdoc/search/functions_8.js        |     0
 releases/2.4.0/cppdoc/search/functions_9.html      |     0
 releases/2.4.0/cppdoc/search/functions_9.js        |     0
 releases/2.4.0/cppdoc/search/functions_a.html      |     0
 releases/2.4.0/cppdoc/search/functions_a.js        |     0
 releases/2.4.0/cppdoc/search/functions_b.html      |     0
 releases/2.4.0/cppdoc/search/functions_b.js        |     0
 releases/2.4.0/cppdoc/search/functions_c.html      |     0
 releases/2.4.0/cppdoc/search/functions_c.js        |     0
 releases/2.4.0/cppdoc/search/functions_d.html      |     0
 releases/2.4.0/cppdoc/search/functions_d.js        |     0
 releases/2.4.0/cppdoc/search/functions_e.html      |     0
 releases/2.4.0/cppdoc/search/functions_e.js        |     0
 releases/2.4.0/cppdoc/search/functions_f.html      |     0
 releases/2.4.0/cppdoc/search/functions_f.js        |     0
 releases/2.4.0/cppdoc/search/mag_sel.png           |   Bin
 releases/2.4.0/cppdoc/search/namespaces_0.html     |     0
 releases/2.4.0/cppdoc/search/namespaces_0.js       |     0
 releases/2.4.0/cppdoc/search/nomatches.html        |     0
 releases/2.4.0/cppdoc/search/pages_0.html          |     0
 releases/2.4.0/cppdoc/search/pages_0.js            |     0
 releases/2.4.0/cppdoc/search/related_0.html        |     0
 releases/2.4.0/cppdoc/search/related_0.js          |     0
 releases/2.4.0/cppdoc/search/search.css            |     0
 releases/2.4.0/cppdoc/search/search.js             |     0
 releases/2.4.0/cppdoc/search/search_l.png          |   Bin
 releases/2.4.0/cppdoc/search/search_m.png          |   Bin
 releases/2.4.0/cppdoc/search/search_r.png          |   Bin
 releases/2.4.0/cppdoc/search/searchdata.js         |     0
 releases/2.4.0/cppdoc/search/typedefs_0.html       |     0
 releases/2.4.0/cppdoc/search/typedefs_0.js         |     0
 releases/2.4.0/cppdoc/search/typedefs_1.html       |     0
 releases/2.4.0/cppdoc/search/typedefs_1.js         |     0
 releases/2.4.0/cppdoc/search/variables_0.html      |     0
 releases/2.4.0/cppdoc/search/variables_0.js        |     0
 releases/2.4.0/cppdoc/search/variables_1.html      |     0
 releases/2.4.0/cppdoc/search/variables_1.js        |     0
 releases/2.4.0/cppdoc/search/variables_2.html      |     0
 releases/2.4.0/cppdoc/search/variables_2.js        |     0
 releases/2.4.0/cppdoc/search/variables_3.html      |     0
 releases/2.4.0/cppdoc/search/variables_3.js        |     0
 releases/2.4.0/cppdoc/search/variables_4.html      |     0
 releases/2.4.0/cppdoc/search/variables_4.js        |     0
 releases/2.4.0/cppdoc/search/variables_5.html      |     0
 releases/2.4.0/cppdoc/search/variables_5.js        |     0
 releases/2.4.0/cppdoc/search/variables_6.html      |     0
 releases/2.4.0/cppdoc/search/variables_6.js        |     0
 releases/2.4.0/cppdoc/search/variables_7.html      |     0
 releases/2.4.0/cppdoc/search/variables_7.js        |     0
 releases/2.4.0/cppdoc/splitbar.png                 |   Bin
 ...tructignite_1_1IgniteConfiguration-members.html |     0
 .../structignite_1_1IgniteConfiguration.html       |     0
 .../structignite_1_1binary_1_1BinaryType.html      |     0
 ...nary_1_1BinaryType_3_01T_01_5_01_4-members.html |     0
 ...te_1_1binary_1_1BinaryType_3_01T_01_5_01_4.html |     0
 ...ignite_1_1binary_1_1CollectionType-members.html |     0
 .../structignite_1_1binary_1_1CollectionType.html  |     0
 .../structignite_1_1binary_1_1MapType-members.html |     0
 .../cppdoc/structignite_1_1binary_1_1MapType.html  |     0
 ...ctignite_1_1cache_1_1CachePeekMode-members.html |     0
 .../structignite_1_1cache_1_1CachePeekMode.html    |     0
 ...sactions_1_1TransactionConcurrency-members.html |     0
 ..._1_1transactions_1_1TransactionConcurrency.html |     0
 ...ansactions_1_1TransactionIsolation-members.html |     0
 ...te_1_1transactions_1_1TransactionIsolation.html |     0
 ..._1transactions_1_1TransactionState-members.html |     0
 ...ignite_1_1transactions_1_1TransactionState.html |     0
 releases/2.4.0/cppdoc/sync_off.png                 |   Bin
 releases/2.4.0/cppdoc/sync_on.png                  |   Bin
 releases/2.4.0/cppdoc/tab_a.png                    |   Bin
 releases/2.4.0/cppdoc/tab_b.png                    |   Bin
 releases/2.4.0/cppdoc/tab_h.png                    |   Bin
 releases/2.4.0/cppdoc/tab_s.png                    |   Bin
 releases/2.4.0/cppdoc/tabs.css                     |     0
 releases/2.4.0/cppdoc/time_8h.html                 |     0
 releases/2.4.0/cppdoc/time_8h_source.html          |     0
 releases/2.4.0/cppdoc/timestamp_8h.html            |     0
 releases/2.4.0/cppdoc/timestamp_8h_source.html     |     0
 releases/2.4.0/cppdoc/transaction_8h.html          |     0
 releases/2.4.0/cppdoc/transaction_8h_source.html   |     0
 releases/2.4.0/cppdoc/transaction__consts_8h.html  |     0
 .../cppdoc/transaction__consts_8h_source.html      |     0
 releases/2.4.0/cppdoc/transaction__metrics_8h.html |     0
 .../cppdoc/transaction__metrics_8h_source.html     |     0
 releases/2.4.0/cppdoc/transactions_8h.html         |     0
 releases/2.4.0/cppdoc/transactions_8h_source.html  |     0
 ...he.Ignite.AspNet.IgniteOutputCacheProvider.html |   704 +-
 ...ite.AspNet.IgniteSessionStateStoreProvider.html |  1400 +-
 .../api/Apache.Ignite.AspNet.IgniteWebUtils.html   |   354 +-
 .../2.4.0/dotnetdoc/api/Apache.Ignite.AspNet.html  |   250 +-
 ...e.Ignite.Core.Binary.BinaryBasicNameMapper.html |   534 +-
 ...che.Ignite.Core.Binary.BinaryConfiguration.html |   842 +-
 ...e.Ignite.Core.Binary.BinaryObjectException.html |   588 +-
 ...ite.Core.Binary.BinaryReflectiveSerializer.html |   540 +-
 ...Ignite.Core.Binary.BinaryTypeConfiguration.html |   848 +-
 .../Apache.Ignite.Core.Binary.BinaryTypeNames.html |  1716 +-
 .../Apache.Ignite.Core.Binary.IBinarizable.html    |   410 +-
 .../api/Apache.Ignite.Core.Binary.IBinary.html     |  1416 +-
 .../Apache.Ignite.Core.Binary.IBinaryIdMapper.html |   420 +-
 ...pache.Ignite.Core.Binary.IBinaryNameMapper.html |   410 +-
 .../Apache.Ignite.Core.Binary.IBinaryObject.html   |   704 +-
 ...he.Ignite.Core.Binary.IBinaryObjectBuilder.html |  3306 +-
 ...Apache.Ignite.Core.Binary.IBinaryRawReader.html |  1920 +-
 ...Apache.Ignite.Core.Binary.IBinaryRawWriter.html |  1870 +-
 .../Apache.Ignite.Core.Binary.IBinaryReader.html   |  3006 +-
 ...pache.Ignite.Core.Binary.IBinarySerializer.html |   370 +-
 .../api/Apache.Ignite.Core.Binary.IBinaryType.html |   610 +-
 .../Apache.Ignite.Core.Binary.IBinaryWriter.html   |  2216 +-
 ...ache.Ignite.Core.Binary.TimestampAttribute.html |   556 +-
 .../dotnetdoc/api/Apache.Ignite.Core.Binary.html   |   318 +-
 ...e.Core.Cache.Affinity.AffinityFunctionBase.html |   680 +-
 ...ore.Cache.Affinity.AffinityFunctionContext.html |   576 +-
 ...che.Ignite.Core.Cache.Affinity.AffinityKey.html |   998 +-
 ....Cache.Affinity.AffinityKeyMappedAttribute.html |   640 +-
 ...ore.Cache.Affinity.AffinityTopologyVersion.html |   898 +-
 ...nite.Core.Cache.Affinity.IAffinityFunction.html |   510 +-
 ...nity.Rendezvous.RendezvousAffinityFunction.html |   358 +-
 ...ache.Ignite.Core.Cache.Affinity.Rendezvous.html |   242 +-
 .../api/Apache.Ignite.Core.Cache.Affinity.html     |   270 +-
 ...re.Cache.CacheAtomicUpdateTimeoutException.html |   590 +-
 ...te.Core.Cache.CacheEntryProcessorException.html |   638 +-
 .../Apache.Ignite.Core.Cache.CacheException.html   |   594 +-
 ...ite.Core.Cache.CachePartialUpdateException.html |   788 +-
 .../Apache.Ignite.Core.Cache.CachePeekMode.html    |   318 +-
 .../Apache.Ignite.Core.Cache.CacheResult-1.html    |   874 +-
 ...ore.Cache.Configuration.CacheAtomicityMode.html |   286 +-
 ...ore.Cache.Configuration.CacheConfiguration.html |  4436 +-
 ....Cache.Configuration.CacheKeyConfiguration.html |   470 +-
 ....Ignite.Core.Cache.Configuration.CacheMode.html |   294 +-
 ...ore.Cache.Configuration.CacheRebalanceMode.html |   294 +-
 ...onfiguration.CacheWriteSynchronizationMode.html |   294 +-
 ...e.Cache.Configuration.DataPageEvictionMode.html |   294 +-
 ...re.Cache.Configuration.MemoryConfiguration.html |   834 +-
 ...he.Configuration.MemoryPolicyConfiguration.html |  1056 +-
 ...Cache.Configuration.NearCacheConfiguration.html |   468 +-
 ...re.Cache.Configuration.PartitionLossPolicy.html |   310 +-
 ...Ignite.Core.Cache.Configuration.QueryAlias.html |   480 +-
 ...gnite.Core.Cache.Configuration.QueryEntity.html |   898 +-
 ...Ignite.Core.Cache.Configuration.QueryField.html |   724 +-
 ...Ignite.Core.Cache.Configuration.QueryIndex.html |   790 +-
 ...e.Core.Cache.Configuration.QueryIndexField.html |   530 +-
 ...te.Core.Cache.Configuration.QueryIndexType.html |   294 +-
 ...Cache.Configuration.QuerySqlFieldAttribute.html |   902 +-
 ...ache.Configuration.QueryTextFieldAttribute.html |   606 +-
 .../Apache.Ignite.Core.Cache.Configuration.html    |   318 +-
 ...gnite.Core.Cache.Event.CacheEntryEventType.html |   294 +-
 ...Ignite.Core.Cache.Event.ICacheEntryEvent-2.html |   490 +-
 ....Core.Cache.Event.ICacheEntryEventFilter-2.html |   368 +-
 ...ore.Cache.Event.ICacheEntryEventListener-2.html |   338 +-
 .../api/Apache.Ignite.Core.Cache.Event.html        |   258 +-
 ...ite.Core.Cache.Eviction.EvictionPolicyBase.html |   602 +-
 ...ite.Core.Cache.Eviction.FifoEvictionPolicy.html |   358 +-
 ...Ignite.Core.Cache.Eviction.IEvictionPolicy.html |   246 +-
 ...nite.Core.Cache.Eviction.LruEvictionPolicy.html |   358 +-
 .../api/Apache.Ignite.Core.Cache.Eviction.html     |   258 +-
 ...ache.Ignite.Core.Cache.Expiry.ExpiryPolicy.html |   536 +-
 ...che.Ignite.Core.Cache.Expiry.IExpiryPolicy.html |   388 +-
 .../api/Apache.Ignite.Core.Cache.Expiry.html       |   250 +-
 .../api/Apache.Ignite.Core.Cache.ICache-2.html     |  6948 +--
 .../Apache.Ignite.Core.Cache.ICacheAffinity.html   |  1698 +-
 .../Apache.Ignite.Core.Cache.ICacheEntry-2.html    |   380 +-
 ...ache.Ignite.Core.Cache.ICacheEntryFilter-2.html |   368 +-
 ...e.Ignite.Core.Cache.ICacheEntryProcessor-4.html |   394 +-
 ...te.Core.Cache.ICacheEntryProcessorResult-2.html |   380 +-
 .../api/Apache.Ignite.Core.Cache.ICacheLock.html   |   420 +-
 .../Apache.Ignite.Core.Cache.ICacheMetrics.html    |  3562 +-
 .../Apache.Ignite.Core.Cache.IMemoryMetrics.html   |   526 +-
 ...che.Ignite.Core.Cache.IMutableCacheEntry-2.html |   418 +-
 ...e.Cache.Query.Continuous.ContinuousQuery-2.html |   886 +-
 ...ore.Cache.Query.Continuous.ContinuousQuery.html |   462 +-
 ...Query.Continuous.ContinuousQueryExtensions.html |   426 +-
 ....Query.Continuous.IContinuousQueryHandle-1.html |   338 +-
 ...he.Query.Continuous.IContinuousQueryHandle.html |   258 +-
 .../Apache.Ignite.Core.Cache.Query.Continuous.html |   262 +-
 ...Ignite.Core.Cache.Query.IFieldsQueryCursor.html |   320 +-
 ...che.Ignite.Core.Cache.Query.IQueryCursor-1.html |   344 +-
 .../Apache.Ignite.Core.Cache.Query.QueryBase.html  |   474 +-
 ...Apache.Ignite.Core.Cache.Query.ScanQuery-2.html |   512 +-
 ...che.Ignite.Core.Cache.Query.SqlFieldsQuery.html |  1044 +-
 .../Apache.Ignite.Core.Cache.Query.SqlQuery.html   |   956 +-
 .../Apache.Ignite.Core.Cache.Query.TextQuery.html  |   684 +-
 .../api/Apache.Ignite.Core.Cache.Query.html        |   270 +-
 ...ache.Store.CacheParallelLoadStoreAdapter-3.html |  1098 +-
 ...gnite.Core.Cache.Store.CacheStoreAdapter-2.html |   850 +-
 ...gnite.Core.Cache.Store.CacheStoreException.html |   590 +-
 ...ache.Ignite.Core.Cache.Store.ICacheStore-2.html |  1008 +-
 ...Apache.Ignite.Core.Cache.Store.ICacheStore.html |   246 +-
 ...Ignite.Core.Cache.Store.ICacheStoreSession.html |   342 +-
 .../api/Apache.Ignite.Core.Cache.Store.html        |   266 +-
 .../dotnetdoc/api/Apache.Ignite.Core.Cache.html    |   314 +-
 ...Core.Client.Cache.CacheClientConfiguration.html |  2038 +-
 ...he.Ignite.Core.Client.Cache.ICacheClient-2.html |  4268 +-
 .../api/Apache.Ignite.Core.Client.Cache.html       |   250 +-
 ...Apache.Ignite.Core.Client.ClientStatusCode.html |   318 +-
 .../Apache.Ignite.Core.Client.IIgniteClient.html   |  1040 +-
 ...nite.Core.Client.IgniteClientConfiguration.html |  1150 +-
 ...re.Client.IgniteClientConfigurationSection.html |   742 +-
 ...e.Ignite.Core.Client.IgniteClientException.html |   814 +-
 .../dotnetdoc/api/Apache.Ignite.Core.Client.html   |   266 +-
 ...te.Core.Cluster.ClusterGroupEmptyException.html |   588 +-
 ...nite.Core.Cluster.ClusterTopologyException.html |   588 +-
 .../Apache.Ignite.Core.Cluster.IBaselineNode.html  |   342 +-
 .../api/Apache.Ignite.Core.Cluster.ICluster.html   |  1228 +-
 .../Apache.Ignite.Core.Cluster.IClusterGroup.html  |  1834 +-
 ...Apache.Ignite.Core.Cluster.IClusterMetrics.html |  2826 +-
 .../Apache.Ignite.Core.Cluster.IClusterNode.html   |   916 +-
 ...che.Ignite.Core.Cluster.IClusterNodeFilter.html |   330 +-
 .../dotnetdoc/api/Apache.Ignite.Core.Cluster.html  |   274 +-
 ...te.Core.Common.ClientDisconnectedException.html |   648 +-
 ...Apache.Ignite.Core.Common.ExceptionFactory.html |   340 +-
 .../api/Apache.Ignite.Core.Common.IFactory-1.html  |   326 +-
 .../Apache.Ignite.Core.Common.IgniteException.html |   628 +-
 ...Core.Common.IgniteFutureCancelledException.html |   588 +-
 .../api/Apache.Ignite.Core.Common.IgniteGuid.html  |   898 +-
 .../Apache.Ignite.Core.Common.JavaException.html   |   896 +-
 .../dotnetdoc/api/Apache.Ignite.Core.Common.html   |   278 +-
 ...gnite.Core.Communication.ICommunicationSpi.html |   246 +-
 ...Core.Communication.Tcp.TcpCommunicationSpi.html |  1702 +-
 .../api/Apache.Ignite.Core.Communication.Tcp.html  |   242 +-
 .../api/Apache.Ignite.Core.Communication.html      |   242 +-
 ....Compute.ComputeExecutionRejectedException.html |   588 +-
 ...he.Ignite.Core.Compute.ComputeJobAdapter-1.html |   692 +-
 ...e.Core.Compute.ComputeJobFailoverException.html |   588 +-
 ...Ignite.Core.Compute.ComputeJobResultPolicy.html |   294 +-
 ...e.Ignite.Core.Compute.ComputeTaskAdapter-3.html |   632 +-
 ...Core.Compute.ComputeTaskCancelledException.html |   588 +-
 ....Compute.ComputeTaskNoResultCacheAttribute.html |   556 +-
 ...ite.Core.Compute.ComputeTaskSplitAdapter-3.html |   604 +-
 ...e.Core.Compute.ComputeTaskTimeoutException.html |   588 +-
 ...ore.Compute.ComputeUserUndeclaredException.html |   588 +-
 .../api/Apache.Ignite.Core.Compute.ICompute.html   |  6790 +-
 .../Apache.Ignite.Core.Compute.IComputeAction.html |   266 +-
 .../Apache.Ignite.Core.Compute.IComputeFunc-1.html |   326 +-
 .../Apache.Ignite.Core.Compute.IComputeFunc-2.html |   368 +-
 .../Apache.Ignite.Core.Compute.IComputeJob-1.html  |   342 +-
 ...he.Ignite.Core.Compute.IComputeJobResult-1.html |   510 +-
 ...ache.Ignite.Core.Compute.IComputeReducer-2.html |   414 +-
 .../Apache.Ignite.Core.Compute.IComputeTask-2.html |   308 +-
 .../Apache.Ignite.Core.Compute.IComputeTask-3.html |   556 +-
 .../dotnetdoc/api/Apache.Ignite.Core.Compute.html  |   322 +-
 ...te.Core.Configuration.CheckpointWriteOrder.html |   286 +-
 ...Configuration.ClientConnectorConfiguration.html |  1324 +-
 ...te.Core.Configuration.DataPageEvictionMode.html |   294 +-
 ...Core.Configuration.DataRegionConfiguration.html |  1192 +-
 ...ore.Configuration.DataStorageConfiguration.html |  2676 +-
 ...re.Configuration.SqlConnectorConfiguration.html |   964 +-
 .../Apache.Ignite.Core.Configuration.WalMode.html  |   310 +-
 .../api/Apache.Ignite.Core.Configuration.html      |   270 +-
 ...ructures.Configuration.AtomicConfiguration.html |   602 +-
 ...e.Ignite.Core.DataStructures.Configuration.html |   242 +-
 ...che.Ignite.Core.DataStructures.IAtomicLong.html |   750 +-
 ...ite.Core.DataStructures.IAtomicReference-1.html |   578 +-
 ...Ignite.Core.DataStructures.IAtomicSequence.html |   580 +-
 .../api/Apache.Ignite.Core.DataStructures.html     |   250 +-
 ...gnite.Core.Datastream.DataStreamerDefaults.html |   440 +-
 ...che.Ignite.Core.Datastream.IDataStreamer-2.html |  1214 +-
 ...e.Ignite.Core.Datastream.IStreamReceiver-2.html |   348 +-
 ...Ignite.Core.Datastream.StreamTransformer-4.html |   492 +-
 ...che.Ignite.Core.Datastream.StreamVisitor-2.html |   476 +-
 .../api/Apache.Ignite.Core.Datastream.html         |   262 +-
 ...te.Core.Deployment.PeerAssemblyLoadingMode.html |   286 +-
 .../api/Apache.Ignite.Core.Deployment.html         |   242 +-
 ...Apache.Ignite.Core.Discovery.IDiscoverySpi.html |   246 +-
 ...e.Core.Discovery.Tcp.ITcpDiscoveryIpFinder.html |   246 +-
 ...cp.Multicast.TcpDiscoveryMulticastIpFinder.html |   872 +-
 ...Apache.Ignite.Core.Discovery.Tcp.Multicast.html |   242 +-
 ...very.Tcp.Static.TcpDiscoveryStaticIpFinder.html |   456 +-
 .../Apache.Ignite.Core.Discovery.Tcp.Static.html   |   242 +-
 ...ore.Discovery.Tcp.TcpDiscoveryIpFinderBase.html |   484 +-
 ....Ignite.Core.Discovery.Tcp.TcpDiscoverySpi.html |  1568 +-
 .../api/Apache.Ignite.Core.Discovery.Tcp.html      |   254 +-
 .../api/Apache.Ignite.Core.Discovery.html          |   242 +-
 .../api/Apache.Ignite.Core.Events.CacheEvent.html  |  1040 +-
 ...Ignite.Core.Events.CacheQueryExecutedEvent.html |   718 +-
 ...che.Ignite.Core.Events.CacheQueryReadEvent.html |   902 +-
 ...e.Ignite.Core.Events.CacheRebalancingEvent.html |   718 +-
 .../Apache.Ignite.Core.Events.CheckpointEvent.html |   488 +-
 .../Apache.Ignite.Core.Events.DiscoveryEvent.html  |   580 +-
 .../api/Apache.Ignite.Core.Events.EventBase.html   |  1100 +-
 .../api/Apache.Ignite.Core.Events.EventType.html   |  2974 +-
 .../api/Apache.Ignite.Core.Events.IEvent.html      |   622 +-
 .../Apache.Ignite.Core.Events.IEventFilter-1.html  |   360 +-
 ...Apache.Ignite.Core.Events.IEventListener-1.html |   360 +-
 ...Apache.Ignite.Core.Events.IEventStorageSpi.html |   246 +-
 .../api/Apache.Ignite.Core.Events.IEvents.html     |  2606 +-
 .../api/Apache.Ignite.Core.Events.JobEvent.html    |   718 +-
 ...he.Ignite.Core.Events.LocalEventListener-1.html |   392 +-
 ...ache.Ignite.Core.Events.LocalEventListener.html |   376 +-
 ...e.Ignite.Core.Events.MemoryEventStorageSpi.html |   528 +-
 ...che.Ignite.Core.Events.NoopEventStorageSpi.html |   320 +-
 .../api/Apache.Ignite.Core.Events.TaskEvent.html   |   672 +-
 .../dotnetdoc/api/Apache.Ignite.Core.Events.html   |   318 +-
 .../api/Apache.Ignite.Core.IDataRegionMetrics.html |   940 +-
 .../Apache.Ignite.Core.IDataStorageMetrics.html    |   802 +-
 .../dotnetdoc/api/Apache.Ignite.Core.IIgnite.html  |  3452 +-
 .../Apache.Ignite.Core.IgniteConfiguration.html    |  4158 +-
 ...che.Ignite.Core.IgniteConfigurationSection.html |   742 +-
 .../dotnetdoc/api/Apache.Ignite.Core.Ignition.html |  1666 +-
 ...Apache.Ignite.Core.Interop.IPlatformTarget.html |  1260 +-
 .../api/Apache.Ignite.Core.Interop.JavaObject.html |   522 +-
 .../dotnetdoc/api/Apache.Ignite.Core.Interop.html  |   250 +-
 ...te.Core.Lifecycle.ClientReconnectEventArgs.html |   416 +-
 ...he.Ignite.Core.Lifecycle.ILifecycleHandler.html |   300 +-
 ...e.Ignite.Core.Lifecycle.LifecycleEventType.html |   302 +-
 .../api/Apache.Ignite.Core.Lifecycle.html          |   258 +-
 .../api/Apache.Ignite.Core.Log.CategoryLogger.html |   730 +-
 .../api/Apache.Ignite.Core.Log.ILogger.html        |   592 +-
 .../api/Apache.Ignite.Core.Log.LogLevel.html       |   310 +-
 .../Apache.Ignite.Core.Log.LoggerExtensions.html   |  2118 +-
 .../dotnetdoc/api/Apache.Ignite.Core.Log.html      |   262 +-
 ...e.Ignite.Core.Messaging.IMessageListener-1.html |   370 +-
 .../Apache.Ignite.Core.Messaging.IMessaging.html   |  1040 +-
 .../api/Apache.Ignite.Core.Messaging.html          |   246 +-
 ....Core.PersistentStore.CheckpointWriteOrder.html |   286 +-
 ...re.PersistentStore.IPersistentStoreMetrics.html |   802 +-
 ...rsistentStore.PersistentStoreConfiguration.html |  2002 +-
 ...Apache.Ignite.Core.PersistentStore.WalMode.html |   302 +-
 .../api/Apache.Ignite.Core.PersistentStore.html    |   262 +-
 ...ore.Plugin.Cache.ICachePluginConfiguration.html |   350 +-
 .../api/Apache.Ignite.Core.Plugin.Cache.html       |   242 +-
 ...he.Ignite.Core.Plugin.IPluginConfiguration.html |   350 +-
 ...Apache.Ignite.Core.Plugin.IPluginContext-1.html |   672 +-
 ...pache.Ignite.Core.Plugin.IPluginProvider-1.html |   618 +-
 .../Apache.Ignite.Core.Plugin.PluginCallback.html  |   320 +-
 ...Ignite.Core.Plugin.PluginNotFoundException.html |   586 +-
 ...te.Core.Plugin.PluginProviderTypeAttribute.html |   660 +-
 .../dotnetdoc/api/Apache.Ignite.Core.Plugin.html   |   270 +-
 ...te.Core.Resource.InstanceResourceAttribute.html |   556 +-
 ...ore.Resource.StoreSessionResourceAttribute.html |   556 +-
 .../dotnetdoc/api/Apache.Ignite.Core.Resource.html |   246 +-
 .../api/Apache.Ignite.Core.Services.IService.html  |   400 +-
 ...pache.Ignite.Core.Services.IServiceContext.html |   480 +-
 ...he.Ignite.Core.Services.IServiceDescriptor.html |   618 +-
 .../api/Apache.Ignite.Core.Services.IServices.html |  2080 +-
 ....Ignite.Core.Services.ServiceConfiguration.html |   650 +-
 ...e.Core.Services.ServiceDeploymentException.html |   886 +-
 ...e.Core.Services.ServiceInvocationException.html |   760 +-
 .../dotnetdoc/api/Apache.Ignite.Core.Services.html |   270 +-
 ...ache.Ignite.Core.Transactions.ITransaction.html |  1144 +-
 ...nite.Core.Transactions.ITransactionMetrics.html |   434 +-
 ...che.Ignite.Core.Transactions.ITransactions.html |   746 +-
 ...e.Core.Transactions.TransactionConcurrency.html |   286 +-
 ...Core.Transactions.TransactionConfiguration.html |   782 +-
 ....Transactions.TransactionDeadlockException.html |   588 +-
 ...Transactions.TransactionHeuristicException.html |   588 +-
 ...ite.Core.Transactions.TransactionIsolation.html |   294 +-
 ...ransactions.TransactionOptimisticException.html |   588 +-
 ....Transactions.TransactionRollbackException.html |   588 +-
 ....Ignite.Core.Transactions.TransactionState.html |   342 +-
 ...e.Transactions.TransactionTimeoutException.html |   588 +-
 .../api/Apache.Ignite.Core.Transactions.html       |   294 +-
 .../2.4.0/dotnetdoc/api/Apache.Ignite.Core.html    |   266 +-
 ...pache.Ignite.EntityFramework.DbCachingMode.html |   286 +-
 ...che.Ignite.EntityFramework.DbCachingPolicy.html |   654 +-
 .../Apache.Ignite.EntityFramework.DbQueryInfo.html |   446 +-
 ...he.Ignite.EntityFramework.IDbCachingPolicy.html |   580 +-
 ...nite.EntityFramework.IgniteDbConfiguration.html |   970 +-
 .../api/Apache.Ignite.EntityFramework.html         |   266 +-
 ...ache.Ignite.Linq.CacheClientLinqExtensions.html |   820 +-
 .../Apache.Ignite.Linq.CacheLinqExtensions.html    |  1176 +-
 .../api/Apache.Ignite.Linq.CompiledQuery.html      |  1696 +-
 .../Apache.Ignite.Linq.CompiledQueryFunc-1.html    |   340 +-
 .../api/Apache.Ignite.Linq.ICacheQueryable.html    |   438 +-
 .../api/Apache.Ignite.Linq.QueryOptions.html       |   790 +-
 .../2.4.0/dotnetdoc/api/Apache.Ignite.Linq.html    |   270 +-
 .../Apache.Ignite.Log4Net.IgniteLog4NetLogger.html |   664 +-
 .../2.4.0/dotnetdoc/api/Apache.Ignite.Log4Net.html |   242 +-
 .../api/Apache.Ignite.NLog.IgniteNLogLogger.html   |   724 +-
 .../2.4.0/dotnetdoc/api/Apache.Ignite.NLog.html    |   242 +-
 releases/2.4.0/dotnetdoc/api/index.html            |   220 +-
 releases/2.4.0/dotnetdoc/api/toc.html              |  2196 +-
 releases/2.4.0/dotnetdoc/favicon.ico               |   Bin
 .../fonts/glyphicons-halflings-regular.eot         |   Bin
 .../fonts/glyphicons-halflings-regular.svg         |     0
 .../fonts/glyphicons-halflings-regular.ttf         |   Bin
 .../fonts/glyphicons-halflings-regular.woff        |   Bin
 .../fonts/glyphicons-halflings-regular.woff2       |   Bin
 releases/2.4.0/dotnetdoc/images/favicon.ico        |   Bin
 .../2.4.0/dotnetdoc/images/logo_ignite_32_32.png   |   Bin
 releases/2.4.0/dotnetdoc/index.html                |   250 +-
 releases/2.4.0/dotnetdoc/index.json                |  2852 +-
 releases/2.4.0/dotnetdoc/logo.svg                  |    50 +-
 releases/2.4.0/dotnetdoc/manifest.json             |  7070 +--
 releases/2.4.0/dotnetdoc/search-stopwords.json     |   242 +-
 releases/2.4.0/dotnetdoc/styles/docfx.css          |  1788 +-
 releases/2.4.0/dotnetdoc/styles/docfx.js           |  1568 +-
 releases/2.4.0/dotnetdoc/styles/docfx.vendor.css   |  2920 +-
 releases/2.4.0/dotnetdoc/styles/docfx.vendor.js    |    32 +-
 releases/2.4.0/dotnetdoc/styles/lunr.js            |     0
 releases/2.4.0/dotnetdoc/styles/lunr.min.js        |     0
 releases/2.4.0/dotnetdoc/styles/main.css           |     0
 releases/2.4.0/dotnetdoc/styles/main.js            |     2 +-
 releases/2.4.0/dotnetdoc/styles/search-worker.js   |   160 +-
 releases/2.4.0/dotnetdoc/toc.html                  |   240 +-
 releases/2.4.0/dotnetdoc/xrefmap.yml               | 52534 ++++++++--------
 releases/2.4.0/javadoc/allclasses-frame.html       |     0
 releases/2.4.0/javadoc/allclasses-noframe.html     |     0
 releases/2.4.0/javadoc/constant-values.html        |     0
 releases/2.4.0/javadoc/deprecated-list.html        |     0
 releases/2.4.0/javadoc/help-doc.html               |     0
 releases/2.4.0/javadoc/img/avg.png                 |   Bin
 releases/2.4.0/javadoc/img/callout_blue.gif        |   Bin
 releases/2.4.0/javadoc/img/callout_yellow.gif      |   Bin
 releases/2.4.0/javadoc/img/cube.gif                |   Bin
 releases/2.4.0/javadoc/img/cube_3.0.gif            |   Bin
 releases/2.4.0/javadoc/img/cube_transparent.gif    |   Bin
 releases/2.4.0/javadoc/img/documentation.gif       |   Bin
 releases/2.4.0/javadoc/img/email_support.gif       |   Bin
 releases/2.4.0/javadoc/img/forums.gif              |   Bin
 releases/2.4.0/javadoc/img/gavg.png                |   Bin
 releases/2.4.0/javadoc/img/gg_30.png               |   Bin
 releases/2.4.0/javadoc/img/gg_30s.png              |   Bin
 .../2.4.0/javadoc/img/gridgain_30c_javadoc_qr.png  |   Bin
 releases/2.4.0/javadoc/img/gridgain_qr.png         |   Bin
 releases/2.4.0/javadoc/img/havg.png                |   Bin
 .../2.4.0/javadoc/img/in_memory_compute_grid.png   |   Bin
 releases/2.4.0/javadoc/img/in_memory_data_grid.png |   Bin
 releases/2.4.0/javadoc/img/issue_tracking.gif      |   Bin
 releases/2.4.0/javadoc/img/javadoc4_logo.png       |   Bin
 releases/2.4.0/javadoc/img/mail_11x11.gif          |   Bin
 releases/2.4.0/javadoc/img/qavg.png                |   Bin
 releases/2.4.0/javadoc/img/search.gif              |   Bin
 releases/2.4.0/javadoc/img/spacer.gif              |   Bin
 releases/2.4.0/javadoc/img/sum.png                 |   Bin
 releases/2.4.0/javadoc/img/wavg.png                |   Bin
 releases/2.4.0/javadoc/index-all.html              |     0
 releases/2.4.0/javadoc/index.html                  |     0
 releases/2.4.0/javadoc/javadoc.css                 |     0
 .../org/apache/ignite/DataRegionMetrics.html       |     0
 .../apache/ignite/DataRegionMetricsAdapter.html    |     0
 .../org/apache/ignite/DataStorageMetrics.html      |     0
 .../apache/ignite/DataStorageMetricsAdapter.html   |     0
 .../2.4.0/javadoc/org/apache/ignite/Ignite.html    |     0
 .../org/apache/ignite/IgniteAtomicLong.html        |     0
 .../org/apache/ignite/IgniteAtomicReference.html   |     0
 .../org/apache/ignite/IgniteAtomicSequence.html    |     0
 .../org/apache/ignite/IgniteAtomicStamped.html     |     0
 .../ignite/IgniteAuthenticationException.html      |     0
 .../javadoc/org/apache/ignite/IgniteBinary.html    |     0
 .../javadoc/org/apache/ignite/IgniteCache.html     |     0
 .../ignite/IgniteCacheRestartingException.html     |     0
 .../org/apache/ignite/IgniteCheckedException.html  |     0
 .../ignite/IgniteClientDisconnectedException.html  |     0
 .../javadoc/org/apache/ignite/IgniteCluster.html   |     0
 .../javadoc/org/apache/ignite/IgniteCompute.html   |     0
 .../javadoc/org/apache/ignite/IgniteCondition.html |     0
 .../org/apache/ignite/IgniteCountDownLatch.html    |     0
 .../org/apache/ignite/IgniteDataStreamer.html      |     0
 .../ignite/IgniteDataStreamerTimeoutException.html |     0
 .../apache/ignite/IgniteDeploymentException.html   |     0
 .../javadoc/org/apache/ignite/IgniteEvents.html    |     0
 .../javadoc/org/apache/ignite/IgniteException.html |     0
 .../org/apache/ignite/IgniteFileSystem.html        |     0
 .../apache/ignite/IgniteIllegalStateException.html |     0
 .../apache/ignite/IgniteInterruptedException.html  |     0
 .../org/apache/ignite/IgniteJdbcDriver.html        |     0
 .../org/apache/ignite/IgniteJdbcThinDriver.html    |     0
 .../javadoc/org/apache/ignite/IgniteLock.html      |     0
 .../javadoc/org/apache/ignite/IgniteLogger.html    |     0
 .../javadoc/org/apache/ignite/IgniteMessaging.html |     0
 .../javadoc/org/apache/ignite/IgniteQueue.html     |     0
 .../javadoc/org/apache/ignite/IgniteScheduler.html |     0
 .../javadoc/org/apache/ignite/IgniteSemaphore.html |     0
 .../javadoc/org/apache/ignite/IgniteServices.html  |     0
 .../2.4.0/javadoc/org/apache/ignite/IgniteSet.html |     0
 .../javadoc/org/apache/ignite/IgniteSpring.html    |     0
 .../org/apache/ignite/IgniteSpringBean.html        |     0
 .../javadoc/org/apache/ignite/IgniteState.html     |     0
 .../org/apache/ignite/IgniteSystemProperties.html  |     0
 .../org/apache/ignite/IgniteTransactions.html      |     0
 .../2.4.0/javadoc/org/apache/ignite/Ignition.html  |     0
 .../org/apache/ignite/IgnitionListener.html        |     0
 .../javadoc/org/apache/ignite/MemoryMetrics.html   |     0
 .../org/apache/ignite/PersistenceMetrics.html      |     0
 .../apache/ignite/binary/BinaryBasicIdMapper.html  |     0
 .../ignite/binary/BinaryBasicNameMapper.html       |     0
 .../ignite/binary/BinaryCollectionFactory.html     |     0
 .../org/apache/ignite/binary/BinaryField.html      |     0
 .../org/apache/ignite/binary/BinaryIdMapper.html   |     0
 .../ignite/binary/BinaryInvalidTypeException.html  |     0
 .../org/apache/ignite/binary/BinaryMapFactory.html |     0
 .../org/apache/ignite/binary/BinaryNameMapper.html |     0
 .../org/apache/ignite/binary/BinaryObject.html     |     0
 .../apache/ignite/binary/BinaryObjectBuilder.html  |     0
 .../ignite/binary/BinaryObjectException.html       |     0
 .../org/apache/ignite/binary/BinaryRawReader.html  |     0
 .../org/apache/ignite/binary/BinaryRawWriter.html  |     0
 .../org/apache/ignite/binary/BinaryReader.html     |     0
 .../ignite/binary/BinaryReflectiveSerializer.html  |     0
 .../org/apache/ignite/binary/BinarySerializer.html |     0
 .../org/apache/ignite/binary/BinaryType.html       |     0
 .../ignite/binary/BinaryTypeConfiguration.html     |     0
 .../org/apache/ignite/binary/BinaryWriter.html     |     0
 .../org/apache/ignite/binary/Binarylizable.html    |     0
 .../binary/class-use/BinaryBasicIdMapper.html      |     0
 .../binary/class-use/BinaryBasicNameMapper.html    |     0
 .../binary/class-use/BinaryCollectionFactory.html  |     0
 .../ignite/binary/class-use/BinaryField.html       |     0
 .../ignite/binary/class-use/BinaryIdMapper.html    |     0
 .../class-use/BinaryInvalidTypeException.html      |     0
 .../ignite/binary/class-use/BinaryMapFactory.html  |     0
 .../ignite/binary/class-use/BinaryNameMapper.html  |     0
 .../ignite/binary/class-use/BinaryObject.html      |     0
 .../binary/class-use/BinaryObjectBuilder.html      |     0
 .../binary/class-use/BinaryObjectException.html    |     0
 .../ignite/binary/class-use/BinaryRawReader.html   |     0
 .../ignite/binary/class-use/BinaryRawWriter.html   |     0
 .../ignite/binary/class-use/BinaryReader.html      |     0
 .../class-use/BinaryReflectiveSerializer.html      |     0
 .../ignite/binary/class-use/BinarySerializer.html  |     0
 .../apache/ignite/binary/class-use/BinaryType.html |     0
 .../binary/class-use/BinaryTypeConfiguration.html  |     0
 .../ignite/binary/class-use/BinaryWriter.html      |     0
 .../ignite/binary/class-use/Binarylizable.html     |     0
 .../org/apache/ignite/binary/package-frame.html    |     0
 .../org/apache/ignite/binary/package-summary.html  |     0
 .../org/apache/ignite/binary/package-tree.html     |     0
 .../org/apache/ignite/binary/package-use.html      |     0
 .../cache/CacheAtomicUpdateTimeoutException.html   |     0
 .../apache/ignite/cache/CacheAtomicityMode.html    |     0
 .../org/apache/ignite/cache/CacheEntry.html        |     0
 .../cache/CacheEntryEventSerializableFilter.html   |     0
 .../apache/ignite/cache/CacheEntryProcessor.html   |     0
 .../apache/ignite/cache/CacheExistsException.html  |     0
 .../org/apache/ignite/cache/CacheInterceptor.html  |     0
 .../ignite/cache/CacheInterceptorAdapter.html      |     0
 .../apache/ignite/cache/CacheInterceptorEntry.html |     0
 .../apache/ignite/cache/CacheKeyConfiguration.html |     0
 .../org/apache/ignite/cache/CacheManager.html      |     0
 .../org/apache/ignite/cache/CacheMetrics.html      |     0
 .../javadoc/org/apache/ignite/cache/CacheMode.html |     0
 .../ignite/cache/CachePartialUpdateException.html  |     0
 .../org/apache/ignite/cache/CachePeekMode.html     |     0
 .../apache/ignite/cache/CacheRebalanceMode.html    |     0
 .../ignite/cache/CacheServerNotFoundException.html |     0
 .../cache/CacheWriteSynchronizationMode.html       |     0
 .../org/apache/ignite/cache/CachingProvider.html   |     0
 .../apache/ignite/cache/PartitionLossPolicy.html   |     0
 .../org/apache/ignite/cache/QueryEntity.html       |     0
 .../org/apache/ignite/cache/QueryIndex.html        |     0
 .../org/apache/ignite/cache/QueryIndexType.html    |     0
 .../org/apache/ignite/cache/affinity/Affinity.html |     0
 .../affinity/AffinityCentralizedFunction.html      |     0
 .../ignite/cache/affinity/AffinityFunction.html    |     0
 .../cache/affinity/AffinityFunctionContext.html    |     0
 .../apache/ignite/cache/affinity/AffinityKey.html  |     0
 .../ignite/cache/affinity/AffinityKeyMapped.html   |     0
 .../ignite/cache/affinity/AffinityKeyMapper.html   |     0
 .../apache/ignite/cache/affinity/AffinityUuid.html |     0
 .../ignite/cache/affinity/class-use/Affinity.html  |     0
 .../class-use/AffinityCentralizedFunction.html     |     0
 .../cache/affinity/class-use/AffinityFunction.html |     0
 .../class-use/AffinityFunctionContext.html         |     0
 .../cache/affinity/class-use/AffinityKey.html      |     0
 .../affinity/class-use/AffinityKeyMapped.html      |     0
 .../affinity/class-use/AffinityKeyMapper.html      |     0
 .../cache/affinity/class-use/AffinityUuid.html     |     0
 .../ignite/cache/affinity/package-frame.html       |     0
 .../ignite/cache/affinity/package-summary.html     |     0
 .../apache/ignite/cache/affinity/package-tree.html |     0
 .../apache/ignite/cache/affinity/package-use.html  |     0
 .../rendezvous/RendezvousAffinityFunction.html     |     0
 .../class-use/RendezvousAffinityFunction.html      |     0
 .../cache/affinity/rendezvous/package-frame.html   |     0
 .../cache/affinity/rendezvous/package-summary.html |     0
 .../cache/affinity/rendezvous/package-tree.html    |     0
 .../cache/affinity/rendezvous/package-use.html     |     0
 .../CacheAtomicUpdateTimeoutException.html         |     0
 .../ignite/cache/class-use/CacheAtomicityMode.html |     0
 .../apache/ignite/cache/class-use/CacheEntry.html  |     0
 .../CacheEntryEventSerializableFilter.html         |     0
 .../cache/class-use/CacheEntryProcessor.html       |     0
 .../cache/class-use/CacheExistsException.html      |     0
 .../ignite/cache/class-use/CacheInterceptor.html   |     0
 .../cache/class-use/CacheInterceptorAdapter.html   |     0
 .../cache/class-use/CacheInterceptorEntry.html     |     0
 .../cache/class-use/CacheKeyConfiguration.html     |     0
 .../ignite/cache/class-use/CacheManager.html       |     0
 .../ignite/cache/class-use/CacheMetrics.html       |     0
 .../apache/ignite/cache/class-use/CacheMode.html   |     0
 .../class-use/CachePartialUpdateException.html     |     0
 .../ignite/cache/class-use/CachePeekMode.html      |     0
 .../ignite/cache/class-use/CacheRebalanceMode.html |     0
 .../class-use/CacheServerNotFoundException.html    |     0
 .../class-use/CacheWriteSynchronizationMode.html   |     0
 .../ignite/cache/class-use/CachingProvider.html    |     0
 .../cache/class-use/PartitionLossPolicy.html       |     0
 .../apache/ignite/cache/class-use/QueryEntity.html |     0
 .../apache/ignite/cache/class-use/QueryIndex.html  |     0
 .../ignite/cache/class-use/QueryIndexType.html     |     0
 .../cache/eviction/AbstractEvictionPolicy.html     |     0
 .../eviction/AbstractEvictionPolicyFactory.html    |     0
 .../ignite/cache/eviction/EvictableEntry.html      |     0
 .../ignite/cache/eviction/EvictionFilter.html      |     0
 .../ignite/cache/eviction/EvictionPolicy.html      |     0
 .../eviction/class-use/AbstractEvictionPolicy.html |     0
 .../class-use/AbstractEvictionPolicyFactory.html   |     0
 .../cache/eviction/class-use/EvictableEntry.html   |     0
 .../cache/eviction/class-use/EvictionFilter.html   |     0
 .../cache/eviction/class-use/EvictionPolicy.html   |     0
 .../cache/eviction/fifo/FifoEvictionPolicy.html    |     0
 .../eviction/fifo/FifoEvictionPolicyFactory.html   |     0
 .../eviction/fifo/FifoEvictionPolicyMBean.html     |     0
 .../fifo/class-use/FifoEvictionPolicy.html         |     0
 .../fifo/class-use/FifoEvictionPolicyFactory.html  |     0
 .../fifo/class-use/FifoEvictionPolicyMBean.html    |     0
 .../ignite/cache/eviction/fifo/package-frame.html  |     0
 .../cache/eviction/fifo/package-summary.html       |     0
 .../ignite/cache/eviction/fifo/package-tree.html   |     0
 .../ignite/cache/eviction/fifo/package-use.html    |     0
 .../cache/eviction/igfs/IgfsEvictionFilter.html    |     0
 .../igfs/IgfsPerBlockLruEvictionPolicy.html        |     0
 .../igfs/IgfsPerBlockLruEvictionPolicyMXBean.html  |     0
 .../igfs/class-use/IgfsEvictionFilter.html         |     0
 .../class-use/IgfsPerBlockLruEvictionPolicy.html   |     0
 .../IgfsPerBlockLruEvictionPolicyMXBean.html       |     0
 .../ignite/cache/eviction/igfs/package-frame.html  |     0
 .../cache/eviction/igfs/package-summary.html       |     0
 .../ignite/cache/eviction/igfs/package-tree.html   |     0
 .../ignite/cache/eviction/igfs/package-use.html    |     0
 .../cache/eviction/lru/LruEvictionPolicy.html      |     0
 .../eviction/lru/LruEvictionPolicyFactory.html     |     0
 .../cache/eviction/lru/LruEvictionPolicyMBean.html |     0
 .../eviction/lru/class-use/LruEvictionPolicy.html  |     0
 .../lru/class-use/LruEvictionPolicyFactory.html    |     0
 .../lru/class-use/LruEvictionPolicyMBean.html      |     0
 .../ignite/cache/eviction/lru/package-frame.html   |     0
 .../ignite/cache/eviction/lru/package-summary.html |     0
 .../ignite/cache/eviction/lru/package-tree.html    |     0
 .../ignite/cache/eviction/lru/package-use.html     |     0
 .../ignite/cache/eviction/package-frame.html       |     0
 .../ignite/cache/eviction/package-summary.html     |     0
 .../apache/ignite/cache/eviction/package-tree.html |     0
 .../apache/ignite/cache/eviction/package-use.html  |     0
 .../cache/eviction/random/package-frame.html       |     0
 .../cache/eviction/random/package-summary.html     |     0
 .../ignite/cache/eviction/random/package-tree.html |     0
 .../ignite/cache/eviction/random/package-use.html  |     0
 .../eviction/sorted/SortedEvictionPolicy.html      |     0
 .../sorted/SortedEvictionPolicyFactory.html        |     0
 .../eviction/sorted/SortedEvictionPolicyMBean.html |     0
 .../sorted/class-use/SortedEvictionPolicy.html     |     0
 .../class-use/SortedEvictionPolicyFactory.html     |     0
 .../class-use/SortedEvictionPolicyMBean.html       |     0
 .../cache/eviction/sorted/package-frame.html       |     0
 .../cache/eviction/sorted/package-summary.html     |     0
 .../ignite/cache/eviction/sorted/package-tree.html |     0
 .../ignite/cache/eviction/sorted/package-use.html  |     0
 .../hibernate/HibernateAccessStrategyAdapter.html  |     0
 .../hibernate/HibernateAccessStrategyFactory.html  |     0
 .../cache/hibernate/HibernateCacheProxy.html       |     0
 .../hibernate/HibernateExceptionConverter.html     |     0
 .../cache/hibernate/HibernateKeyTransformer.html   |     0
 .../HibernateNonStrictAccessStrategy.html          |     0
 .../hibernate/HibernateReadOnlyAccessStrategy.html |     0
 .../HibernateReadWriteAccessStrategy.html          |     0
 .../HibernateTransactionalAccessStrategy.html      |     0
 .../class-use/HibernateAccessStrategyAdapter.html  |     0
 .../class-use/HibernateAccessStrategyFactory.html  |     0
 .../hibernate/class-use/HibernateCacheProxy.html   |     0
 .../class-use/HibernateExceptionConverter.html     |     0
 .../class-use/HibernateKeyTransformer.html         |     0
 .../HibernateNonStrictAccessStrategy.html          |     0
 .../class-use/HibernateReadOnlyAccessStrategy.html |     0
 .../HibernateReadWriteAccessStrategy.html          |     0
 .../HibernateTransactionalAccessStrategy.html      |     0
 .../ignite/cache/hibernate/package-frame.html      |     0
 .../ignite/cache/hibernate/package-summary.html    |     0
 .../ignite/cache/hibernate/package-tree.html       |     0
 .../apache/ignite/cache/hibernate/package-use.html |     0
 .../org/apache/ignite/cache/jta/CacheTmLookup.html |     0
 .../ignite/cache/jta/class-use/CacheTmLookup.html  |     0
 .../ignite/cache/jta/jndi/CacheJndiTmFactory.html  |     0
 .../ignite/cache/jta/jndi/CacheJndiTmLookup.html   |     0
 .../jta/jndi/class-use/CacheJndiTmFactory.html     |     0
 .../jta/jndi/class-use/CacheJndiTmLookup.html      |     0
 .../ignite/cache/jta/jndi/package-frame.html       |     0
 .../ignite/cache/jta/jndi/package-summary.html     |     0
 .../apache/ignite/cache/jta/jndi/package-tree.html |     0
 .../apache/ignite/cache/jta/jndi/package-use.html  |     0
 .../org/apache/ignite/cache/jta/package-frame.html |     0
 .../apache/ignite/cache/jta/package-summary.html   |     0
 .../org/apache/ignite/cache/jta/package-tree.html  |     0
 .../org/apache/ignite/cache/jta/package-use.html   |     0
 .../cache/jta/reflect/CacheReflectionTmLookup.html |     0
 .../reflect/class-use/CacheReflectionTmLookup.html |     0
 .../ignite/cache/jta/reflect/package-frame.html    |     0
 .../ignite/cache/jta/reflect/package-summary.html  |     0
 .../ignite/cache/jta/reflect/package-tree.html     |     0
 .../ignite/cache/jta/reflect/package-use.html      |     0
 .../jta/websphere/WebSphereLibertyTmFactory.html   |     0
 .../cache/jta/websphere/WebSphereTmFactory.html    |     0
 .../class-use/WebSphereLibertyTmFactory.html       |     0
 .../websphere/class-use/WebSphereTmFactory.html    |     0
 .../ignite/cache/jta/websphere/package-frame.html  |     0
 .../cache/jta/websphere/package-summary.html       |     0
 .../ignite/cache/jta/websphere/package-tree.html   |     0
 .../ignite/cache/jta/websphere/package-use.html    |     0
 .../org/apache/ignite/cache/package-frame.html     |     0
 .../org/apache/ignite/cache/package-summary.html   |     0
 .../org/apache/ignite/cache/package-tree.html      |     0
 .../org/apache/ignite/cache/package-use.html       |     0
 .../ignite/cache/query/CacheQueryEntryEvent.html   |     0
 .../apache/ignite/cache/query/ContinuousQuery.html |     0
 .../ignite/cache/query/FieldsQueryCursor.html      |     0
 .../org/apache/ignite/cache/query/Query.html       |     0
 .../cache/query/QueryCancelledException.html       |     0
 .../org/apache/ignite/cache/query/QueryCursor.html |     0
 .../ignite/cache/query/QueryDetailMetrics.html     |     0
 .../apache/ignite/cache/query/QueryMetrics.html    |     0
 .../org/apache/ignite/cache/query/ScanQuery.html   |     0
 .../org/apache/ignite/cache/query/SpiQuery.html    |     0
 .../apache/ignite/cache/query/SqlFieldsQuery.html  |     0
 .../org/apache/ignite/cache/query/SqlQuery.html    |     0
 .../org/apache/ignite/cache/query/TextQuery.html   |     0
 .../query/annotations/QueryGroupIndex.List.html    |     0
 .../cache/query/annotations/QueryGroupIndex.html   |     0
 .../query/annotations/QuerySqlField.Group.html     |     0
 .../cache/query/annotations/QuerySqlField.html     |     0
 .../cache/query/annotations/QuerySqlFunction.html  |     0
 .../cache/query/annotations/QueryTextField.html    |     0
 .../class-use/QueryGroupIndex.List.html            |     0
 .../annotations/class-use/QueryGroupIndex.html     |     0
 .../annotations/class-use/QuerySqlField.Group.html |     0
 .../query/annotations/class-use/QuerySqlField.html |     0
 .../annotations/class-use/QuerySqlFunction.html    |     0
 .../annotations/class-use/QueryTextField.html      |     0
 .../cache/query/annotations/package-frame.html     |     0
 .../cache/query/annotations/package-summary.html   |     0
 .../cache/query/annotations/package-tree.html      |     0
 .../cache/query/annotations/package-use.html       |     0
 .../query/class-use/CacheQueryEntryEvent.html      |     0
 .../cache/query/class-use/ContinuousQuery.html     |     0
 .../cache/query/class-use/FieldsQueryCursor.html   |     0
 .../apache/ignite/cache/query/class-use/Query.html |     0
 .../query/class-use/QueryCancelledException.html   |     0
 .../ignite/cache/query/class-use/QueryCursor.html  |     0
 .../cache/query/class-use/QueryDetailMetrics.html  |     0
 .../ignite/cache/query/class-use/QueryMetrics.html |     0
 .../ignite/cache/query/class-use/ScanQuery.html    |     0
 .../ignite/cache/query/class-use/SpiQuery.html     |     0
 .../cache/query/class-use/SqlFieldsQuery.html      |     0
 .../ignite/cache/query/class-use/SqlQuery.html     |     0
 .../ignite/cache/query/class-use/TextQuery.html    |     0
 .../apache/ignite/cache/query/package-frame.html   |     0
 .../apache/ignite/cache/query/package-summary.html |     0
 .../apache/ignite/cache/query/package-tree.html    |     0
 .../org/apache/ignite/cache/query/package-use.html |     0
 .../ignite/cache/spring/SpringCacheManager.html    |     0
 .../cache/spring/class-use/SpringCacheManager.html |     0
 .../apache/ignite/cache/spring/package-frame.html  |     0
 .../ignite/cache/spring/package-summary.html       |     0
 .../apache/ignite/cache/spring/package-tree.html   |     0
 .../apache/ignite/cache/spring/package-use.html    |     0
 .../cache/store/CacheLoadOnlyStoreAdapter.html     |     0
 .../org/apache/ignite/cache/store/CacheStore.html  |     0
 .../ignite/cache/store/CacheStoreAdapter.html      |     0
 .../ignite/cache/store/CacheStoreSession.html      |     0
 .../cache/store/CacheStoreSessionListener.html     |     0
 .../cache/store/cassandra/CassandraCacheStore.html |     0
 .../cassandra/CassandraCacheStoreFactory.html      |     0
 .../cassandra/class-use/CassandraCacheStore.html   |     0
 .../class-use/CassandraCacheStoreFactory.html      |     0
 .../store/cassandra/common/CassandraHelper.html    |     0
 .../cassandra/common/PropertyMappingHelper.html    |     0
 .../store/cassandra/common/RandomSleeper.html      |     0
 .../cache/store/cassandra/common/SystemHelper.html |     0
 .../common/class-use/CassandraHelper.html          |     0
 .../common/class-use/PropertyMappingHelper.html    |     0
 .../cassandra/common/class-use/RandomSleeper.html  |     0
 .../cassandra/common/class-use/SystemHelper.html   |     0
 .../store/cassandra/common/package-frame.html      |     0
 .../store/cassandra/common/package-summary.html    |     0
 .../cache/store/cassandra/common/package-tree.html |     0
 .../cache/store/cassandra/common/package-use.html  |     0
 .../store/cassandra/datasource/Credentials.html    |     0
 .../store/cassandra/datasource/DataSource.html     |     0
 .../cassandra/datasource/PlainCredentials.html     |     0
 .../datasource/class-use/Credentials.html          |     0
 .../cassandra/datasource/class-use/DataSource.html |     0
 .../datasource/class-use/PlainCredentials.html     |     0
 .../store/cassandra/datasource/package-frame.html  |     0
 .../cassandra/datasource/package-summary.html      |     0
 .../store/cassandra/datasource/package-tree.html   |     0
 .../store/cassandra/datasource/package-use.html    |     0
 .../cache/store/cassandra/package-frame.html       |     0
 .../cache/store/cassandra/package-summary.html     |     0
 .../ignite/cache/store/cassandra/package-tree.html |     0
 .../ignite/cache/store/cassandra/package-use.html  |     0
 .../persistence/KeyPersistenceSettings.html        |     0
 .../persistence/KeyValuePersistenceSettings.html   |     0
 .../persistence/PersistenceController.html         |     0
 .../cassandra/persistence/PersistenceSettings.html |     0
 .../cassandra/persistence/PersistenceStrategy.html |     0
 .../store/cassandra/persistence/PojoField.html     |     0
 .../cassandra/persistence/PojoFieldAccessor.html   |     0
 .../persistence/PojoKeyField.SortOrder.html        |     0
 .../store/cassandra/persistence/PojoKeyField.html  |     0
 .../cassandra/persistence/PojoValueField.html      |     0
 .../persistence/ValuePersistenceSettings.html      |     0
 .../class-use/KeyPersistenceSettings.html          |     0
 .../class-use/KeyValuePersistenceSettings.html     |     0
 .../class-use/PersistenceController.html           |     0
 .../persistence/class-use/PersistenceSettings.html |     0
 .../persistence/class-use/PersistenceStrategy.html |     0
 .../cassandra/persistence/class-use/PojoField.html |     0
 .../persistence/class-use/PojoFieldAccessor.html   |     0
 .../class-use/PojoKeyField.SortOrder.html          |     0
 .../persistence/class-use/PojoKeyField.html        |     0
 .../persistence/class-use/PojoValueField.html      |     0
 .../class-use/ValuePersistenceSettings.html        |     0
 .../store/cassandra/persistence/package-frame.html |     0
 .../cassandra/persistence/package-summary.html     |     0
 .../store/cassandra/persistence/package-tree.html  |     0
 .../store/cassandra/persistence/package-use.html   |     0
 .../store/cassandra/serializer/JavaSerializer.html |     0
 .../store/cassandra/serializer/KryoSerializer.html |     0
 .../store/cassandra/serializer/Serializer.html     |     0
 .../serializer/class-use/JavaSerializer.html       |     0
 .../serializer/class-use/KryoSerializer.html       |     0
 .../cassandra/serializer/class-use/Serializer.html |     0
 .../store/cassandra/serializer/package-frame.html  |     0
 .../cassandra/serializer/package-summary.html      |     0
 .../store/cassandra/serializer/package-tree.html   |     0
 .../store/cassandra/serializer/package-use.html    |     0
 .../cassandra/session/BatchExecutionAssistant.html |     0
 .../cassandra/session/BatchLoaderAssistant.html    |     0
 .../store/cassandra/session/CassandraSession.html  |     0
 .../cassandra/session/CassandraSessionImpl.html    |     0
 .../cassandra/session/ExecutionAssistant.html      |     0
 .../session/GenericBatchExecutionAssistant.html    |     0
 .../session/LoadCacheCustomQueryWorker.html        |     0
 .../session/class-use/BatchExecutionAssistant.html |     0
 .../session/class-use/BatchLoaderAssistant.html    |     0
 .../session/class-use/CassandraSession.html        |     0
 .../session/class-use/CassandraSessionImpl.html    |     0
 .../session/class-use/ExecutionAssistant.html      |     0
 .../class-use/GenericBatchExecutionAssistant.html  |     0
 .../class-use/LoadCacheCustomQueryWorker.html      |     0
 .../store/cassandra/session/package-frame.html     |     0
 .../store/cassandra/session/package-summary.html   |     0
 .../store/cassandra/session/package-tree.html      |     0
 .../cache/store/cassandra/session/package-use.html |     0
 .../store/cassandra/session/pool/SessionPool.html  |     0
 .../cassandra/session/pool/SessionWrapper.html     |     0
 .../session/pool/class-use/SessionPool.html        |     0
 .../session/pool/class-use/SessionWrapper.html     |     0
 .../cassandra/session/pool/package-frame.html      |     0
 .../cassandra/session/pool/package-summary.html    |     0
 .../store/cassandra/session/pool/package-tree.html |     0
 .../store/cassandra/session/pool/package-use.html  |     0
 .../session/transaction/BaseMutation.html          |     0
 .../session/transaction/DeleteMutation.html        |     0
 .../cassandra/session/transaction/Mutation.html    |     0
 .../session/transaction/WriteMutation.html         |     0
 .../transaction/class-use/BaseMutation.html        |     0
 .../transaction/class-use/DeleteMutation.html      |     0
 .../session/transaction/class-use/Mutation.html    |     0
 .../transaction/class-use/WriteMutation.html       |     0
 .../session/transaction/package-frame.html         |     0
 .../session/transaction/package-summary.html       |     0
 .../session/transaction/package-tree.html          |     0
 .../cassandra/session/transaction/package-use.html |     0
 .../cache/store/cassandra/utils/DDLGenerator.html  |     0
 .../cassandra/utils/class-use/DDLGenerator.html    |     0
 .../cache/store/cassandra/utils/package-frame.html |     0
 .../store/cassandra/utils/package-summary.html     |     0
 .../cache/store/cassandra/utils/package-tree.html  |     0
 .../cache/store/cassandra/utils/package-use.html   |     0
 .../store/class-use/CacheLoadOnlyStoreAdapter.html |     0
 .../ignite/cache/store/class-use/CacheStore.html   |     0
 .../cache/store/class-use/CacheStoreAdapter.html   |     0
 .../cache/store/class-use/CacheStoreSession.html   |     0
 .../store/class-use/CacheStoreSessionListener.html |     0
 .../jdbc/CacheAbstractJdbcStore.EntryMapping.html  |     0
 .../jdbc/CacheAbstractJdbcStore.TypeKind.html      |     0
 .../cache/store/jdbc/CacheAbstractJdbcStore.html   |     0
 .../cache/store/jdbc/CacheJdbcBlobStore.html       |     0
 .../store/jdbc/CacheJdbcBlobStoreFactory.html      |     0
 .../cache/store/jdbc/CacheJdbcPojoStore.html       |     0
 .../store/jdbc/CacheJdbcPojoStoreFactory.html      |     0
 .../store/jdbc/CacheJdbcStoreSessionListener.html  |     0
 .../apache/ignite/cache/store/jdbc/JdbcType.html   |     0
 .../cache/store/jdbc/JdbcTypeDefaultHasher.html    |     0
 .../ignite/cache/store/jdbc/JdbcTypeField.html     |     0
 .../ignite/cache/store/jdbc/JdbcTypeHasher.html    |     0
 .../store/jdbc/JdbcTypesDefaultTransformer.html    |     0
 .../cache/store/jdbc/JdbcTypesTransformer.html     |     0
 .../CacheAbstractJdbcStore.EntryMapping.html       |     0
 .../class-use/CacheAbstractJdbcStore.TypeKind.html |     0
 .../jdbc/class-use/CacheAbstractJdbcStore.html     |     0
 .../store/jdbc/class-use/CacheJdbcBlobStore.html   |     0
 .../jdbc/class-use/CacheJdbcBlobStoreFactory.html  |     0
 .../store/jdbc/class-use/CacheJdbcPojoStore.html   |     0
 .../jdbc/class-use/CacheJdbcPojoStoreFactory.html  |     0
 .../class-use/CacheJdbcStoreSessionListener.html   |     0
 .../cache/store/jdbc/class-use/JdbcType.html       |     0
 .../jdbc/class-use/JdbcTypeDefaultHasher.html      |     0
 .../cache/store/jdbc/class-use/JdbcTypeField.html  |     0
 .../cache/store/jdbc/class-use/JdbcTypeHasher.html |     0
 .../class-use/JdbcTypesDefaultTransformer.html     |     0
 .../store/jdbc/class-use/JdbcTypesTransformer.html |     0
 .../cache/store/jdbc/dialect/BasicJdbcDialect.html |     0
 .../cache/store/jdbc/dialect/DB2Dialect.html       |     0
 .../ignite/cache/store/jdbc/dialect/H2Dialect.html |     0
 .../cache/store/jdbc/dialect/JdbcDialect.html      |     0
 .../cache/store/jdbc/dialect/MySQLDialect.html     |     0
 .../cache/store/jdbc/dialect/OracleDialect.html    |     0
 .../cache/store/jdbc/dialect/SQLServerDialect.html |     0
 .../jdbc/dialect/class-use/BasicJdbcDialect.html   |     0
 .../store/jdbc/dialect/class-use/DB2Dialect.html   |     0
 .../store/jdbc/dialect/class-use/H2Dialect.html    |     0
 .../store/jdbc/dialect/class-use/JdbcDialect.html  |     0
 .../store/jdbc/dialect/class-use/MySQLDialect.html |     0
 .../jdbc/dialect/class-use/OracleDialect.html      |     0
 .../jdbc/dialect/class-use/SQLServerDialect.html   |     0
 .../cache/store/jdbc/dialect/package-frame.html    |     0
 .../cache/store/jdbc/dialect/package-summary.html  |     0
 .../cache/store/jdbc/dialect/package-tree.html     |     0
 .../cache/store/jdbc/dialect/package-use.html      |     0
 .../ignite/cache/store/jdbc/package-frame.html     |     0
 .../ignite/cache/store/jdbc/package-summary.html   |     0
 .../ignite/cache/store/jdbc/package-tree.html      |     0
 .../ignite/cache/store/jdbc/package-use.html       |     0
 .../apache/ignite/cache/store/package-frame.html   |     0
 .../apache/ignite/cache/store/package-summary.html |     0
 .../apache/ignite/cache/store/package-tree.html    |     0
 .../org/apache/ignite/cache/store/package-use.html |     0
 .../spring/CacheSpringStoreSessionListener.html    |     0
 .../class-use/CacheSpringStoreSessionListener.html |     0
 .../ignite/cache/store/spring/package-frame.html   |     0
 .../ignite/cache/store/spring/package-summary.html |     0
 .../ignite/cache/store/spring/package-tree.html    |     0
 .../ignite/cache/store/spring/package-use.html     |     0
 .../ignite/cache/websession/WebSessionFilter.html  |     0
 .../websession/class-use/WebSessionFilter.html     |     0
 .../ignite/cache/websession/package-frame.html     |     0
 .../ignite/cache/websession/package-summary.html   |     0
 .../ignite/cache/websession/package-tree.html      |     0
 .../ignite/cache/websession/package-use.html       |     0
 .../apache/ignite/class-use/DataRegionMetrics.html |     0
 .../ignite/class-use/DataRegionMetricsAdapter.html |     0
 .../ignite/class-use/DataStorageMetrics.html       |     0
 .../class-use/DataStorageMetricsAdapter.html       |     0
 .../org/apache/ignite/class-use/Ignite.html        |     0
 .../apache/ignite/class-use/IgniteAtomicLong.html  |     0
 .../ignite/class-use/IgniteAtomicReference.html    |     0
 .../ignite/class-use/IgniteAtomicSequence.html     |     0
 .../ignite/class-use/IgniteAtomicStamped.html      |     0
 .../class-use/IgniteAuthenticationException.html   |     0
 .../org/apache/ignite/class-use/IgniteBinary.html  |     0
 .../org/apache/ignite/class-use/IgniteCache.html   |     0
 .../class-use/IgniteCacheRestartingException.html  |     0
 .../ignite/class-use/IgniteCheckedException.html   |     0
 .../IgniteClientDisconnectedException.html         |     0
 .../org/apache/ignite/class-use/IgniteCluster.html |     0
 .../org/apache/ignite/class-use/IgniteCompute.html |     0
 .../apache/ignite/class-use/IgniteCondition.html   |     0
 .../ignite/class-use/IgniteCountDownLatch.html     |     0
 .../ignite/class-use/IgniteDataStreamer.html       |     0
 .../IgniteDataStreamerTimeoutException.html        |     0
 .../class-use/IgniteDeploymentException.html       |     0
 .../org/apache/ignite/class-use/IgniteEvents.html  |     0
 .../apache/ignite/class-use/IgniteException.html   |     0
 .../apache/ignite/class-use/IgniteFileSystem.html  |     0
 .../class-use/IgniteIllegalStateException.html     |     0
 .../class-use/IgniteInterruptedException.html      |     0
 .../apache/ignite/class-use/IgniteJdbcDriver.html  |     0
 .../ignite/class-use/IgniteJdbcThinDriver.html     |     0
 .../org/apache/ignite/class-use/IgniteLock.html    |     0
 .../org/apache/ignite/class-use/IgniteLogger.html  |     0
 .../apache/ignite/class-use/IgniteMessaging.html   |     0
 .../org/apache/ignite/class-use/IgniteQueue.html   |     0
 .../apache/ignite/class-use/IgniteScheduler.html   |     0
 .../apache/ignite/class-use/IgniteSemaphore.html   |     0
 .../apache/ignite/class-use/IgniteServices.html    |     0
 .../org/apache/ignite/class-use/IgniteSet.html     |     0
 .../org/apache/ignite/class-use/IgniteSpring.html  |     0
 .../apache/ignite/class-use/IgniteSpringBean.html  |     0
 .../org/apache/ignite/class-use/IgniteState.html   |     0
 .../ignite/class-use/IgniteSystemProperties.html   |     0
 .../ignite/class-use/IgniteTransactions.html       |     0
 .../org/apache/ignite/class-use/Ignition.html      |     0
 .../apache/ignite/class-use/IgnitionListener.html  |     0
 .../org/apache/ignite/class-use/MemoryMetrics.html |     0
 .../ignite/class-use/PersistenceMetrics.html       |     0
 .../org/apache/ignite/cluster/BaselineNode.html    |     0
 .../org/apache/ignite/cluster/ClusterGroup.html    |     0
 .../ignite/cluster/ClusterGroupEmptyException.html |     0
 .../org/apache/ignite/cluster/ClusterMetrics.html  |     0
 .../org/apache/ignite/cluster/ClusterNode.html     |     0
 .../ignite/cluster/ClusterStartNodeResult.html     |     0
 .../ignite/cluster/ClusterTopologyException.html   |     0
 .../ignite/cluster/class-use/BaselineNode.html     |     0
 .../ignite/cluster/class-use/ClusterGroup.html     |     0
 .../class-use/ClusterGroupEmptyException.html      |     0
 .../ignite/cluster/class-use/ClusterMetrics.html   |     0
 .../ignite/cluster/class-use/ClusterNode.html      |     0
 .../cluster/class-use/ClusterStartNodeResult.html  |     0
 .../class-use/ClusterTopologyException.html        |     0
 .../org/apache/ignite/cluster/package-frame.html   |     0
 .../org/apache/ignite/cluster/package-summary.html |     0
 .../org/apache/ignite/cluster/package-tree.html    |     0
 .../org/apache/ignite/cluster/package-use.html     |     0
 .../compute/ComputeExecutionRejectedException.html |     0
 .../org/apache/ignite/compute/ComputeJob.html      |     0
 .../apache/ignite/compute/ComputeJobAdapter.html   |     0
 .../apache/ignite/compute/ComputeJobAfterSend.html |     0
 .../ignite/compute/ComputeJobBeforeFailover.html   |     0
 .../apache/ignite/compute/ComputeJobContext.html   |     0
 .../ignite/compute/ComputeJobContinuation.html     |     0
 .../compute/ComputeJobContinuationAdapter.html     |     0
 .../compute/ComputeJobFailoverException.html       |     0
 .../ignite/compute/ComputeJobMasterLeaveAware.html |     0
 .../apache/ignite/compute/ComputeJobResult.html    |     0
 .../ignite/compute/ComputeJobResultPolicy.html     |     0
 .../apache/ignite/compute/ComputeJobSibling.html   |     0
 .../apache/ignite/compute/ComputeLoadBalancer.html |     0
 .../org/apache/ignite/compute/ComputeTask.html     |     0
 .../apache/ignite/compute/ComputeTaskAdapter.html  |     0
 .../compute/ComputeTaskCancelledException.html     |     0
 .../compute/ComputeTaskContinuousMapper.html       |     0
 .../apache/ignite/compute/ComputeTaskFuture.html   |     0
 .../apache/ignite/compute/ComputeTaskMapAsync.html |     0
 .../org/apache/ignite/compute/ComputeTaskName.html |     0
 .../ignite/compute/ComputeTaskNoResultCache.html   |     0
 .../apache/ignite/compute/ComputeTaskSession.html  |     0
 .../ComputeTaskSessionAttributeListener.html       |     0
 .../compute/ComputeTaskSessionFullSupport.html     |     0
 .../ignite/compute/ComputeTaskSessionScope.html    |     0
 .../org/apache/ignite/compute/ComputeTaskSpis.html |     0
 .../ignite/compute/ComputeTaskSplitAdapter.html    |     0
 .../compute/ComputeTaskTimeoutException.html       |     0
 .../compute/ComputeUserUndeclaredException.html    |     0
 .../ComputeExecutionRejectedException.html         |     0
 .../ignite/compute/class-use/ComputeJob.html       |     0
 .../compute/class-use/ComputeJobAdapter.html       |     0
 .../compute/class-use/ComputeJobAfterSend.html     |     0
 .../class-use/ComputeJobBeforeFailover.html        |     0
 .../compute/class-use/ComputeJobContext.html       |     0
 .../compute/class-use/ComputeJobContinuation.html  |     0
 .../class-use/ComputeJobContinuationAdapter.html   |     0
 .../class-use/ComputeJobFailoverException.html     |     0
 .../class-use/ComputeJobMasterLeaveAware.html      |     0
 .../ignite/compute/class-use/ComputeJobResult.html |     0
 .../compute/class-use/ComputeJobResultPolicy.html  |     0
 .../compute/class-use/ComputeJobSibling.html       |     0
 .../compute/class-use/ComputeLoadBalancer.html     |     0
 .../ignite/compute/class-use/ComputeTask.html      |     0
 .../compute/class-use/ComputeTaskAdapter.html      |     0
 .../class-use/ComputeTaskCancelledException.html   |     0
 .../class-use/ComputeTaskContinuousMapper.html     |     0
 .../compute/class-use/ComputeTaskFuture.html       |     0
 .../compute/class-use/ComputeTaskMapAsync.html     |     0
 .../ignite/compute/class-use/ComputeTaskName.html  |     0
 .../class-use/ComputeTaskNoResultCache.html        |     0
 .../compute/class-use/ComputeTaskSession.html      |     0
 .../ComputeTaskSessionAttributeListener.html       |     0
 .../class-use/ComputeTaskSessionFullSupport.html   |     0
 .../compute/class-use/ComputeTaskSessionScope.html |     0
 .../ignite/compute/class-use/ComputeTaskSpis.html  |     0
 .../compute/class-use/ComputeTaskSplitAdapter.html |     0
 .../class-use/ComputeTaskTimeoutException.html     |     0
 .../class-use/ComputeUserUndeclaredException.html  |     0
 .../org/apache/ignite/compute/gridify/Gridify.html |     0
 .../ignite/compute/gridify/GridifyArgument.html    |     0
 .../ignite/compute/gridify/GridifyInput.html       |     0
 .../ignite/compute/gridify/GridifyInterceptor.html |     0
 .../ignite/compute/gridify/GridifyNodeFilter.html  |     0
 .../compute/gridify/GridifyRuntimeException.html   |     0
 .../ignite/compute/gridify/GridifySetToSet.html    |     0
 .../ignite/compute/gridify/GridifySetToValue.html  |     0
 .../ignite/compute/gridify/GridifyTaskAdapter.html |     0
 .../compute/gridify/GridifyTaskSplitAdapter.html   |     0
 .../gridify/aop/GridifyArgumentAdapter.html        |     0
 .../gridify/aop/GridifyDefaultRangeTask.html       |     0
 .../compute/gridify/aop/GridifyDefaultTask.html    |     0
 .../gridify/aop/GridifySetToSetAbstractAspect.html |     0
 .../aop/GridifySetToValueAbstractAspect.html       |     0
 .../gridify/aop/aspectj/GridifyAspectJAspect.html  |     0
 .../aop/aspectj/GridifySetToSetAspectJAspect.html  |     0
 .../aspectj/GridifySetToValueAspectJAspect.html    |     0
 .../aspectj/class-use/GridifyAspectJAspect.html    |     0
 .../class-use/GridifySetToSetAspectJAspect.html    |     0
 .../class-use/GridifySetToValueAspectJAspect.html  |     0
 .../compute/gridify/aop/aspectj/package-frame.html |     0
 .../gridify/aop/aspectj/package-summary.html       |     0
 .../compute/gridify/aop/aspectj/package-tree.html  |     0
 .../compute/gridify/aop/aspectj/package-use.html   |     0
 .../aop/class-use/GridifyArgumentAdapter.html      |     0
 .../aop/class-use/GridifyDefaultRangeTask.html     |     0
 .../gridify/aop/class-use/GridifyDefaultTask.html  |     0
 .../class-use/GridifySetToSetAbstractAspect.html   |     0
 .../class-use/GridifySetToValueAbstractAspect.html |     0
 .../ignite/compute/gridify/aop/package-frame.html  |     0
 .../compute/gridify/aop/package-summary.html       |     0
 .../ignite/compute/gridify/aop/package-tree.html   |     0
 .../ignite/compute/gridify/aop/package-use.html    |     0
 .../aop/spring/GridifySetToSetSpringAspect.html    |     0
 .../aop/spring/GridifySetToValueSpringAspect.html  |     0
 .../gridify/aop/spring/GridifySpringAspect.html    |     0
 .../gridify/aop/spring/GridifySpringEnhancer.html  |     0
 ...fySpringPointcut.GridifySpringPointcutType.html |     0
 .../gridify/aop/spring/GridifySpringPointcut.html  |     0
 .../class-use/GridifySetToSetSpringAspect.html     |     0
 .../class-use/GridifySetToValueSpringAspect.html   |     0
 .../aop/spring/class-use/GridifySpringAspect.html  |     0
 .../spring/class-use/GridifySpringEnhancer.html    |     0
 ...fySpringPointcut.GridifySpringPointcutType.html |     0
 .../spring/class-use/GridifySpringPointcut.html    |     0
 .../compute/gridify/aop/spring/package-frame.html  |     0
 .../gridify/aop/spring/package-summary.html        |     0
 .../compute/gridify/aop/spring/package-tree.html   |     0
 .../compute/gridify/aop/spring/package-use.html    |     0
 .../ignite/compute/gridify/class-use/Gridify.html  |     0
 .../compute/gridify/class-use/GridifyArgument.html |     0
 .../compute/gridify/class-use/GridifyInput.html    |     0
 .../gridify/class-use/GridifyInterceptor.html      |     0
 .../gridify/class-use/GridifyNodeFilter.html       |     0
 .../gridify/class-use/GridifyRuntimeException.html |     0
 .../compute/gridify/class-use/GridifySetToSet.html |     0
 .../gridify/class-use/GridifySetToValue.html       |     0
 .../gridify/class-use/GridifyTaskAdapter.html      |     0
 .../gridify/class-use/GridifyTaskSplitAdapter.html |     0
 .../ignite/compute/gridify/package-frame.html      |     0
 .../ignite/compute/gridify/package-summary.html    |     0
 .../ignite/compute/gridify/package-tree.html       |     0
 .../apache/ignite/compute/gridify/package-use.html |     0
 .../org/apache/ignite/compute/package-frame.html   |     0
 .../org/apache/ignite/compute/package-summary.html |     0
 .../org/apache/ignite/compute/package-tree.html    |     0
 .../org/apache/ignite/compute/package-use.html     |     0
 .../ignite/configuration/AddressResolver.html      |     0
 .../ignite/configuration/AtomicConfiguration.html  |     0
 .../ignite/configuration/BasicAddressResolver.html |     0
 .../ignite/configuration/BinaryConfiguration.html  |     0
 ...CacheConfiguration.IgniteAllNodesPredicate.html |     0
 .../ignite/configuration/CacheConfiguration.html   |     0
 .../ignite/configuration/CheckpointWriteOrder.html |     0
 .../ClientConnectorConfiguration.html              |     0
 .../configuration/CollectionConfiguration.html     |     0
 .../configuration/ConnectorConfiguration.html      |     0
 .../configuration/ConnectorMessageInterceptor.html |     0
 .../ignite/configuration/DataPageEvictionMode.html |     0
 .../configuration/DataRegionConfiguration.html     |     0
 .../configuration/DataStorageConfiguration.html    |     0
 .../ignite/configuration/DeploymentMode.html       |     0
 .../configuration/ExecutorConfiguration.html       |     0
 .../configuration/FileSystemConfiguration.html     |     0
 .../ignite/configuration/HadoopConfiguration.html  |     0
 .../ignite/configuration/IgniteConfiguration.html  |     0
 .../configuration/IgniteReflectionFactory.html     |     0
 .../ignite/configuration/MemoryConfiguration.html  |     0
 .../configuration/MemoryPolicyConfiguration.html   |     0
 .../configuration/NearCacheConfiguration.html      |     0
 .../ignite/configuration/OdbcConfiguration.html    |     0
 .../PersistentStoreConfiguration.html              |     0
 .../configuration/PlatformConfiguration.html       |     0
 .../configuration/SqlConnectorConfiguration.html   |     0
 .../ignite/configuration/TopologyValidator.html    |     0
 .../configuration/TransactionConfiguration.html    |     0
 .../org/apache/ignite/configuration/WALMode.html   |     0
 .../configuration/class-use/AddressResolver.html   |     0
 .../class-use/AtomicConfiguration.html             |     0
 .../class-use/BasicAddressResolver.html            |     0
 .../class-use/BinaryConfiguration.html             |     0
 ...CacheConfiguration.IgniteAllNodesPredicate.html |     0
 .../class-use/CacheConfiguration.html              |     0
 .../class-use/CheckpointWriteOrder.html            |     0
 .../class-use/ClientConnectorConfiguration.html    |     0
 .../class-use/CollectionConfiguration.html         |     0
 .../class-use/ConnectorConfiguration.html          |     0
 .../class-use/ConnectorMessageInterceptor.html     |     0
 .../class-use/DataPageEvictionMode.html            |     0
 .../class-use/DataRegionConfiguration.html         |     0
 .../class-use/DataStorageConfiguration.html        |     0
 .../configuration/class-use/DeploymentMode.html    |     0
 .../class-use/ExecutorConfiguration.html           |     0
 .../class-use/FileSystemConfiguration.html         |     0
 .../class-use/HadoopConfiguration.html             |     0
 .../class-use/IgniteConfiguration.html             |     0
 .../class-use/IgniteReflectionFactory.html         |     0
 .../class-use/MemoryConfiguration.html             |     0
 .../class-use/MemoryPolicyConfiguration.html       |     0
 .../class-use/NearCacheConfiguration.html          |     0
 .../configuration/class-use/OdbcConfiguration.html |     0
 .../class-use/PersistentStoreConfiguration.html    |     0
 .../class-use/PlatformConfiguration.html           |     0
 .../class-use/SqlConnectorConfiguration.html       |     0
 .../configuration/class-use/TopologyValidator.html |     0
 .../class-use/TransactionConfiguration.html        |     0
 .../ignite/configuration/class-use/WALMode.html    |     0
 .../apache/ignite/configuration/package-frame.html |     0
 .../ignite/configuration/package-summary.html      |     0
 .../apache/ignite/configuration/package-tree.html  |     0
 .../apache/ignite/configuration/package-use.html   |     0
 .../development/utils/IgniteWalConverter.html      |     0
 .../development/utils/RecordSizeCountStat.html     |     0
 .../apache/ignite/development/utils/TxWalStat.html |     0
 .../apache/ignite/development/utils/WalStat.html   |     0
 .../utils/class-use/IgniteWalConverter.html        |     0
 .../utils/class-use/RecordSizeCountStat.html       |     0
 .../development/utils/class-use/TxWalStat.html     |     0
 .../development/utils/class-use/WalStat.html       |     0
 .../ignite/development/utils/package-frame.html    |     0
 .../ignite/development/utils/package-summary.html  |     0
 .../ignite/development/utils/package-tree.html     |     0
 .../ignite/development/utils/package-use.html      |     0
 .../org/apache/ignite/events/CacheEvent.html       |     0
 .../ignite/events/CacheQueryExecutedEvent.html     |     0
 .../apache/ignite/events/CacheQueryReadEvent.html  |     0
 .../ignite/events/CacheRebalancingEvent.html       |     0
 .../org/apache/ignite/events/CheckpointEvent.html  |     0
 .../org/apache/ignite/events/DeploymentEvent.html  |     0
 .../org/apache/ignite/events/DiscoveryEvent.html   |     0
 .../javadoc/org/apache/ignite/events/Event.html    |     0
 .../org/apache/ignite/events/EventAdapter.html     |     0
 .../org/apache/ignite/events/EventType.html        |     0
 .../org/apache/ignite/events/IgfsEvent.html        |     0
 .../javadoc/org/apache/ignite/events/JobEvent.html |     0
 .../org/apache/ignite/events/TaskEvent.html        |     0
 .../ignite/events/WalSegmentArchivedEvent.html     |     0
 .../apache/ignite/events/class-use/CacheEvent.html |     0
 .../events/class-use/CacheQueryExecutedEvent.html  |     0
 .../events/class-use/CacheQueryReadEvent.html      |     0
 .../events/class-use/CacheRebalancingEvent.html    |     0
 .../ignite/events/class-use/CheckpointEvent.html   |     0
 .../ignite/events/class-use/DeploymentEvent.html   |     0
 .../ignite/events/class-use/DiscoveryEvent.html    |     0
 .../org/apache/ignite/events/class-use/Event.html  |     0
 .../ignite/events/class-use/EventAdapter.html      |     0
 .../apache/ignite/events/class-use/EventType.html  |     0
 .../apache/ignite/events/class-use/IgfsEvent.html  |     0
 .../apache/ignite/events/class-use/JobEvent.html   |     0
 .../apache/ignite/events/class-use/TaskEvent.html  |     0
 .../events/class-use/WalSegmentArchivedEvent.html  |     0
 .../org/apache/ignite/events/package-frame.html    |     0
 .../org/apache/ignite/events/package-summary.html  |     0
 .../org/apache/ignite/events/package-tree.html     |     0
 .../org/apache/ignite/events/package-use.html      |     0
 .../org/apache/ignite/hadoop/HadoopInputSplit.html |     0
 .../org/apache/ignite/hadoop/HadoopJob.html        |     0
 .../apache/ignite/hadoop/HadoopMapReducePlan.html  |     0
 .../ignite/hadoop/HadoopMapReducePlanner.html      |     0
 .../ignite/hadoop/class-use/HadoopInputSplit.html  |     0
 .../apache/ignite/hadoop/class-use/HadoopJob.html  |     0
 .../hadoop/class-use/HadoopMapReducePlan.html      |     0
 .../hadoop/class-use/HadoopMapReducePlanner.html   |     0
 .../hadoop/fs/BasicHadoopFileSystemFactory.html    |     0
 .../hadoop/fs/CachingHadoopFileSystemFactory.html  |     0
 .../ignite/hadoop/fs/HadoopFileSystemFactory.html  |     0
 .../fs/IgniteHadoopFileSystemCounterWriter.html    |     0
 .../fs/IgniteHadoopIgfsSecondaryFileSystem.html    |     0
 .../hadoop/fs/KerberosHadoopFileSystemFactory.html |     0
 .../fs/class-use/BasicHadoopFileSystemFactory.html |     0
 .../class-use/CachingHadoopFileSystemFactory.html  |     0
 .../fs/class-use/HadoopFileSystemFactory.html      |     0
 .../IgniteHadoopFileSystemCounterWriter.html       |     0
 .../IgniteHadoopIgfsSecondaryFileSystem.html       |     0
 .../class-use/KerberosHadoopFileSystemFactory.html |     0
 .../org/apache/ignite/hadoop/fs/package-frame.html |     0
 .../apache/ignite/hadoop/fs/package-summary.html   |     0
 .../org/apache/ignite/hadoop/fs/package-tree.html  |     0
 .../org/apache/ignite/hadoop/fs/package-use.html   |     0
 .../hadoop/fs/v1/IgniteHadoopFileSystem.html       |     0
 .../fs/v1/class-use/IgniteHadoopFileSystem.html    |     0
 .../apache/ignite/hadoop/fs/v1/package-frame.html  |     0
 .../ignite/hadoop/fs/v1/package-summary.html       |     0
 .../apache/ignite/hadoop/fs/v1/package-tree.html   |     0
 .../apache/ignite/hadoop/fs/v1/package-use.html    |     0
 .../hadoop/fs/v2/IgniteHadoopFileSystem.html       |     0
 .../fs/v2/class-use/IgniteHadoopFileSystem.html    |     0
 .../apache/ignite/hadoop/fs/v2/package-frame.html  |     0
 .../ignite/hadoop/fs/v2/package-summary.html       |     0
 .../apache/ignite/hadoop/fs/v2/package-tree.html   |     0
 .../apache/ignite/hadoop/fs/v2/package-use.html    |     0
 .../io/BytesWritablePartiallyRawComparator.html    |     0
 .../ignite/hadoop/io/PartiallyRawComparator.html   |     0
 .../org/apache/ignite/hadoop/io/RawMemory.html     |     0
 .../hadoop/io/TextPartiallyRawComparator.html      |     0
 .../BytesWritablePartiallyRawComparator.html       |     0
 .../io/class-use/PartiallyRawComparator.html       |     0
 .../ignite/hadoop/io/class-use/RawMemory.html      |     0
 .../io/class-use/TextPartiallyRawComparator.html   |     0
 .../org/apache/ignite/hadoop/io/package-frame.html |     0
 .../apache/ignite/hadoop/io/package-summary.html   |     0
 .../org/apache/ignite/hadoop/io/package-tree.html  |     0
 .../org/apache/ignite/hadoop/io/package-use.html   |     0
 .../IgniteHadoopClientProtocolProvider.html        |     0
 .../IgniteHadoopWeightedMapReducePlanner.html      |     0
 .../IgniteHadoopClientProtocolProvider.html        |     0
 .../IgniteHadoopWeightedMapReducePlanner.html      |     0
 .../ignite/hadoop/mapreduce/package-frame.html     |     0
 .../ignite/hadoop/mapreduce/package-summary.html   |     0
 .../ignite/hadoop/mapreduce/package-tree.html      |     0
 .../ignite/hadoop/mapreduce/package-use.html       |     0
 .../org/apache/ignite/hadoop/package-frame.html    |     0
 .../org/apache/ignite/hadoop/package-summary.html  |     0
 .../org/apache/ignite/hadoop/package-tree.html     |     0
 .../org/apache/ignite/hadoop/package-use.html      |     0
 .../planner/HadoopAbstractMapReducePlanner.html    |     0
 .../planner/HadoopTestRoundRobinMrPlanner.html     |     0
 .../class-use/HadoopAbstractMapReducePlanner.html  |     0
 .../class-use/HadoopTestRoundRobinMrPlanner.html   |     0
 .../ignite/hadoop/planner/package-frame.html       |     0
 .../ignite/hadoop/planner/package-summary.html     |     0
 .../apache/ignite/hadoop/planner/package-tree.html |     0
 .../apache/ignite/hadoop/planner/package-use.html  |     0
 .../ignite/hadoop/util/BasicUserNameMapper.html    |     0
 .../ignite/hadoop/util/ChainedUserNameMapper.html  |     0
 .../ignite/hadoop/util/KerberosUserNameMapper.html |     0
 .../apache/ignite/hadoop/util/UserNameMapper.html  |     0
 .../hadoop/util/class-use/BasicUserNameMapper.html |     0
 .../util/class-use/ChainedUserNameMapper.html      |     0
 .../util/class-use/KerberosUserNameMapper.html     |     0
 .../hadoop/util/class-use/UserNameMapper.html      |     0
 .../apache/ignite/hadoop/util/package-frame.html   |     0
 .../apache/ignite/hadoop/util/package-summary.html |     0
 .../apache/ignite/hadoop/util/package-tree.html    |     0
 .../org/apache/ignite/hadoop/util/package-use.html |     0
 .../org/apache/ignite/igfs/IgfsBlockLocation.html  |     0
 .../igfs/IgfsConcurrentModificationException.html  |     0
 .../ignite/igfs/IgfsCorruptedFileException.html    |     0
 .../igfs/IgfsDirectoryNotEmptyException.html       |     0
 .../org/apache/ignite/igfs/IgfsException.html      |     0
 .../javadoc/org/apache/ignite/igfs/IgfsFile.html   |     0
 .../ignite/igfs/IgfsGroupDataBlocksKeyMapper.html  |     0
 .../org/apache/ignite/igfs/IgfsInputStream.html    |     0
 .../igfs/IgfsInvalidHdfsVersionException.html      |     0
 .../ignite/igfs/IgfsInvalidPathException.html      |     0
 .../ignite/igfs/IgfsIpcEndpointConfiguration.html  |     0
 .../apache/ignite/igfs/IgfsIpcEndpointType.html    |     0
 .../org/apache/ignite/igfs/IgfsMetrics.html        |     0
 .../javadoc/org/apache/ignite/igfs/IgfsMode.html   |     0
 .../ignite/igfs/IgfsOutOfSpaceException.html       |     0
 .../org/apache/ignite/igfs/IgfsOutputStream.html   |     0
 .../igfs/IgfsParentNotDirectoryException.html      |     0
 .../javadoc/org/apache/ignite/igfs/IgfsPath.html   |     0
 .../igfs/IgfsPathAlreadyExistsException.html       |     0
 .../ignite/igfs/IgfsPathIsDirectoryException.html  |     0
 .../igfs/IgfsPathIsNotDirectoryException.html      |     0
 .../ignite/igfs/IgfsPathNotFoundException.html     |     0
 .../org/apache/ignite/igfs/IgfsPathSummary.html    |     0
 .../org/apache/ignite/igfs/IgfsUserContext.html    |     0
 .../ignite/igfs/class-use/IgfsBlockLocation.html   |     0
 .../IgfsConcurrentModificationException.html       |     0
 .../igfs/class-use/IgfsCorruptedFileException.html |     0
 .../class-use/IgfsDirectoryNotEmptyException.html  |     0
 .../ignite/igfs/class-use/IgfsException.html       |     0
 .../org/apache/ignite/igfs/class-use/IgfsFile.html |     0
 .../class-use/IgfsGroupDataBlocksKeyMapper.html    |     0
 .../ignite/igfs/class-use/IgfsInputStream.html     |     0
 .../class-use/IgfsInvalidHdfsVersionException.html |     0
 .../igfs/class-use/IgfsInvalidPathException.html   |     0
 .../class-use/IgfsIpcEndpointConfiguration.html    |     0
 .../ignite/igfs/class-use/IgfsIpcEndpointType.html |     0
 .../apache/ignite/igfs/class-use/IgfsMetrics.html  |     0
 .../org/apache/ignite/igfs/class-use/IgfsMode.html |     0
 .../igfs/class-use/IgfsOutOfSpaceException.html    |     0
 .../ignite/igfs/class-use/IgfsOutputStream.html    |     0
 .../class-use/IgfsParentNotDirectoryException.html |     0
 .../org/apache/ignite/igfs/class-use/IgfsPath.html |     0
 .../class-use/IgfsPathAlreadyExistsException.html  |     0
 .../class-use/IgfsPathIsDirectoryException.html    |     0
 .../class-use/IgfsPathIsNotDirectoryException.html |     0
 .../igfs/class-use/IgfsPathNotFoundException.html  |     0
 .../ignite/igfs/class-use/IgfsPathSummary.html     |     0
 .../ignite/igfs/class-use/IgfsUserContext.html     |     0
 .../ignite/igfs/mapreduce/IgfsFileRange.html       |     0
 .../igfs/mapreduce/IgfsInputStreamJobAdapter.html  |     0
 .../org/apache/ignite/igfs/mapreduce/IgfsJob.html  |     0
 .../ignite/igfs/mapreduce/IgfsJobAdapter.html      |     0
 .../igfs/mapreduce/IgfsRangeInputStream.html       |     0
 .../ignite/igfs/mapreduce/IgfsRecordResolver.html  |     0
 .../org/apache/ignite/igfs/mapreduce/IgfsTask.html |     0
 .../apache/ignite/igfs/mapreduce/IgfsTaskArgs.html |     0
 .../igfs/mapreduce/IgfsTaskNoReduceAdapter.html    |     0
 .../igfs/mapreduce/class-use/IgfsFileRange.html    |     0
 .../class-use/IgfsInputStreamJobAdapter.html       |     0
 .../ignite/igfs/mapreduce/class-use/IgfsJob.html   |     0
 .../igfs/mapreduce/class-use/IgfsJobAdapter.html   |     0
 .../mapreduce/class-use/IgfsRangeInputStream.html  |     0
 .../mapreduce/class-use/IgfsRecordResolver.html    |     0
 .../ignite/igfs/mapreduce/class-use/IgfsTask.html  |     0
 .../igfs/mapreduce/class-use/IgfsTaskArgs.html     |     0
 .../class-use/IgfsTaskNoReduceAdapter.html         |     0
 .../ignite/igfs/mapreduce/package-frame.html       |     0
 .../ignite/igfs/mapreduce/package-summary.html     |     0
 .../apache/ignite/igfs/mapreduce/package-tree.html |     0
 .../apache/ignite/igfs/mapreduce/package-use.html  |     0
 .../records/IgfsByteDelimiterRecordResolver.html   |     0
 .../records/IgfsFixedLengthRecordResolver.html     |     0
 .../records/IgfsNewLineRecordResolver.html         |     0
 .../records/IgfsStringDelimiterRecordResolver.html |     0
 .../class-use/IgfsByteDelimiterRecordResolver.html |     0
 .../class-use/IgfsFixedLengthRecordResolver.html   |     0
 .../class-use/IgfsNewLineRecordResolver.html       |     0
 .../IgfsStringDelimiterRecordResolver.html         |     0
 .../igfs/mapreduce/records/package-frame.html      |     0
 .../igfs/mapreduce/records/package-summary.html    |     0
 .../igfs/mapreduce/records/package-tree.html       |     0
 .../ignite/igfs/mapreduce/records/package-use.html |     0
 .../org/apache/ignite/igfs/package-frame.html      |     0
 .../org/apache/ignite/igfs/package-summary.html    |     0
 .../org/apache/ignite/igfs/package-tree.html       |     0
 .../org/apache/ignite/igfs/package-use.html        |     0
 .../igfs/secondary/IgfsSecondaryFileSystem.html    |     0
 .../IgfsSecondaryFileSystemPositionedReadable.html |     0
 .../class-use/IgfsSecondaryFileSystem.html         |     0
 .../IgfsSecondaryFileSystemPositionedReadable.html |     0
 .../local/LocalIgfsSecondaryFileSystem.html        |     0
 .../class-use/LocalIgfsSecondaryFileSystem.html    |     0
 .../ignite/igfs/secondary/local/package-frame.html |     0
 .../igfs/secondary/local/package-summary.html      |     0
 .../ignite/igfs/secondary/local/package-tree.html  |     0
 .../ignite/igfs/secondary/local/package-use.html   |     0
 .../ignite/igfs/secondary/package-frame.html       |     0
 .../ignite/igfs/secondary/package-summary.html     |     0
 .../apache/ignite/igfs/secondary/package-tree.html |     0
 .../apache/ignite/igfs/secondary/package-use.html  |     0
 .../apache/ignite/lang/IgniteAsyncCallback.html    |     0
 .../org/apache/ignite/lang/IgniteAsyncSupport.html |     0
 .../apache/ignite/lang/IgniteAsyncSupported.html   |     0
 .../org/apache/ignite/lang/IgniteBiClosure.html    |     0
 .../org/apache/ignite/lang/IgniteBiInClosure.html  |     0
 .../org/apache/ignite/lang/IgniteBiPredicate.html  |     0
 .../org/apache/ignite/lang/IgniteBiTuple.html      |     0
 .../org/apache/ignite/lang/IgniteCallable.html     |     0
 .../org/apache/ignite/lang/IgniteClosure.html      |     0
 .../org/apache/ignite/lang/IgniteFuture.html       |     0
 .../lang/IgniteFutureCancelledException.html       |     0
 .../ignite/lang/IgniteFutureTimeoutException.html  |     0
 .../org/apache/ignite/lang/IgniteInClosure.html    |     0
 .../ignite/lang/IgniteNotPeerDeployable.html       |     0
 .../org/apache/ignite/lang/IgniteOutClosure.html   |     0
 .../org/apache/ignite/lang/IgnitePredicate.html    |     0
 .../apache/ignite/lang/IgniteProductVersion.html   |     0
 .../org/apache/ignite/lang/IgniteReducer.html      |     0
 .../org/apache/ignite/lang/IgniteRunnable.html     |     0
 .../javadoc/org/apache/ignite/lang/IgniteUuid.html |     0
 .../ignite/lang/class-use/IgniteAsyncCallback.html |     0
 .../ignite/lang/class-use/IgniteAsyncSupport.html  |     0
 .../lang/class-use/IgniteAsyncSupported.html       |     0
 .../ignite/lang/class-use/IgniteBiClosure.html     |     0
 .../ignite/lang/class-use/IgniteBiInClosure.html   |     0
 .../ignite/lang/class-use/IgniteBiPredicate.html   |     0
 .../ignite/lang/class-use/IgniteBiTuple.html       |     0
 .../ignite/lang/class-use/IgniteCallable.html      |     0
 .../ignite/lang/class-use/IgniteClosure.html       |     0
 .../apache/ignite/lang/class-use/IgniteFuture.html |     0
 .../class-use/IgniteFutureCancelledException.html  |     0
 .../class-use/IgniteFutureTimeoutException.html    |     0
 .../ignite/lang/class-use/IgniteInClosure.html     |     0
 .../lang/class-use/IgniteNotPeerDeployable.html    |     0
 .../ignite/lang/class-use/IgniteOutClosure.html    |     0
 .../ignite/lang/class-use/IgnitePredicate.html     |     0
 .../lang/class-use/IgniteProductVersion.html       |     0
 .../ignite/lang/class-use/IgniteReducer.html       |     0
 .../ignite/lang/class-use/IgniteRunnable.html      |     0
 .../apache/ignite/lang/class-use/IgniteUuid.html   |     0
 .../org/apache/ignite/lang/package-frame.html      |     0
 .../org/apache/ignite/lang/package-summary.html    |     0
 .../org/apache/ignite/lang/package-tree.html       |     0
 .../org/apache/ignite/lang/package-use.html        |     0
 .../apache/ignite/lifecycle/LifecycleAware.html    |     0
 .../org/apache/ignite/lifecycle/LifecycleBean.html |     0
 .../ignite/lifecycle/LifecycleEventType.html       |     0
 .../ignite/lifecycle/class-use/LifecycleAware.html |     0
 .../ignite/lifecycle/class-use/LifecycleBean.html  |     0
 .../lifecycle/class-use/LifecycleEventType.html    |     0
 .../org/apache/ignite/lifecycle/package-frame.html |     0
 .../apache/ignite/lifecycle/package-summary.html   |     0
 .../org/apache/ignite/lifecycle/package-tree.html  |     0
 .../org/apache/ignite/lifecycle/package-use.html   |     0
 .../apache/ignite/logger/LoggerNodeIdAware.html    |     0
 .../org/apache/ignite/logger/NullLogger.html       |     0
 .../ignite/logger/class-use/LoggerNodeIdAware.html |     0
 .../apache/ignite/logger/class-use/NullLogger.html |     0
 .../org/apache/ignite/logger/java/JavaLogger.html  |     0
 .../ignite/logger/java/JavaLoggerFileHandler.html  |     0
 .../ignite/logger/java/JavaLoggerFormatter.html    |     0
 .../ignite/logger/java/class-use/JavaLogger.html   |     0
 .../java/class-use/JavaLoggerFileHandler.html      |     0
 .../logger/java/class-use/JavaLoggerFormatter.html |     0
 .../apache/ignite/logger/java/package-frame.html   |     0
 .../apache/ignite/logger/java/package-summary.html |     0
 .../apache/ignite/logger/java/package-tree.html    |     0
 .../org/apache/ignite/logger/java/package-use.html |     0
 .../org/apache/ignite/logger/jcl/JclLogger.html    |     0
 .../ignite/logger/jcl/class-use/JclLogger.html     |     0
 .../apache/ignite/logger/jcl/package-frame.html    |     0
 .../apache/ignite/logger/jcl/package-summary.html  |     0
 .../org/apache/ignite/logger/jcl/package-tree.html |     0
 .../org/apache/ignite/logger/jcl/package-use.html  |     0
 .../log4j/Log4JDailyRollingFileAppender.html       |     0
 .../log4j/Log4JExternallyRolledFileAppender.html   |     0
 .../ignite/logger/log4j/Log4JFileAppender.html     |     0
 .../apache/ignite/logger/log4j/Log4JLogger.html    |     0
 .../logger/log4j/Log4jRollingFileAppender.html     |     0
 .../class-use/Log4JDailyRollingFileAppender.html   |     0
 .../Log4JExternallyRolledFileAppender.html         |     0
 .../logger/log4j/class-use/Log4JFileAppender.html  |     0
 .../ignite/logger/log4j/class-use/Log4JLogger.html |     0
 .../log4j/class-use/Log4jRollingFileAppender.html  |     0
 .../apache/ignite/logger/log4j/package-frame.html  |     0
 .../ignite/logger/log4j/package-summary.html       |     0
 .../apache/ignite/logger/log4j/package-tree.html   |     0
 .../apache/ignite/logger/log4j/package-use.html    |     0
 .../apache/ignite/logger/log4j2/Log4J2Logger.html  |     0
 .../logger/log4j2/class-use/Log4J2Logger.html      |     0
 .../apache/ignite/logger/log4j2/package-frame.html |     0
 .../ignite/logger/log4j2/package-summary.html      |     0
 .../apache/ignite/logger/log4j2/package-tree.html  |     0
 .../apache/ignite/logger/log4j2/package-use.html   |     0
 .../org/apache/ignite/logger/package-frame.html    |     0
 .../org/apache/ignite/logger/package-summary.html  |     0
 .../org/apache/ignite/logger/package-tree.html     |     0
 .../org/apache/ignite/logger/package-use.html      |     0
 .../apache/ignite/logger/slf4j/Slf4jLogger.html    |     0
 .../ignite/logger/slf4j/class-use/Slf4jLogger.html |     0
 .../apache/ignite/logger/slf4j/package-frame.html  |     0
 .../ignite/logger/slf4j/package-summary.html       |     0
 .../apache/ignite/logger/slf4j/package-tree.html   |     0
 .../apache/ignite/logger/slf4j/package-use.html    |     0
 .../ignite/marshaller/AbstractMarshaller.html      |     0
 .../AbstractNodeNameAwareMarshaller.html           |     0
 .../org/apache/ignite/marshaller/Marshaller.html   |     0
 .../ignite/marshaller/MarshallerContext.html       |     0
 .../ignite/marshaller/MarshallerExclusions.html    |     0
 .../apache/ignite/marshaller/MarshallerUtils.html  |     0
 .../marshaller/class-use/AbstractMarshaller.html   |     0
 .../class-use/AbstractNodeNameAwareMarshaller.html |     0
 .../ignite/marshaller/class-use/Marshaller.html    |     0
 .../marshaller/class-use/MarshallerContext.html    |     0
 .../marshaller/class-use/MarshallerExclusions.html |     0
 .../marshaller/class-use/MarshallerUtils.html      |     0
 .../ignite/marshaller/jdk/JdkMarshaller.html       |     0
 .../marshaller/jdk/class-use/JdkMarshaller.html    |     0
 .../ignite/marshaller/jdk/package-frame.html       |     0
 .../ignite/marshaller/jdk/package-summary.html     |     0
 .../apache/ignite/marshaller/jdk/package-tree.html |     0
 .../apache/ignite/marshaller/jdk/package-use.html  |     0
 .../apache/ignite/marshaller/package-frame.html    |     0
 .../apache/ignite/marshaller/package-summary.html  |     0
 .../org/apache/ignite/marshaller/package-tree.html |     0
 .../org/apache/ignite/marshaller/package-use.html  |     0
 .../org/apache/ignite/mesos/ClusterProperties.html |     0
 .../org/apache/ignite/mesos/IgniteFramework.html   |     0
 .../org/apache/ignite/mesos/IgniteScheduler.html   |     0
 .../org/apache/ignite/mesos/IgniteTask.html        |     0
 .../ignite/mesos/class-use/ClusterProperties.html  |     0
 .../ignite/mesos/class-use/IgniteFramework.html    |     0
 .../ignite/mesos/class-use/IgniteScheduler.html    |     0
 .../apache/ignite/mesos/class-use/IgniteTask.html  |     0
 .../org/apache/ignite/mesos/package-frame.html     |     0
 .../org/apache/ignite/mesos/package-summary.html   |     0
 .../org/apache/ignite/mesos/package-tree.html      |     0
 .../org/apache/ignite/mesos/package-use.html       |     0
 .../ignite/mesos/resource/IgniteProvider.html      |     0
 .../apache/ignite/mesos/resource/JettyServer.html  |     0
 .../ignite/mesos/resource/ResourceHandler.html     |     0
 .../ignite/mesos/resource/ResourceProvider.html    |     0
 .../mesos/resource/class-use/IgniteProvider.html   |     0
 .../mesos/resource/class-use/JettyServer.html      |     0
 .../mesos/resource/class-use/ResourceHandler.html  |     0
 .../mesos/resource/class-use/ResourceProvider.html |     0
 .../ignite/mesos/resource/package-frame.html       |     0
 .../ignite/mesos/resource/package-summary.html     |     0
 .../apache/ignite/mesos/resource/package-tree.html |     0
 .../apache/ignite/mesos/resource/package-use.html  |     0
 .../ignite/messaging/MessagingListenActor.html     |     0
 .../messaging/class-use/MessagingListenActor.html  |     0
 .../org/apache/ignite/messaging/package-frame.html |     0
 .../apache/ignite/messaging/package-summary.html   |     0
 .../org/apache/ignite/messaging/package-tree.html  |     0
 .../org/apache/ignite/messaging/package-use.html   |     0
 .../javadoc/org/apache/ignite/ml/Exportable.html   |     0
 .../javadoc/org/apache/ignite/ml/Exporter.html     |     0
 .../javadoc/org/apache/ignite/ml/FileExporter.html |     0
 .../apache/ignite/ml/FuzzyCMeansModelFormat.html   |     0
 .../org/apache/ignite/ml/KMeansModelFormat.html    |     0
 .../2.4.0/javadoc/org/apache/ignite/ml/Model.html  |     0
 .../javadoc/org/apache/ignite/ml/Trainer.html      |     0
 .../org/apache/ignite/ml/class-use/Exportable.html |     0
 .../org/apache/ignite/ml/class-use/Exporter.html   |     0
 .../apache/ignite/ml/class-use/FileExporter.html   |     0
 .../ml/class-use/FuzzyCMeansModelFormat.html       |     0
 .../ignite/ml/class-use/KMeansModelFormat.html     |     0
 .../org/apache/ignite/ml/class-use/Model.html      |     0
 .../org/apache/ignite/ml/class-use/Trainer.html    |     0
 .../BaseFuzzyCMeansClusterer.StopCondition.html    |     0
 .../ml/clustering/BaseFuzzyCMeansClusterer.html    |     0
 .../ignite/ml/clustering/BaseKMeansClusterer.html  |     0
 .../org/apache/ignite/ml/clustering/Clusterer.html |     0
 .../ignite/ml/clustering/ClusterizationModel.html  |     0
 .../FuzzyCMeansDistributedClusterer.html           |     0
 .../ml/clustering/FuzzyCMeansLocalClusterer.html   |     0
 .../ignite/ml/clustering/FuzzyCMeansModel.html     |     0
 .../ml/clustering/KMeansDistributedClusterer.html  |     0
 .../ignite/ml/clustering/KMeansLocalClusterer.html |     0
 .../apache/ignite/ml/clustering/KMeansModel.html   |     0
 .../ignite/ml/clustering/WeightedClusterer.html    |     0
 .../BaseFuzzyCMeansClusterer.StopCondition.html    |     0
 .../class-use/BaseFuzzyCMeansClusterer.html        |     0
 .../clustering/class-use/BaseKMeansClusterer.html  |     0
 .../ignite/ml/clustering/class-use/Clusterer.html  |     0
 .../clustering/class-use/ClusterizationModel.html  |     0
 .../class-use/FuzzyCMeansDistributedClusterer.html |     0
 .../class-use/FuzzyCMeansLocalClusterer.html       |     0
 .../ml/clustering/class-use/FuzzyCMeansModel.html  |     0
 .../class-use/KMeansDistributedClusterer.html      |     0
 .../clustering/class-use/KMeansLocalClusterer.html |     0
 .../ml/clustering/class-use/KMeansModel.html       |     0
 .../ml/clustering/class-use/WeightedClusterer.html |     0
 .../apache/ignite/ml/clustering/package-frame.html |     0
 .../ignite/ml/clustering/package-summary.html      |     0
 .../apache/ignite/ml/clustering/package-tree.html  |     0
 .../apache/ignite/ml/clustering/package-use.html   |     0
 .../apache/ignite/ml/estimators/Estimators.html    |     0
 .../ignite/ml/estimators/class-use/Estimators.html |     0
 .../apache/ignite/ml/estimators/package-frame.html |     0
 .../ignite/ml/estimators/package-summary.html      |     0
 .../apache/ignite/ml/estimators/package-tree.html  |     0
 .../apache/ignite/ml/estimators/package-use.html   |     0
 .../org/apache/ignite/ml/knn/models/KNNModel.html  |     0
 .../ignite/ml/knn/models/KNNModelFormat.html       |     0
 .../apache/ignite/ml/knn/models/KNNStrategy.html   |     0
 .../ignite/ml/knn/models/class-use/KNNModel.html   |     0
 .../ml/knn/models/class-use/KNNModelFormat.html    |     0
 .../ml/knn/models/class-use/KNNStrategy.html       |     0
 .../apache/ignite/ml/knn/models/package-frame.html |     0
 .../ignite/ml/knn/models/package-summary.html      |     0
 .../apache/ignite/ml/knn/models/package-tree.html  |     0
 .../apache/ignite/ml/knn/models/package-use.html   |     0
 .../org/apache/ignite/ml/knn/package-frame.html    |     0
 .../org/apache/ignite/ml/knn/package-summary.html  |     0
 .../org/apache/ignite/ml/knn/package-tree.html     |     0
 .../org/apache/ignite/ml/knn/package-use.html      |     0
 .../regression/KNNMultipleLinearRegression.html    |     0
 .../class-use/KNNMultipleLinearRegression.html     |     0
 .../ignite/ml/knn/regression/package-frame.html    |     0
 .../ignite/ml/knn/regression/package-summary.html  |     0
 .../ignite/ml/knn/regression/package-tree.html     |     0
 .../ignite/ml/knn/regression/package-use.html      |     0
 .../javadoc/org/apache/ignite/ml/math/Algebra.html |     0
 .../javadoc/org/apache/ignite/ml/math/Blas.html    |     0
 .../org/apache/ignite/ml/math/Constants.html       |     0
 .../org/apache/ignite/ml/math/Destroyable.html     |     0
 .../apache/ignite/ml/math/IdentityValueMapper.html |     0
 .../org/apache/ignite/ml/math/Isomorphism.html     |     0
 .../org/apache/ignite/ml/math/KeyMapper.html       |     0
 .../org/apache/ignite/ml/math/MathUtils.html       |     0
 .../org/apache/ignite/ml/math/Matrix.Element.html  |     0
 .../javadoc/org/apache/ignite/ml/math/Matrix.html  |     0
 .../org/apache/ignite/ml/math/MatrixStorage.html   |     0
 .../org/apache/ignite/ml/math/MetaAttributes.html  |     0
 .../org/apache/ignite/ml/math/MurmurHash.html      |     0
 .../org/apache/ignite/ml/math/OrderedMatrix.html   |     0
 .../org/apache/ignite/ml/math/Precision.html       |     0
 .../apache/ignite/ml/math/StorageConstants.html    |     0
 .../apache/ignite/ml/math/StorageOpsMetrics.html   |     0
 .../apache/ignite/ml/math/Tracer.ColorMapper.html  |     0
 .../javadoc/org/apache/ignite/ml/math/Tracer.html  |     0
 .../org/apache/ignite/ml/math/Vector.Element.html  |     0
 .../javadoc/org/apache/ignite/ml/math/Vector.html  |     0
 .../org/apache/ignite/ml/math/VectorStorage.html   |     0
 .../org/apache/ignite/ml/math/VectorUtils.html     |     0
 .../apache/ignite/ml/math/class-use/Algebra.html   |     0
 .../org/apache/ignite/ml/math/class-use/Blas.html  |     0
 .../apache/ignite/ml/math/class-use/Constants.html |     0
 .../ignite/ml/math/class-use/Destroyable.html      |     0
 .../ml/math/class-use/IdentityValueMapper.html     |     0
 .../ignite/ml/math/class-use/Isomorphism.html      |     0
 .../apache/ignite/ml/math/class-use/KeyMapper.html |     0
 .../apache/ignite/ml/math/class-use/MathUtils.html |     0
 .../ignite/ml/math/class-use/Matrix.Element.html   |     0
 .../apache/ignite/ml/math/class-use/Matrix.html    |     0
 .../ignite/ml/math/class-use/MatrixStorage.html    |     0
 .../ignite/ml/math/class-use/MetaAttributes.html   |     0
 .../ignite/ml/math/class-use/MurmurHash.html       |     0
 .../ignite/ml/math/class-use/OrderedMatrix.html    |     0
 .../apache/ignite/ml/math/class-use/Precision.html |     0
 .../ignite/ml/math/class-use/StorageConstants.html |     0
 .../ml/math/class-use/StorageOpsMetrics.html       |     0
 .../ml/math/class-use/Tracer.ColorMapper.html      |     0
 .../apache/ignite/ml/math/class-use/Tracer.html    |     0
 .../ignite/ml/math/class-use/Vector.Element.html   |     0
 .../apache/ignite/ml/math/class-use/Vector.html    |     0
 .../ignite/ml/math/class-use/VectorStorage.html    |     0
 .../ignite/ml/math/class-use/VectorUtils.html      |     0
 .../math/decompositions/CholeskyDecomposition.html |     0
 .../math/decompositions/DecompositionSupport.html  |     0
 .../ml/math/decompositions/EigenDecomposition.html |     0
 .../ml/math/decompositions/LUDecomposition.html    |     0
 .../ignite/ml/math/decompositions/QRDSolver.html   |     0
 .../ml/math/decompositions/QRDecomposition.html    |     0
 .../decompositions/SingularValueDecomposition.html |     0
 .../class-use/CholeskyDecomposition.html           |     0
 .../class-use/DecompositionSupport.html            |     0
 .../class-use/EigenDecomposition.html              |     0
 .../decompositions/class-use/LUDecomposition.html  |     0
 .../math/decompositions/class-use/QRDSolver.html   |     0
 .../decompositions/class-use/QRDecomposition.html  |     0
 .../class-use/SingularValueDecomposition.html      |     0
 .../ml/math/decompositions/package-frame.html      |     0
 .../ml/math/decompositions/package-summary.html    |     0
 .../ml/math/decompositions/package-tree.html       |     0
 .../ignite/ml/math/decompositions/package-use.html |     0
 .../ignite/ml/math/distances/DistanceMeasure.html  |     0
 .../ml/math/distances/EuclideanDistance.html       |     0
 .../ignite/ml/math/distances/HammingDistance.html  |     0
 .../ml/math/distances/ManhattanDistance.html       |     0
 .../math/distances/class-use/DistanceMeasure.html  |     0
 .../distances/class-use/EuclideanDistance.html     |     0
 .../math/distances/class-use/HammingDistance.html  |     0
 .../distances/class-use/ManhattanDistance.html     |     0
 .../ignite/ml/math/distances/package-frame.html    |     0
 .../ignite/ml/math/distances/package-summary.html  |     0
 .../ignite/ml/math/distances/package-tree.html     |     0
 .../ignite/ml/math/distances/package-use.html      |     0
 .../ml/math/distributed/CacheUtils.CacheEntry.html |     0
 .../ignite/ml/math/distributed/CacheUtils.html     |     0
 .../ml/math/distributed/DistributedStorage.html    |     0
 .../ml/math/distributed/MatrixKeyMapper.html       |     0
 .../ignite/ml/math/distributed/ValueMapper.html    |     0
 .../ml/math/distributed/VectorKeyMapper.html       |     0
 .../class-use/CacheUtils.CacheEntry.html           |     0
 .../ml/math/distributed/class-use/CacheUtils.html  |     0
 .../distributed/class-use/DistributedStorage.html  |     0
 .../distributed/class-use/MatrixKeyMapper.html     |     0
 .../ml/math/distributed/class-use/ValueMapper.html |     0
 .../distributed/class-use/VectorKeyMapper.html     |     0
 .../distributed/keys/DataStructureCacheKey.html    |     0
 .../ml/math/distributed/keys/MatrixBlockKey.html   |     0
 .../ml/math/distributed/keys/RowColMatrixKey.html  |     0
 .../ml/math/distributed/keys/VectorBlockKey.html   |     0
 .../keys/class-use/DataStructureCacheKey.html      |     0
 .../distributed/keys/class-use/MatrixBlockKey.html |     0
 .../keys/class-use/RowColMatrixKey.html            |     0
 .../distributed/keys/class-use/VectorBlockKey.html |     0
 .../math/distributed/keys/impl/MatrixBlockKey.html |     0
 .../distributed/keys/impl/SparseMatrixKey.html     |     0
 .../math/distributed/keys/impl/VectorBlockKey.html |     0
 .../keys/impl/class-use/MatrixBlockKey.html        |     0
 .../keys/impl/class-use/SparseMatrixKey.html       |     0
 .../keys/impl/class-use/VectorBlockKey.html        |     0
 .../math/distributed/keys/impl/package-frame.html  |     0
 .../distributed/keys/impl/package-summary.html     |     0
 .../math/distributed/keys/impl/package-tree.html   |     0
 .../ml/math/distributed/keys/impl/package-use.html |     0
 .../ml/math/distributed/keys/package-frame.html    |     0
 .../ml/math/distributed/keys/package-summary.html  |     0
 .../ml/math/distributed/keys/package-tree.html     |     0
 .../ml/math/distributed/keys/package-use.html      |     0
 .../ignite/ml/math/distributed/package-frame.html  |     0
 .../ml/math/distributed/package-summary.html       |     0
 .../ignite/ml/math/distributed/package-tree.html   |     0
 .../ignite/ml/math/distributed/package-use.html    |     0
 .../ml/math/exceptions/CardinalityException.html   |     0
 .../ml/math/exceptions/ColumnIndexException.html   |     0
 .../ml/math/exceptions/ConvergenceException.html   |     0
 .../ignite/ml/math/exceptions/IndexException.html  |     0
 .../math/exceptions/InsufficientDataException.html |     0
 .../math/exceptions/MathArithmeticException.html   |     0
 .../exceptions/MathIllegalArgumentException.html   |     0
 .../exceptions/MathIllegalNumberException.html     |     0
 .../math/exceptions/MathIllegalStateException.html |     0
 .../ml/math/exceptions/MathRuntimeException.html   |     0
 .../ignite/ml/math/exceptions/NoDataException.html |     0
 .../NonPositiveDefiniteMatrixException.html        |     0
 .../math/exceptions/NonSquareMatrixException.html  |     0
 .../exceptions/NonSymmetricMatrixException.html    |     0
 .../ml/math/exceptions/NullArgumentException.html  |     0
 .../math/exceptions/NumberIsTooSmallException.html |     0
 .../ml/math/exceptions/RowIndexException.html      |     0
 .../math/exceptions/SingularMatrixException.html   |     0
 .../math/exceptions/UnknownProviderException.html  |     0
 .../exceptions/UnsupportedOperationException.html  |     0
 .../exceptions/class-use/CardinalityException.html |     0
 .../exceptions/class-use/ColumnIndexException.html |     0
 .../exceptions/class-use/ConvergenceException.html |     0
 .../math/exceptions/class-use/IndexException.html  |     0
 .../class-use/InsufficientDataException.html       |     0
 .../class-use/MathArithmeticException.html         |     0
 .../class-use/MathIllegalArgumentException.html    |     0
 .../class-use/MathIllegalNumberException.html      |     0
 .../class-use/MathIllegalStateException.html       |     0
 .../exceptions/class-use/MathRuntimeException.html |     0
 .../math/exceptions/class-use/NoDataException.html |     0
 .../NonPositiveDefiniteMatrixException.html        |     0
 .../class-use/NonSquareMatrixException.html        |     0
 .../class-use/NonSymmetricMatrixException.html     |     0
 .../class-use/NullArgumentException.html           |     0
 .../class-use/NumberIsTooSmallException.html       |     0
 .../exceptions/class-use/RowIndexException.html    |     0
 .../class-use/SingularMatrixException.html         |     0
 .../class-use/UnknownProviderException.html        |     0
 .../class-use/UnsupportedOperationException.html   |     0
 .../ml/math/exceptions/knn/EmptyFileException.html |     0
 .../math/exceptions/knn/FileParsingException.html  |     0
 .../exceptions/knn/NoLabelVectorException.html     |     0
 .../knn/SmallTrainingDatasetSizeException.html     |     0
 .../knn/class-use/EmptyFileException.html          |     0
 .../knn/class-use/FileParsingException.html        |     0
 .../knn/class-use/NoLabelVectorException.html      |     0
 .../SmallTrainingDatasetSizeException.html         |     0
 .../ml/math/exceptions/knn/package-frame.html      |     0
 .../ml/math/exceptions/knn/package-summary.html    |     0
 .../ml/math/exceptions/knn/package-tree.html       |     0
 .../ignite/ml/math/exceptions/knn/package-use.html |     0
 .../ignite/ml/math/exceptions/package-frame.html   |     0
 .../ignite/ml/math/exceptions/package-summary.html |     0
 .../ignite/ml/math/exceptions/package-tree.html    |     0
 .../ignite/ml/math/exceptions/package-use.html     |     0
 .../apache/ignite/ml/math/functions/Functions.html |     0
 .../ignite/ml/math/functions/IgniteBiConsumer.html |     0
 .../ignite/ml/math/functions/IgniteBiFunction.html |     0
 .../ml/math/functions/IgniteBinaryOperator.html    |     0
 .../ignite/ml/math/functions/IgniteConsumer.html   |     0
 .../ml/math/functions/IgniteCurriedBiFunction.html |     0
 .../math/functions/IgniteCurriedTriFunction.html   |     0
 ...IgniteDifferentiableDoubleToDoubleFunction.html |     0
 ...IgniteDifferentiableVectorToDoubleFunction.html |     0
 .../ml/math/functions/IgniteDoubleFunction.html    |     0
 .../ignite/ml/math/functions/IgniteFunction.html   |     0
 .../IgniteIntDoubleToDoubleBiFunction.html         |     0
 .../functions/IgniteIntIntToIntBiFunction.html     |     0
 .../ignite/ml/math/functions/IgniteSupplier.html   |     0
 .../ml/math/functions/IgniteToDoubleFunction.html  |     0
 .../ml/math/functions/IgniteTriConsumer.html       |     0
 .../ml/math/functions/IgniteTriFunction.html       |     0
 .../ml/math/functions/IntDoubleToVoidFunction.html |     0
 .../math/functions/IntIntDoubleToVoidFunction.html |     0
 .../ml/math/functions/IntIntToDoubleFunction.html  |     0
 .../ml/math/functions/class-use/Functions.html     |     0
 .../math/functions/class-use/IgniteBiConsumer.html |     0
 .../math/functions/class-use/IgniteBiFunction.html |     0
 .../functions/class-use/IgniteBinaryOperator.html  |     0
 .../math/functions/class-use/IgniteConsumer.html   |     0
 .../class-use/IgniteCurriedBiFunction.html         |     0
 .../class-use/IgniteCurriedTriFunction.html        |     0
 ...IgniteDifferentiableDoubleToDoubleFunction.html |     0
 ...IgniteDifferentiableVectorToDoubleFunction.html |     0
 .../functions/class-use/IgniteDoubleFunction.html  |     0
 .../math/functions/class-use/IgniteFunction.html   |     0
 .../IgniteIntDoubleToDoubleBiFunction.html         |     0
 .../class-use/IgniteIntIntToIntBiFunction.html     |     0
 .../math/functions/class-use/IgniteSupplier.html   |     0
 .../class-use/IgniteToDoubleFunction.html          |     0
 .../functions/class-use/IgniteTriConsumer.html     |     0
 .../functions/class-use/IgniteTriFunction.html     |     0
 .../class-use/IntDoubleToVoidFunction.html         |     0
 .../class-use/IntIntDoubleToVoidFunction.html      |     0
 .../class-use/IntIntToDoubleFunction.html          |     0
 .../ignite/ml/math/functions/package-frame.html    |     0
 .../ignite/ml/math/functions/package-summary.html  |     0
 .../ignite/ml/math/functions/package-tree.html     |     0
 .../ignite/ml/math/functions/package-use.html      |     0
 .../ml/math/impls/matrix/AbstractMatrix.html       |     0
 .../ignite/ml/math/impls/matrix/CacheMatrix.html   |     0
 .../math/impls/matrix/DenseLocalOffHeapMatrix.html |     0
 .../math/impls/matrix/DenseLocalOnHeapMatrix.html  |     0
 .../ml/math/impls/matrix/DiagonalMatrix.html       |     0
 .../ml/math/impls/matrix/FunctionMatrix.html       |     0
 .../ml/math/impls/matrix/MatrixBlockEntry.html     |     0
 .../ignite/ml/math/impls/matrix/MatrixView.html    |     0
 .../ml/math/impls/matrix/PivotedMatrixView.html    |     0
 .../ignite/ml/math/impls/matrix/RandomMatrix.html  |     0
 .../impls/matrix/SparseBlockDistributedMatrix.html |     0
 .../math/impls/matrix/SparseDistributedMatrix.html |     0
 .../math/impls/matrix/SparseLocalOnHeapMatrix.html |     0
 .../ml/math/impls/matrix/TransposedMatrixView.html |     0
 .../impls/matrix/class-use/AbstractMatrix.html     |     0
 .../math/impls/matrix/class-use/CacheMatrix.html   |     0
 .../matrix/class-use/DenseLocalOffHeapMatrix.html  |     0
 .../matrix/class-use/DenseLocalOnHeapMatrix.html   |     0
 .../impls/matrix/class-use/DiagonalMatrix.html     |     0
 .../impls/matrix/class-use/FunctionMatrix.html     |     0
 .../impls/matrix/class-use/MatrixBlockEntry.html   |     0
 .../ml/math/impls/matrix/class-use/MatrixView.html |     0
 .../impls/matrix/class-use/PivotedMatrixView.html  |     0
 .../math/impls/matrix/class-use/RandomMatrix.html  |     0
 .../class-use/SparseBlockDistributedMatrix.html    |     0
 .../matrix/class-use/SparseDistributedMatrix.html  |     0
 .../matrix/class-use/SparseLocalOnHeapMatrix.html  |     0
 .../matrix/class-use/TransposedMatrixView.html     |     0
 .../ignite/ml/math/impls/matrix/package-frame.html |     0
 .../ml/math/impls/matrix/package-summary.html      |     0
 .../ignite/ml/math/impls/matrix/package-tree.html  |     0
 .../ignite/ml/math/impls/matrix/package-use.html   |     0
 .../apache/ignite/ml/math/impls/package-frame.html |     0
 .../ignite/ml/math/impls/package-summary.html      |     0
 .../apache/ignite/ml/math/impls/package-tree.html  |     0
 .../apache/ignite/ml/math/impls/package-use.html   |     0
 .../impls/storage/matrix/ArrayMatrixStorage.html   |     0
 .../impls/storage/matrix/BlockMatrixStorage.html   |     0
 .../impls/storage/matrix/BlockVectorStorage.html   |     0
 .../impls/storage/matrix/CacheMatrixStorage.html   |     0
 .../storage/matrix/DenseOffHeapMatrixStorage.html  |     0
 .../storage/matrix/DiagonalMatrixStorage.html      |     0
 .../storage/matrix/FunctionMatrixStorage.html      |     0
 .../impls/storage/matrix/MapWrapperStorage.html    |     0
 .../storage/matrix/MatrixDelegateStorage.html      |     0
 .../impls/storage/matrix/PivotedMatrixStorage.html |     0
 .../impls/storage/matrix/RandomMatrixStorage.html  |     0
 .../matrix/SparseDistributedMatrixStorage.html     |     0
 .../matrix/SparseLocalOnHeapMatrixStorage.html     |     0
 .../matrix/class-use/ArrayMatrixStorage.html       |     0
 .../matrix/class-use/BlockMatrixStorage.html       |     0
 .../matrix/class-use/BlockVectorStorage.html       |     0
 .../matrix/class-use/CacheMatrixStorage.html       |     0
 .../class-use/DenseOffHeapMatrixStorage.html       |     0
 .../matrix/class-use/DiagonalMatrixStorage.html    |     0
 .../matrix/class-use/FunctionMatrixStorage.html    |     0
 .../matrix/class-use/MapWrapperStorage.html        |     0
 .../matrix/class-use/MatrixDelegateStorage.html    |     0
 .../matrix/class-use/PivotedMatrixStorage.html     |     0
 .../matrix/class-use/RandomMatrixStorage.html      |     0
 .../class-use/SparseDistributedMatrixStorage.html  |     0
 .../class-use/SparseLocalOnHeapMatrixStorage.html  |     0
 .../math/impls/storage/matrix/package-frame.html   |     0
 .../math/impls/storage/matrix/package-summary.html |     0
 .../ml/math/impls/storage/matrix/package-tree.html |     0
 .../ml/math/impls/storage/matrix/package-use.html  |     0
 .../impls/storage/vector/ArrayVectorStorage.html   |     0
 .../impls/storage/vector/CacheVectorStorage.html   |     0
 .../storage/vector/ConstantVectorStorage.html      |     0
 .../storage/vector/DelegateVectorStorage.html      |     0
 .../vector/DenseLocalOffHeapVectorStorage.html     |     0
 .../storage/vector/FunctionVectorStorage.html      |     0
 .../impls/storage/vector/MatrixVectorStorage.html  |     0
 .../impls/storage/vector/PivotedVectorStorage.html |     0
 .../impls/storage/vector/RandomVectorStorage.html  |     0
 .../vector/SingleElementVectorDelegateStorage.html |     0
 .../storage/vector/SingleElementVectorStorage.html |     0
 .../vector/SparseDistributedVectorStorage.html     |     0
 .../vector/SparseLocalOffHeapVectorStorage.html    |     0
 .../vector/SparseLocalOnHeapVectorStorage.html     |     0
 .../vector/class-use/ArrayVectorStorage.html       |     0
 .../vector/class-use/CacheVectorStorage.html       |     0
 .../vector/class-use/ConstantVectorStorage.html    |     0
 .../vector/class-use/DelegateVectorStorage.html    |     0
 .../class-use/DenseLocalOffHeapVectorStorage.html  |     0
 .../vector/class-use/FunctionVectorStorage.html    |     0
 .../vector/class-use/MatrixVectorStorage.html      |     0
 .../vector/class-use/PivotedVectorStorage.html     |     0
 .../vector/class-use/RandomVectorStorage.html      |     0
 .../SingleElementVectorDelegateStorage.html        |     0
 .../class-use/SingleElementVectorStorage.html      |     0
 .../class-use/SparseDistributedVectorStorage.html  |     0
 .../class-use/SparseLocalOffHeapVectorStorage.html |     0
 .../class-use/SparseLocalOnHeapVectorStorage.html  |     0
 .../math/impls/storage/vector/package-frame.html   |     0
 .../math/impls/storage/vector/package-summary.html |     0
 .../ml/math/impls/storage/vector/package-tree.html |     0
 .../ml/math/impls/storage/vector/package-use.html  |     0
 .../math/impls/vector/AbstractReadOnlyVector.html  |     0
 .../ml/math/impls/vector/AbstractVector.html       |     0
 .../ignite/ml/math/impls/vector/CacheVector.html   |     0
 .../ml/math/impls/vector/ConstantVector.html       |     0
 .../ml/math/impls/vector/DelegatingVector.html     |     0
 .../math/impls/vector/DenseLocalOffHeapVector.html |     0
 .../math/impls/vector/DenseLocalOnHeapVector.html  |     0
 .../ml/math/impls/vector/FunctionVector.html       |     0
 .../ml/math/impls/vector/MapWrapperVector.html     |     0
 .../ml/math/impls/vector/MatrixVectorView.html     |     0
 .../ml/math/impls/vector/PivotedVectorView.html    |     0
 .../ignite/ml/math/impls/vector/RandomVector.html  |     0
 .../ml/math/impls/vector/SingleElementVector.html  |     0
 .../math/impls/vector/SingleElementVectorView.html |     0
 .../impls/vector/SparseBlockDistributedVector.html |     0
 .../math/impls/vector/SparseDistributedVector.html |     0
 .../impls/vector/SparseLocalOffHeapVector.html     |     0
 .../ml/math/impls/vector/SparseLocalVector.html    |     0
 .../ml/math/impls/vector/VectorBlockEntry.html     |     0
 .../ignite/ml/math/impls/vector/VectorView.html    |     0
 .../vector/class-use/AbstractReadOnlyVector.html   |     0
 .../impls/vector/class-use/AbstractVector.html     |     0
 .../math/impls/vector/class-use/CacheVector.html   |     0
 .../impls/vector/class-use/ConstantVector.html     |     0
 .../impls/vector/class-use/DelegatingVector.html   |     0
 .../vector/class-use/DenseLocalOffHeapVector.html  |     0
 .../vector/class-use/DenseLocalOnHeapVector.html   |     0
 .../impls/vector/class-use/FunctionVector.html     |     0
 .../impls/vector/class-use/MapWrapperVector.html   |     0
 .../impls/vector/class-use/MatrixVectorView.html   |     0
 .../impls/vector/class-use/PivotedVectorView.html  |     0
 .../math/impls/vector/class-use/RandomVector.html  |     0
 .../vector/class-use/SingleElementVector.html      |     0
 .../vector/class-use/SingleElementVectorView.html  |     0
 .../class-use/SparseBlockDistributedVector.html    |     0
 .../vector/class-use/SparseDistributedVector.html  |     0
 .../vector/class-use/SparseLocalOffHeapVector.html |     0
 .../impls/vector/class-use/SparseLocalVector.html  |     0
 .../impls/vector/class-use/VectorBlockEntry.html   |     0
 .../ml/math/impls/vector/class-use/VectorView.html |     0
 .../ignite/ml/math/impls/vector/package-frame.html |     0
 .../ml/math/impls/vector/package-summary.html      |     0
 .../ignite/ml/math/impls/vector/package-tree.html  |     0
 .../ignite/ml/math/impls/vector/package-use.html   |     0
 .../org/apache/ignite/ml/math/package-frame.html   |     0
 .../org/apache/ignite/ml/math/package-summary.html |     0
 .../org/apache/ignite/ml/math/package-tree.html    |     0
 .../org/apache/ignite/ml/math/package-use.html     |     0
 .../apache/ignite/ml/math/statistics/Variance.html |     0
 .../ml/math/statistics/class-use/Variance.html     |     0
 .../ignite/ml/math/statistics/package-frame.html   |     0
 .../ignite/ml/math/statistics/package-summary.html |     0
 .../ignite/ml/math/statistics/package-tree.html    |     0
 .../ignite/ml/math/statistics/package-use.html     |     0
 .../org/apache/ignite/ml/math/util/MapUtil.html    |     0
 .../org/apache/ignite/ml/math/util/MatrixUtil.html |     0
 .../ignite/ml/math/util/class-use/MapUtil.html     |     0
 .../ignite/ml/math/util/class-use/MatrixUtil.html  |     0
 .../apache/ignite/ml/math/util/package-frame.html  |     0
 .../ignite/ml/math/util/package-summary.html       |     0
 .../apache/ignite/ml/math/util/package-tree.html   |     0
 .../apache/ignite/ml/math/util/package-use.html    |     0
 .../org/apache/ignite/ml/nn/Activators.html        |     0
 .../apache/ignite/ml/nn/LabeledVectorsCache.html   |     0
 .../ml/nn/MLPGroupUpdateTrainerCacheInput.html     |     0
 .../javadoc/org/apache/ignite/ml/nn/MLPLayer.html  |     0
 .../javadoc/org/apache/ignite/ml/nn/MLPState.html  |     0
 .../apache/ignite/ml/nn/MultilayerPerceptron.html  |     0
 .../ml/nn/architecture/LayerArchitecture.html      |     0
 .../ignite/ml/nn/architecture/MLPArchitecture.html |     0
 .../TransformationLayerArchitecture.html           |     0
 .../architecture/class-use/LayerArchitecture.html  |     0
 .../nn/architecture/class-use/MLPArchitecture.html |     0
 .../class-use/TransformationLayerArchitecture.html |     0
 .../ignite/ml/nn/architecture/package-frame.html   |     0
 .../ignite/ml/nn/architecture/package-summary.html |     0
 .../ignite/ml/nn/architecture/package-tree.html    |     0
 .../ignite/ml/nn/architecture/package-use.html     |     0
 .../apache/ignite/ml/nn/class-use/Activators.html  |     0
 .../ml/nn/class-use/LabeledVectorsCache.html       |     0
 .../class-use/MLPGroupUpdateTrainerCacheInput.html |     0
 .../apache/ignite/ml/nn/class-use/MLPLayer.html    |     0
 .../apache/ignite/ml/nn/class-use/MLPState.html    |     0
 .../ml/nn/class-use/MultilayerPerceptron.html      |     0
 .../ignite/ml/nn/initializers/MLPInitializer.html  |     0
 .../ml/nn/initializers/RandomInitializer.html      |     0
 .../nn/initializers/class-use/MLPInitializer.html  |     0
 .../initializers/class-use/RandomInitializer.html  |     0
 .../ignite/ml/nn/initializers/package-frame.html   |     0
 .../ignite/ml/nn/initializers/package-summary.html |     0
 .../ignite/ml/nn/initializers/package-tree.html    |     0
 .../ignite/ml/nn/initializers/package-use.html     |     0
 .../org/apache/ignite/ml/nn/package-frame.html     |     0
 .../org/apache/ignite/ml/nn/package-summary.html   |     0
 .../org/apache/ignite/ml/nn/package-tree.html      |     0
 .../org/apache/ignite/ml/nn/package-use.html       |     0
 .../AbstractMLPGroupUpdateTrainerInput.html        |     0
 .../ml/nn/trainers/distributed/MLPCache.html       |     0
 .../distributed/MLPGroupTrainingCacheValue.html    |     0
 .../distributed/MLPGroupUpdateTrainer.html         |     0
 .../MLPGroupUpdateTrainerDataCache.html            |     0
 .../MLPGroupUpdateTrainerLocalContext.html         |     0
 .../distributed/MLPGroupUpdateTrainingContext.html |     0
 .../distributed/MLPGroupUpdateTrainingData.html    |     0
 .../MLPGroupUpdateTrainingLoopData.html            |     0
 .../nn/trainers/distributed/MLPMetaoptimizer.html  |     0
 .../AbstractMLPGroupUpdateTrainerInput.html        |     0
 .../trainers/distributed/class-use/MLPCache.html   |     0
 .../class-use/MLPGroupTrainingCacheValue.html      |     0
 .../class-use/MLPGroupUpdateTrainer.html           |     0
 .../class-use/MLPGroupUpdateTrainerDataCache.html  |     0
 .../MLPGroupUpdateTrainerLocalContext.html         |     0
 .../class-use/MLPGroupUpdateTrainingContext.html   |     0
 .../class-use/MLPGroupUpdateTrainingData.html      |     0
 .../class-use/MLPGroupUpdateTrainingLoopData.html  |     0
 .../distributed/class-use/MLPMetaoptimizer.html    |     0
 .../ml/nn/trainers/distributed/package-frame.html  |     0
 .../nn/trainers/distributed/package-summary.html   |     0
 .../ml/nn/trainers/distributed/package-tree.html   |     0
 .../ml/nn/trainers/distributed/package-use.html    |     0
 .../ml/nn/trainers/local/MLPLocalBatchTrainer.html |     0
 .../local/class-use/MLPLocalBatchTrainer.html      |     0
 .../ignite/ml/nn/trainers/local/package-frame.html |     0
 .../ml/nn/trainers/local/package-summary.html      |     0
 .../ignite/ml/nn/trainers/local/package-tree.html  |     0
 .../ignite/ml/nn/trainers/local/package-use.html   |     0
 .../ignite/ml/nn/trainers/package-frame.html       |     0
 .../ignite/ml/nn/trainers/package-summary.html     |     0
 .../apache/ignite/ml/nn/trainers/package-tree.html |     0
 .../apache/ignite/ml/nn/trainers/package-use.html  |     0
 .../ml/optimization/BarzilaiBorweinUpdater.html    |     0
 .../ignite/ml/optimization/GradientDescent.html    |     0
 .../ignite/ml/optimization/GradientFunction.html   |     0
 .../optimization/LeastSquaresGradientFunction.html |     0
 .../ignite/ml/optimization/LossFunctions.html      |     0
 .../ignite/ml/optimization/Parametrized.html       |     0
 .../ignite/ml/optimization/SimpleUpdater.html      |     0
 .../ignite/ml/optimization/SmoothParametrized.html |     0
 .../org/apache/ignite/ml/optimization/Updater.html |     0
 .../class-use/BarzilaiBorweinUpdater.html          |     0
 .../ml/optimization/class-use/GradientDescent.html |     0
 .../optimization/class-use/GradientFunction.html   |     0
 .../class-use/LeastSquaresGradientFunction.html    |     0
 .../ml/optimization/class-use/LossFunctions.html   |     0
 .../ml/optimization/class-use/Parametrized.html    |     0
 .../ml/optimization/class-use/SimpleUpdater.html   |     0
 .../optimization/class-use/SmoothParametrized.html |     0
 .../ignite/ml/optimization/class-use/Updater.html  |     0
 .../ignite/ml/optimization/package-frame.html      |     0
 .../ignite/ml/optimization/package-summary.html    |     0
 .../ignite/ml/optimization/package-tree.html       |     0
 .../apache/ignite/ml/optimization/package-use.html |     0
 .../updatecalculators/NesterovParameterUpdate.html |     0
 .../NesterovUpdateCalculator.html                  |     0
 .../ParameterUpdateCalculator.html                 |     0
 .../updatecalculators/RPropParameterUpdate.html    |     0
 .../updatecalculators/RPropUpdateCalculator.html   |     0
 .../updatecalculators/SimpleGDParameterUpdate.html |     0
 .../SimpleGDUpdateCalculator.html                  |     0
 .../class-use/NesterovParameterUpdate.html         |     0
 .../class-use/NesterovUpdateCalculator.html        |     0
 .../class-use/ParameterUpdateCalculator.html       |     0
 .../class-use/RPropParameterUpdate.html            |     0
 .../class-use/RPropUpdateCalculator.html           |     0
 .../class-use/SimpleGDParameterUpdate.html         |     0
 .../class-use/SimpleGDUpdateCalculator.html        |     0
 .../updatecalculators/package-frame.html           |     0
 .../updatecalculators/package-summary.html         |     0
 .../updatecalculators/package-tree.html            |     0
 .../updatecalculators/package-use.html             |     0
 .../util/SparseDistributedMatrixMapReducer.html    |     0
 .../SparseDistributedMatrixMapReducer.html         |     0
 .../ignite/ml/optimization/util/package-frame.html |     0
 .../ml/optimization/util/package-summary.html      |     0
 .../ignite/ml/optimization/util/package-tree.html  |     0
 .../ignite/ml/optimization/util/package-use.html   |     0
 .../org/apache/ignite/ml/package-frame.html        |     0
 .../org/apache/ignite/ml/package-summary.html      |     0
 .../javadoc/org/apache/ignite/ml/package-tree.html |     0
 .../javadoc/org/apache/ignite/ml/package-use.html  |     0
 .../regressions/linear/LinearRegressionModel.html  |     0
 .../linear/LinearRegressionQRTrainer.html          |     0
 .../linear/LinearRegressionSGDTrainer.html         |     0
 .../linear/class-use/LinearRegressionModel.html    |     0
 .../class-use/LinearRegressionQRTrainer.html       |     0
 .../class-use/LinearRegressionSGDTrainer.html      |     0
 .../ml/regressions/linear/package-frame.html       |     0
 .../ml/regressions/linear/package-summary.html     |     0
 .../ignite/ml/regressions/linear/package-tree.html |     0
 .../ignite/ml/regressions/linear/package-use.html  |     0
 .../ignite/ml/regressions/package-frame.html       |     0
 .../ignite/ml/regressions/package-summary.html     |     0
 .../apache/ignite/ml/regressions/package-tree.html |     0
 .../apache/ignite/ml/regressions/package-use.html  |     0
 .../org/apache/ignite/ml/structures/Dataset.html   |     0
 .../apache/ignite/ml/structures/DatasetRow.html    |     0
 .../ignite/ml/structures/FeatureMetadata.html      |     0
 .../ignite/ml/structures/LabeledDataset.html       |     0
 .../ml/structures/LabeledDatasetTestTrainPair.html |     0
 .../apache/ignite/ml/structures/LabeledVector.html |     0
 .../ignite/ml/structures/LabeledVectorDouble.html  |     0
 .../ignite/ml/structures/class-use/Dataset.html    |     0
 .../ignite/ml/structures/class-use/DatasetRow.html |     0
 .../ml/structures/class-use/FeatureMetadata.html   |     0
 .../ml/structures/class-use/LabeledDataset.html    |     0
 .../class-use/LabeledDatasetTestTrainPair.html     |     0
 .../ml/structures/class-use/LabeledVector.html     |     0
 .../structures/class-use/LabeledVectorDouble.html  |     0
 .../apache/ignite/ml/structures/package-frame.html |     0
 .../ignite/ml/structures/package-summary.html      |     0
 .../apache/ignite/ml/structures/package-tree.html  |     0
 .../apache/ignite/ml/structures/package-use.html   |     0
 .../preprocessing/LabeledDatasetLoader.html        |     0
 .../structures/preprocessing/LabellingMachine.html |     0
 .../ml/structures/preprocessing/Normalizer.html    |     0
 .../class-use/LabeledDatasetLoader.html            |     0
 .../preprocessing/class-use/LabellingMachine.html  |     0
 .../preprocessing/class-use/Normalizer.html        |     0
 .../ml/structures/preprocessing/package-frame.html |     0
 .../structures/preprocessing/package-summary.html  |     0
 .../ml/structures/preprocessing/package-tree.html  |     0
 .../ml/structures/preprocessing/package-use.html   |     0
 .../org/apache/ignite/ml/trainers/Trainer.html     |     0
 .../ignite/ml/trainers/class-use/Trainer.html      |     0
 .../ml/trainers/group/BaseLocalProcessorJob.html   |     0
 .../ignite/ml/trainers/group/ConstModel.html       |     0
 .../group/GroupTrainerBaseProcessorTask.html       |     0
 .../ml/trainers/group/GroupTrainerCacheKey.html    |     0
 .../group/GroupTrainerEntriesProcessorTask.html    |     0
 .../ml/trainers/group/GroupTrainerInput.html       |     0
 .../group/GroupTrainerKeysProcessorTask.html       |     0
 .../ml/trainers/group/GroupTrainingContext.html    |     0
 .../trainers/group/LocalEntriesProcessorJob.html   |     0
 .../ml/trainers/group/LocalKeysProcessorJob.html   |     0
 .../ignite/ml/trainers/group/Metaoptimizer.html    |     0
 .../trainers/group/MetaoptimizerGroupTrainer.html  |     0
 .../ignite/ml/trainers/group/ResultAndUpdates.html |     0
 .../ignite/ml/trainers/group/UpdateStrategies.html |     0
 .../ignite/ml/trainers/group/UpdatesStrategy.html  |     0
 .../ignite/ml/trainers/group/chain/Chains.html     |     0
 .../ml/trainers/group/chain/ComputationsChain.html |     0
 .../chain/DistributedEntryProcessingStep.html      |     0
 .../group/chain/DistributedKeyProcessingStep.html  |     0
 .../ml/trainers/group/chain/DistributedStep.html   |     0
 .../ml/trainers/group/chain/EntryAndContext.html   |     0
 .../ml/trainers/group/chain/HasTrainingUUID.html   |     0
 .../ml/trainers/group/chain/KeyAndContext.html     |     0
 .../ml/trainers/group/chain/class-use/Chains.html  |     0
 .../group/chain/class-use/ComputationsChain.html   |     0
 .../class-use/DistributedEntryProcessingStep.html  |     0
 .../class-use/DistributedKeyProcessingStep.html    |     0
 .../group/chain/class-use/DistributedStep.html     |     0
 .../group/chain/class-use/EntryAndContext.html     |     0
 .../group/chain/class-use/HasTrainingUUID.html     |     0
 .../group/chain/class-use/KeyAndContext.html       |     0
 .../ml/trainers/group/chain/package-frame.html     |     0
 .../ml/trainers/group/chain/package-summary.html   |     0
 .../ml/trainers/group/chain/package-tree.html      |     0
 .../ml/trainers/group/chain/package-use.html       |     0
 .../group/class-use/BaseLocalProcessorJob.html     |     0
 .../ml/trainers/group/class-use/ConstModel.html    |     0
 .../class-use/GroupTrainerBaseProcessorTask.html   |     0
 .../group/class-use/GroupTrainerCacheKey.html      |     0
 .../GroupTrainerEntriesProcessorTask.html          |     0
 .../group/class-use/GroupTrainerInput.html         |     0
 .../class-use/GroupTrainerKeysProcessorTask.html   |     0
 .../group/class-use/GroupTrainingContext.html      |     0
 .../group/class-use/LocalEntriesProcessorJob.html  |     0
 .../group/class-use/LocalKeysProcessorJob.html     |     0
 .../ml/trainers/group/class-use/Metaoptimizer.html |     0
 .../group/class-use/MetaoptimizerGroupTrainer.html |     0
 .../trainers/group/class-use/ResultAndUpdates.html |     0
 .../trainers/group/class-use/UpdateStrategies.html |     0
 .../trainers/group/class-use/UpdatesStrategy.html  |     0
 .../ignite/ml/trainers/group/package-frame.html    |     0
 .../ignite/ml/trainers/group/package-summary.html  |     0
 .../ignite/ml/trainers/group/package-tree.html     |     0
 .../ignite/ml/trainers/group/package-use.html      |     0
 .../ml/trainers/local/LocalBatchTrainer.html       |     0
 .../ml/trainers/local/LocalBatchTrainerInput.html  |     0
 .../local/class-use/LocalBatchTrainer.html         |     0
 .../local/class-use/LocalBatchTrainerInput.html    |     0
 .../ignite/ml/trainers/local/package-frame.html    |     0
 .../ignite/ml/trainers/local/package-summary.html  |     0
 .../ignite/ml/trainers/local/package-tree.html     |     0
 .../ignite/ml/trainers/local/package-use.html      |     0
 .../apache/ignite/ml/trainers/package-frame.html   |     0
 .../apache/ignite/ml/trainers/package-summary.html |     0
 .../apache/ignite/ml/trainers/package-tree.html    |     0
 .../org/apache/ignite/ml/trainers/package-use.html |     0
 .../ignite/ml/trees/CategoricalRegionInfo.html     |     0
 .../ignite/ml/trees/CategoricalSplitInfo.html      |     0
 .../ignite/ml/trees/ContinuousRegionInfo.html      |     0
 .../ignite/ml/trees/ContinuousSplitCalculator.html |     0
 .../org/apache/ignite/ml/trees/RegionInfo.html     |     0
 .../ml/trees/class-use/CategoricalRegionInfo.html  |     0
 .../ml/trees/class-use/CategoricalSplitInfo.html   |     0
 .../ml/trees/class-use/ContinuousRegionInfo.html   |     0
 .../trees/class-use/ContinuousSplitCalculator.html |     0
 .../ignite/ml/trees/class-use/RegionInfo.html      |     0
 .../ignite/ml/trees/models/DecisionTreeModel.html  |     0
 .../trees/models/class-use/DecisionTreeModel.html  |     0
 .../ignite/ml/trees/models/package-frame.html      |     0
 .../ignite/ml/trees/models/package-summary.html    |     0
 .../ignite/ml/trees/models/package-tree.html       |     0
 .../apache/ignite/ml/trees/models/package-use.html |     0
 .../ml/trees/nodes/CategoricalSplitNode.html       |     0
 .../ignite/ml/trees/nodes/ContinuousSplitNode.html |     0
 .../ignite/ml/trees/nodes/DecisionTreeNode.html    |     0
 .../org/apache/ignite/ml/trees/nodes/Leaf.html     |     0
 .../apache/ignite/ml/trees/nodes/SplitNode.html    |     0
 .../nodes/class-use/CategoricalSplitNode.html      |     0
 .../trees/nodes/class-use/ContinuousSplitNode.html |     0
 .../ml/trees/nodes/class-use/DecisionTreeNode.html |     0
 .../ignite/ml/trees/nodes/class-use/Leaf.html      |     0
 .../ignite/ml/trees/nodes/class-use/SplitNode.html |     0
 .../ignite/ml/trees/nodes/package-frame.html       |     0
 .../ignite/ml/trees/nodes/package-summary.html     |     0
 .../apache/ignite/ml/trees/nodes/package-tree.html |     0
 .../apache/ignite/ml/trees/nodes/package-use.html  |     0
 .../org/apache/ignite/ml/trees/package-frame.html  |     0
 .../apache/ignite/ml/trees/package-summary.html    |     0
 .../org/apache/ignite/ml/trees/package-tree.html   |     0
 .../org/apache/ignite/ml/trees/package-use.html    |     0
 .../ml/trees/trainers/columnbased/BiIndex.html     |     0
 ...IndexedCacheColumnDecisionTreeTrainerInput.html |     0
 .../CacheColumnDecisionTreeTrainerInput.html       |     0
 .../columnbased/ColumnDecisionTreeTrainer.html     |     0
 .../ColumnDecisionTreeTrainerInput.html            |     0
 .../MatrixColumnDecisionTreeTrainerInput.html      |     0
 .../trainers/columnbased/RegionProjection.html     |     0
 .../trainers/columnbased/TrainingContext.html      |     0
 .../trainers/columnbased/caches/ContextCache.html  |     0
 .../caches/FeaturesCache.FeatureKey.html           |     0
 .../trainers/columnbased/caches/FeaturesCache.html |     0
 .../caches/ProjectionsCache.RegionKey.html         |     0
 .../columnbased/caches/ProjectionsCache.html       |     0
 .../columnbased/caches/SplitCache.SplitKey.html    |     0
 .../trainers/columnbased/caches/SplitCache.html    |     0
 .../columnbased/caches/class-use/ContextCache.html |     0
 .../caches/class-use/FeaturesCache.FeatureKey.html |     0
 .../caches/class-use/FeaturesCache.html            |     0
 .../class-use/ProjectionsCache.RegionKey.html      |     0
 .../caches/class-use/ProjectionsCache.html         |     0
 .../caches/class-use/SplitCache.SplitKey.html      |     0
 .../columnbased/caches/class-use/SplitCache.html   |     0
 .../trainers/columnbased/caches/package-frame.html |     0
 .../columnbased/caches/package-summary.html        |     0
 .../trainers/columnbased/caches/package-tree.html  |     0
 .../trainers/columnbased/caches/package-use.html   |     0
 .../trainers/columnbased/class-use/BiIndex.html    |     0
 ...IndexedCacheColumnDecisionTreeTrainerInput.html |     0
 .../CacheColumnDecisionTreeTrainerInput.html       |     0
 .../class-use/ColumnDecisionTreeTrainer.html       |     0
 .../class-use/ColumnDecisionTreeTrainerInput.html  |     0
 .../MatrixColumnDecisionTreeTrainerInput.html      |     0
 .../columnbased/class-use/RegionProjection.html    |     0
 .../columnbased/class-use/TrainingContext.html     |     0
 .../contsplitcalcs/ContinuousSplitCalculators.html |     0
 .../GiniSplitCalculator.GiniData.html              |     0
 .../contsplitcalcs/GiniSplitCalculator.html        |     0
 .../VarianceSplitCalculator.VarianceData.html      |     0
 .../contsplitcalcs/VarianceSplitCalculator.html    |     0
 .../class-use/ContinuousSplitCalculators.html      |     0
 .../class-use/GiniSplitCalculator.GiniData.html    |     0
 .../class-use/GiniSplitCalculator.html             |     0
 .../VarianceSplitCalculator.VarianceData.html      |     0
 .../class-use/VarianceSplitCalculator.html         |     0
 .../columnbased/contsplitcalcs/package-frame.html  |     0
 .../contsplitcalcs/package-summary.html            |     0
 .../columnbased/contsplitcalcs/package-tree.html   |     0
 .../columnbased/contsplitcalcs/package-use.html    |     0
 .../trees/trainers/columnbased/package-frame.html  |     0
 .../trainers/columnbased/package-summary.html      |     0
 .../trees/trainers/columnbased/package-tree.html   |     0
 .../ml/trees/trainers/columnbased/package-use.html |     0
 .../columnbased/regcalcs/RegionCalculators.html    |     0
 .../regcalcs/class-use/RegionCalculators.html      |     0
 .../columnbased/regcalcs/package-frame.html        |     0
 .../columnbased/regcalcs/package-summary.html      |     0
 .../columnbased/regcalcs/package-tree.html         |     0
 .../trainers/columnbased/regcalcs/package-use.html |     0
 .../vectors/CategoricalFeatureProcessor.html       |     0
 .../vectors/ContinuousFeatureProcessor.html        |     0
 .../columnbased/vectors/ContinuousSplitInfo.html   |     0
 .../columnbased/vectors/FeatureProcessor.html      |     0
 .../vectors/FeatureVectorProcessorUtils.html       |     0
 .../trainers/columnbased/vectors/SampleInfo.html   |     0
 .../trainers/columnbased/vectors/SplitInfo.html    |     0
 .../class-use/CategoricalFeatureProcessor.html     |     0
 .../class-use/ContinuousFeatureProcessor.html      |     0
 .../vectors/class-use/ContinuousSplitInfo.html     |     0
 .../vectors/class-use/FeatureProcessor.html        |     0
 .../class-use/FeatureVectorProcessorUtils.html     |     0
 .../columnbased/vectors/class-use/SampleInfo.html  |     0
 .../columnbased/vectors/class-use/SplitInfo.html   |     0
 .../columnbased/vectors/package-frame.html         |     0
 .../columnbased/vectors/package-summary.html       |     0
 .../trainers/columnbased/vectors/package-tree.html |     0
 .../trainers/columnbased/vectors/package-use.html  |     0
 .../org/apache/ignite/ml/util/MnistUtils.html      |     0
 .../javadoc/org/apache/ignite/ml/util/Utils.html   |     0
 .../ignite/ml/util/class-use/MnistUtils.html       |     0
 .../org/apache/ignite/ml/util/class-use/Utils.html |     0
 .../org/apache/ignite/ml/util/package-frame.html   |     0
 .../org/apache/ignite/ml/util/package-summary.html |     0
 .../org/apache/ignite/ml/util/package-tree.html    |     0
 .../org/apache/ignite/ml/util/package-use.html     |     0
 .../ignite/mxbean/CacheGroupMetricsMXBean.html     |     0
 .../apache/ignite/mxbean/CacheMetricsMXBean.html   |     0
 .../apache/ignite/mxbean/ClusterMetricsMXBean.html |     0
 .../ignite/mxbean/DataRegionMetricsMXBean.html     |     0
 .../ignite/mxbean/DataStorageMetricsMXBean.html    |     0
 .../org/apache/ignite/mxbean/IgniteMBeanAware.html |     0
 .../org/apache/ignite/mxbean/IgniteMXBean.html     |     0
 .../org/apache/ignite/mxbean/IgnitionMXBean.html   |     0
 .../apache/ignite/mxbean/MXBeanDescription.html    |     0
 .../mxbean/MXBeanParametersDescriptions.html       |     0
 .../ignite/mxbean/MXBeanParametersNames.html       |     0
 .../apache/ignite/mxbean/MemoryMetricsMXBean.html  |     0
 .../ignite/mxbean/PersistenceMetricsMXBean.html    |     0
 .../ignite/mxbean/StripedExecutorMXBean.html       |     0
 .../org/apache/ignite/mxbean/ThreadPoolMXBean.html |     0
 .../mxbean/class-use/CacheGroupMetricsMXBean.html  |     0
 .../mxbean/class-use/CacheMetricsMXBean.html       |     0
 .../mxbean/class-use/ClusterMetricsMXBean.html     |     0
 .../mxbean/class-use/DataRegionMetricsMXBean.html  |     0
 .../mxbean/class-use/DataStorageMetricsMXBean.html |     0
 .../ignite/mxbean/class-use/IgniteMBeanAware.html  |     0
 .../ignite/mxbean/class-use/IgniteMXBean.html      |     0
 .../ignite/mxbean/class-use/IgnitionMXBean.html    |     0
 .../ignite/mxbean/class-use/MXBeanDescription.html |     0
 .../class-use/MXBeanParametersDescriptions.html    |     0
 .../mxbean/class-use/MXBeanParametersNames.html    |     0
 .../mxbean/class-use/MemoryMetricsMXBean.html      |     0
 .../mxbean/class-use/PersistenceMetricsMXBean.html |     0
 .../mxbean/class-use/StripedExecutorMXBean.html    |     0
 .../ignite/mxbean/class-use/ThreadPoolMXBean.html  |     0
 .../org/apache/ignite/mxbean/package-frame.html    |     0
 .../org/apache/ignite/mxbean/package-summary.html  |     0
 .../org/apache/ignite/mxbean/package-tree.html     |     0
 .../org/apache/ignite/mxbean/package-use.html      |     0
 .../osgi/IgniteAbstractOsgiContextActivator.html   |     0
 .../org/apache/ignite/osgi/IgniteOsgiUtils.html    |     0
 .../IgniteAbstractOsgiContextActivator.html        |     0
 .../ignite/osgi/class-use/IgniteOsgiUtils.html     |     0
 .../classloaders/BundleDelegatingClassLoader.html  |     0
 .../classloaders/ContainerSweepClassLoader.html    |     0
 .../classloaders/OsgiClassLoadingStrategyType.html |     0
 .../class-use/BundleDelegatingClassLoader.html     |     0
 .../class-use/ContainerSweepClassLoader.html       |     0
 .../class-use/OsgiClassLoadingStrategyType.html    |     0
 .../ignite/osgi/classloaders/package-frame.html    |     0
 .../ignite/osgi/classloaders/package-summary.html  |     0
 .../ignite/osgi/classloaders/package-tree.html     |     0
 .../ignite/osgi/classloaders/package-use.html      |     0
 .../org/apache/ignite/osgi/package-frame.html      |     0
 .../org/apache/ignite/osgi/package-summary.html    |     0
 .../org/apache/ignite/osgi/package-tree.html       |     0
 .../org/apache/ignite/osgi/package-use.html        |     0
 .../javadoc/org/apache/ignite/package-frame.html   |     0
 .../javadoc/org/apache/ignite/package-summary.html |     0
 .../javadoc/org/apache/ignite/package-tree.html    |     0
 .../javadoc/org/apache/ignite/package-use.html     |     0
 .../ignite/platform/PlatformJavaObjectFactory.html |     0
 .../class-use/PlatformJavaObjectFactory.html       |     0
 .../platform/cpp/PlatformCppConfiguration.html     |     0
 .../cpp/class-use/PlatformCppConfiguration.html    |     0
 .../apache/ignite/platform/cpp/package-frame.html  |     0
 .../ignite/platform/cpp/package-summary.html       |     0
 .../apache/ignite/platform/cpp/package-tree.html   |     0
 .../apache/ignite/platform/cpp/package-use.html    |     0
 .../dotnet/PlatformDotNetAffinityFunction.html     |     0
 .../dotnet/PlatformDotNetBinaryConfiguration.html  |     0
 .../PlatformDotNetBinaryTypeConfiguration.html     |     0
 .../dotnet/PlatformDotNetCacheStoreFactory.html    |     0
 .../PlatformDotNetCacheStoreFactoryNative.html     |     0
 .../dotnet/PlatformDotNetConfiguration.html        |     0
 .../dotnet/PlatformDotNetLifecycleBean.html        |     0
 .../class-use/PlatformDotNetAffinityFunction.html  |     0
 .../PlatformDotNetBinaryConfiguration.html         |     0
 .../PlatformDotNetBinaryTypeConfiguration.html     |     0
 .../class-use/PlatformDotNetCacheStoreFactory.html |     0
 .../PlatformDotNetCacheStoreFactoryNative.html     |     0
 .../class-use/PlatformDotNetConfiguration.html     |     0
 .../class-use/PlatformDotNetLifecycleBean.html     |     0
 .../ignite/platform/dotnet/package-frame.html      |     0
 .../ignite/platform/dotnet/package-summary.html    |     0
 .../ignite/platform/dotnet/package-tree.html       |     0
 .../apache/ignite/platform/dotnet/package-use.html |     0
 .../org/apache/ignite/platform/package-frame.html  |     0
 .../apache/ignite/platform/package-summary.html    |     0
 .../org/apache/ignite/platform/package-tree.html   |     0
 .../org/apache/ignite/platform/package-use.html    |     0
 .../ignite/plugin/CachePluginConfiguration.html    |     0
 .../apache/ignite/plugin/CachePluginContext.html   |     0
 .../apache/ignite/plugin/CachePluginProvider.html  |     0
 .../org/apache/ignite/plugin/Extension.html        |     0
 .../apache/ignite/plugin/ExtensionRegistry.html    |     0
 .../org/apache/ignite/plugin/IgnitePlugin.html     |     0
 .../apache/ignite/plugin/PluginConfiguration.html  |     0
 .../org/apache/ignite/plugin/PluginContext.html    |     0
 .../ignite/plugin/PluginNotFoundException.html     |     0
 .../org/apache/ignite/plugin/PluginProvider.html   |     0
 .../ignite/plugin/PluginValidationException.html   |     0
 .../plugin/class-use/CachePluginConfiguration.html |     0
 .../plugin/class-use/CachePluginContext.html       |     0
 .../plugin/class-use/CachePluginProvider.html      |     0
 .../apache/ignite/plugin/class-use/Extension.html  |     0
 .../ignite/plugin/class-use/ExtensionRegistry.html |     0
 .../ignite/plugin/class-use/IgnitePlugin.html      |     0
 .../plugin/class-use/PluginConfiguration.html      |     0
 .../ignite/plugin/class-use/PluginContext.html     |     0
 .../plugin/class-use/PluginNotFoundException.html  |     0
 .../ignite/plugin/class-use/PluginProvider.html    |     0
 .../class-use/PluginValidationException.html       |     0
 .../plugin/extensions/communication/IoPool.html    |     0
 .../plugin/extensions/communication/Message.html   |     0
 .../communication/MessageCollectionItemType.html   |     0
 .../extensions/communication/MessageFactory.html   |     0
 .../extensions/communication/MessageFormatter.html |     0
 .../extensions/communication/MessageReader.html    |     0
 .../extensions/communication/MessageWriter.html    |     0
 .../extensions/communication/class-use/IoPool.html |     0
 .../communication/class-use/Message.html           |     0
 .../class-use/MessageCollectionItemType.html       |     0
 .../communication/class-use/MessageFactory.html    |     0
 .../communication/class-use/MessageFormatter.html  |     0
 .../communication/class-use/MessageReader.html     |     0
 .../communication/class-use/MessageWriter.html     |     0
 .../extensions/communication/package-frame.html    |     0
 .../extensions/communication/package-summary.html  |     0
 .../extensions/communication/package-tree.html     |     0
 .../extensions/communication/package-use.html      |     0
 .../org/apache/ignite/plugin/package-frame.html    |     0
 .../org/apache/ignite/plugin/package-summary.html  |     0
 .../org/apache/ignite/plugin/package-tree.html     |     0
 .../org/apache/ignite/plugin/package-use.html      |     0
 .../PlatformCachePluginConfigurationClosure.html   |     0
 ...formCachePluginConfigurationClosureFactory.html |     0
 .../PlatformPluginConfigurationClosure.html        |     0
 .../PlatformPluginConfigurationClosureFactory.html |     0
 .../PlatformCachePluginConfigurationClosure.html   |     0
 ...formCachePluginConfigurationClosureFactory.html |     0
 .../PlatformPluginConfigurationClosure.html        |     0
 .../PlatformPluginConfigurationClosureFactory.html |     0
 .../ignite/plugin/platform/package-frame.html      |     0
 .../ignite/plugin/platform/package-summary.html    |     0
 .../ignite/plugin/platform/package-tree.html       |     0
 .../apache/ignite/plugin/platform/package-use.html |     0
 .../plugin/security/AuthenticationContext.html     |     0
 .../security/SecurityBasicPermissionSet.html       |     0
 .../plugin/security/SecurityCredentials.html       |     0
 .../security/SecurityCredentialsBasicProvider.html |     0
 .../security/SecurityCredentialsProvider.html      |     0
 .../ignite/plugin/security/SecurityException.html  |     0
 .../ignite/plugin/security/SecurityPermission.html |     0
 .../plugin/security/SecurityPermissionSet.html     |     0
 .../security/SecurityPermissionSetBuilder.html     |     0
 .../ignite/plugin/security/SecuritySubject.html    |     0
 .../plugin/security/SecuritySubjectType.html       |     0
 .../security/class-use/AuthenticationContext.html  |     0
 .../class-use/SecurityBasicPermissionSet.html      |     0
 .../security/class-use/SecurityCredentials.html    |     0
 .../SecurityCredentialsBasicProvider.html          |     0
 .../class-use/SecurityCredentialsProvider.html     |     0
 .../security/class-use/SecurityException.html      |     0
 .../security/class-use/SecurityPermission.html     |     0
 .../security/class-use/SecurityPermissionSet.html  |     0
 .../class-use/SecurityPermissionSetBuilder.html    |     0
 .../plugin/security/class-use/SecuritySubject.html |     0
 .../security/class-use/SecuritySubjectType.html    |     0
 .../ignite/plugin/security/package-frame.html      |     0
 .../ignite/plugin/security/package-summary.html    |     0
 .../ignite/plugin/security/package-tree.html       |     0
 .../apache/ignite/plugin/security/package-use.html |     0
 .../plugin/segmentation/SegmentationPolicy.html    |     0
 .../plugin/segmentation/SegmentationResolver.html  |     0
 .../segmentation/class-use/SegmentationPolicy.html |     0
 .../class-use/SegmentationResolver.html            |     0
 .../ignite/plugin/segmentation/package-frame.html  |     0
 .../plugin/segmentation/package-summary.html       |     0
 .../ignite/plugin/segmentation/package-tree.html   |     0
 .../ignite/plugin/segmentation/package-use.html    |     0
 .../apache/ignite/resources/CacheNameResource.html |     0
 .../resources/CacheStoreSessionResource.html       |     0
 .../ignite/resources/FileSystemResource.html       |     0
 .../ignite/resources/IgniteInstanceResource.html   |     0
 .../ignite/resources/JobContextResource.html       |     0
 .../ignite/resources/LoadBalancerResource.html     |     0
 .../apache/ignite/resources/LoggerResource.html    |     0
 .../apache/ignite/resources/ServiceResource.html   |     0
 .../SpringApplicationContextResource.html          |     0
 .../ignite/resources/SpringResource.DEFAULT.html   |     0
 .../apache/ignite/resources/SpringResource.html    |     0
 .../resources/TaskContinuousMapperResource.html    |     0
 .../ignite/resources/TaskSessionResource.html      |     0
 .../resources/class-use/CacheNameResource.html     |     0
 .../class-use/CacheStoreSessionResource.html       |     0
 .../resources/class-use/FileSystemResource.html    |     0
 .../class-use/IgniteInstanceResource.html          |     0
 .../resources/class-use/JobContextResource.html    |     0
 .../resources/class-use/LoadBalancerResource.html  |     0
 .../ignite/resources/class-use/LoggerResource.html |     0
 .../resources/class-use/ServiceResource.html       |     0
 .../SpringApplicationContextResource.html          |     0
 .../class-use/SpringResource.DEFAULT.html          |     0
 .../ignite/resources/class-use/SpringResource.html |     0
 .../class-use/TaskContinuousMapperResource.html    |     0
 .../resources/class-use/TaskSessionResource.html   |     0
 .../org/apache/ignite/resources/package-frame.html |     0
 .../apache/ignite/resources/package-summary.html   |     0
 .../org/apache/ignite/resources/package-tree.html  |     0
 .../org/apache/ignite/resources/package-use.html   |     0
 .../apache/ignite/scheduler/SchedulerFuture.html   |     0
 .../scheduler/class-use/SchedulerFuture.html       |     0
 .../org/apache/ignite/scheduler/package-frame.html |     0
 .../apache/ignite/scheduler/package-summary.html   |     0
 .../org/apache/ignite/scheduler/package-tree.html  |     0
 .../org/apache/ignite/scheduler/package-use.html   |     0
 .../org/apache/ignite/services/Service.html        |     0
 .../ignite/services/ServiceConfiguration.html      |     0
 .../org/apache/ignite/services/ServiceContext.html |     0
 .../services/ServiceDeploymentException.html       |     0
 .../apache/ignite/services/ServiceDescriptor.html  |     0
 .../apache/ignite/services/class-use/Service.html  |     0
 .../services/class-use/ServiceConfiguration.html   |     0
 .../ignite/services/class-use/ServiceContext.html  |     0
 .../class-use/ServiceDeploymentException.html      |     0
 .../services/class-use/ServiceDescriptor.html      |     0
 .../org/apache/ignite/services/package-frame.html  |     0
 .../apache/ignite/services/package-summary.html    |     0
 .../org/apache/ignite/services/package-tree.html   |     0
 .../org/apache/ignite/services/package-use.html    |     0
 .../org/apache/ignite/sink/flink/IgniteSink.html   |     0
 .../ignite/sink/flink/class-use/IgniteSink.html    |     0
 .../apache/ignite/sink/flink/package-frame.html    |     0
 .../apache/ignite/sink/flink/package-summary.html  |     0
 .../org/apache/ignite/sink/flink/package-tree.html |     0
 .../org/apache/ignite/sink/flink/package-use.html  |     0
 .../ignite/spi/IgniteNodeValidationResult.html     |     0
 .../org/apache/ignite/spi/IgnitePortProtocol.html  |     0
 .../javadoc/org/apache/ignite/spi/IgniteSpi.html   |     0
 .../org/apache/ignite/spi/IgniteSpiAdapter.html    |     0
 .../ignite/spi/IgniteSpiCloseableIterator.html     |     0
 .../apache/ignite/spi/IgniteSpiConfiguration.html  |     0
 .../ignite/spi/IgniteSpiConsistencyChecked.html    |     0
 .../org/apache/ignite/spi/IgniteSpiContext.html    |     0
 .../org/apache/ignite/spi/IgniteSpiException.html  |     0
 .../apache/ignite/spi/IgniteSpiMBeanAdapter.html   |     0
 .../ignite/spi/IgniteSpiManagementMBean.html       |     0
 .../apache/ignite/spi/IgniteSpiMultiException.html |     0
 .../spi/IgniteSpiMultipleInstancesSupport.html     |     0
 .../org/apache/ignite/spi/IgniteSpiNoop.html       |     0
 .../spi/IgniteSpiOperationTimeoutException.html    |     0
 .../spi/IgniteSpiOperationTimeoutHelper.html       |     0
 .../org/apache/ignite/spi/IgniteSpiThread.html     |     0
 .../apache/ignite/spi/IgniteSpiThreadFactory.html  |     0
 .../apache/ignite/spi/IgniteSpiTimeoutObject.html  |     0
 .../ignite/spi/IgniteSpiVersionCheckException.html |     0
 .../ignite/spi/checkpoint/CheckpointListener.html  |     0
 .../ignite/spi/checkpoint/CheckpointSpi.html       |     0
 .../spi/checkpoint/cache/CacheCheckpointSpi.html   |     0
 .../checkpoint/cache/CacheCheckpointSpiMBean.html  |     0
 .../cache/class-use/CacheCheckpointSpi.html        |     0
 .../cache/class-use/CacheCheckpointSpiMBean.html   |     0
 .../ignite/spi/checkpoint/cache/package-frame.html |     0
 .../spi/checkpoint/cache/package-summary.html      |     0
 .../ignite/spi/checkpoint/cache/package-tree.html  |     0
 .../ignite/spi/checkpoint/cache/package-use.html   |     0
 .../checkpoint/class-use/CheckpointListener.html   |     0
 .../spi/checkpoint/class-use/CheckpointSpi.html    |     0
 .../spi/checkpoint/jdbc/JdbcCheckpointSpi.html     |     0
 .../checkpoint/jdbc/JdbcCheckpointSpiMBean.html    |     0
 .../jdbc/class-use/JdbcCheckpointSpi.html          |     0
 .../jdbc/class-use/JdbcCheckpointSpiMBean.html     |     0
 .../ignite/spi/checkpoint/jdbc/package-frame.html  |     0
 .../spi/checkpoint/jdbc/package-summary.html       |     0
 .../ignite/spi/checkpoint/jdbc/package-tree.html   |     0
 .../ignite/spi/checkpoint/jdbc/package-use.html    |     0
 .../spi/checkpoint/noop/NoopCheckpointSpi.html     |     0
 .../noop/class-use/NoopCheckpointSpi.html          |     0
 .../ignite/spi/checkpoint/noop/package-frame.html  |     0
 .../spi/checkpoint/noop/package-summary.html       |     0
 .../ignite/spi/checkpoint/noop/package-tree.html   |     0
 .../ignite/spi/checkpoint/noop/package-use.html    |     0
 .../ignite/spi/checkpoint/package-frame.html       |     0
 .../ignite/spi/checkpoint/package-summary.html     |     0
 .../apache/ignite/spi/checkpoint/package-tree.html |     0
 .../apache/ignite/spi/checkpoint/package-use.html  |     0
 .../ignite/spi/checkpoint/s3/S3CheckpointSpi.html  |     0
 .../spi/checkpoint/s3/S3CheckpointSpiMBean.html    |     0
 .../checkpoint/s3/class-use/S3CheckpointSpi.html   |     0
 .../s3/class-use/S3CheckpointSpiMBean.html         |     0
 .../ignite/spi/checkpoint/s3/package-frame.html    |     0
 .../ignite/spi/checkpoint/s3/package-summary.html  |     0
 .../ignite/spi/checkpoint/s3/package-tree.html     |     0
 .../ignite/spi/checkpoint/s3/package-use.html      |     0
 .../checkpoint/sharedfs/SharedFsCheckpointSpi.html |     0
 .../sharedfs/SharedFsCheckpointSpiMBean.html       |     0
 .../sharedfs/class-use/SharedFsCheckpointSpi.html  |     0
 .../class-use/SharedFsCheckpointSpiMBean.html      |     0
 .../spi/checkpoint/sharedfs/package-frame.html     |     0
 .../spi/checkpoint/sharedfs/package-summary.html   |     0
 .../spi/checkpoint/sharedfs/package-tree.html      |     0
 .../spi/checkpoint/sharedfs/package-use.html       |     0
 .../spi/class-use/IgniteNodeValidationResult.html  |     0
 .../ignite/spi/class-use/IgnitePortProtocol.html   |     0
 .../org/apache/ignite/spi/class-use/IgniteSpi.html |     0
 .../ignite/spi/class-use/IgniteSpiAdapter.html     |     0
 .../spi/class-use/IgniteSpiCloseableIterator.html  |     0
 .../spi/class-use/IgniteSpiConfiguration.html      |     0
 .../spi/class-use/IgniteSpiConsistencyChecked.html |     0
 .../ignite/spi/class-use/IgniteSpiContext.html     |     0
 .../ignite/spi/class-use/IgniteSpiException.html   |     0
 .../spi/class-use/IgniteSpiMBeanAdapter.html       |     0
 .../spi/class-use/IgniteSpiManagementMBean.html    |     0
 .../spi/class-use/IgniteSpiMultiException.html     |     0
 .../IgniteSpiMultipleInstancesSupport.html         |     0
 .../apache/ignite/spi/class-use/IgniteSpiNoop.html |     0
 .../IgniteSpiOperationTimeoutException.html        |     0
 .../class-use/IgniteSpiOperationTimeoutHelper.html |     0
 .../ignite/spi/class-use/IgniteSpiThread.html      |     0
 .../spi/class-use/IgniteSpiThreadFactory.html      |     0
 .../spi/class-use/IgniteSpiTimeoutObject.html      |     0
 .../class-use/IgniteSpiVersionCheckException.html  |     0
 .../ignite/spi/collision/CollisionContext.html     |     0
 .../spi/collision/CollisionExternalListener.html   |     0
 .../ignite/spi/collision/CollisionJobContext.html  |     0
 .../apache/ignite/spi/collision/CollisionSpi.html  |     0
 .../spi/collision/class-use/CollisionContext.html  |     0
 .../class-use/CollisionExternalListener.html       |     0
 .../collision/class-use/CollisionJobContext.html   |     0
 .../spi/collision/class-use/CollisionSpi.html      |     0
 .../collision/fifoqueue/FifoQueueCollisionSpi.html |     0
 .../fifoqueue/FifoQueueCollisionSpiMBean.html      |     0
 .../fifoqueue/class-use/FifoQueueCollisionSpi.html |     0
 .../class-use/FifoQueueCollisionSpiMBean.html      |     0
 .../spi/collision/fifoqueue/package-frame.html     |     0
 .../spi/collision/fifoqueue/package-summary.html   |     0
 .../spi/collision/fifoqueue/package-tree.html      |     0
 .../spi/collision/fifoqueue/package-use.html       |     0
 .../jobstealing/JobStealingCollisionSpi.html       |     0
 .../jobstealing/JobStealingCollisionSpiMBean.html  |     0
 .../collision/jobstealing/JobStealingDisabled.html |     0
 .../collision/jobstealing/JobStealingRequest.html  |     0
 .../class-use/JobStealingCollisionSpi.html         |     0
 .../class-use/JobStealingCollisionSpiMBean.html    |     0
 .../jobstealing/class-use/JobStealingDisabled.html |     0
 .../jobstealing/class-use/JobStealingRequest.html  |     0
 .../spi/collision/jobstealing/package-frame.html   |     0
 .../spi/collision/jobstealing/package-summary.html |     0
 .../spi/collision/jobstealing/package-tree.html    |     0
 .../spi/collision/jobstealing/package-use.html     |     0
 .../spi/collision/noop/NoopCollisionSpi.html       |     0
 .../collision/noop/class-use/NoopCollisionSpi.html |     0
 .../ignite/spi/collision/noop/package-frame.html   |     0
 .../ignite/spi/collision/noop/package-summary.html |     0
 .../ignite/spi/collision/noop/package-tree.html    |     0
 .../ignite/spi/collision/noop/package-use.html     |     0
 .../apache/ignite/spi/collision/package-frame.html |     0
 .../ignite/spi/collision/package-summary.html      |     0
 .../apache/ignite/spi/collision/package-tree.html  |     0
 .../apache/ignite/spi/collision/package-use.html   |     0
 .../priorityqueue/PriorityQueueCollisionSpi.html   |     0
 .../PriorityQueueCollisionSpiMBean.html            |     0
 .../class-use/PriorityQueueCollisionSpi.html       |     0
 .../class-use/PriorityQueueCollisionSpiMBean.html  |     0
 .../spi/collision/priorityqueue/package-frame.html |     0
 .../collision/priorityqueue/package-summary.html   |     0
 .../spi/collision/priorityqueue/package-tree.html  |     0
 .../spi/collision/priorityqueue/package-use.html   |     0
 .../spi/communication/CommunicationListener.html   |     0
 .../ignite/spi/communication/CommunicationSpi.html |     0
 .../class-use/CommunicationListener.html           |     0
 .../communication/class-use/CommunicationSpi.html  |     0
 .../ignite/spi/communication/package-frame.html    |     0
 .../ignite/spi/communication/package-summary.html  |     0
 .../ignite/spi/communication/package-tree.html     |     0
 .../ignite/spi/communication/package-use.html      |     0
 .../tcp/TcpCommunicationMetricsListener.html       |     0
 .../spi/communication/tcp/TcpCommunicationSpi.html |     0
 .../tcp/TcpCommunicationSpiMBean.html              |     0
 .../class-use/TcpCommunicationMetricsListener.html |     0
 .../tcp/class-use/TcpCommunicationSpi.html         |     0
 .../tcp/class-use/TcpCommunicationSpiMBean.html    |     0
 .../tcp/messages/HandshakeMessage.html             |     0
 .../tcp/messages/HandshakeMessage2.html            |     0
 .../communication/tcp/messages/NodeIdMessage.html  |     0
 .../tcp/messages/RecoveryLastReceivedMessage.html  |     0
 .../tcp/messages/class-use/HandshakeMessage.html   |     0
 .../tcp/messages/class-use/HandshakeMessage2.html  |     0
 .../tcp/messages/class-use/NodeIdMessage.html      |     0
 .../class-use/RecoveryLastReceivedMessage.html     |     0
 .../communication/tcp/messages/package-frame.html  |     0
 .../tcp/messages/package-summary.html              |     0
 .../communication/tcp/messages/package-tree.html   |     0
 .../communication/tcp/messages/package-use.html    |     0
 .../spi/communication/tcp/package-frame.html       |     0
 .../spi/communication/tcp/package-summary.html     |     0
 .../ignite/spi/communication/tcp/package-tree.html |     0
 .../ignite/spi/communication/tcp/package-use.html  |     0
 .../ignite/spi/deployment/DeploymentListener.html  |     0
 .../ignite/spi/deployment/DeploymentResource.html  |     0
 .../spi/deployment/DeploymentResourceAdapter.html  |     0
 .../ignite/spi/deployment/DeploymentSpi.html       |     0
 .../IgnoreIfPeerClassLoadingDisabled.html          |     0
 .../deployment/class-use/DeploymentListener.html   |     0
 .../deployment/class-use/DeploymentResource.html   |     0
 .../class-use/DeploymentResourceAdapter.html       |     0
 .../spi/deployment/class-use/DeploymentSpi.html    |     0
 .../IgnoreIfPeerClassLoadingDisabled.html          |     0
 .../spi/deployment/local/LocalDeploymentSpi.html   |     0
 .../deployment/local/LocalDeploymentSpiMBean.html  |     0
 .../local/class-use/LocalDeploymentSpi.html        |     0
 .../local/class-use/LocalDeploymentSpiMBean.html   |     0
 .../ignite/spi/deployment/local/package-frame.html |     0
 .../spi/deployment/local/package-summary.html      |     0
 .../ignite/spi/deployment/local/package-tree.html  |     0
 .../ignite/spi/deployment/local/package-use.html   |     0
 .../ignite/spi/deployment/package-frame.html       |     0
 .../ignite/spi/deployment/package-summary.html     |     0
 .../apache/ignite/spi/deployment/package-tree.html |     0
 .../apache/ignite/spi/deployment/package-use.html  |     0
 .../spi/deployment/uri/UriDeploymentSpi.html       |     0
 .../spi/deployment/uri/UriDeploymentSpiMBean.html  |     0
 .../deployment/uri/class-use/UriDeploymentSpi.html |     0
 .../uri/class-use/UriDeploymentSpiMBean.html       |     0
 .../ignite/spi/deployment/uri/package-frame.html   |     0
 .../ignite/spi/deployment/uri/package-summary.html |     0
 .../ignite/spi/deployment/uri/package-tree.html    |     0
 .../ignite/spi/deployment/uri/package-use.html     |     0
 .../DiscoveryDataBag.GridDiscoveryData.html        |     0
 .../DiscoveryDataBag.JoiningNodeDiscoveryData.html |     0
 .../ignite/spi/discovery/DiscoveryDataBag.html     |     0
 .../spi/discovery/DiscoveryMetricsProvider.html    |     0
 .../apache/ignite/spi/discovery/DiscoverySpi.html  |     0
 .../spi/discovery/DiscoverySpiCustomMessage.html   |     0
 .../spi/discovery/DiscoverySpiDataExchange.html    |     0
 .../spi/discovery/DiscoverySpiHistorySupport.html  |     0
 .../ignite/spi/discovery/DiscoverySpiListener.html |     0
 .../discovery/DiscoverySpiNodeAuthenticator.html   |     0
 .../spi/discovery/DiscoverySpiOrderSupport.html    |     0
 .../spi/discovery/IgniteDiscoveryThread.html       |     0
 .../DiscoveryDataBag.GridDiscoveryData.html        |     0
 .../DiscoveryDataBag.JoiningNodeDiscoveryData.html |     0
 .../spi/discovery/class-use/DiscoveryDataBag.html  |     0
 .../class-use/DiscoveryMetricsProvider.html        |     0
 .../spi/discovery/class-use/DiscoverySpi.html      |     0
 .../class-use/DiscoverySpiCustomMessage.html       |     0
 .../class-use/DiscoverySpiDataExchange.html        |     0
 .../class-use/DiscoverySpiHistorySupport.html      |     0
 .../discovery/class-use/DiscoverySpiListener.html  |     0
 .../class-use/DiscoverySpiNodeAuthenticator.html   |     0
 .../class-use/DiscoverySpiOrderSupport.html        |     0
 .../discovery/class-use/IgniteDiscoveryThread.html |     0
 .../apache/ignite/spi/discovery/package-frame.html |     0
 .../ignite/spi/discovery/package-summary.html      |     0
 .../apache/ignite/spi/discovery/package-tree.html  |     0
 .../apache/ignite/spi/discovery/package-use.html   |     0
 .../ignite/spi/discovery/tcp/TcpDiscoverySpi.html  |     0
 .../spi/discovery/tcp/TcpDiscoverySpiMBean.html    |     0
 .../discovery/tcp/class-use/TcpDiscoverySpi.html   |     0
 .../tcp/class-use/TcpDiscoverySpiMBean.html        |     0
 .../tcp/ipfinder/TcpDiscoveryIpFinder.html         |     0
 .../tcp/ipfinder/TcpDiscoveryIpFinderAdapter.html  |     0
 .../ipfinder/class-use/TcpDiscoveryIpFinder.html   |     0
 .../class-use/TcpDiscoveryIpFinderAdapter.html     |     0
 .../ipfinder/cloud/TcpDiscoveryCloudIpFinder.html  |     0
 .../cloud/class-use/TcpDiscoveryCloudIpFinder.html |     0
 .../tcp/ipfinder/cloud/package-frame.html          |     0
 .../tcp/ipfinder/cloud/package-summary.html        |     0
 .../discovery/tcp/ipfinder/cloud/package-tree.html |     0
 .../discovery/tcp/ipfinder/cloud/package-use.html  |     0
 .../tcp/ipfinder/elb/TcpDiscoveryElbIpFinder.html  |     0
 .../elb/class-use/TcpDiscoveryElbIpFinder.html     |     0
 .../discovery/tcp/ipfinder/elb/package-frame.html  |     0
 .../tcp/ipfinder/elb/package-summary.html          |     0
 .../discovery/tcp/ipfinder/elb/package-tree.html   |     0
 .../discovery/tcp/ipfinder/elb/package-use.html    |     0
 .../gce/TcpDiscoveryGoogleStorageIpFinder.html     |     0
 .../TcpDiscoveryGoogleStorageIpFinder.html         |     0
 .../discovery/tcp/ipfinder/gce/package-frame.html  |     0
 .../tcp/ipfinder/gce/package-summary.html          |     0
 .../discovery/tcp/ipfinder/gce/package-tree.html   |     0
 .../discovery/tcp/ipfinder/gce/package-use.html    |     0
 .../ipfinder/jdbc/BasicJdbcIpFinderDialect.html    |     0
 .../tcp/ipfinder/jdbc/JdbcIpFinderDialect.html     |     0
 .../ipfinder/jdbc/OracleJdbcIpFinderDialect.html   |     0
 .../ipfinder/jdbc/TcpDiscoveryJdbcIpFinder.html    |     0
 .../jdbc/class-use/BasicJdbcIpFinderDialect.html   |     0
 .../jdbc/class-use/JdbcIpFinderDialect.html        |     0
 .../jdbc/class-use/OracleJdbcIpFinderDialect.html  |     0
 .../jdbc/class-use/TcpDiscoveryJdbcIpFinder.html   |     0
 .../discovery/tcp/ipfinder/jdbc/package-frame.html |     0
 .../tcp/ipfinder/jdbc/package-summary.html         |     0
 .../discovery/tcp/ipfinder/jdbc/package-tree.html  |     0
 .../discovery/tcp/ipfinder/jdbc/package-use.html   |     0
 .../kubernetes/TcpDiscoveryKubernetesIpFinder.html |     0
 .../class-use/TcpDiscoveryKubernetesIpFinder.html  |     0
 .../tcp/ipfinder/kubernetes/package-frame.html     |     0
 .../tcp/ipfinder/kubernetes/package-summary.html   |     0
 .../tcp/ipfinder/kubernetes/package-tree.html      |     0
 .../tcp/ipfinder/kubernetes/package-use.html       |     0
 .../multicast/TcpDiscoveryMulticastIpFinder.html   |     0
 .../class-use/TcpDiscoveryMulticastIpFinder.html   |     0
 .../tcp/ipfinder/multicast/package-frame.html      |     0
 .../tcp/ipfinder/multicast/package-summary.html    |     0
 .../tcp/ipfinder/multicast/package-tree.html       |     0
 .../tcp/ipfinder/multicast/package-use.html        |     0
 .../spi/discovery/tcp/ipfinder/package-frame.html  |     0
 .../discovery/tcp/ipfinder/package-summary.html    |     0
 .../spi/discovery/tcp/ipfinder/package-tree.html   |     0
 .../spi/discovery/tcp/ipfinder/package-use.html    |     0
 .../tcp/ipfinder/s3/TcpDiscoveryS3IpFinder.html    |     0
 .../s3/class-use/TcpDiscoveryS3IpFinder.html       |     0
 .../discovery/tcp/ipfinder/s3/package-frame.html   |     0
 .../discovery/tcp/ipfinder/s3/package-summary.html |     0
 .../discovery/tcp/ipfinder/s3/package-tree.html    |     0
 .../spi/discovery/tcp/ipfinder/s3/package-use.html |     0
 .../sharedfs/TcpDiscoverySharedFsIpFinder.html     |     0
 .../class-use/TcpDiscoverySharedFsIpFinder.html    |     0
 .../tcp/ipfinder/sharedfs/package-frame.html       |     0
 .../tcp/ipfinder/sharedfs/package-summary.html     |     0
 .../tcp/ipfinder/sharedfs/package-tree.html        |     0
 .../tcp/ipfinder/sharedfs/package-use.html         |     0
 .../tcp/ipfinder/vm/TcpDiscoveryVmIpFinder.html    |     0
 .../vm/class-use/TcpDiscoveryVmIpFinder.html       |     0
 .../discovery/tcp/ipfinder/vm/package-frame.html   |     0
 .../discovery/tcp/ipfinder/vm/package-summary.html |     0
 .../discovery/tcp/ipfinder/vm/package-tree.html    |     0
 .../spi/discovery/tcp/ipfinder/vm/package-use.html |     0
 .../ipfinder/zk/TcpDiscoveryZookeeperIpFinder.html |     0
 .../class-use/TcpDiscoveryZookeeperIpFinder.html   |     0
 .../discovery/tcp/ipfinder/zk/package-frame.html   |     0
 .../discovery/tcp/ipfinder/zk/package-summary.html |     0
 .../discovery/tcp/ipfinder/zk/package-tree.html    |     0
 .../spi/discovery/tcp/ipfinder/zk/package-use.html |     0
 .../ignite/spi/discovery/tcp/package-frame.html    |     0
 .../ignite/spi/discovery/tcp/package-summary.html  |     0
 .../ignite/spi/discovery/tcp/package-tree.html     |     0
 .../ignite/spi/discovery/tcp/package-use.html      |     0
 .../ignite/spi/eventstorage/EventStorageSpi.html   |     0
 .../spi/eventstorage/NoopEventStorageSpi.html      |     0
 .../eventstorage/class-use/EventStorageSpi.html    |     0
 .../class-use/NoopEventStorageSpi.html             |     0
 .../eventstorage/memory/MemoryEventStorageSpi.html |     0
 .../memory/MemoryEventStorageSpiMBean.html         |     0
 .../memory/class-use/MemoryEventStorageSpi.html    |     0
 .../class-use/MemoryEventStorageSpiMBean.html      |     0
 .../spi/eventstorage/memory/package-frame.html     |     0
 .../spi/eventstorage/memory/package-summary.html   |     0
 .../spi/eventstorage/memory/package-tree.html      |     0
 .../spi/eventstorage/memory/package-use.html       |     0
 .../ignite/spi/eventstorage/package-frame.html     |     0
 .../ignite/spi/eventstorage/package-summary.html   |     0
 .../ignite/spi/eventstorage/package-tree.html      |     0
 .../ignite/spi/eventstorage/package-use.html       |     0
 .../ignite/spi/failover/FailoverContext.html       |     0
 .../apache/ignite/spi/failover/FailoverSpi.html    |     0
 .../spi/failover/always/AlwaysFailoverSpi.html     |     0
 .../failover/always/AlwaysFailoverSpiMBean.html    |     0
 .../always/class-use/AlwaysFailoverSpi.html        |     0
 .../always/class-use/AlwaysFailoverSpiMBean.html   |     0
 .../ignite/spi/failover/always/package-frame.html  |     0
 .../spi/failover/always/package-summary.html       |     0
 .../ignite/spi/failover/always/package-tree.html   |     0
 .../ignite/spi/failover/always/package-use.html    |     0
 .../spi/failover/class-use/FailoverContext.html    |     0
 .../ignite/spi/failover/class-use/FailoverSpi.html |     0
 .../jobstealing/JobStealingFailoverSpi.html        |     0
 .../jobstealing/JobStealingFailoverSpiMBean.html   |     0
 .../class-use/JobStealingFailoverSpi.html          |     0
 .../class-use/JobStealingFailoverSpiMBean.html     |     0
 .../spi/failover/jobstealing/package-frame.html    |     0
 .../spi/failover/jobstealing/package-summary.html  |     0
 .../spi/failover/jobstealing/package-tree.html     |     0
 .../spi/failover/jobstealing/package-use.html      |     0
 .../spi/failover/never/NeverFailoverSpi.html       |     0
 .../spi/failover/never/NeverFailoverSpiMBean.html  |     0
 .../failover/never/class-use/NeverFailoverSpi.html |     0
 .../never/class-use/NeverFailoverSpiMBean.html     |     0
 .../ignite/spi/failover/never/package-frame.html   |     0
 .../ignite/spi/failover/never/package-summary.html |     0
 .../ignite/spi/failover/never/package-tree.html    |     0
 .../ignite/spi/failover/never/package-use.html     |     0
 .../apache/ignite/spi/failover/package-frame.html  |     0
 .../ignite/spi/failover/package-summary.html       |     0
 .../apache/ignite/spi/failover/package-tree.html   |     0
 .../apache/ignite/spi/failover/package-use.html    |     0
 .../spi/indexing/IndexingQueryCacheFilter.html     |     0
 .../ignite/spi/indexing/IndexingQueryFilter.html   |     0
 .../spi/indexing/IndexingQueryFilterImpl.html      |     0
 .../apache/ignite/spi/indexing/IndexingSpi.html    |     0
 .../class-use/IndexingQueryCacheFilter.html        |     0
 .../indexing/class-use/IndexingQueryFilter.html    |     0
 .../class-use/IndexingQueryFilterImpl.html         |     0
 .../ignite/spi/indexing/class-use/IndexingSpi.html |     0
 .../ignite/spi/indexing/noop/NoopIndexingSpi.html  |     0
 .../indexing/noop/class-use/NoopIndexingSpi.html   |     0
 .../ignite/spi/indexing/noop/package-frame.html    |     0
 .../ignite/spi/indexing/noop/package-summary.html  |     0
 .../ignite/spi/indexing/noop/package-tree.html     |     0
 .../ignite/spi/indexing/noop/package-use.html      |     0
 .../apache/ignite/spi/indexing/package-frame.html  |     0
 .../ignite/spi/indexing/package-summary.html       |     0
 .../apache/ignite/spi/indexing/package-tree.html   |     0
 .../apache/ignite/spi/indexing/package-use.html    |     0
 .../ignite/spi/loadbalancing/LoadBalancingSpi.html |     0
 .../adaptive/AdaptiveCpuLoadProbe.html             |     0
 .../adaptive/AdaptiveJobCountLoadProbe.html        |     0
 .../adaptive/AdaptiveLoadBalancingSpi.html         |     0
 .../adaptive/AdaptiveLoadBalancingSpiMBean.html    |     0
 .../loadbalancing/adaptive/AdaptiveLoadProbe.html  |     0
 .../adaptive/AdaptiveProcessingTimeLoadProbe.html  |     0
 .../adaptive/class-use/AdaptiveCpuLoadProbe.html   |     0
 .../class-use/AdaptiveJobCountLoadProbe.html       |     0
 .../class-use/AdaptiveLoadBalancingSpi.html        |     0
 .../class-use/AdaptiveLoadBalancingSpiMBean.html   |     0
 .../adaptive/class-use/AdaptiveLoadProbe.html      |     0
 .../class-use/AdaptiveProcessingTimeLoadProbe.html |     0
 .../spi/loadbalancing/adaptive/package-frame.html  |     0
 .../loadbalancing/adaptive/package-summary.html    |     0
 .../spi/loadbalancing/adaptive/package-tree.html   |     0
 .../spi/loadbalancing/adaptive/package-use.html    |     0
 .../loadbalancing/class-use/LoadBalancingSpi.html  |     0
 .../ignite/spi/loadbalancing/package-frame.html    |     0
 .../ignite/spi/loadbalancing/package-summary.html  |     0
 .../ignite/spi/loadbalancing/package-tree.html     |     0
 .../ignite/spi/loadbalancing/package-use.html      |     0
 .../roundrobin/RoundRobinLoadBalancingSpi.html     |     0
 .../RoundRobinLoadBalancingSpiMBean.html           |     0
 .../class-use/RoundRobinLoadBalancingSpi.html      |     0
 .../class-use/RoundRobinLoadBalancingSpiMBean.html |     0
 .../loadbalancing/roundrobin/package-frame.html    |     0
 .../loadbalancing/roundrobin/package-summary.html  |     0
 .../spi/loadbalancing/roundrobin/package-tree.html |     0
 .../spi/loadbalancing/roundrobin/package-use.html  |     0
 .../WeightedRandomLoadBalancingSpi.html            |     0
 .../WeightedRandomLoadBalancingSpiMBean.html       |     0
 .../class-use/WeightedRandomLoadBalancingSpi.html  |     0
 .../WeightedRandomLoadBalancingSpiMBean.html       |     0
 .../weightedrandom/package-frame.html              |     0
 .../weightedrandom/package-summary.html            |     0
 .../loadbalancing/weightedrandom/package-tree.html |     0
 .../loadbalancing/weightedrandom/package-use.html  |     0
 .../org/apache/ignite/spi/package-frame.html       |     0
 .../org/apache/ignite/spi/package-summary.html     |     0
 .../org/apache/ignite/spi/package-tree.html        |     0
 .../javadoc/org/apache/ignite/spi/package-use.html |     0
 .../springdata/repository/IgniteRepository.html    |     0
 .../repository/class-use/IgniteRepository.html     |     0
 .../config/EnableIgniteRepositories.html           |     0
 .../config/IgniteRepositoriesRegistar.html         |     0
 .../IgniteRepositoryConfigurationExtension.html    |     0
 .../ignite/springdata/repository/config/Query.html |     0
 .../repository/config/RepositoryConfig.html        |     0
 .../config/class-use/EnableIgniteRepositories.html |     0
 .../class-use/IgniteRepositoriesRegistar.html      |     0
 .../IgniteRepositoryConfigurationExtension.html    |     0
 .../repository/config/class-use/Query.html         |     0
 .../config/class-use/RepositoryConfig.html         |     0
 .../repository/config/package-frame.html           |     0
 .../repository/config/package-summary.html         |     0
 .../springdata/repository/config/package-tree.html |     0
 .../springdata/repository/config/package-use.html  |     0
 .../springdata/repository/package-frame.html       |     0
 .../springdata/repository/package-summary.html     |     0
 .../ignite/springdata/repository/package-tree.html |     0
 .../ignite/springdata/repository/package-use.html  |     0
 .../springdata/repository/query/IgniteQuery.html   |     0
 .../repository/query/IgniteQueryGenerator.html     |     0
 .../repository/query/IgniteRepositoryQuery.html    |     0
 .../repository/query/class-use/IgniteQuery.html    |     0
 .../query/class-use/IgniteQueryGenerator.html      |     0
 .../query/class-use/IgniteRepositoryQuery.html     |     0
 .../springdata/repository/query/package-frame.html |     0
 .../repository/query/package-summary.html          |     0
 .../springdata/repository/query/package-tree.html  |     0
 .../springdata/repository/query/package-use.html   |     0
 .../support/IgniteRepositoryFactory.html           |     0
 .../support/IgniteRepositoryFactoryBean.html       |     0
 .../repository/support/IgniteRepositoryImpl.html   |     0
 .../support/class-use/IgniteRepositoryFactory.html |     0
 .../class-use/IgniteRepositoryFactoryBean.html     |     0
 .../support/class-use/IgniteRepositoryImpl.html    |     0
 .../repository/support/package-frame.html          |     0
 .../repository/support/package-summary.html        |     0
 .../repository/support/package-tree.html           |     0
 .../springdata/repository/support/package-use.html |     0
 .../org/apache/ignite/ssl/SslContextFactory.html   |     0
 .../ignite/ssl/class-use/SslContextFactory.html    |     0
 .../org/apache/ignite/ssl/package-frame.html       |     0
 .../org/apache/ignite/ssl/package-summary.html     |     0
 .../org/apache/ignite/ssl/package-tree.html        |     0
 .../javadoc/org/apache/ignite/ssl/package-use.html |     0
 .../apache/ignite/startup/BasicWarmupClosure.html  |     0
 .../startup/class-use/BasicWarmupClosure.html      |     0
 .../apache/ignite/startup/cmdline/AboutDialog.html |     0
 .../cmdline/CommandLineRandomNumberGenerator.html  |     0
 .../ignite/startup/cmdline/CommandLineStartup.html |     0
 .../startup/cmdline/CommandLineTransformer.html    |     0
 .../startup/cmdline/class-use/AboutDialog.html     |     0
 .../CommandLineRandomNumberGenerator.html          |     0
 .../cmdline/class-use/CommandLineStartup.html      |     0
 .../cmdline/class-use/CommandLineTransformer.html  |     0
 .../ignite/startup/cmdline/package-frame.html      |     0
 .../ignite/startup/cmdline/package-summary.html    |     0
 .../ignite/startup/cmdline/package-tree.html       |     0
 .../apache/ignite/startup/cmdline/package-use.html |     0
 .../org/apache/ignite/startup/package-frame.html   |     0
 .../org/apache/ignite/startup/package-summary.html |     0
 .../org/apache/ignite/startup/package-tree.html    |     0
 .../org/apache/ignite/startup/package-use.html     |     0
 .../servlet/ServletContextListenerStartup.html     |     0
 .../ignite/startup/servlet/ServletStartup.html     |     0
 .../class-use/ServletContextListenerStartup.html   |     0
 .../startup/servlet/class-use/ServletStartup.html  |     0
 .../ignite/startup/servlet/package-frame.html      |     0
 .../ignite/startup/servlet/package-summary.html    |     0
 .../ignite/startup/servlet/package-tree.html       |     0
 .../apache/ignite/startup/servlet/package-use.html |     0
 .../org/apache/ignite/stream/StreamAdapter.html    |     0
 .../stream/StreamMultipleTupleExtractor.html       |     0
 .../org/apache/ignite/stream/StreamReceiver.html   |     0
 .../ignite/stream/StreamSingleTupleExtractor.html  |     0
 .../apache/ignite/stream/StreamTransformer.html    |     0
 .../apache/ignite/stream/StreamTupleExtractor.html |     0
 .../org/apache/ignite/stream/StreamVisitor.html    |     0
 .../apache/ignite/stream/camel/CamelStreamer.html  |     0
 .../stream/camel/class-use/CamelStreamer.html      |     0
 .../apache/ignite/stream/camel/package-frame.html  |     0
 .../ignite/stream/camel/package-summary.html       |     0
 .../apache/ignite/stream/camel/package-tree.html   |     0
 .../apache/ignite/stream/camel/package-use.html    |     0
 .../ignite/stream/class-use/StreamAdapter.html     |     0
 .../class-use/StreamMultipleTupleExtractor.html    |     0
 .../ignite/stream/class-use/StreamReceiver.html    |     0
 .../class-use/StreamSingleTupleExtractor.html      |     0
 .../ignite/stream/class-use/StreamTransformer.html |     0
 .../stream/class-use/StreamTupleExtractor.html     |     0
 .../ignite/stream/class-use/StreamVisitor.html     |     0
 .../ignite/stream/flume/EventTransformer.html      |     0
 .../org/apache/ignite/stream/flume/IgniteSink.html |     0
 .../ignite/stream/flume/IgniteSinkConstants.html   |     0
 .../stream/flume/class-use/EventTransformer.html   |     0
 .../ignite/stream/flume/class-use/IgniteSink.html  |     0
 .../flume/class-use/IgniteSinkConstants.html       |     0
 .../apache/ignite/stream/flume/package-frame.html  |     0
 .../ignite/stream/flume/package-summary.html       |     0
 .../apache/ignite/stream/flume/package-tree.html   |     0
 .../apache/ignite/stream/flume/package-use.html    |     0
 .../apache/ignite/stream/jms11/JmsStreamer.html    |     0
 .../ignite/stream/jms11/MessageTransformer.html    |     0
 .../ignite/stream/jms11/class-use/JmsStreamer.html |     0
 .../stream/jms11/class-use/MessageTransformer.html |     0
 .../apache/ignite/stream/jms11/package-frame.html  |     0
 .../ignite/stream/jms11/package-summary.html       |     0
 .../apache/ignite/stream/jms11/package-tree.html   |     0
 .../apache/ignite/stream/jms11/package-use.html    |     0
 .../apache/ignite/stream/kafka/KafkaStreamer.html  |     0
 .../stream/kafka/class-use/KafkaStreamer.html      |     0
 .../stream/kafka/connect/IgniteSinkConnector.html  |     0
 .../stream/kafka/connect/IgniteSinkConstants.html  |     0
 .../connect/IgniteSinkTask.StreamerContext.html    |     0
 .../stream/kafka/connect/IgniteSinkTask.html       |     0
 .../kafka/connect/IgniteSourceConnector.html       |     0
 .../kafka/connect/IgniteSourceConstants.html       |     0
 .../stream/kafka/connect/IgniteSourceTask.html     |     0
 .../connect/class-use/IgniteSinkConnector.html     |     0
 .../connect/class-use/IgniteSinkConstants.html     |     0
 .../class-use/IgniteSinkTask.StreamerContext.html  |     0
 .../kafka/connect/class-use/IgniteSinkTask.html    |     0
 .../connect/class-use/IgniteSourceConnector.html   |     0
 .../connect/class-use/IgniteSourceConstants.html   |     0
 .../kafka/connect/class-use/IgniteSourceTask.html  |     0
 .../ignite/stream/kafka/connect/package-frame.html |     0
 .../stream/kafka/connect/package-summary.html      |     0
 .../ignite/stream/kafka/connect/package-tree.html  |     0
 .../ignite/stream/kafka/connect/package-use.html   |     0
 .../connect/serialization/CacheEventConverter.html |     0
 .../serialization/CacheEventDeserializer.html      |     0
 .../serialization/CacheEventSerializer.html        |     0
 .../class-use/CacheEventConverter.html             |     0
 .../class-use/CacheEventDeserializer.html          |     0
 .../class-use/CacheEventSerializer.html            |     0
 .../kafka/connect/serialization/package-frame.html |     0
 .../connect/serialization/package-summary.html     |     0
 .../kafka/connect/serialization/package-tree.html  |     0
 .../kafka/connect/serialization/package-use.html   |     0
 .../apache/ignite/stream/kafka/package-frame.html  |     0
 .../ignite/stream/kafka/package-summary.html       |     0
 .../apache/ignite/stream/kafka/package-tree.html   |     0
 .../apache/ignite/stream/kafka/package-use.html    |     0
 .../apache/ignite/stream/mqtt/MqttStreamer.html    |     0
 .../ignite/stream/mqtt/class-use/MqttStreamer.html |     0
 .../apache/ignite/stream/mqtt/package-frame.html   |     0
 .../apache/ignite/stream/mqtt/package-summary.html |     0
 .../apache/ignite/stream/mqtt/package-tree.html    |     0
 .../org/apache/ignite/stream/mqtt/package-use.html |     0
 .../org/apache/ignite/stream/package-frame.html    |     0
 .../org/apache/ignite/stream/package-summary.html  |     0
 .../org/apache/ignite/stream/package-tree.html     |     0
 .../org/apache/ignite/stream/package-use.html      |     0
 .../ignite/stream/rocketmq/RocketMQStreamer.html   |     0
 .../rocketmq/class-use/RocketMQStreamer.html       |     0
 .../ignite/stream/rocketmq/package-frame.html      |     0
 .../ignite/stream/rocketmq/package-summary.html    |     0
 .../ignite/stream/rocketmq/package-tree.html       |     0
 .../apache/ignite/stream/rocketmq/package-use.html |     0
 .../stream/socket/SocketMessageConverter.html      |     0
 .../ignite/stream/socket/SocketStreamer.html       |     0
 .../socket/class-use/SocketMessageConverter.html   |     0
 .../stream/socket/class-use/SocketStreamer.html    |     0
 .../apache/ignite/stream/socket/package-frame.html |     0
 .../ignite/stream/socket/package-summary.html      |     0
 .../apache/ignite/stream/socket/package-tree.html  |     0
 .../apache/ignite/stream/socket/package-use.html   |     0
 .../storm/StormStreamer.StreamerContext.html       |     0
 .../apache/ignite/stream/storm/StormStreamer.html  |     0
 .../class-use/StormStreamer.StreamerContext.html   |     0
 .../stream/storm/class-use/StormStreamer.html      |     0
 .../apache/ignite/stream/storm/package-frame.html  |     0
 .../ignite/stream/storm/package-summary.html       |     0
 .../apache/ignite/stream/storm/package-tree.html   |     0
 .../apache/ignite/stream/storm/package-use.html    |     0
 .../ignite/stream/twitter/OAuthSettings.html       |     0
 .../ignite/stream/twitter/TwitterStreamer.html     |     0
 .../stream/twitter/class-use/OAuthSettings.html    |     0
 .../stream/twitter/class-use/TwitterStreamer.html  |     0
 .../ignite/stream/twitter/package-frame.html       |     0
 .../ignite/stream/twitter/package-summary.html     |     0
 .../apache/ignite/stream/twitter/package-tree.html |     0
 .../apache/ignite/stream/twitter/package-use.html  |     0
 .../ignite/stream/zeromq/IgniteZeroMqStreamer.html |     0
 .../ignite/stream/zeromq/ZeroMqTypeSocket.html     |     0
 .../zeromq/class-use/IgniteZeroMqStreamer.html     |     0
 .../stream/zeromq/class-use/ZeroMqTypeSocket.html  |     0
 .../apache/ignite/stream/zeromq/package-frame.html |     0
 .../ignite/stream/zeromq/package-summary.html      |     0
 .../apache/ignite/stream/zeromq/package-tree.html  |     0
 .../apache/ignite/stream/zeromq/package-use.html   |     0
 .../thread/IgniteStripedThreadPoolExecutor.html    |     0
 .../org/apache/ignite/thread/IgniteThread.html     |     0
 .../apache/ignite/thread/IgniteThreadFactory.html  |     0
 .../ignite/thread/IgniteThreadPoolExecutor.html    |     0
 .../class-use/IgniteStripedThreadPoolExecutor.html |     0
 .../ignite/thread/class-use/IgniteThread.html      |     0
 .../thread/class-use/IgniteThreadFactory.html      |     0
 .../thread/class-use/IgniteThreadPoolExecutor.html |     0
 .../org/apache/ignite/thread/package-frame.html    |     0
 .../org/apache/ignite/thread/package-summary.html  |     0
 .../org/apache/ignite/thread/package-tree.html     |     0
 .../org/apache/ignite/thread/package-use.html      |     0
 .../apache/ignite/transactions/Transaction.html    |     0
 .../transactions/TransactionConcurrency.html       |     0
 .../transactions/TransactionDeadlockException.html |     0
 .../ignite/transactions/TransactionException.html  |     0
 .../TransactionHeuristicException.html             |     0
 .../ignite/transactions/TransactionIsolation.html  |     0
 .../ignite/transactions/TransactionMetrics.html    |     0
 .../TransactionOptimisticException.html            |     0
 .../transactions/TransactionRollbackException.html |     0
 .../ignite/transactions/TransactionState.html      |     0
 .../transactions/TransactionTimeoutException.html  |     0
 .../ignite/transactions/class-use/Transaction.html |     0
 .../class-use/TransactionConcurrency.html          |     0
 .../class-use/TransactionDeadlockException.html    |     0
 .../class-use/TransactionException.html            |     0
 .../class-use/TransactionHeuristicException.html   |     0
 .../class-use/TransactionIsolation.html            |     0
 .../transactions/class-use/TransactionMetrics.html |     0
 .../class-use/TransactionOptimisticException.html  |     0
 .../class-use/TransactionRollbackException.html    |     0
 .../transactions/class-use/TransactionState.html   |     0
 .../class-use/TransactionTimeoutException.html     |     0
 .../apache/ignite/transactions/package-frame.html  |     0
 .../ignite/transactions/package-summary.html       |     0
 .../apache/ignite/transactions/package-tree.html   |     0
 .../apache/ignite/transactions/package-use.html    |     0
 .../spring/SpringTransactionManager.html           |     0
 .../spring/class-use/SpringTransactionManager.html |     0
 .../ignite/transactions/spring/package-frame.html  |     0
 .../transactions/spring/package-summary.html       |     0
 .../ignite/transactions/spring/package-tree.html   |     0
 .../ignite/transactions/spring/package-use.html    |     0
 .../ignite/visor/plugin/VisorExtensionPoint.html   |     0
 .../ignite/visor/plugin/VisorPluggableTab.html     |     0
 .../apache/ignite/visor/plugin/VisorPlugin.html    |     0
 .../ignite/visor/plugin/VisorPluginComponent.html  |     0
 .../visor/plugin/VisorPluginComponentsFactory.html |     0
 .../ignite/visor/plugin/VisorPluginLogPanel.html   |     0
 .../ignite/visor/plugin/VisorPluginModel.html      |     0
 .../ignite/visor/plugin/VisorPluginNodesPanel.html |     0
 .../visor/plugin/VisorSelectionListener.html       |     0
 .../ignite/visor/plugin/VisorTopologyListener.html |     0
 .../plugin/class-use/VisorExtensionPoint.html      |     0
 .../visor/plugin/class-use/VisorPluggableTab.html  |     0
 .../ignite/visor/plugin/class-use/VisorPlugin.html |     0
 .../plugin/class-use/VisorPluginComponent.html     |     0
 .../class-use/VisorPluginComponentsFactory.html    |     0
 .../plugin/class-use/VisorPluginLogPanel.html      |     0
 .../visor/plugin/class-use/VisorPluginModel.html   |     0
 .../plugin/class-use/VisorPluginNodesPanel.html    |     0
 .../plugin/class-use/VisorSelectionListener.html   |     0
 .../plugin/class-use/VisorTopologyListener.html    |     0
 .../apache/ignite/visor/plugin/package-frame.html  |     0
 .../ignite/visor/plugin/package-summary.html       |     0
 .../apache/ignite/visor/plugin/package-tree.html   |     0
 .../apache/ignite/visor/plugin/package-use.html    |     0
 .../org/apache/ignite/yarn/ApplicationMaster.html  |     0
 .../org/apache/ignite/yarn/ClusterProperties.html  |     0
 .../org/apache/ignite/yarn/IgniteContainer.html    |     0
 .../yarn/IgniteProvider.VersionComparator.html     |     0
 .../org/apache/ignite/yarn/IgniteProvider.html     |     0
 .../org/apache/ignite/yarn/IgniteYarnClient.html   |     0
 .../ignite/yarn/class-use/ApplicationMaster.html   |     0
 .../ignite/yarn/class-use/ClusterProperties.html   |     0
 .../ignite/yarn/class-use/IgniteContainer.html     |     0
 .../IgniteProvider.VersionComparator.html          |     0
 .../ignite/yarn/class-use/IgniteProvider.html      |     0
 .../ignite/yarn/class-use/IgniteYarnClient.html    |     0
 .../org/apache/ignite/yarn/package-frame.html      |     0
 .../org/apache/ignite/yarn/package-summary.html    |     0
 .../org/apache/ignite/yarn/package-tree.html       |     0
 .../org/apache/ignite/yarn/package-use.html        |     0
 .../apache/ignite/yarn/utils/IgniteYarnUtils.html  |     0
 .../yarn/utils/class-use/IgniteYarnUtils.html      |     0
 .../apache/ignite/yarn/utils/package-frame.html    |     0
 .../apache/ignite/yarn/utils/package-summary.html  |     0
 .../org/apache/ignite/yarn/utils/package-tree.html |     0
 .../org/apache/ignite/yarn/utils/package-use.html  |     0
 releases/2.4.0/javadoc/overview-frame.html         |     0
 releases/2.4.0/javadoc/overview-summary.html       |     0
 releases/2.4.0/javadoc/overview-tree.html          |     0
 releases/2.4.0/javadoc/package-list                |     0
 releases/2.4.0/javadoc/script.js                   |     0
 releases/2.4.0/javadoc/serialized-form.html        |     0
 releases/2.4.0/javadoc/tools.js                    |     0
 releases/2.4.0/scaladoc/scalar/img/avg.png         |   Bin
 .../2.4.0/scaladoc/scalar/img/callout_blue.gif     |   Bin
 .../2.4.0/scaladoc/scalar/img/callout_yellow.gif   |   Bin
 releases/2.4.0/scaladoc/scalar/img/cube.gif        |   Bin
 releases/2.4.0/scaladoc/scalar/img/cube_3.0.gif    |   Bin
 .../2.4.0/scaladoc/scalar/img/cube_transparent.gif |   Bin
 .../2.4.0/scaladoc/scalar/img/documentation.gif    |   Bin
 .../2.4.0/scaladoc/scalar/img/email_support.gif    |   Bin
 releases/2.4.0/scaladoc/scalar/img/forums.gif      |   Bin
 releases/2.4.0/scaladoc/scalar/img/gavg.png        |   Bin
 releases/2.4.0/scaladoc/scalar/img/gg_30.png       |   Bin
 releases/2.4.0/scaladoc/scalar/img/gg_30s.png      |   Bin
 .../scalar/img/gridgain_30c_javadoc_qr.png         |   Bin
 releases/2.4.0/scaladoc/scalar/img/gridgain_qr.png |   Bin
 releases/2.4.0/scaladoc/scalar/img/havg.png        |   Bin
 .../scaladoc/scalar/img/in_memory_compute_grid.png |   Bin
 .../scaladoc/scalar/img/in_memory_data_grid.png    |   Bin
 .../2.4.0/scaladoc/scalar/img/issue_tracking.gif   |   Bin
 .../2.4.0/scaladoc/scalar/img/javadoc4_logo.png    |   Bin
 releases/2.4.0/scaladoc/scalar/img/mail_11x11.gif  |   Bin
 releases/2.4.0/scaladoc/scalar/img/qavg.png        |   Bin
 releases/2.4.0/scaladoc/scalar/img/search.gif      |   Bin
 releases/2.4.0/scaladoc/scalar/img/spacer.gif      |   Bin
 releases/2.4.0/scaladoc/scalar/img/sum.png         |   Bin
 releases/2.4.0/scaladoc/scalar/img/wavg.png        |   Bin
 releases/2.4.0/scaladoc/scalar/index.html          |     0
 releases/2.4.0/scaladoc/scalar/index.js            |     0
 releases/2.4.0/scaladoc/scalar/index/index-_.html  |     0
 releases/2.4.0/scaladoc/scalar/index/index-a.html  |     0
 releases/2.4.0/scaladoc/scalar/index/index-b.html  |     0
 releases/2.4.0/scaladoc/scalar/index/index-c.html  |     0
 releases/2.4.0/scaladoc/scalar/index/index-d.html  |     0
 releases/2.4.0/scaladoc/scalar/index/index-e.html  |     0
 releases/2.4.0/scaladoc/scalar/index/index-f.html  |     0
 releases/2.4.0/scaladoc/scalar/index/index-g.html  |     0
 releases/2.4.0/scaladoc/scalar/index/index-i.html  |     0
 releases/2.4.0/scaladoc/scalar/index/index-k.html  |     0
 releases/2.4.0/scaladoc/scalar/index/index-l.html  |     0
 releases/2.4.0/scaladoc/scalar/index/index-n.html  |     0
 releases/2.4.0/scaladoc/scalar/index/index-o.html  |     0
 releases/2.4.0/scaladoc/scalar/index/index-p.html  |     0
 releases/2.4.0/scaladoc/scalar/index/index-r.html  |     0
 releases/2.4.0/scaladoc/scalar/index/index-s.html  |     0
 releases/2.4.0/scaladoc/scalar/index/index-t.html  |     0
 releases/2.4.0/scaladoc/scalar/index/index-u.html  |     0
 releases/2.4.0/scaladoc/scalar/index/index-v.html  |     0
 releases/2.4.0/scaladoc/scalar/index/index-w.html  |     0
 releases/2.4.0/scaladoc/scalar/lib/arrow-down.png  |   Bin
 releases/2.4.0/scaladoc/scalar/lib/arrow-right.png |   Bin
 releases/2.4.0/scaladoc/scalar/lib/class.png       |   Bin
 releases/2.4.0/scaladoc/scalar/lib/class_big.png   |   Bin
 .../2.4.0/scaladoc/scalar/lib/class_diagram.png    |   Bin
 .../scaladoc/scalar/lib/class_to_object_big.png    |   Bin
 .../2.4.0/scaladoc/scalar/lib/constructorsbg.gif   |   Bin
 .../2.4.0/scaladoc/scalar/lib/conversionbg.gif     |   Bin
 releases/2.4.0/scaladoc/scalar/lib/defbg-blue.gif  |   Bin
 releases/2.4.0/scaladoc/scalar/lib/defbg-green.gif |   Bin
 releases/2.4.0/scaladoc/scalar/lib/diagrams.css    |     0
 releases/2.4.0/scaladoc/scalar/lib/diagrams.js     |     0
 .../2.4.0/scaladoc/scalar/lib/filter_box_left.png  |   Bin
 .../2.4.0/scaladoc/scalar/lib/filter_box_left2.gif |   Bin
 .../2.4.0/scaladoc/scalar/lib/filter_box_right.png |   Bin
 releases/2.4.0/scaladoc/scalar/lib/filterbg.gif    |   Bin
 .../2.4.0/scaladoc/scalar/lib/filterboxbarbg.gif   |   Bin
 .../2.4.0/scaladoc/scalar/lib/filterboxbarbg.png   |   Bin
 releases/2.4.0/scaladoc/scalar/lib/filterboxbg.gif |   Bin
 .../2.4.0/scaladoc/scalar/lib/fullcommenttopbg.gif |   Bin
 releases/2.4.0/scaladoc/scalar/lib/index.css       |     0
 releases/2.4.0/scaladoc/scalar/lib/index.js        |     0
 releases/2.4.0/scaladoc/scalar/lib/jquery-ui.js    |     0
 releases/2.4.0/scaladoc/scalar/lib/jquery.js       |     0
 .../2.4.0/scaladoc/scalar/lib/jquery.layout.js     |     0
 .../2.4.0/scaladoc/scalar/lib/modernizr.custom.js  |     0
 .../2.4.0/scaladoc/scalar/lib/navigation-li-a.png  |   Bin
 .../2.4.0/scaladoc/scalar/lib/navigation-li.png    |   Bin
 releases/2.4.0/scaladoc/scalar/lib/object.png      |   Bin
 releases/2.4.0/scaladoc/scalar/lib/object_big.png  |   Bin
 .../2.4.0/scaladoc/scalar/lib/object_diagram.png   |   Bin
 .../scaladoc/scalar/lib/object_to_class_big.png    |   Bin
 .../scaladoc/scalar/lib/object_to_trait_big.png    |   Bin
 .../scaladoc/scalar/lib/object_to_type_big.png     |   Bin
 releases/2.4.0/scaladoc/scalar/lib/ownderbg2.gif   |   Bin
 releases/2.4.0/scaladoc/scalar/lib/ownerbg.gif     |   Bin
 releases/2.4.0/scaladoc/scalar/lib/ownerbg2.gif    |   Bin
 releases/2.4.0/scaladoc/scalar/lib/package.png     |   Bin
 releases/2.4.0/scaladoc/scalar/lib/package_big.png |   Bin
 releases/2.4.0/scaladoc/scalar/lib/packagesbg.gif  |   Bin
 releases/2.4.0/scaladoc/scalar/lib/permalink.png   |   Bin
 releases/2.4.0/scaladoc/scalar/lib/ref-index.css   |     0
 releases/2.4.0/scaladoc/scalar/lib/remove.png      |   Bin
 releases/2.4.0/scaladoc/scalar/lib/scheduler.js    |     0
 .../scaladoc/scalar/lib/selected-implicits.png     |   Bin
 .../scalar/lib/selected-right-implicits.png        |   Bin
 .../2.4.0/scaladoc/scalar/lib/selected-right.png   |   Bin
 releases/2.4.0/scaladoc/scalar/lib/selected.png    |   Bin
 .../2.4.0/scaladoc/scalar/lib/selected2-right.png  |   Bin
 releases/2.4.0/scaladoc/scalar/lib/selected2.png   |   Bin
 releases/2.4.0/scaladoc/scalar/lib/signaturebg.gif |   Bin
 .../2.4.0/scaladoc/scalar/lib/signaturebg2.gif     |   Bin
 releases/2.4.0/scaladoc/scalar/lib/template.css    |     0
 releases/2.4.0/scaladoc/scalar/lib/template.js     |     0
 .../2.4.0/scaladoc/scalar/lib/tools.tooltip.js     |     0
 releases/2.4.0/scaladoc/scalar/lib/trait.png       |   Bin
 releases/2.4.0/scaladoc/scalar/lib/trait_big.png   |   Bin
 .../2.4.0/scaladoc/scalar/lib/trait_diagram.png    |   Bin
 .../scaladoc/scalar/lib/trait_to_object_big.png    |   Bin
 releases/2.4.0/scaladoc/scalar/lib/type.png        |   Bin
 releases/2.4.0/scaladoc/scalar/lib/type_big.png    |   Bin
 .../2.4.0/scaladoc/scalar/lib/type_diagram.png     |   Bin
 .../scaladoc/scalar/lib/type_to_object_big.png     |   Bin
 releases/2.4.0/scaladoc/scalar/lib/typebg.gif      |   Bin
 releases/2.4.0/scaladoc/scalar/lib/unselected.png  |   Bin
 .../2.4.0/scaladoc/scalar/lib/valuemembersbg.gif   |   Bin
 .../scaladoc/scalar/org/apache/ignite/package.html |     0
 .../apache/ignite/scalar/ScalarConversions.html    |     0
 .../ignite/scalar/lang/ScalarAbsClosure.html       |     0
 .../scalar/lang/ScalarAbsClosureFunction.html      |     0
 .../ignite/scalar/lang/ScalarAbsClosureX.html      |     0
 .../scalar/lang/ScalarAbsClosureXFunction.html     |     0
 .../ignite/scalar/lang/ScalarAbsPredicate.html     |     0
 .../scalar/lang/ScalarAbsPredicateFunction.html    |     0
 .../ignite/scalar/lang/ScalarAbsPredicateX.html    |     0
 .../scalar/lang/ScalarAbsPredicateXFunction.html   |     0
 .../apache/ignite/scalar/lang/ScalarClosure.html   |     0
 .../apache/ignite/scalar/lang/ScalarClosure2.html  |     0
 .../ignite/scalar/lang/ScalarClosure2Function.html |     0
 .../apache/ignite/scalar/lang/ScalarClosure2X.html |     0
 .../scalar/lang/ScalarClosure2XFunction.html       |     0
 .../apache/ignite/scalar/lang/ScalarClosure3.html  |     0
 .../ignite/scalar/lang/ScalarClosure3Function.html |     0
 .../apache/ignite/scalar/lang/ScalarClosure3X.html |     0
 .../scalar/lang/ScalarClosure3XFunction.html       |     0
 .../ignite/scalar/lang/ScalarClosureFunction.html  |     0
 .../apache/ignite/scalar/lang/ScalarClosureX.html  |     0
 .../ignite/scalar/lang/ScalarClosureXFunction.html |     0
 .../apache/ignite/scalar/lang/ScalarInClosure.html |     0
 .../ignite/scalar/lang/ScalarInClosure2.html       |     0
 .../scalar/lang/ScalarInClosure2Function.html      |     0
 .../ignite/scalar/lang/ScalarInClosure2X.html      |     0
 .../scalar/lang/ScalarInClosure2XFunction.html     |     0
 .../ignite/scalar/lang/ScalarInClosure3.html       |     0
 .../scalar/lang/ScalarInClosure3Function.html      |     0
 .../ignite/scalar/lang/ScalarInClosure3X.html      |     0
 .../scalar/lang/ScalarInClosure3XFunction.html     |     0
 .../scalar/lang/ScalarInClosureFunction.html       |     0
 .../ignite/scalar/lang/ScalarInClosureX.html       |     0
 .../scalar/lang/ScalarInClosureXFunction.html      |     0
 .../org/apache/ignite/scalar/lang/ScalarJob.html   |     0
 .../ignite/scalar/lang/ScalarOutClosure.html       |     0
 .../scalar/lang/ScalarOutClosureFunction.html      |     0
 .../ignite/scalar/lang/ScalarOutClosureX.html      |     0
 .../scalar/lang/ScalarOutClosureXFunction.html     |     0
 .../apache/ignite/scalar/lang/ScalarPredicate.html |     0
 .../ignite/scalar/lang/ScalarPredicate2.html       |     0
 .../scalar/lang/ScalarPredicate2Function.html      |     0
 .../ignite/scalar/lang/ScalarPredicate2X.html      |     0
 .../scalar/lang/ScalarPredicate2XFunction.html     |     0
 .../ignite/scalar/lang/ScalarPredicate3.html       |     0
 .../scalar/lang/ScalarPredicate3Function.html      |     0
 .../ignite/scalar/lang/ScalarPredicate3X.html      |     0
 .../scalar/lang/ScalarPredicate3XFunction.html     |     0
 .../scalar/lang/ScalarPredicateFunction.html       |     0
 .../ignite/scalar/lang/ScalarPredicateX.html       |     0
 .../scalar/lang/ScalarPredicateXFunction.html      |     0
 .../apache/ignite/scalar/lang/ScalarReducer.html   |     0
 .../apache/ignite/scalar/lang/ScalarReducer2.html  |     0
 .../ignite/scalar/lang/ScalarReducer2Function.html |     0
 .../apache/ignite/scalar/lang/ScalarReducer3.html  |     0
 .../ignite/scalar/lang/ScalarReducer3Function.html |     0
 .../ignite/scalar/lang/ScalarReducerFunction.html  |     0
 .../org/apache/ignite/scalar/lang/package.html     |     0
 .../scalar/org/apache/ignite/scalar/package.html   |     0
 .../apache/ignite/scalar/pimps/PimpedType$.html    |     0
 .../org/apache/ignite/scalar/pimps/PimpedType.html |     0
 .../ignite/scalar/pimps/ScalarCachePimp$.html      |     0
 .../ignite/scalar/pimps/ScalarCachePimp.html       |     0
 .../ignite/scalar/pimps/ScalarGridPimp$.html       |     0
 .../apache/ignite/scalar/pimps/ScalarGridPimp.html |     0
 .../ignite/scalar/pimps/ScalarProjectionPimp$.html |     0
 .../ignite/scalar/pimps/ScalarProjectionPimp.html  |     0
 .../scalar/pimps/ScalarTaskThreadContext.html      |     0
 .../org/apache/ignite/scalar/pimps/package.html    |     0
 .../scalar/org/apache/ignite/scalar/scalar$.html   |     0
 .../2.4.0/scaladoc/scalar/org/apache/package.html  |     0
 releases/2.4.0/scaladoc/scalar/org/package.html    |     0
 releases/2.4.0/scaladoc/scalar/package.html        |     0
 releases/2.4.0/scaladoc/scalar/tools.js            |     0
 ...he.Ignite.AspNet.IgniteOutputCacheProvider.html |   704 +-
 ...ite.AspNet.IgniteSessionStateStoreProvider.html |  1400 +-
 .../api/Apache.Ignite.AspNet.IgniteWebUtils.html   |   354 +-
 .../2.5.0/dotnetdoc/api/Apache.Ignite.AspNet.html  |   250 +-
 ...e.Ignite.Core.Binary.BinaryBasicNameMapper.html |   534 +-
 ...che.Ignite.Core.Binary.BinaryConfiguration.html |   842 +-
 ...e.Ignite.Core.Binary.BinaryObjectException.html |   588 +-
 ...ite.Core.Binary.BinaryReflectiveSerializer.html |   540 +-
 ...Ignite.Core.Binary.BinaryTypeConfiguration.html |   848 +-
 .../Apache.Ignite.Core.Binary.BinaryTypeNames.html |  1716 +-
 .../Apache.Ignite.Core.Binary.IBinarizable.html    |   410 +-
 .../api/Apache.Ignite.Core.Binary.IBinary.html     |  1416 +-
 .../Apache.Ignite.Core.Binary.IBinaryIdMapper.html |   420 +-
 ...pache.Ignite.Core.Binary.IBinaryNameMapper.html |   410 +-
 .../Apache.Ignite.Core.Binary.IBinaryObject.html   |   704 +-
 ...he.Ignite.Core.Binary.IBinaryObjectBuilder.html |  3306 +-
 ...Apache.Ignite.Core.Binary.IBinaryRawReader.html |  1920 +-
 ...Apache.Ignite.Core.Binary.IBinaryRawWriter.html |  1870 +-
 .../Apache.Ignite.Core.Binary.IBinaryReader.html   |  3006 +-
 ...pache.Ignite.Core.Binary.IBinarySerializer.html |   370 +-
 .../api/Apache.Ignite.Core.Binary.IBinaryType.html |   610 +-
 .../Apache.Ignite.Core.Binary.IBinaryWriter.html   |  2216 +-
 ...ache.Ignite.Core.Binary.TimestampAttribute.html |   556 +-
 .../dotnetdoc/api/Apache.Ignite.Core.Binary.html   |   318 +-
 ...e.Core.Cache.Affinity.AffinityFunctionBase.html |   680 +-
 ...ore.Cache.Affinity.AffinityFunctionContext.html |   576 +-
 ...che.Ignite.Core.Cache.Affinity.AffinityKey.html |   998 +-
 ....Cache.Affinity.AffinityKeyMappedAttribute.html |   640 +-
 ...ore.Cache.Affinity.AffinityTopologyVersion.html |   898 +-
 ...nite.Core.Cache.Affinity.IAffinityFunction.html |   510 +-
 ...nity.Rendezvous.RendezvousAffinityFunction.html |   358 +-
 ...ache.Ignite.Core.Cache.Affinity.Rendezvous.html |   242 +-
 .../api/Apache.Ignite.Core.Cache.Affinity.html     |   270 +-
 ...re.Cache.CacheAtomicUpdateTimeoutException.html |   590 +-
 ...te.Core.Cache.CacheEntryProcessorException.html |   638 +-
 .../Apache.Ignite.Core.Cache.CacheException.html   |   594 +-
 ...ite.Core.Cache.CachePartialUpdateException.html |   788 +-
 .../Apache.Ignite.Core.Cache.CachePeekMode.html    |   318 +-
 .../Apache.Ignite.Core.Cache.CacheResult-1.html    |   874 +-
 ...ore.Cache.Configuration.CacheAtomicityMode.html |   286 +-
 ...ore.Cache.Configuration.CacheConfiguration.html |  4436 +-
 ....Cache.Configuration.CacheKeyConfiguration.html |   470 +-
 ....Ignite.Core.Cache.Configuration.CacheMode.html |   294 +-
 ...ore.Cache.Configuration.CacheRebalanceMode.html |   294 +-
 ...onfiguration.CacheWriteSynchronizationMode.html |   294 +-
 ...e.Cache.Configuration.DataPageEvictionMode.html |   294 +-
 ...re.Cache.Configuration.MemoryConfiguration.html |   834 +-
 ...he.Configuration.MemoryPolicyConfiguration.html |  1056 +-
 ...Cache.Configuration.NearCacheConfiguration.html |   468 +-
 ...re.Cache.Configuration.PartitionLossPolicy.html |   310 +-
 ...Ignite.Core.Cache.Configuration.QueryAlias.html |   480 +-
 ...gnite.Core.Cache.Configuration.QueryEntity.html |   898 +-
 ...Ignite.Core.Cache.Configuration.QueryField.html |   724 +-
 ...Ignite.Core.Cache.Configuration.QueryIndex.html |   790 +-
 ...e.Core.Cache.Configuration.QueryIndexField.html |   530 +-
 ...te.Core.Cache.Configuration.QueryIndexType.html |   294 +-
 ...Cache.Configuration.QuerySqlFieldAttribute.html |   902 +-
 ...ache.Configuration.QueryTextFieldAttribute.html |   606 +-
 .../Apache.Ignite.Core.Cache.Configuration.html    |   318 +-
 ...gnite.Core.Cache.Event.CacheEntryEventType.html |   294 +-
 ...Ignite.Core.Cache.Event.ICacheEntryEvent-2.html |   490 +-
 ....Core.Cache.Event.ICacheEntryEventFilter-2.html |   368 +-
 ...ore.Cache.Event.ICacheEntryEventListener-2.html |   338 +-
 .../api/Apache.Ignite.Core.Cache.Event.html        |   258 +-
 ...ite.Core.Cache.Eviction.EvictionPolicyBase.html |   602 +-
 ...ite.Core.Cache.Eviction.FifoEvictionPolicy.html |   358 +-
 ...Ignite.Core.Cache.Eviction.IEvictionPolicy.html |   246 +-
 ...nite.Core.Cache.Eviction.LruEvictionPolicy.html |   358 +-
 .../api/Apache.Ignite.Core.Cache.Eviction.html     |   258 +-
 ...ache.Ignite.Core.Cache.Expiry.ExpiryPolicy.html |   536 +-
 ...che.Ignite.Core.Cache.Expiry.IExpiryPolicy.html |   388 +-
 .../api/Apache.Ignite.Core.Cache.Expiry.html       |   250 +-
 .../api/Apache.Ignite.Core.Cache.ICache-2.html     |  6948 +--
 .../Apache.Ignite.Core.Cache.ICacheAffinity.html   |  1698 +-
 .../Apache.Ignite.Core.Cache.ICacheEntry-2.html    |   380 +-
 ...ache.Ignite.Core.Cache.ICacheEntryFilter-2.html |   368 +-
 ...e.Ignite.Core.Cache.ICacheEntryProcessor-4.html |   394 +-
 ...te.Core.Cache.ICacheEntryProcessorResult-2.html |   380 +-
 .../api/Apache.Ignite.Core.Cache.ICacheLock.html   |   420 +-
 .../Apache.Ignite.Core.Cache.ICacheMetrics.html    |  3608 +-
 .../Apache.Ignite.Core.Cache.IMemoryMetrics.html   |   526 +-
 ...che.Ignite.Core.Cache.IMutableCacheEntry-2.html |   418 +-
 ...e.Cache.Query.Continuous.ContinuousQuery-2.html |   886 +-
 ...ore.Cache.Query.Continuous.ContinuousQuery.html |   462 +-
 ...Query.Continuous.ContinuousQueryExtensions.html |   426 +-
 ....Query.Continuous.IContinuousQueryHandle-1.html |   338 +-
 ...he.Query.Continuous.IContinuousQueryHandle.html |   258 +-
 .../Apache.Ignite.Core.Cache.Query.Continuous.html |   262 +-
 ...Ignite.Core.Cache.Query.IFieldsQueryCursor.html |   320 +-
 ...che.Ignite.Core.Cache.Query.IQueryCursor-1.html |   344 +-
 .../Apache.Ignite.Core.Cache.Query.QueryBase.html  |   474 +-
 ...Apache.Ignite.Core.Cache.Query.ScanQuery-2.html |   512 +-
 ...che.Ignite.Core.Cache.Query.SqlFieldsQuery.html |  1044 +-
 .../Apache.Ignite.Core.Cache.Query.SqlQuery.html   |   956 +-
 .../Apache.Ignite.Core.Cache.Query.TextQuery.html  |   684 +-
 .../api/Apache.Ignite.Core.Cache.Query.html        |   270 +-
 ...ache.Store.CacheParallelLoadStoreAdapter-3.html |  1098 +-
 ...gnite.Core.Cache.Store.CacheStoreAdapter-2.html |   850 +-
 ...gnite.Core.Cache.Store.CacheStoreException.html |   590 +-
 ...ache.Ignite.Core.Cache.Store.ICacheStore-2.html |  1008 +-
 ...Apache.Ignite.Core.Cache.Store.ICacheStore.html |   246 +-
 ...Ignite.Core.Cache.Store.ICacheStoreSession.html |   342 +-
 .../api/Apache.Ignite.Core.Cache.Store.html        |   266 +-
 .../dotnetdoc/api/Apache.Ignite.Core.Cache.html    |   314 +-
 ...Core.Client.Cache.CacheClientConfiguration.html |  2038 +-
 ...he.Ignite.Core.Client.Cache.ICacheClient-2.html |  4268 +-
 .../api/Apache.Ignite.Core.Client.Cache.html       |   250 +-
 ...Apache.Ignite.Core.Client.ClientStatusCode.html |   334 +-
 .../Apache.Ignite.Core.Client.IIgniteClient.html   |  1040 +-
 ...pache.Ignite.Core.Client.ISslStreamFactory.html |   340 +-
 ...nite.Core.Client.IgniteClientConfiguration.html |  1288 +-
 ...re.Client.IgniteClientConfigurationSection.html |   742 +-
 ...e.Ignite.Core.Client.IgniteClientException.html |   814 +-
 ...Apache.Ignite.Core.Client.SslStreamFactory.html |   716 +-
 .../dotnetdoc/api/Apache.Ignite.Core.Client.html   |   274 +-
 ...te.Core.Cluster.ClusterGroupEmptyException.html |   588 +-
 ...nite.Core.Cluster.ClusterTopologyException.html |   588 +-
 .../Apache.Ignite.Core.Cluster.IBaselineNode.html  |   342 +-
 .../api/Apache.Ignite.Core.Cluster.ICluster.html   |  1228 +-
 .../Apache.Ignite.Core.Cluster.IClusterGroup.html  |  1834 +-
 ...Apache.Ignite.Core.Cluster.IClusterMetrics.html |  2826 +-
 .../Apache.Ignite.Core.Cluster.IClusterNode.html   |   916 +-
 ...che.Ignite.Core.Cluster.IClusterNodeFilter.html |   330 +-
 .../dotnetdoc/api/Apache.Ignite.Core.Cluster.html  |   274 +-
 ...te.Core.Common.ClientDisconnectedException.html |   648 +-
 ...Apache.Ignite.Core.Common.ExceptionFactory.html |   340 +-
 .../api/Apache.Ignite.Core.Common.IFactory-1.html  |   326 +-
 .../Apache.Ignite.Core.Common.IgniteException.html |   628 +-
 ...Core.Common.IgniteFutureCancelledException.html |   588 +-
 .../api/Apache.Ignite.Core.Common.IgniteGuid.html  |   898 +-
 .../Apache.Ignite.Core.Common.JavaException.html   |   896 +-
 .../dotnetdoc/api/Apache.Ignite.Core.Common.html   |   278 +-
 ...gnite.Core.Communication.ICommunicationSpi.html |   246 +-
 ...Core.Communication.Tcp.TcpCommunicationSpi.html |  1702 +-
 .../api/Apache.Ignite.Core.Communication.Tcp.html  |   242 +-
 .../api/Apache.Ignite.Core.Communication.html      |   242 +-
 ....Compute.ComputeExecutionRejectedException.html |   588 +-
 ...he.Ignite.Core.Compute.ComputeJobAdapter-1.html |   692 +-
 ...e.Core.Compute.ComputeJobFailoverException.html |   588 +-
 ...Ignite.Core.Compute.ComputeJobResultPolicy.html |   294 +-
 ...e.Ignite.Core.Compute.ComputeTaskAdapter-3.html |   632 +-
 ...Core.Compute.ComputeTaskCancelledException.html |   588 +-
 ....Compute.ComputeTaskNoResultCacheAttribute.html |   556 +-
 ...ite.Core.Compute.ComputeTaskSplitAdapter-3.html |   604 +-
 ...e.Core.Compute.ComputeTaskTimeoutException.html |   588 +-
 ...ore.Compute.ComputeUserUndeclaredException.html |   588 +-
 .../api/Apache.Ignite.Core.Compute.ICompute.html   |  6790 +-
 .../Apache.Ignite.Core.Compute.IComputeAction.html |   266 +-
 .../Apache.Ignite.Core.Compute.IComputeFunc-1.html |   326 +-
 .../Apache.Ignite.Core.Compute.IComputeFunc-2.html |   368 +-
 .../Apache.Ignite.Core.Compute.IComputeJob-1.html  |   342 +-
 ...he.Ignite.Core.Compute.IComputeJobResult-1.html |   510 +-
 ...ache.Ignite.Core.Compute.IComputeReducer-2.html |   414 +-
 .../Apache.Ignite.Core.Compute.IComputeTask-2.html |   308 +-
 .../Apache.Ignite.Core.Compute.IComputeTask-3.html |   556 +-
 .../dotnetdoc/api/Apache.Ignite.Core.Compute.html  |   322 +-
 ...te.Core.Configuration.CheckpointWriteOrder.html |   286 +-
 ...Configuration.ClientConnectorConfiguration.html |  1324 +-
 ...te.Core.Configuration.DataPageEvictionMode.html |   294 +-
 ...Core.Configuration.DataRegionConfiguration.html |  1192 +-
 ...ore.Configuration.DataStorageConfiguration.html |  2676 +-
 ...re.Configuration.SqlConnectorConfiguration.html |   964 +-
 .../Apache.Ignite.Core.Configuration.WalMode.html  |   310 +-
 .../api/Apache.Ignite.Core.Configuration.html      |   270 +-
 ...ructures.Configuration.AtomicConfiguration.html |   602 +-
 ...e.Ignite.Core.DataStructures.Configuration.html |   242 +-
 ...che.Ignite.Core.DataStructures.IAtomicLong.html |   750 +-
 ...ite.Core.DataStructures.IAtomicReference-1.html |   578 +-
 ...Ignite.Core.DataStructures.IAtomicSequence.html |   580 +-
 .../api/Apache.Ignite.Core.DataStructures.html     |   250 +-
 ...gnite.Core.Datastream.DataStreamerDefaults.html |   440 +-
 ...che.Ignite.Core.Datastream.IDataStreamer-2.html |  1214 +-
 ...e.Ignite.Core.Datastream.IStreamReceiver-2.html |   348 +-
 ...Ignite.Core.Datastream.StreamTransformer-4.html |   492 +-
 ...che.Ignite.Core.Datastream.StreamVisitor-2.html |   476 +-
 .../api/Apache.Ignite.Core.Datastream.html         |   262 +-
 ...te.Core.Deployment.PeerAssemblyLoadingMode.html |   286 +-
 .../api/Apache.Ignite.Core.Deployment.html         |   242 +-
 ...Apache.Ignite.Core.Discovery.IDiscoverySpi.html |   246 +-
 ...e.Core.Discovery.Tcp.ITcpDiscoveryIpFinder.html |   246 +-
 ...cp.Multicast.TcpDiscoveryMulticastIpFinder.html |   872 +-
 ...Apache.Ignite.Core.Discovery.Tcp.Multicast.html |   242 +-
 ...very.Tcp.Static.TcpDiscoveryStaticIpFinder.html |   456 +-
 .../Apache.Ignite.Core.Discovery.Tcp.Static.html   |   242 +-
 ...ore.Discovery.Tcp.TcpDiscoveryIpFinderBase.html |   484 +-
 ....Ignite.Core.Discovery.Tcp.TcpDiscoverySpi.html |  1568 +-
 .../api/Apache.Ignite.Core.Discovery.Tcp.html      |   254 +-
 .../api/Apache.Ignite.Core.Discovery.html          |   242 +-
 .../api/Apache.Ignite.Core.Events.CacheEvent.html  |  1040 +-
 ...Ignite.Core.Events.CacheQueryExecutedEvent.html |   718 +-
 ...che.Ignite.Core.Events.CacheQueryReadEvent.html |   902 +-
 ...e.Ignite.Core.Events.CacheRebalancingEvent.html |   718 +-
 .../Apache.Ignite.Core.Events.CheckpointEvent.html |   488 +-
 .../Apache.Ignite.Core.Events.DiscoveryEvent.html  |   580 +-
 .../api/Apache.Ignite.Core.Events.EventBase.html   |  1100 +-
 .../api/Apache.Ignite.Core.Events.EventType.html   |  2974 +-
 .../api/Apache.Ignite.Core.Events.IEvent.html      |   622 +-
 .../Apache.Ignite.Core.Events.IEventFilter-1.html  |   360 +-
 ...Apache.Ignite.Core.Events.IEventListener-1.html |   360 +-
 ...Apache.Ignite.Core.Events.IEventStorageSpi.html |   246 +-
 .../api/Apache.Ignite.Core.Events.IEvents.html     |  2606 +-
 .../api/Apache.Ignite.Core.Events.JobEvent.html    |   718 +-
 ...he.Ignite.Core.Events.LocalEventListener-1.html |   392 +-
 ...ache.Ignite.Core.Events.LocalEventListener.html |   376 +-
 ...e.Ignite.Core.Events.MemoryEventStorageSpi.html |   528 +-
 ...che.Ignite.Core.Events.NoopEventStorageSpi.html |   320 +-
 .../api/Apache.Ignite.Core.Events.TaskEvent.html   |   672 +-
 .../dotnetdoc/api/Apache.Ignite.Core.Events.html   |   318 +-
 .../api/Apache.Ignite.Core.IDataRegionMetrics.html |   940 +-
 .../Apache.Ignite.Core.IDataStorageMetrics.html    |   802 +-
 .../dotnetdoc/api/Apache.Ignite.Core.IIgnite.html  |  3452 +-
 .../Apache.Ignite.Core.IgniteConfiguration.html    |  4294 +-
 ...che.Ignite.Core.IgniteConfigurationSection.html |   742 +-
 .../dotnetdoc/api/Apache.Ignite.Core.Ignition.html |  1666 +-
 ...Apache.Ignite.Core.Interop.IPlatformTarget.html |  1260 +-
 .../api/Apache.Ignite.Core.Interop.JavaObject.html |   522 +-
 .../dotnetdoc/api/Apache.Ignite.Core.Interop.html  |   250 +-
 ...te.Core.Lifecycle.ClientReconnectEventArgs.html |   416 +-
 ...he.Ignite.Core.Lifecycle.ILifecycleHandler.html |   300 +-
 ...e.Ignite.Core.Lifecycle.LifecycleEventType.html |   302 +-
 .../api/Apache.Ignite.Core.Lifecycle.html          |   258 +-
 .../api/Apache.Ignite.Core.Log.CategoryLogger.html |   730 +-
 .../api/Apache.Ignite.Core.Log.ILogger.html        |   592 +-
 .../api/Apache.Ignite.Core.Log.LogLevel.html       |   310 +-
 .../Apache.Ignite.Core.Log.LoggerExtensions.html   |  2118 +-
 .../dotnetdoc/api/Apache.Ignite.Core.Log.html      |   262 +-
 ...e.Ignite.Core.Messaging.IMessageListener-1.html |   370 +-
 .../Apache.Ignite.Core.Messaging.IMessaging.html   |  1040 +-
 .../api/Apache.Ignite.Core.Messaging.html          |   246 +-
 ....Core.PersistentStore.CheckpointWriteOrder.html |   286 +-
 ...re.PersistentStore.IPersistentStoreMetrics.html |   802 +-
 ...rsistentStore.PersistentStoreConfiguration.html |  2002 +-
 ...Apache.Ignite.Core.PersistentStore.WalMode.html |   302 +-
 .../api/Apache.Ignite.Core.PersistentStore.html    |   262 +-
 ...ore.Plugin.Cache.ICachePluginConfiguration.html |   350 +-
 .../api/Apache.Ignite.Core.Plugin.Cache.html       |   242 +-
 ...he.Ignite.Core.Plugin.IPluginConfiguration.html |   350 +-
 ...Apache.Ignite.Core.Plugin.IPluginContext-1.html |   672 +-
 ...pache.Ignite.Core.Plugin.IPluginProvider-1.html |   618 +-
 .../Apache.Ignite.Core.Plugin.PluginCallback.html  |   320 +-
 ...Ignite.Core.Plugin.PluginNotFoundException.html |   586 +-
 ...te.Core.Plugin.PluginProviderTypeAttribute.html |   660 +-
 .../dotnetdoc/api/Apache.Ignite.Core.Plugin.html   |   270 +-
 ...te.Core.Resource.InstanceResourceAttribute.html |   556 +-
 ...ore.Resource.StoreSessionResourceAttribute.html |   556 +-
 .../dotnetdoc/api/Apache.Ignite.Core.Resource.html |   246 +-
 .../api/Apache.Ignite.Core.Services.IService.html  |   400 +-
 ...pache.Ignite.Core.Services.IServiceContext.html |   480 +-
 ...he.Ignite.Core.Services.IServiceDescriptor.html |   618 +-
 .../api/Apache.Ignite.Core.Services.IServices.html |  2250 +-
 ....Ignite.Core.Services.ServiceConfiguration.html |   650 +-
 ...e.Core.Services.ServiceDeploymentException.html |   886 +-
 ...e.Core.Services.ServiceInvocationException.html |   760 +-
 .../dotnetdoc/api/Apache.Ignite.Core.Services.html |   270 +-
 .../Apache.Ignite.Core.Ssl.ISslContextFactory.html |   246 +-
 .../Apache.Ignite.Core.Ssl.SslContextFactory.html  |   988 +-
 .../dotnetdoc/api/Apache.Ignite.Core.Ssl.html      |   250 +-
 ...ache.Ignite.Core.Transactions.ITransaction.html |  1144 +-
 ...nite.Core.Transactions.ITransactionMetrics.html |   434 +-
 ...che.Ignite.Core.Transactions.ITransactions.html |   746 +-
 ...e.Core.Transactions.TransactionConcurrency.html |   286 +-
 ...Core.Transactions.TransactionConfiguration.html |   782 +-
 ....Transactions.TransactionDeadlockException.html |   588 +-
 ...Transactions.TransactionHeuristicException.html |   588 +-
 ...ite.Core.Transactions.TransactionIsolation.html |   294 +-
 ...ransactions.TransactionOptimisticException.html |   588 +-
 ....Transactions.TransactionRollbackException.html |   588 +-
 ....Ignite.Core.Transactions.TransactionState.html |   342 +-
 ...e.Transactions.TransactionTimeoutException.html |   588 +-
 .../api/Apache.Ignite.Core.Transactions.html       |   294 +-
 .../2.5.0/dotnetdoc/api/Apache.Ignite.Core.html    |   266 +-
 ...pache.Ignite.EntityFramework.DbCachingMode.html |   286 +-
 ...che.Ignite.EntityFramework.DbCachingPolicy.html |   654 +-
 .../Apache.Ignite.EntityFramework.DbQueryInfo.html |   446 +-
 ...he.Ignite.EntityFramework.IDbCachingPolicy.html |   580 +-
 ...nite.EntityFramework.IgniteDbConfiguration.html |   970 +-
 .../api/Apache.Ignite.EntityFramework.html         |   266 +-
 ...ache.Ignite.Linq.CacheClientLinqExtensions.html |   820 +-
 .../Apache.Ignite.Linq.CacheLinqExtensions.html    |  1304 +-
 .../api/Apache.Ignite.Linq.CompiledQuery.html      |  1696 +-
 .../Apache.Ignite.Linq.CompiledQueryFunc-1.html    |   340 +-
 .../api/Apache.Ignite.Linq.ICacheQueryable.html    |   438 +-
 .../Apache.Ignite.Linq.IUpdateDescriptor-2.html    |   528 +-
 .../api/Apache.Ignite.Linq.QueryOptions.html       |   790 +-
 .../2.5.0/dotnetdoc/api/Apache.Ignite.Linq.html    |   274 +-
 .../Apache.Ignite.Log4Net.IgniteLog4NetLogger.html |   664 +-
 .../2.5.0/dotnetdoc/api/Apache.Ignite.Log4Net.html |   242 +-
 .../api/Apache.Ignite.NLog.IgniteNLogLogger.html   |   724 +-
 .../2.5.0/dotnetdoc/api/Apache.Ignite.NLog.html    |   242 +-
 releases/2.5.0/dotnetdoc/api/index.html            |   220 +-
 releases/2.5.0/dotnetdoc/api/toc.html              |  2238 +-
 releases/2.5.0/dotnetdoc/index.html                |   250 +-
 releases/2.5.0/dotnetdoc/index.json                |  2912 +-
 releases/2.5.0/dotnetdoc/logo.svg                  |    50 +-
 releases/2.5.0/dotnetdoc/manifest.json             |  7214 +--
 releases/2.5.0/dotnetdoc/search-stopwords.json     |   242 +-
 releases/2.5.0/dotnetdoc/styles/docfx.css          |  1788 +-
 releases/2.5.0/dotnetdoc/styles/docfx.js           |  1568 +-
 releases/2.5.0/dotnetdoc/styles/docfx.vendor.css   |  2920 +-
 releases/2.5.0/dotnetdoc/styles/docfx.vendor.js    |    32 +-
 releases/2.5.0/dotnetdoc/styles/main.js            |     2 +-
 releases/2.5.0/dotnetdoc/styles/search-worker.js   |   160 +-
 releases/2.5.0/dotnetdoc/toc.html                  |   240 +-
 releases/2.5.0/dotnetdoc/xrefmap.yml               | 53390 ++++++++--------
 ...he.Ignite.AspNet.IgniteOutputCacheProvider.html |   692 +-
 ...ite.AspNet.IgniteSessionStateStoreProvider.html |  1388 +-
 .../api/Apache.Ignite.AspNet.IgniteWebUtils.html   |   342 +-
 .../2.6.0/dotnetdoc/api/Apache.Ignite.AspNet.html  |   238 +-
 ...e.Ignite.Core.Binary.BinaryBasicNameMapper.html |   522 +-
 ...che.Ignite.Core.Binary.BinaryConfiguration.html |   830 +-
 ...e.Ignite.Core.Binary.BinaryObjectException.html |   576 +-
 ...ite.Core.Binary.BinaryReflectiveSerializer.html |   528 +-
 ...Ignite.Core.Binary.BinaryTypeConfiguration.html |   836 +-
 .../Apache.Ignite.Core.Binary.BinaryTypeNames.html |  1704 +-
 .../Apache.Ignite.Core.Binary.IBinarizable.html    |   398 +-
 .../api/Apache.Ignite.Core.Binary.IBinary.html     |  1404 +-
 .../Apache.Ignite.Core.Binary.IBinaryIdMapper.html |   408 +-
 ...pache.Ignite.Core.Binary.IBinaryNameMapper.html |   398 +-
 .../Apache.Ignite.Core.Binary.IBinaryObject.html   |   692 +-
 ...he.Ignite.Core.Binary.IBinaryObjectBuilder.html |  3294 +-
 ...Apache.Ignite.Core.Binary.IBinaryRawReader.html |  1908 +-
 ...Apache.Ignite.Core.Binary.IBinaryRawWriter.html |  1858 +-
 .../Apache.Ignite.Core.Binary.IBinaryReader.html   |  2994 +-
 ...pache.Ignite.Core.Binary.IBinarySerializer.html |   358 +-
 .../api/Apache.Ignite.Core.Binary.IBinaryType.html |   598 +-
 .../Apache.Ignite.Core.Binary.IBinaryWriter.html   |  2204 +-
 ...ache.Ignite.Core.Binary.TimestampAttribute.html |   544 +-
 .../dotnetdoc/api/Apache.Ignite.Core.Binary.html   |   306 +-
 ...e.Core.Cache.Affinity.AffinityFunctionBase.html |   668 +-
 ...ore.Cache.Affinity.AffinityFunctionContext.html |   564 +-
 ...che.Ignite.Core.Cache.Affinity.AffinityKey.html |   986 +-
 ....Cache.Affinity.AffinityKeyMappedAttribute.html |   628 +-
 ...ore.Cache.Affinity.AffinityTopologyVersion.html |   886 +-
 ...nite.Core.Cache.Affinity.IAffinityFunction.html |   498 +-
 ...nity.Rendezvous.RendezvousAffinityFunction.html |   346 +-
 ...ache.Ignite.Core.Cache.Affinity.Rendezvous.html |   230 +-
 .../api/Apache.Ignite.Core.Cache.Affinity.html     |   258 +-
 ...re.Cache.CacheAtomicUpdateTimeoutException.html |   578 +-
 ...te.Core.Cache.CacheEntryProcessorException.html |   626 +-
 .../Apache.Ignite.Core.Cache.CacheException.html   |   582 +-
 ...ite.Core.Cache.CachePartialUpdateException.html |   776 +-
 .../Apache.Ignite.Core.Cache.CachePeekMode.html    |   306 +-
 .../Apache.Ignite.Core.Cache.CacheResult-1.html    |   862 +-
 ...ore.Cache.Configuration.CacheAtomicityMode.html |   274 +-
 ...ore.Cache.Configuration.CacheConfiguration.html |  4424 +-
 ....Cache.Configuration.CacheKeyConfiguration.html |   458 +-
 ....Ignite.Core.Cache.Configuration.CacheMode.html |   282 +-
 ...ore.Cache.Configuration.CacheRebalanceMode.html |   282 +-
 ...onfiguration.CacheWriteSynchronizationMode.html |   282 +-
 ...e.Cache.Configuration.DataPageEvictionMode.html |   282 +-
 ...re.Cache.Configuration.MemoryConfiguration.html |   822 +-
 ...he.Configuration.MemoryPolicyConfiguration.html |  1044 +-
 ...Cache.Configuration.NearCacheConfiguration.html |   456 +-
 ...re.Cache.Configuration.PartitionLossPolicy.html |   298 +-
 ...Ignite.Core.Cache.Configuration.QueryAlias.html |   468 +-
 ...gnite.Core.Cache.Configuration.QueryEntity.html |   886 +-
 ...Ignite.Core.Cache.Configuration.QueryField.html |   712 +-
 ...Ignite.Core.Cache.Configuration.QueryIndex.html |   778 +-
 ...e.Core.Cache.Configuration.QueryIndexField.html |   518 +-
 ...te.Core.Cache.Configuration.QueryIndexType.html |   282 +-
 ...Cache.Configuration.QuerySqlFieldAttribute.html |   890 +-
 ...ache.Configuration.QueryTextFieldAttribute.html |   594 +-
 .../Apache.Ignite.Core.Cache.Configuration.html    |   306 +-
 ...gnite.Core.Cache.Event.CacheEntryEventType.html |   282 +-
 ...Ignite.Core.Cache.Event.ICacheEntryEvent-2.html |   478 +-
 ....Core.Cache.Event.ICacheEntryEventFilter-2.html |   356 +-
 ...ore.Cache.Event.ICacheEntryEventListener-2.html |   326 +-
 .../api/Apache.Ignite.Core.Cache.Event.html        |   246 +-
 ...ite.Core.Cache.Eviction.EvictionPolicyBase.html |   590 +-
 ...ite.Core.Cache.Eviction.FifoEvictionPolicy.html |   346 +-
 ...Ignite.Core.Cache.Eviction.IEvictionPolicy.html |   234 +-
 ...nite.Core.Cache.Eviction.LruEvictionPolicy.html |   346 +-
 .../api/Apache.Ignite.Core.Cache.Eviction.html     |   246 +-
 ...ache.Ignite.Core.Cache.Expiry.ExpiryPolicy.html |   524 +-
 ...che.Ignite.Core.Cache.Expiry.IExpiryPolicy.html |   376 +-
 .../api/Apache.Ignite.Core.Cache.Expiry.html       |   238 +-
 .../api/Apache.Ignite.Core.Cache.ICache-2.html     |  6936 +--
 .../Apache.Ignite.Core.Cache.ICacheAffinity.html   |  1686 +-
 .../Apache.Ignite.Core.Cache.ICacheEntry-2.html    |   368 +-
 ...ache.Ignite.Core.Cache.ICacheEntryFilter-2.html |   356 +-
 ...e.Ignite.Core.Cache.ICacheEntryProcessor-4.html |   382 +-
 ...te.Core.Cache.ICacheEntryProcessorResult-2.html |   368 +-
 .../api/Apache.Ignite.Core.Cache.ICacheLock.html   |   408 +-
 .../Apache.Ignite.Core.Cache.ICacheMetrics.html    |  3596 +-
 .../Apache.Ignite.Core.Cache.IMemoryMetrics.html   |   514 +-
 ...che.Ignite.Core.Cache.IMutableCacheEntry-2.html |   406 +-
 ...e.Cache.Query.Continuous.ContinuousQuery-2.html |   874 +-
 ...ore.Cache.Query.Continuous.ContinuousQuery.html |   450 +-
 ...Query.Continuous.ContinuousQueryExtensions.html |   414 +-
 ....Query.Continuous.IContinuousQueryHandle-1.html |   326 +-
 ...he.Query.Continuous.IContinuousQueryHandle.html |   246 +-
 .../Apache.Ignite.Core.Cache.Query.Continuous.html |   250 +-
 ...Ignite.Core.Cache.Query.IFieldsQueryCursor.html |   308 +-
 ...che.Ignite.Core.Cache.Query.IQueryCursor-1.html |   332 +-
 .../Apache.Ignite.Core.Cache.Query.QueryBase.html  |   462 +-
 ...Apache.Ignite.Core.Cache.Query.ScanQuery-2.html |   500 +-
 ...che.Ignite.Core.Cache.Query.SqlFieldsQuery.html |  1032 +-
 .../Apache.Ignite.Core.Cache.Query.SqlQuery.html   |   944 +-
 .../Apache.Ignite.Core.Cache.Query.TextQuery.html  |   672 +-
 .../api/Apache.Ignite.Core.Cache.Query.html        |   258 +-
 ...ache.Store.CacheParallelLoadStoreAdapter-3.html |  1086 +-
 ...gnite.Core.Cache.Store.CacheStoreAdapter-2.html |   838 +-
 ...gnite.Core.Cache.Store.CacheStoreException.html |   578 +-
 ...ache.Ignite.Core.Cache.Store.ICacheStore-2.html |   996 +-
 ...Apache.Ignite.Core.Cache.Store.ICacheStore.html |   234 +-
 ...Ignite.Core.Cache.Store.ICacheStoreSession.html |   330 +-
 .../api/Apache.Ignite.Core.Cache.Store.html        |   254 +-
 .../dotnetdoc/api/Apache.Ignite.Core.Cache.html    |   302 +-
 ...Core.Client.Cache.CacheClientConfiguration.html |  2026 +-
 ...he.Ignite.Core.Client.Cache.ICacheClient-2.html |  4256 +-
 .../api/Apache.Ignite.Core.Client.Cache.html       |   238 +-
 ...Apache.Ignite.Core.Client.ClientStatusCode.html |   322 +-
 .../Apache.Ignite.Core.Client.IIgniteClient.html   |  1028 +-
 ...pache.Ignite.Core.Client.ISslStreamFactory.html |   328 +-
 ...nite.Core.Client.IgniteClientConfiguration.html |  1276 +-
 ...re.Client.IgniteClientConfigurationSection.html |   730 +-
 ...e.Ignite.Core.Client.IgniteClientException.html |   802 +-
 ...Apache.Ignite.Core.Client.SslStreamFactory.html |   704 +-
 .../dotnetdoc/api/Apache.Ignite.Core.Client.html   |   262 +-
 ...te.Core.Cluster.ClusterGroupEmptyException.html |   576 +-
 ...nite.Core.Cluster.ClusterTopologyException.html |   576 +-
 .../Apache.Ignite.Core.Cluster.IBaselineNode.html  |   330 +-
 .../api/Apache.Ignite.Core.Cluster.ICluster.html   |  1216 +-
 .../Apache.Ignite.Core.Cluster.IClusterGroup.html  |  1822 +-
 ...Apache.Ignite.Core.Cluster.IClusterMetrics.html |  2814 +-
 .../Apache.Ignite.Core.Cluster.IClusterNode.html   |   904 +-
 ...che.Ignite.Core.Cluster.IClusterNodeFilter.html |   318 +-
 .../dotnetdoc/api/Apache.Ignite.Core.Cluster.html  |   262 +-
 ...te.Core.Common.ClientDisconnectedException.html |   636 +-
 ...Apache.Ignite.Core.Common.ExceptionFactory.html |   328 +-
 .../api/Apache.Ignite.Core.Common.IFactory-1.html  |   314 +-
 .../Apache.Ignite.Core.Common.IgniteException.html |   616 +-
 ...Core.Common.IgniteFutureCancelledException.html |   576 +-
 .../api/Apache.Ignite.Core.Common.IgniteGuid.html  |   886 +-
 .../Apache.Ignite.Core.Common.JavaException.html   |   884 +-
 .../dotnetdoc/api/Apache.Ignite.Core.Common.html   |   266 +-
 ...gnite.Core.Communication.ICommunicationSpi.html |   234 +-
 ...Core.Communication.Tcp.TcpCommunicationSpi.html |  1690 +-
 .../api/Apache.Ignite.Core.Communication.Tcp.html  |   230 +-
 .../api/Apache.Ignite.Core.Communication.html      |   230 +-
 ....Compute.ComputeExecutionRejectedException.html |   576 +-
 ...he.Ignite.Core.Compute.ComputeJobAdapter-1.html |   680 +-
 ...e.Core.Compute.ComputeJobFailoverException.html |   576 +-
 ...Ignite.Core.Compute.ComputeJobResultPolicy.html |   282 +-
 ...e.Ignite.Core.Compute.ComputeTaskAdapter-3.html |   620 +-
 ...Core.Compute.ComputeTaskCancelledException.html |   576 +-
 ....Compute.ComputeTaskNoResultCacheAttribute.html |   544 +-
 ...ite.Core.Compute.ComputeTaskSplitAdapter-3.html |   592 +-
 ...e.Core.Compute.ComputeTaskTimeoutException.html |   576 +-
 ...ore.Compute.ComputeUserUndeclaredException.html |   576 +-
 .../api/Apache.Ignite.Core.Compute.ICompute.html   |  6778 +-
 .../Apache.Ignite.Core.Compute.IComputeAction.html |   254 +-
 .../Apache.Ignite.Core.Compute.IComputeFunc-1.html |   314 +-
 .../Apache.Ignite.Core.Compute.IComputeFunc-2.html |   356 +-
 .../Apache.Ignite.Core.Compute.IComputeJob-1.html  |   330 +-
 ...he.Ignite.Core.Compute.IComputeJobResult-1.html |   498 +-
 ...ache.Ignite.Core.Compute.IComputeReducer-2.html |   402 +-
 .../Apache.Ignite.Core.Compute.IComputeTask-2.html |   296 +-
 .../Apache.Ignite.Core.Compute.IComputeTask-3.html |   544 +-
 .../dotnetdoc/api/Apache.Ignite.Core.Compute.html  |   310 +-
 ...te.Core.Configuration.CheckpointWriteOrder.html |   274 +-
 ...Configuration.ClientConnectorConfiguration.html |  1312 +-
 ...te.Core.Configuration.DataPageEvictionMode.html |   282 +-
 ...Core.Configuration.DataRegionConfiguration.html |  1180 +-
 ...ore.Configuration.DataStorageConfiguration.html |  2664 +-
 ...re.Configuration.SqlConnectorConfiguration.html |   952 +-
 .../Apache.Ignite.Core.Configuration.WalMode.html  |   298 +-
 .../api/Apache.Ignite.Core.Configuration.html      |   258 +-
 ...ructures.Configuration.AtomicConfiguration.html |   590 +-
 ...e.Ignite.Core.DataStructures.Configuration.html |   230 +-
 ...che.Ignite.Core.DataStructures.IAtomicLong.html |   738 +-
 ...ite.Core.DataStructures.IAtomicReference-1.html |   566 +-
 ...Ignite.Core.DataStructures.IAtomicSequence.html |   568 +-
 .../api/Apache.Ignite.Core.DataStructures.html     |   238 +-
 ...gnite.Core.Datastream.DataStreamerDefaults.html |   428 +-
 ...che.Ignite.Core.Datastream.IDataStreamer-2.html |  1202 +-
 ...e.Ignite.Core.Datastream.IStreamReceiver-2.html |   336 +-
 ...Ignite.Core.Datastream.StreamTransformer-4.html |   480 +-
 ...che.Ignite.Core.Datastream.StreamVisitor-2.html |   464 +-
 .../api/Apache.Ignite.Core.Datastream.html         |   250 +-
 ...te.Core.Deployment.PeerAssemblyLoadingMode.html |   274 +-
 .../api/Apache.Ignite.Core.Deployment.html         |   230 +-
 ...Apache.Ignite.Core.Discovery.IDiscoverySpi.html |   234 +-
 ...e.Core.Discovery.Tcp.ITcpDiscoveryIpFinder.html |   234 +-
 ...cp.Multicast.TcpDiscoveryMulticastIpFinder.html |   860 +-
 ...Apache.Ignite.Core.Discovery.Tcp.Multicast.html |   230 +-
 ...very.Tcp.Static.TcpDiscoveryStaticIpFinder.html |   444 +-
 .../Apache.Ignite.Core.Discovery.Tcp.Static.html   |   230 +-
 ...ore.Discovery.Tcp.TcpDiscoveryIpFinderBase.html |   472 +-
 ....Ignite.Core.Discovery.Tcp.TcpDiscoverySpi.html |  1556 +-
 .../api/Apache.Ignite.Core.Discovery.Tcp.html      |   242 +-
 .../api/Apache.Ignite.Core.Discovery.html          |   230 +-
 .../api/Apache.Ignite.Core.Events.CacheEvent.html  |  1028 +-
 ...Ignite.Core.Events.CacheQueryExecutedEvent.html |   706 +-
 ...che.Ignite.Core.Events.CacheQueryReadEvent.html |   890 +-
 ...e.Ignite.Core.Events.CacheRebalancingEvent.html |   706 +-
 .../Apache.Ignite.Core.Events.CheckpointEvent.html |   476 +-
 .../Apache.Ignite.Core.Events.DiscoveryEvent.html  |   568 +-
 .../api/Apache.Ignite.Core.Events.EventBase.html   |  1088 +-
 .../api/Apache.Ignite.Core.Events.EventType.html   |  2962 +-
 .../api/Apache.Ignite.Core.Events.IEvent.html      |   610 +-
 .../Apache.Ignite.Core.Events.IEventFilter-1.html  |   348 +-
 ...Apache.Ignite.Core.Events.IEventListener-1.html |   348 +-
 ...Apache.Ignite.Core.Events.IEventStorageSpi.html |   234 +-
 .../api/Apache.Ignite.Core.Events.IEvents.html     |  2594 +-
 .../api/Apache.Ignite.Core.Events.JobEvent.html    |   706 +-
 ...he.Ignite.Core.Events.LocalEventListener-1.html |   380 +-
 ...ache.Ignite.Core.Events.LocalEventListener.html |   364 +-
 ...e.Ignite.Core.Events.MemoryEventStorageSpi.html |   516 +-
 ...che.Ignite.Core.Events.NoopEventStorageSpi.html |   308 +-
 .../api/Apache.Ignite.Core.Events.TaskEvent.html   |   660 +-
 .../dotnetdoc/api/Apache.Ignite.Core.Events.html   |   306 +-
 .../api/Apache.Ignite.Core.IDataRegionMetrics.html |   928 +-
 .../Apache.Ignite.Core.IDataStorageMetrics.html    |   790 +-
 .../dotnetdoc/api/Apache.Ignite.Core.IIgnite.html  |  3440 +-
 .../Apache.Ignite.Core.IgniteConfiguration.html    |  4282 +-
 ...che.Ignite.Core.IgniteConfigurationSection.html |   730 +-
 .../dotnetdoc/api/Apache.Ignite.Core.Ignition.html |  1654 +-
 ...Apache.Ignite.Core.Interop.IPlatformTarget.html |  1248 +-
 .../api/Apache.Ignite.Core.Interop.JavaObject.html |   510 +-
 .../dotnetdoc/api/Apache.Ignite.Core.Interop.html  |   238 +-
 ...te.Core.Lifecycle.ClientReconnectEventArgs.html |   404 +-
 ...he.Ignite.Core.Lifecycle.ILifecycleHandler.html |   288 +-
 ...e.Ignite.Core.Lifecycle.LifecycleEventType.html |   290 +-
 .../api/Apache.Ignite.Core.Lifecycle.html          |   246 +-
 .../api/Apache.Ignite.Core.Log.CategoryLogger.html |   718 +-
 .../api/Apache.Ignite.Core.Log.ILogger.html        |   580 +-
 .../api/Apache.Ignite.Core.Log.LogLevel.html       |   298 +-
 .../Apache.Ignite.Core.Log.LoggerExtensions.html   |  2106 +-
 .../dotnetdoc/api/Apache.Ignite.Core.Log.html      |   250 +-
 ...e.Ignite.Core.Messaging.IMessageListener-1.html |   358 +-
 .../Apache.Ignite.Core.Messaging.IMessaging.html   |  1028 +-
 .../api/Apache.Ignite.Core.Messaging.html          |   234 +-
 ....Core.PersistentStore.CheckpointWriteOrder.html |   274 +-
 ...re.PersistentStore.IPersistentStoreMetrics.html |   790 +-
 ...rsistentStore.PersistentStoreConfiguration.html |  1990 +-
 ...Apache.Ignite.Core.PersistentStore.WalMode.html |   290 +-
 .../api/Apache.Ignite.Core.PersistentStore.html    |   250 +-
 ...ore.Plugin.Cache.ICachePluginConfiguration.html |   338 +-
 .../api/Apache.Ignite.Core.Plugin.Cache.html       |   230 +-
 ...he.Ignite.Core.Plugin.IPluginConfiguration.html |   338 +-
 ...Apache.Ignite.Core.Plugin.IPluginContext-1.html |   660 +-
 ...pache.Ignite.Core.Plugin.IPluginProvider-1.html |   606 +-
 .../Apache.Ignite.Core.Plugin.PluginCallback.html  |   308 +-
 ...Ignite.Core.Plugin.PluginNotFoundException.html |   574 +-
 ...te.Core.Plugin.PluginProviderTypeAttribute.html |   648 +-
 .../dotnetdoc/api/Apache.Ignite.Core.Plugin.html   |   258 +-
 ...te.Core.Resource.InstanceResourceAttribute.html |   544 +-
 ...ore.Resource.StoreSessionResourceAttribute.html |   544 +-
 .../dotnetdoc/api/Apache.Ignite.Core.Resource.html |   234 +-
 .../api/Apache.Ignite.Core.Services.IService.html  |   388 +-
 ...pache.Ignite.Core.Services.IServiceContext.html |   468 +-
 ...he.Ignite.Core.Services.IServiceDescriptor.html |   606 +-
 .../api/Apache.Ignite.Core.Services.IServices.html |  2238 +-
 ....Ignite.Core.Services.ServiceConfiguration.html |   638 +-
 ...e.Core.Services.ServiceDeploymentException.html |   874 +-
 ...e.Core.Services.ServiceInvocationException.html |   748 +-
 .../dotnetdoc/api/Apache.Ignite.Core.Services.html |   258 +-
 .../Apache.Ignite.Core.Ssl.ISslContextFactory.html |   234 +-
 .../Apache.Ignite.Core.Ssl.SslContextFactory.html  |   976 +-
 .../dotnetdoc/api/Apache.Ignite.Core.Ssl.html      |   238 +-
 ...ache.Ignite.Core.Transactions.ITransaction.html |  1132 +-
 ...nite.Core.Transactions.ITransactionMetrics.html |   422 +-
 ...che.Ignite.Core.Transactions.ITransactions.html |   734 +-
 ...e.Core.Transactions.TransactionConcurrency.html |   274 +-
 ...Core.Transactions.TransactionConfiguration.html |   770 +-
 ....Transactions.TransactionDeadlockException.html |   576 +-
 ...Transactions.TransactionHeuristicException.html |   576 +-
 ...ite.Core.Transactions.TransactionIsolation.html |   282 +-
 ...ransactions.TransactionOptimisticException.html |   576 +-
 ....Transactions.TransactionRollbackException.html |   576 +-
 ....Ignite.Core.Transactions.TransactionState.html |   330 +-
 ...e.Transactions.TransactionTimeoutException.html |   576 +-
 .../api/Apache.Ignite.Core.Transactions.html       |   282 +-
 .../2.6.0/dotnetdoc/api/Apache.Ignite.Core.html    |   254 +-
 ...pache.Ignite.EntityFramework.DbCachingMode.html |   274 +-
 ...che.Ignite.EntityFramework.DbCachingPolicy.html |   642 +-
 .../Apache.Ignite.EntityFramework.DbQueryInfo.html |   434 +-
 ...he.Ignite.EntityFramework.IDbCachingPolicy.html |   568 +-
 ...nite.EntityFramework.IgniteDbConfiguration.html |   958 +-
 .../api/Apache.Ignite.EntityFramework.html         |   254 +-
 ...ache.Ignite.Linq.CacheClientLinqExtensions.html |   808 +-
 .../Apache.Ignite.Linq.CacheLinqExtensions.html    |  1292 +-
 .../api/Apache.Ignite.Linq.CompiledQuery.html      |  1684 +-
 .../Apache.Ignite.Linq.CompiledQueryFunc-1.html    |   328 +-
 .../api/Apache.Ignite.Linq.ICacheQueryable.html    |   426 +-
 .../Apache.Ignite.Linq.IUpdateDescriptor-2.html    |   516 +-
 .../api/Apache.Ignite.Linq.QueryOptions.html       |   778 +-
 .../2.6.0/dotnetdoc/api/Apache.Ignite.Linq.html    |   262 +-
 .../Apache.Ignite.Log4Net.IgniteLog4NetLogger.html |   652 +-
 .../2.6.0/dotnetdoc/api/Apache.Ignite.Log4Net.html |   230 +-
 .../api/Apache.Ignite.NLog.IgniteNLogLogger.html   |   712 +-
 .../2.6.0/dotnetdoc/api/Apache.Ignite.NLog.html    |   230 +-
 releases/2.6.0/dotnetdoc/api/index.html            |   208 +-
 releases/2.6.0/dotnetdoc/api/toc.html              |  2226 +-
 releases/2.6.0/dotnetdoc/index.html                |   250 +-
 releases/2.6.0/dotnetdoc/index.json                |  2912 +-
 releases/2.6.0/dotnetdoc/logo.svg                  |    50 +-
 releases/2.6.0/dotnetdoc/manifest.json             |  7214 +--
 releases/2.6.0/dotnetdoc/search-stopwords.json     |   242 +-
 releases/2.6.0/dotnetdoc/styles/docfx.css          |  1788 +-
 releases/2.6.0/dotnetdoc/styles/docfx.js           |  1568 +-
 releases/2.6.0/dotnetdoc/styles/docfx.vendor.css   |  2920 +-
 releases/2.6.0/dotnetdoc/styles/docfx.vendor.js    |    32 +-
 releases/2.6.0/dotnetdoc/styles/main.js            |     2 +-
 releases/2.6.0/dotnetdoc/styles/search-worker.js   |   160 +-
 releases/2.6.0/dotnetdoc/toc.html                  |   228 +-
 releases/2.6.0/dotnetdoc/xrefmap.yml               | 53390 ++++++++--------
 ...he.Ignite.AspNet.IgniteOutputCacheProvider.html |   450 +-
 ...ite.AspNet.IgniteSessionStateStoreProvider.html |   740 +-
 .../api/Apache.Ignite.AspNet.IgniteWebUtils.html   |   282 +-
 .../2.7.0/dotnetdoc/api/Apache.Ignite.AspNet.html  |   182 +-
 ...e.Ignite.Core.Binary.BinaryBasicNameMapper.html |   438 +-
 ...che.Ignite.Core.Binary.BinaryConfiguration.html |   614 +-
 ...e.Ignite.Core.Binary.BinaryObjectException.html |   412 +-
 ...ite.Core.Binary.BinaryReflectiveSerializer.html |   388 +-
 ...Ignite.Core.Binary.BinaryTypeConfiguration.html |   596 +-
 .../Apache.Ignite.Core.Binary.BinaryTypeNames.html |  1272 +-
 .../Apache.Ignite.Core.Binary.IBinarizable.html    |   278 +-
 .../api/Apache.Ignite.Core.Binary.IBinary.html     |   874 +-
 .../Apache.Ignite.Core.Binary.IBinaryIdMapper.html |   278 +-
 ...pache.Ignite.Core.Binary.IBinaryNameMapper.html |   278 +-
 .../Apache.Ignite.Core.Binary.IBinaryObject.html   |   452 +-
 ...he.Ignite.Core.Binary.IBinaryObjectBuilder.html |  1770 +-
 ...Apache.Ignite.Core.Binary.IBinaryRawReader.html |  1058 +-
 ...Apache.Ignite.Core.Binary.IBinaryRawWriter.html |  1090 +-
 .../Apache.Ignite.Core.Binary.IBinaryReader.html   |  1776 +-
 ...pache.Ignite.Core.Binary.IBinarySerializer.html |   242 +-
 .../api/Apache.Ignite.Core.Binary.IBinaryType.html |   394 +-
 .../Apache.Ignite.Core.Binary.IBinaryWriter.html   |  1112 +-
 ...ache.Ignite.Core.Binary.TimestampAttribute.html |   484 +-
 .../dotnetdoc/api/Apache.Ignite.Core.Binary.html   |   182 +-
 ...e.Core.Cache.Affinity.AffinityFunctionBase.html |   478 +-
 ...ore.Cache.Affinity.AffinityFunctionContext.html |   432 +-
 ...che.Ignite.Core.Cache.Affinity.AffinityKey.html |   620 +-
 ....Cache.Affinity.AffinityKeyMappedAttribute.html |   556 +-
 ...ore.Cache.Affinity.AffinityTopologyVersion.html |   568 +-
 ...nite.Core.Cache.Affinity.IAffinityFunction.html |   342 +-
 ...nity.Rendezvous.RendezvousAffinityFunction.html |   286 +-
 ...ache.Ignite.Core.Cache.Affinity.Rendezvous.html |   182 +-
 .../api/Apache.Ignite.Core.Cache.Affinity.html     |   182 +-
 ...te.Core.Cache.CacheEntryProcessorException.html |   438 +-
 .../Apache.Ignite.Core.Cache.CacheException.html   |   416 +-
 ...ite.Core.Cache.CachePartialUpdateException.html |   532 +-
 .../Apache.Ignite.Core.Cache.CachePeekMode.html    |   194 +-
 .../Apache.Ignite.Core.Cache.CacheResult-1.html    |   566 +-
 ...ore.Cache.Configuration.CacheAtomicityMode.html |   206 +-
 ...ore.Cache.Configuration.CacheConfiguration.html |  3250 +-
 ....Cache.Configuration.CacheKeyConfiguration.html |   362 +-
 ....Ignite.Core.Cache.Configuration.CacheMode.html |   206 +-
 ...ore.Cache.Configuration.CacheRebalanceMode.html |   206 +-
 ...onfiguration.CacheWriteSynchronizationMode.html |   206 +-
 ...e.Cache.Configuration.DataPageEvictionMode.html |   194 +-
 ...re.Cache.Configuration.MemoryConfiguration.html |   606 +-
 ...he.Configuration.MemoryPolicyConfiguration.html |   780 +-
 ...Cache.Configuration.NearCacheConfiguration.html |   360 +-
 ...re.Cache.Configuration.PartitionLossPolicy.html |   206 +-
 ...Ignite.Core.Cache.Configuration.QueryAlias.html |   350 +-
 ...gnite.Core.Cache.Configuration.QueryEntity.html |   648 +-
 ...Ignite.Core.Cache.Configuration.QueryField.html |   580 +-
 ...Ignite.Core.Cache.Configuration.QueryIndex.html |   532 +-
 ...e.Core.Cache.Configuration.QueryIndexField.html |   376 +-
 ...te.Core.Cache.Configuration.QueryIndexType.html |   206 +-
 ...Cache.Configuration.QuerySqlFieldAttribute.html |   802 +-
 ...ache.Configuration.QueryTextFieldAttribute.html |   522 +-
 .../Apache.Ignite.Core.Cache.Configuration.html    |   182 +-
 ...gnite.Core.Cache.Event.CacheEntryEventType.html |   206 +-
 ...Ignite.Core.Cache.Event.ICacheEntryEvent-2.html |   382 +-
 ....Core.Cache.Event.ICacheEntryEventFilter-2.html |   284 +-
 ...ore.Cache.Event.ICacheEntryEventListener-2.html |   254 +-
 .../api/Apache.Ignite.Core.Cache.Event.html        |   182 +-
 ...ite.Core.Cache.Eviction.EvictionPolicyBase.html |   470 +-
 ...ite.Core.Cache.Eviction.FifoEvictionPolicy.html |   298 +-
 ...Ignite.Core.Cache.Eviction.IEvictionPolicy.html |   186 +-
 ...nite.Core.Cache.Eviction.LruEvictionPolicy.html |   298 +-
 .../api/Apache.Ignite.Core.Cache.Eviction.html     |   182 +-
 ...ache.Ignite.Core.Cache.Expiry.ExpiryPolicy.html |   360 +-
 ...che.Ignite.Core.Cache.Expiry.IExpiryPolicy.html |   256 +-
 .../api/Apache.Ignite.Core.Cache.Expiry.html       |   182 +-
 .../api/Apache.Ignite.Core.Cache.ICache-2.html     |  3882 +-
 .../Apache.Ignite.Core.Cache.ICacheAffinity.html   |  1104 +-
 .../Apache.Ignite.Core.Cache.ICacheEntry-2.html    |   276 +-
 ...ache.Ignite.Core.Cache.ICacheEntryFilter-2.html |   252 +-
 ...e.Ignite.Core.Cache.ICacheEntryProcessor-4.html |   252 +-
 ...te.Core.Cache.ICacheEntryProcessorResult-2.html |   264 +-
 .../api/Apache.Ignite.Core.Cache.ICacheLock.html   |   276 +-
 .../Apache.Ignite.Core.Cache.ICacheMetrics.html    |  2104 +-
 .../Apache.Ignite.Core.Cache.IMemoryMetrics.html   |   382 +-
 ...che.Ignite.Core.Cache.IMutableCacheEntry-2.html |   302 +-
 .../Apache.Ignite.Core.Cache.IQueryMetrics.html    |   300 +-
 ...e.Cache.Query.Continuous.ContinuousQuery-2.html |   618 +-
 ...ore.Cache.Query.Continuous.ContinuousQuery.html |   354 +-
 ...Query.Continuous.ContinuousQueryExtensions.html |   334 +-
 ....Query.Continuous.IContinuousQueryHandle-1.html |   242 +-
 ...he.Query.Continuous.IContinuousQueryHandle.html |   198 +-
 .../Apache.Ignite.Core.Cache.Query.Continuous.html |   182 +-
 ...Ignite.Core.Cache.Query.IFieldsQueryCursor.html |   248 +-
 ...che.Ignite.Core.Cache.Query.IQueryCursor-1.html |   260 +-
 .../Apache.Ignite.Core.Cache.Query.QueryBase.html  |   366 +-
 ...Apache.Ignite.Core.Cache.Query.ScanQuery-2.html |   404 +-
 ...che.Ignite.Core.Cache.Query.SqlFieldsQuery.html |   714 +-
 .../Apache.Ignite.Core.Cache.Query.SqlQuery.html   |   592 +-
 .../Apache.Ignite.Core.Cache.Query.TextQuery.html  |   444 +-
 .../api/Apache.Ignite.Core.Cache.Query.html        |   182 +-
 ...ache.Store.CacheParallelLoadStoreAdapter-3.html |   718 +-
 ...gnite.Core.Cache.Store.CacheStoreAdapter-2.html |   534 +-
 ...gnite.Core.Cache.Store.CacheStoreException.html |   414 +-
 ...ache.Ignite.Core.Cache.Store.ICacheStore-2.html |   692 +-
 ...Apache.Ignite.Core.Cache.Store.ICacheStore.html |   186 +-
 ...Ignite.Core.Cache.Store.ICacheStoreSession.html |   258 +-
 .../api/Apache.Ignite.Core.Cache.Store.html        |   182 +-
 .../dotnetdoc/api/Apache.Ignite.Core.Cache.html    |   182 +-
 ...Core.Client.Cache.CacheClientConfiguration.html |  1444 +-
 ...he.Ignite.Core.Client.Cache.ICacheClient-2.html |  2402 +-
 .../api/Apache.Ignite.Core.Client.Cache.html       |   182 +-
 ...Apache.Ignite.Core.Client.ClientStatusCode.html |   206 +-
 .../Apache.Ignite.Core.Client.IIgniteClient.html   |   688 +-
 ...pache.Ignite.Core.Client.ISslStreamFactory.html |   234 +-
 ...nite.Core.Client.IgniteClientConfiguration.html |   984 +-
 ...re.Client.IgniteClientConfigurationSection.html |   590 +-
 ...e.Ignite.Core.Client.IgniteClientException.html |   536 +-
 ...Apache.Ignite.Core.Client.SslStreamFactory.html |   572 +-
 .../dotnetdoc/api/Apache.Ignite.Core.Client.html   |   182 +-
 ...te.Core.Cluster.ClusterGroupEmptyException.html |   412 +-
 ...nite.Core.Cluster.ClusterTopologyException.html |   412 +-
 .../Apache.Ignite.Core.Cluster.IBaselineNode.html  |   258 +-
 .../api/Apache.Ignite.Core.Cluster.ICluster.html   |   846 +-
 .../Apache.Ignite.Core.Cluster.IClusterGroup.html  |  1020 +-
 ...Apache.Ignite.Core.Cluster.IClusterMetrics.html |  2094 +-
 .../Apache.Ignite.Core.Cluster.IClusterNode.html   |   598 +-
 ...che.Ignite.Core.Cluster.IClusterNodeFilter.html |   234 +-
 .../dotnetdoc/api/Apache.Ignite.Core.Cluster.html  |   182 +-
 ...te.Core.Common.ClientDisconnectedException.html |   438 +-
 ...Apache.Ignite.Core.Common.ExceptionFactory.html |   226 +-
 .../api/Apache.Ignite.Core.Common.IFactory-1.html  |   242 +-
 .../Apache.Ignite.Core.Common.IgniteException.html |   452 +-
 ...Core.Common.IgniteFutureCancelledException.html |   412 +-
 .../api/Apache.Ignite.Core.Common.IgniteGuid.html  |   556 +-
 .../Apache.Ignite.Core.Common.JavaException.html   |   564 +-
 .../dotnetdoc/api/Apache.Ignite.Core.Common.html   |   182 +-
 ...gnite.Core.Communication.ICommunicationSpi.html |   186 +-
 ...Core.Communication.Tcp.TcpCommunicationSpi.html |  1270 +-
 .../api/Apache.Ignite.Core.Communication.Tcp.html  |   182 +-
 .../api/Apache.Ignite.Core.Communication.html      |   182 +-
 ....Compute.ComputeExecutionRejectedException.html |   412 +-
 ...he.Ignite.Core.Compute.ComputeJobAdapter-1.html |   476 +-
 ...e.Core.Compute.ComputeJobFailoverException.html |   412 +-
 ...Ignite.Core.Compute.ComputeJobResultPolicy.html |   206 +-
 ...e.Ignite.Core.Compute.ComputeTaskAdapter-3.html |   444 +-
 ...Core.Compute.ComputeTaskCancelledException.html |   412 +-
 ....Compute.ComputeTaskNoResultCacheAttribute.html |   484 +-
 ...ite.Core.Compute.ComputeTaskSplitAdapter-3.html |   452 +-
 ...e.Core.Compute.ComputeTaskTimeoutException.html |   412 +-
 ...ore.Compute.ComputeUserUndeclaredException.html |   412 +-
 .../api/Apache.Ignite.Core.Compute.ICompute.html   |  3482 +-
 .../Apache.Ignite.Core.Compute.IComputeAction.html |   194 +-
 .../Apache.Ignite.Core.Compute.IComputeFunc-1.html |   242 +-
 .../Apache.Ignite.Core.Compute.IComputeFunc-2.html |   272 +-
 .../Apache.Ignite.Core.Compute.IComputeJob-1.html  |   246 +-
 ...he.Ignite.Core.Compute.IComputeJobResult-1.html |   366 +-
 ...ache.Ignite.Core.Compute.IComputeReducer-2.html |   274 +-
 .../Apache.Ignite.Core.Compute.IComputeTask-2.html |   248 +-
 .../Apache.Ignite.Core.Compute.IComputeTask-3.html |   340 +-
 .../dotnetdoc/api/Apache.Ignite.Core.Compute.html  |   182 +-
 ...te.Core.Configuration.CheckpointWriteOrder.html |   206 +-
 ...Configuration.ClientConnectorConfiguration.html |   988 +-
 ...te.Core.Configuration.DataPageEvictionMode.html |   206 +-
 ...Core.Configuration.DataRegionConfiguration.html |   892 +-
 ...ore.Configuration.DataStorageConfiguration.html |  2080 +-
 ...re.Configuration.SqlConnectorConfiguration.html |   712 +-
 .../Apache.Ignite.Core.Configuration.WalMode.html  |   206 +-
 .../api/Apache.Ignite.Core.Configuration.html      |   182 +-
 ...ructures.Configuration.AtomicConfiguration.html |   458 +-
 ...e.Ignite.Core.DataStructures.Configuration.html |   182 +-
 ...che.Ignite.Core.DataStructures.IAtomicLong.html |   440 +-
 ...ite.Core.DataStructures.IAtomicReference-1.html |   364 +-
 ...Ignite.Core.DataStructures.IAtomicSequence.html |   352 +-
 .../api/Apache.Ignite.Core.DataStructures.html     |   182 +-
 ...gnite.Core.Datastream.DataStreamerDefaults.html |   376 +-
 ...che.Ignite.Core.Datastream.IDataStreamer-2.html |   834 +-
 ...e.Ignite.Core.Datastream.IStreamReceiver-2.html |   254 +-
 ...Ignite.Core.Datastream.StreamTransformer-4.html |   338 +-
 ...che.Ignite.Core.Datastream.StreamVisitor-2.html |   326 +-
 .../api/Apache.Ignite.Core.Datastream.html         |   182 +-
 ...te.Core.Deployment.PeerAssemblyLoadingMode.html |   206 +-
 .../api/Apache.Ignite.Core.Deployment.html         |   182 +-
 ...Apache.Ignite.Core.Discovery.IDiscoverySpi.html |   186 +-
 ...e.Core.Discovery.Tcp.ITcpDiscoveryIpFinder.html |   186 +-
 ...cp.Multicast.TcpDiscoveryMulticastIpFinder.html |   668 +-
 ...Apache.Ignite.Core.Discovery.Tcp.Multicast.html |   182 +-
 ...very.Tcp.Static.TcpDiscoveryStaticIpFinder.html |   360 +-
 .../Apache.Ignite.Core.Discovery.Tcp.Static.html   |   182 +-
 ...ore.Discovery.Tcp.TcpDiscoveryIpFinderBase.html |   400 +-
 ....Ignite.Core.Discovery.Tcp.TcpDiscoverySpi.html |  1172 +-
 .../api/Apache.Ignite.Core.Discovery.Tcp.html      |   182 +-
 .../api/Apache.Ignite.Core.Discovery.html          |   182 +-
 ...ache.Ignite.Core.Encryption.IEncryptionSpi.html |   186 +-
 ....Encryption.Keystore.KeystoreEncryptionSpi.html |   502 +-
 .../Apache.Ignite.Core.Encryption.Keystore.html    |   182 +-
 .../api/Apache.Ignite.Core.Encryption.html         |   182 +-
 .../api/Apache.Ignite.Core.Events.CacheEvent.html  |   812 +-
 ...Ignite.Core.Events.CacheQueryExecutedEvent.html |   574 +-
 ...che.Ignite.Core.Events.CacheQueryReadEvent.html |   710 +-
 ...e.Ignite.Core.Events.CacheRebalancingEvent.html |   574 +-
 .../Apache.Ignite.Core.Events.CheckpointEvent.html |   404 +-
 .../Apache.Ignite.Core.Events.DiscoveryEvent.html  |   472 +-
 .../api/Apache.Ignite.Core.Events.EventBase.html   |   764 +-
 .../api/Apache.Ignite.Core.Events.EventType.html   |  2194 +-
 .../api/Apache.Ignite.Core.Events.IEvent.html      |   466 +-
 .../Apache.Ignite.Core.Events.IEventFilter-1.html  |   240 +-
 ...Apache.Ignite.Core.Events.IEventListener-1.html |   240 +-
 ...Apache.Ignite.Core.Events.IEventStorageSpi.html |   186 +-
 .../api/Apache.Ignite.Core.Events.IEvents.html     |  1414 +-
 .../api/Apache.Ignite.Core.Events.JobEvent.html    |   574 +-
 ...he.Ignite.Core.Events.LocalEventListener-1.html |   320 +-
 ...ache.Ignite.Core.Events.LocalEventListener.html |   292 +-
 ...e.Ignite.Core.Events.MemoryEventStorageSpi.html |   408 +-
 ...che.Ignite.Core.Events.NoopEventStorageSpi.html |   260 +-
 .../api/Apache.Ignite.Core.Events.TaskEvent.html   |   540 +-
 .../dotnetdoc/api/Apache.Ignite.Core.Events.html   |   182 +-
 ...Apache.Ignite.Core.Failure.IFailureHandler.html |   186 +-
 ...che.Ignite.Core.Failure.NoOpFailureHandler.html |   260 +-
 ...Ignite.Core.Failure.StopNodeFailureHandler.html |   260 +-
 ....Core.Failure.StopNodeOrHaltFailureHandler.html |   340 +-
 .../dotnetdoc/api/Apache.Ignite.Core.Failure.html  |   182 +-
 .../api/Apache.Ignite.Core.IDataRegionMetrics.html |   700 +-
 .../Apache.Ignite.Core.IDataStorageMetrics.html    |   598 +-
 .../dotnetdoc/api/Apache.Ignite.Core.IIgnite.html  |  1980 +-
 .../Apache.Ignite.Core.IgniteConfiguration.html    |  3324 +-
 ...che.Ignite.Core.IgniteConfigurationSection.html |   578 +-
 .../dotnetdoc/api/Apache.Ignite.Core.Ignition.html |  1000 +-
 ...Apache.Ignite.Core.Interop.IPlatformTarget.html |   676 +-
 .../api/Apache.Ignite.Core.Interop.JavaObject.html |   380 +-
 .../dotnetdoc/api/Apache.Ignite.Core.Interop.html  |   182 +-
 ...te.Core.Lifecycle.ClientReconnectEventArgs.html |   320 +-
 ...he.Ignite.Core.Lifecycle.ILifecycleHandler.html |   216 +-
 ...e.Ignite.Core.Lifecycle.LifecycleEventType.html |   206 +-
 .../api/Apache.Ignite.Core.Lifecycle.html          |   182 +-
 .../api/Apache.Ignite.Core.Log.CategoryLogger.html |   516 +-
 .../api/Apache.Ignite.Core.Log.ILogger.html        |   412 +-
 .../api/Apache.Ignite.Core.Log.LogLevel.html       |   194 +-
 .../Apache.Ignite.Core.Log.LoggerExtensions.html   |   916 +-
 .../dotnetdoc/api/Apache.Ignite.Core.Log.html      |   182 +-
 ...e.Ignite.Core.Messaging.IMessageListener-1.html |   264 +-
 .../Apache.Ignite.Core.Messaging.IMessaging.html   |   648 +-
 .../api/Apache.Ignite.Core.Messaging.html          |   182 +-
 ....Core.PersistentStore.CheckpointWriteOrder.html |   194 +-
 ...re.PersistentStore.IPersistentStoreMetrics.html |   586 +-
 ...rsistentStore.PersistentStoreConfiguration.html |  1474 +-
 ...Apache.Ignite.Core.PersistentStore.WalMode.html |   194 +-
 .../api/Apache.Ignite.Core.PersistentStore.html    |   182 +-
 ...ore.Plugin.Cache.ICachePluginConfiguration.html |   254 +-
 .../api/Apache.Ignite.Core.Plugin.Cache.html       |   182 +-
 ...he.Ignite.Core.Plugin.IPluginConfiguration.html |   254 +-
 ...Apache.Ignite.Core.Plugin.IPluginContext-1.html |   436 +-
 ...pache.Ignite.Core.Plugin.IPluginProvider-1.html |   402 +-
 .../Apache.Ignite.Core.Plugin.PluginCallback.html  |   226 +-
 ...Ignite.Core.Plugin.PluginNotFoundException.html |   432 +-
 ...te.Core.Plugin.PluginProviderTypeAttribute.html |   552 +-
 .../dotnetdoc/api/Apache.Ignite.Core.Plugin.html   |   182 +-
 ...te.Core.Resource.InstanceResourceAttribute.html |   484 +-
 ...ore.Resource.StoreSessionResourceAttribute.html |   484 +-
 .../dotnetdoc/api/Apache.Ignite.Core.Resource.html |   182 +-
 .../api/Apache.Ignite.Core.Services.IService.html  |   268 +-
 ...pache.Ignite.Core.Services.IServiceContext.html |   300 +-
 ...he.Ignite.Core.Services.IServiceDescriptor.html |   366 +-
 .../api/Apache.Ignite.Core.Services.IServices.html |  1290 +-
 ....Ignite.Core.Services.ServiceConfiguration.html |   482 +-
 ...e.Core.Services.ServiceDeploymentException.html |   564 +-
 ...e.Core.Services.ServiceInvocationException.html |   504 +-
 .../dotnetdoc/api/Apache.Ignite.Core.Services.html |   182 +-
 .../Apache.Ignite.Core.Ssl.ISslContextFactory.html |   186 +-
 .../Apache.Ignite.Core.Ssl.SslContextFactory.html  |   684 +-
 .../dotnetdoc/api/Apache.Ignite.Core.Ssl.html      |   182 +-
 ...ache.Ignite.Core.Transactions.ITransaction.html |   786 +-
 ...e.Core.Transactions.ITransactionCollection.html |   246 +-
 ...nite.Core.Transactions.ITransactionMetrics.html |   326 +-
 ...che.Ignite.Core.Transactions.ITransactions.html |   590 +-
 ...e.Core.Transactions.TransactionConcurrency.html |   206 +-
 ...Core.Transactions.TransactionConfiguration.html |   656 +-
 ....Transactions.TransactionDeadlockException.html |   412 +-
 ...Transactions.TransactionHeuristicException.html |   412 +-
 ...ite.Core.Transactions.TransactionIsolation.html |   206 +-
 ...ransactions.TransactionOptimisticException.html |   412 +-
 ....Transactions.TransactionRollbackException.html |   412 +-
 ....Ignite.Core.Transactions.TransactionState.html |   206 +-
 ...e.Transactions.TransactionTimeoutException.html |   412 +-
 .../api/Apache.Ignite.Core.Transactions.html       |   182 +-
 .../2.7.0/dotnetdoc/api/Apache.Ignite.Core.html    |   182 +-
 ...pache.Ignite.EntityFramework.DbCachingMode.html |   206 +-
 ...che.Ignite.EntityFramework.DbCachingPolicy.html |   452 +-
 .../Apache.Ignite.EntityFramework.DbQueryInfo.html |   350 +-
 ...he.Ignite.EntityFramework.IDbCachingPolicy.html |   378 +-
 ...nite.EntityFramework.IgniteDbConfiguration.html |   616 +-
 .../api/Apache.Ignite.EntityFramework.html         |   182 +-
 ...ache.Ignite.Linq.CacheClientLinqExtensions.html |   496 +-
 .../Apache.Ignite.Linq.CacheLinqExtensions.html    |   780 +-
 .../api/Apache.Ignite.Linq.CompiledQuery.html      |  1276 +-
 .../Apache.Ignite.Linq.CompiledQueryFunc-1.html    |   244 +-
 .../api/Apache.Ignite.Linq.ICacheQueryable.html    |   298 +-
 .../Apache.Ignite.Linq.IUpdateDescriptor-2.html    |   356 +-
 .../api/Apache.Ignite.Linq.QueryOptions.html       |   562 +-
 .../2.7.0/dotnetdoc/api/Apache.Ignite.Linq.html    |   182 +-
 .../Apache.Ignite.Log4Net.IgniteLog4NetLogger.html |   412 +-
 .../2.7.0/dotnetdoc/api/Apache.Ignite.Log4Net.html |   182 +-
 .../api/Apache.Ignite.NLog.IgniteNLogLogger.html   |   472 +-
 .../2.7.0/dotnetdoc/api/Apache.Ignite.NLog.html    |   182 +-
 releases/2.7.0/dotnetdoc/api/index.html            |   160 +-
 releases/2.7.0/dotnetdoc/api/toc.html              |  2268 +-
 releases/2.7.0/dotnetdoc/index.html                |   250 +-
 releases/2.7.0/dotnetdoc/index.json                |  3012 +-
 releases/2.7.0/dotnetdoc/logo.svg                  |    50 +-
 releases/2.7.0/dotnetdoc/manifest.json             |  7454 +--
 releases/2.7.0/dotnetdoc/search-stopwords.json     |   242 +-
 releases/2.7.0/dotnetdoc/styles/docfx.css          |  1788 +-
 releases/2.7.0/dotnetdoc/styles/docfx.js           |  1568 +-
 releases/2.7.0/dotnetdoc/styles/docfx.vendor.css   |  2920 +-
 releases/2.7.0/dotnetdoc/styles/docfx.vendor.js    |    32 +-
 releases/2.7.0/dotnetdoc/styles/main.js            |     2 +-
 releases/2.7.0/dotnetdoc/styles/search-worker.js   |   160 +-
 releases/2.7.0/dotnetdoc/toc.html                  |   192 +-
 releases/2.7.0/dotnetdoc/xrefmap.yml               | 54942 ++++++++---------
 releases/2.7.5/cppdoc/annotated.html               |     0
 releases/2.7.5/cppdoc/bc_s.png                     |   Bin
 releases/2.7.5/cppdoc/bdwn.png                     |   Bin
 releases/2.7.5/cppdoc/binary_8h.html               |     0
 releases/2.7.5/cppdoc/binary_8h_source.html        |     0
 releases/2.7.5/cppdoc/binary__consts_8h.html       |     0
 .../2.7.5/cppdoc/binary__consts_8h_source.html     |     0
 releases/2.7.5/cppdoc/binary__containers_8h.html   |     0
 .../2.7.5/cppdoc/binary__containers_8h_source.html |     0
 releases/2.7.5/cppdoc/binary__object_8h.html       |     0
 .../2.7.5/cppdoc/binary__object_8h_source.html     |     0
 releases/2.7.5/cppdoc/binary__raw__reader_8h.html  |     0
 .../cppdoc/binary__raw__reader_8h_source.html      |     0
 releases/2.7.5/cppdoc/binary__raw__writer_8h.html  |     0
 .../cppdoc/binary__raw__writer_8h_source.html      |     0
 releases/2.7.5/cppdoc/binary__reader_8h.html       |     0
 .../2.7.5/cppdoc/binary__reader_8h_source.html     |     0
 releases/2.7.5/cppdoc/binary__type_8h.html         |     0
 releases/2.7.5/cppdoc/binary__type_8h_source.html  |     0
 releases/2.7.5/cppdoc/binary__writer_8h.html       |     0
 .../2.7.5/cppdoc/binary__writer_8h_source.html     |     0
 releases/2.7.5/cppdoc/cache_8h.html                |     0
 releases/2.7.5/cppdoc/cache_8h_source.html         |     0
 releases/2.7.5/cppdoc/cache__client_8h.html        |     0
 releases/2.7.5/cppdoc/cache__client_8h_source.html |     0
 releases/2.7.5/cppdoc/cache__entry_8h.html         |     0
 releases/2.7.5/cppdoc/cache__entry_8h_source.html  |     0
 releases/2.7.5/cppdoc/cache__entry__event_8h.html  |     0
 .../cppdoc/cache__entry__event_8h_source.html      |     0
 .../cppdoc/cache__entry__event__filter_8h.html     |     0
 .../cache__entry__event__filter_8h_source.html     |     0
 .../cppdoc/cache__entry__event__listener_8h.html   |     0
 .../cache__entry__event__listener_8h_source.html   |     0
 .../2.7.5/cppdoc/cache__entry__processor_8h.html   |     0
 .../cppdoc/cache__entry__processor_8h_source.html  |     0
 releases/2.7.5/cppdoc/classes.html                 |     0
 .../classignite_1_1ConstReference-members.html     |     0
 .../cppdoc/classignite_1_1ConstReference.html      |     0
 .../2.7.5/cppdoc/classignite_1_1Date-members.html  |     0
 releases/2.7.5/cppdoc/classignite_1_1Date.html     |     0
 .../cppdoc/classignite_1_1Future-members.html      |     0
 releases/2.7.5/cppdoc/classignite_1_1Future.html   |     0
 ...lassignite_1_1Future_3_01void_01_4-members.html |     0
 .../classignite_1_1Future_3_01void_01_4.html       |     0
 .../2.7.5/cppdoc/classignite_1_1Guid-members.html  |     0
 releases/2.7.5/cppdoc/classignite_1_1Guid.html     |     0
 .../cppdoc/classignite_1_1Ignite-members.html      |     0
 releases/2.7.5/cppdoc/classignite_1_1Ignite.html   |     0
 .../classignite_1_1IgniteBinding-members.html      |     0
 .../2.7.5/cppdoc/classignite_1_1IgniteBinding.html |     0
 ...lassignite_1_1IgniteBindingContext-members.html |     0
 .../classignite_1_1IgniteBindingContext.html       |     0
 .../cppdoc/classignite_1_1IgniteError-members.html |     0
 .../2.7.5/cppdoc/classignite_1_1IgniteError.html   |     0
 .../2.7.5/cppdoc/classignite_1_1IgniteError.png    |   Bin
 .../cppdoc/classignite_1_1Ignition-members.html    |     0
 releases/2.7.5/cppdoc/classignite_1_1Ignition.html |     0
 .../cppdoc/classignite_1_1JvmOptions-members.html  |     0
 .../2.7.5/cppdoc/classignite_1_1JvmOptions.html    |     0
 .../cppdoc/classignite_1_1Reference-members.html   |     0
 .../2.7.5/cppdoc/classignite_1_1Reference.html     |     0
 .../2.7.5/cppdoc/classignite_1_1Time-members.html  |     0
 releases/2.7.5/cppdoc/classignite_1_1Time.html     |     0
 .../cppdoc/classignite_1_1Timestamp-members.html   |     0
 .../2.7.5/cppdoc/classignite_1_1Timestamp.html     |     0
 ...ite_1_1binary_1_1BinaryArrayReader-members.html |     0
 ...classignite_1_1binary_1_1BinaryArrayReader.html |     0
 ...ite_1_1binary_1_1BinaryArrayWriter-members.html |     0
 ...classignite_1_1binary_1_1BinaryArrayWriter.html |     0
 ..._1binary_1_1BinaryCollectionReader-members.html |     0
 ...ignite_1_1binary_1_1BinaryCollectionReader.html |     0
 ..._1binary_1_1BinaryCollectionWriter-members.html |     0
 ...ignite_1_1binary_1_1BinaryCollectionWriter.html |     0
 ...gnite_1_1binary_1_1BinaryMapReader-members.html |     0
 .../classignite_1_1binary_1_1BinaryMapReader.html  |     0
 ...gnite_1_1binary_1_1BinaryMapWriter-members.html |     0
 .../classignite_1_1binary_1_1BinaryMapWriter.html  |     0
 ...ssignite_1_1binary_1_1BinaryObject-members.html |     0
 .../classignite_1_1binary_1_1BinaryObject.html     |     0
 ...gnite_1_1binary_1_1BinaryRawReader-members.html |     0
 .../classignite_1_1binary_1_1BinaryRawReader.html  |     0
 ...gnite_1_1binary_1_1BinaryRawWriter-members.html |     0
 .../classignite_1_1binary_1_1BinaryRawWriter.html  |     0
 ...ssignite_1_1binary_1_1BinaryReader-members.html |     0
 .../classignite_1_1binary_1_1BinaryReader.html     |     0
 ...1binary_1_1BinaryStringArrayReader-members.html |     0
 ...gnite_1_1binary_1_1BinaryStringArrayReader.html |     0
 ...1binary_1_1BinaryStringArrayWriter-members.html |     0
 ...gnite_1_1binary_1_1BinaryStringArrayWriter.html |     0
 ...ssignite_1_1binary_1_1BinaryWriter-members.html |     0
 .../classignite_1_1binary_1_1BinaryWriter.html     |     0
 .../classignite_1_1cache_1_1Cache-members.html     |     0
 .../cppdoc/classignite_1_1cache_1_1Cache.html      |     0
 ...classignite_1_1cache_1_1CacheEntry-members.html |     0
 .../cppdoc/classignite_1_1cache_1_1CacheEntry.html |     0
 .../cppdoc/classignite_1_1cache_1_1CacheEntry.png  |   Bin
 ...ignite_1_1cache_1_1CacheEntryEvent-members.html |     0
 .../classignite_1_1cache_1_1CacheEntryEvent.html   |     0
 .../classignite_1_1cache_1_1CacheEntryEvent.png    |   Bin
 ...te_1_1cache_1_1CacheEntryProcessor-members.html |     0
 ...lassignite_1_1cache_1_1CacheEntryProcessor.html |     0
 ...nite_1_1cache_1_1MutableCacheEntry-members.html |     0
 .../classignite_1_1cache_1_1MutableCacheEntry.html |     0
 ..._1_1event_1_1CacheEntryEventFilter-members.html |     0
 ...1_1cache_1_1event_1_1CacheEntryEventFilter.html |     0
 ..._1_1cache_1_1event_1_1CacheEntryEventFilter.png |   Bin
 ..._1event_1_1CacheEntryEventListener-members.html |     0
 ...1cache_1_1event_1_1CacheEntryEventListener.html |     0
 ...e_1_1cache_1_1query_1_1QueryCursor-members.html |     0
 ...assignite_1_1cache_1_1query_1_1QueryCursor.html |     0
 ...ache_1_1query_1_1QueryFieldsCursor-members.html |     0
 ...ite_1_1cache_1_1query_1_1QueryFieldsCursor.html |     0
 ..._1cache_1_1query_1_1QueryFieldsRow-members.html |     0
 ...ignite_1_1cache_1_1query_1_1QueryFieldsRow.html |     0
 ...ite_1_1cache_1_1query_1_1ScanQuery-members.html |     0
 ...classignite_1_1cache_1_1query_1_1ScanQuery.html |     0
 ..._1cache_1_1query_1_1SqlFieldsQuery-members.html |     0
 ...ignite_1_1cache_1_1query_1_1SqlFieldsQuery.html |     0
 ...nite_1_1cache_1_1query_1_1SqlQuery-members.html |     0
 .../classignite_1_1cache_1_1query_1_1SqlQuery.html |     0
 ...ite_1_1cache_1_1query_1_1TextQuery-members.html |     0
 ...classignite_1_1cache_1_1query_1_1TextQuery.html |     0
 ...y_1_1continuous_1_1ContinuousQuery-members.html |     0
 ..._1_1query_1_1continuous_1_1ContinuousQuery.html |     0
 ...ontinuous_1_1ContinuousQueryHandle-members.html |     0
 ...ery_1_1continuous_1_1ContinuousQueryHandle.html |     0
 .../cppdoc/classignite_1_1common_1_1Promise.html   |     0
 .../classignite_1_1compute_1_1Compute-members.html |     0
 .../cppdoc/classignite_1_1compute_1_1Compute.html  |     0
 ...ssignite_1_1compute_1_1ComputeFunc-members.html |     0
 .../classignite_1_1compute_1_1ComputeFunc.html     |     0
 ...he_1_1event_1_1CacheEntryEventFilterHolder.html |     0
 ...lassignite_1_1thin_1_1IgniteClient-members.html |     0
 .../classignite_1_1thin_1_1IgniteClient.html       |     0
 ...1thin_1_1IgniteClientConfiguration-members.html |     0
 ...gnite_1_1thin_1_1IgniteClientConfiguration.html |     0
 ...te_1_1thin_1_1cache_1_1CacheClient-members.html |     0
 ...lassignite_1_1thin_1_1cache_1_1CacheClient.html |     0
 ...ite_1_1transactions_1_1Transaction-members.html |     0
 ...classignite_1_1transactions_1_1Transaction.html |     0
 ...transactions_1_1TransactionMetrics-members.html |     0
 ...nite_1_1transactions_1_1TransactionMetrics.html |     0
 ...te_1_1transactions_1_1Transactions-members.html |     0
 ...lassignite_1_1transactions_1_1Transactions.html |     0
 releases/2.7.5/cppdoc/closed.png                   |   Bin
 releases/2.7.5/cppdoc/compute_8h.html              |     0
 releases/2.7.5/cppdoc/compute_8h_source.html       |     0
 releases/2.7.5/cppdoc/compute__func_8h.html        |     0
 releases/2.7.5/cppdoc/compute__func_8h_source.html |     0
 releases/2.7.5/cppdoc/continuous__query_8h.html    |     0
 .../2.7.5/cppdoc/continuous__query_8h_source.html  |     0
 .../2.7.5/cppdoc/continuous__query__handle_8h.html |     0
 .../continuous__query__handle_8h_source.html       |     0
 ...clude_2ignite_2cache_2cache__peek__mode_8h.html |     0
 ...ignite_2cache_2cache__peek__mode_8h_source.html |     0
 releases/2.7.5/cppdoc/date_8h.html                 |     0
 releases/2.7.5/cppdoc/date_8h_source.html          |     0
 .../dir_097f68cb7241bfc683e7bdc6c58a7783.html      |     0
 .../dir_11fbc4217d50ab21044e5ad6614aede5.html      |     0
 .../dir_13c1d00a1be9b016a133dec12b890b36.html      |     0
 .../dir_1d5505cee217f179c88903b7091c150e.html      |     0
 .../dir_24e2d1412ee8a7e86d9b1f90275cdf97.html      |     0
 .../dir_2dedece15635f75054d44afc50ccfbaf.html      |     0
 .../dir_3785354546cb37560a212b468c73f89f.html      |     0
 .../dir_49602a309fd9b0098e932c76a76b005d.html      |     0
 .../dir_4c59fe678b7d839a2941d6346d743aa7.html      |     0
 .../dir_4e4d22e38ca4e2e8207825ee2d00bc54.html      |     0
 .../dir_5245b79ce3c16f33f8dc1390dd648f75.html      |     0
 .../dir_6917c354dff0dc051d18bd3bcc3faea1.html      |     0
 .../dir_70c4f2dc9c34c91dd30b464208cd3c8c.html      |     0
 .../dir_7f35e367a6a62a2f93c3ab0b0d626ad3.html      |     0
 .../dir_84516225c95b6844f8b87c0f7daf8132.html      |     0
 .../dir_88bd599177f4cc5007b9f053025b0bc5.html      |     0
 .../dir_89e6aceab60817aa630a6f544556b5f7.html      |     0
 .../dir_91ef880c2b12d355e87d8c01b90755f3.html      |     0
 .../dir_985e469ec48e039817ced4926e3f7372.html      |     0
 .../dir_a25bd9eccdb14654cb25552e0e789b46.html      |     0
 .../dir_a589d7fa76191ec48a638b0021c39d11.html      |     0
 .../dir_b7b8033e2b8b8bccc72f628e0d9cc933.html      |     0
 .../dir_b98deae7bc3b0ca8b45558e3cfe0065d.html      |     0
 .../dir_bdd9a5d540de89e9fe90efdfc6973a4f.html      |     0
 .../dir_cb20351644391cb4cd679fbb40e89625.html      |     0
 releases/2.7.5/cppdoc/doc.png                      |   Bin
 releases/2.7.5/cppdoc/doxygen.css                  |     0
 releases/2.7.5/cppdoc/doxygen.png                  |   Bin
 releases/2.7.5/cppdoc/dynsections.js               |     0
 releases/2.7.5/cppdoc/files.html                   |     0
 releases/2.7.5/cppdoc/folderclosed.png             |   Bin
 releases/2.7.5/cppdoc/folderopen.png               |   Bin
 releases/2.7.5/cppdoc/functions.html               |     0
 releases/2.7.5/cppdoc/functions_0x7e.html          |     0
 releases/2.7.5/cppdoc/functions_b.html             |     0
 releases/2.7.5/cppdoc/functions_c.html             |     0
 releases/2.7.5/cppdoc/functions_d.html             |     0
 releases/2.7.5/cppdoc/functions_enum.html          |     0
 releases/2.7.5/cppdoc/functions_eval.html          |     0
 releases/2.7.5/cppdoc/functions_f.html             |     0
 releases/2.7.5/cppdoc/functions_func.html          |     0
 releases/2.7.5/cppdoc/functions_func_0x7e.html     |     0
 releases/2.7.5/cppdoc/functions_func_b.html        |     0
 releases/2.7.5/cppdoc/functions_func_c.html        |     0
 releases/2.7.5/cppdoc/functions_func_d.html        |     0
 releases/2.7.5/cppdoc/functions_func_f.html        |     0
 releases/2.7.5/cppdoc/functions_func_g.html        |     0
 releases/2.7.5/cppdoc/functions_func_h.html        |     0
 releases/2.7.5/cppdoc/functions_func_i.html        |     0
 releases/2.7.5/cppdoc/functions_func_j.html        |     0
 releases/2.7.5/cppdoc/functions_func_l.html        |     0
 releases/2.7.5/cppdoc/functions_func_m.html        |     0
 releases/2.7.5/cppdoc/functions_func_o.html        |     0
 releases/2.7.5/cppdoc/functions_func_p.html        |     0
 releases/2.7.5/cppdoc/functions_func_q.html        |     0
 releases/2.7.5/cppdoc/functions_func_r.html        |     0
 releases/2.7.5/cppdoc/functions_func_s.html        |     0
 releases/2.7.5/cppdoc/functions_func_t.html        |     0
 releases/2.7.5/cppdoc/functions_func_w.html        |     0
 releases/2.7.5/cppdoc/functions_g.html             |     0
 releases/2.7.5/cppdoc/functions_h.html             |     0
 releases/2.7.5/cppdoc/functions_i.html             |     0
 releases/2.7.5/cppdoc/functions_j.html             |     0
 releases/2.7.5/cppdoc/functions_k.html             |     0
 releases/2.7.5/cppdoc/functions_l.html             |     0
 releases/2.7.5/cppdoc/functions_m.html             |     0
 releases/2.7.5/cppdoc/functions_n.html             |     0
 releases/2.7.5/cppdoc/functions_o.html             |     0
 releases/2.7.5/cppdoc/functions_p.html             |     0
 releases/2.7.5/cppdoc/functions_q.html             |     0
 releases/2.7.5/cppdoc/functions_r.html             |     0
 releases/2.7.5/cppdoc/functions_rela.html          |     0
 releases/2.7.5/cppdoc/functions_s.html             |     0
 releases/2.7.5/cppdoc/functions_t.html             |     0
 releases/2.7.5/cppdoc/functions_type.html          |     0
 releases/2.7.5/cppdoc/functions_u.html             |     0
 releases/2.7.5/cppdoc/functions_v.html             |     0
 releases/2.7.5/cppdoc/functions_vars.html          |     0
 releases/2.7.5/cppdoc/functions_w.html             |     0
 releases/2.7.5/cppdoc/future_8h.html               |     0
 releases/2.7.5/cppdoc/future_8h_source.html        |     0
 releases/2.7.5/cppdoc/globals.html                 |     0
 releases/2.7.5/cppdoc/globals_defs.html            |     0
 releases/2.7.5/cppdoc/guid_8h.html                 |     0
 releases/2.7.5/cppdoc/guid_8h_source.html          |     0
 releases/2.7.5/cppdoc/hierarchy.html               |     0
 releases/2.7.5/cppdoc/ignite_8h.html               |     0
 releases/2.7.5/cppdoc/ignite_8h_source.html        |     0
 releases/2.7.5/cppdoc/ignite__binding_8h.html      |     0
 .../2.7.5/cppdoc/ignite__binding_8h_source.html    |     0
 .../2.7.5/cppdoc/ignite__binding__context_8h.html  |     0
 .../cppdoc/ignite__binding__context_8h_source.html |     0
 releases/2.7.5/cppdoc/ignite__client_8h.html       |     0
 .../2.7.5/cppdoc/ignite__client_8h_source.html     |     0
 .../cppdoc/ignite__client__configuration_8h.html   |     0
 .../ignite__client__configuration_8h_source.html   |     0
 .../2.7.5/cppdoc/ignite__configuration_8h.html     |     0
 .../cppdoc/ignite__configuration_8h_source.html    |     0
 releases/2.7.5/cppdoc/ignite__error_8h.html        |     0
 releases/2.7.5/cppdoc/ignite__error_8h_source.html |     0
 releases/2.7.5/cppdoc/ignite_logo.png              |   Bin
 releases/2.7.5/cppdoc/ignition_8h.html             |     0
 releases/2.7.5/cppdoc/ignition_8h_source.html      |     0
 releases/2.7.5/cppdoc/index.html                   |     0
 releases/2.7.5/cppdoc/jquery.js                    |     0
 ...e_modules_platforms_cpp_thin-client_README.html |     0
 releases/2.7.5/cppdoc/menu.js                      |     0
 releases/2.7.5/cppdoc/menudata.js                  |     0
 .../2.7.5/cppdoc/mutable__cache__entry_8h.html     |     0
 .../cppdoc/mutable__cache__entry_8h_source.html    |     0
 releases/2.7.5/cppdoc/namespaceignite.html         |     0
 .../2.7.5/cppdoc/namespaceignite_1_1binary.html    |     0
 .../2.7.5/cppdoc/namespaceignite_1_1cache.html     |     0
 .../cppdoc/namespaceignite_1_1cache_1_1event.html  |     0
 .../cppdoc/namespaceignite_1_1cache_1_1query.html  |     0
 ...paceignite_1_1cache_1_1query_1_1continuous.html |     0
 releases/2.7.5/cppdoc/namespaceignite_1_1thin.html |     0
 .../cppdoc/namespaceignite_1_1thin_1_1cache.html   |     0
 .../cppdoc/namespaceignite_1_1transactions.html    |     0
 releases/2.7.5/cppdoc/namespacemembers.html        |     0
 releases/2.7.5/cppdoc/namespacemembers_func.html   |     0
 releases/2.7.5/cppdoc/namespacemembers_vars.html   |     0
 releases/2.7.5/cppdoc/namespaces.html              |     0
 releases/2.7.5/cppdoc/nav_f.png                    |   Bin
 releases/2.7.5/cppdoc/nav_g.png                    |   Bin
 releases/2.7.5/cppdoc/nav_h.png                    |   Bin
 releases/2.7.5/cppdoc/open.png                     |   Bin
 releases/2.7.5/cppdoc/pages.html                   |     0
 releases/2.7.5/cppdoc/query_8h.html                |     0
 releases/2.7.5/cppdoc/query_8h_source.html         |     0
 releases/2.7.5/cppdoc/query__cursor_8h.html        |     0
 releases/2.7.5/cppdoc/query__cursor_8h_source.html |     0
 .../2.7.5/cppdoc/query__fields__cursor_8h.html     |     0
 .../cppdoc/query__fields__cursor_8h_source.html    |     0
 releases/2.7.5/cppdoc/query__fields__row_8h.html   |     0
 .../2.7.5/cppdoc/query__fields__row_8h_source.html |     0
 releases/2.7.5/cppdoc/query__scan_8h.html          |     0
 releases/2.7.5/cppdoc/query__scan_8h_source.html   |     0
 releases/2.7.5/cppdoc/query__sql_8h.html           |     0
 releases/2.7.5/cppdoc/query__sql_8h_source.html    |     0
 releases/2.7.5/cppdoc/query__sql__fields_8h.html   |     0
 .../2.7.5/cppdoc/query__sql__fields_8h_source.html |     0
 releases/2.7.5/cppdoc/query__text_8h.html          |     0
 releases/2.7.5/cppdoc/query__text_8h_source.html   |     0
 releases/2.7.5/cppdoc/reference_8h.html            |     0
 releases/2.7.5/cppdoc/reference_8h_source.html     |     0
 releases/2.7.5/cppdoc/search/all_0.html            |     0
 releases/2.7.5/cppdoc/search/all_0.js              |     0
 releases/2.7.5/cppdoc/search/all_1.html            |     0
 releases/2.7.5/cppdoc/search/all_1.js              |     0
 releases/2.7.5/cppdoc/search/all_10.html           |     0
 releases/2.7.5/cppdoc/search/all_10.js             |     0
 releases/2.7.5/cppdoc/search/all_11.html           |     0
 releases/2.7.5/cppdoc/search/all_11.js             |     0
 releases/2.7.5/cppdoc/search/all_12.html           |     0
 releases/2.7.5/cppdoc/search/all_12.js             |     0
 releases/2.7.5/cppdoc/search/all_13.html           |     0
 releases/2.7.5/cppdoc/search/all_13.js             |     0
 releases/2.7.5/cppdoc/search/all_14.html           |     0
 releases/2.7.5/cppdoc/search/all_14.js             |     0
 releases/2.7.5/cppdoc/search/all_15.html           |     0
 releases/2.7.5/cppdoc/search/all_15.js             |     0
 releases/2.7.5/cppdoc/search/all_16.html           |     0
 releases/2.7.5/cppdoc/search/all_16.js             |     0
 releases/2.7.5/cppdoc/search/all_2.html            |     0
 releases/2.7.5/cppdoc/search/all_2.js              |     0
 releases/2.7.5/cppdoc/search/all_3.html            |     0
 releases/2.7.5/cppdoc/search/all_3.js              |     0
 releases/2.7.5/cppdoc/search/all_4.html            |     0
 releases/2.7.5/cppdoc/search/all_4.js              |     0
 releases/2.7.5/cppdoc/search/all_5.html            |     0
 releases/2.7.5/cppdoc/search/all_5.js              |     0
 releases/2.7.5/cppdoc/search/all_6.html            |     0
 releases/2.7.5/cppdoc/search/all_6.js              |     0
 releases/2.7.5/cppdoc/search/all_7.html            |     0
 releases/2.7.5/cppdoc/search/all_7.js              |     0
 releases/2.7.5/cppdoc/search/all_8.html            |     0
 releases/2.7.5/cppdoc/search/all_8.js              |     0
 releases/2.7.5/cppdoc/search/all_9.html            |     0
 releases/2.7.5/cppdoc/search/all_9.js              |     0
 releases/2.7.5/cppdoc/search/all_a.html            |     0
 releases/2.7.5/cppdoc/search/all_a.js              |     0
 releases/2.7.5/cppdoc/search/all_b.html            |     0
 releases/2.7.5/cppdoc/search/all_b.js              |     0
 releases/2.7.5/cppdoc/search/all_c.html            |     0
 releases/2.7.5/cppdoc/search/all_c.js              |     0
 releases/2.7.5/cppdoc/search/all_d.html            |     0
 releases/2.7.5/cppdoc/search/all_d.js              |     0
 releases/2.7.5/cppdoc/search/all_e.html            |     0
 releases/2.7.5/cppdoc/search/all_e.js              |     0
 releases/2.7.5/cppdoc/search/all_f.html            |     0
 releases/2.7.5/cppdoc/search/all_f.js              |     0
 releases/2.7.5/cppdoc/search/classes_0.html        |     0
 releases/2.7.5/cppdoc/search/classes_0.js          |     0
 releases/2.7.5/cppdoc/search/classes_1.html        |     0
 releases/2.7.5/cppdoc/search/classes_1.js          |     0
 releases/2.7.5/cppdoc/search/classes_2.html        |     0
 releases/2.7.5/cppdoc/search/classes_2.js          |     0
 releases/2.7.5/cppdoc/search/classes_3.html        |     0
 releases/2.7.5/cppdoc/search/classes_3.js          |     0
 releases/2.7.5/cppdoc/search/classes_4.html        |     0
 releases/2.7.5/cppdoc/search/classes_4.js          |     0
 releases/2.7.5/cppdoc/search/classes_5.html        |     0
 releases/2.7.5/cppdoc/search/classes_5.js          |     0
 releases/2.7.5/cppdoc/search/classes_6.html        |     0
 releases/2.7.5/cppdoc/search/classes_6.js          |     0
 releases/2.7.5/cppdoc/search/classes_7.html        |     0
 releases/2.7.5/cppdoc/search/classes_7.js          |     0
 releases/2.7.5/cppdoc/search/classes_8.html        |     0
 releases/2.7.5/cppdoc/search/classes_8.js          |     0
 releases/2.7.5/cppdoc/search/classes_9.html        |     0
 releases/2.7.5/cppdoc/search/classes_9.js          |     0
 releases/2.7.5/cppdoc/search/classes_a.html        |     0
 releases/2.7.5/cppdoc/search/classes_a.js          |     0
 releases/2.7.5/cppdoc/search/classes_b.html        |     0
 releases/2.7.5/cppdoc/search/classes_b.js          |     0
 releases/2.7.5/cppdoc/search/classes_c.html        |     0
 releases/2.7.5/cppdoc/search/classes_c.js          |     0
 releases/2.7.5/cppdoc/search/close.png             |   Bin
 releases/2.7.5/cppdoc/search/defines_0.html        |     0
 releases/2.7.5/cppdoc/search/defines_0.js          |     0
 releases/2.7.5/cppdoc/search/enums_0.html          |     0
 releases/2.7.5/cppdoc/search/enums_0.js            |     0
 releases/2.7.5/cppdoc/search/enumvalues_0.html     |     0
 releases/2.7.5/cppdoc/search/enumvalues_0.js       |     0
 releases/2.7.5/cppdoc/search/enumvalues_1.html     |     0
 releases/2.7.5/cppdoc/search/enumvalues_1.js       |     0
 releases/2.7.5/cppdoc/search/enumvalues_2.html     |     0
 releases/2.7.5/cppdoc/search/enumvalues_2.js       |     0
 releases/2.7.5/cppdoc/search/enumvalues_3.html     |     0
 releases/2.7.5/cppdoc/search/enumvalues_3.js       |     0
 releases/2.7.5/cppdoc/search/enumvalues_4.html     |     0
 releases/2.7.5/cppdoc/search/enumvalues_4.js       |     0
 releases/2.7.5/cppdoc/search/enumvalues_5.html     |     0
 releases/2.7.5/cppdoc/search/enumvalues_5.js       |     0
 releases/2.7.5/cppdoc/search/enumvalues_6.html     |     0
 releases/2.7.5/cppdoc/search/enumvalues_6.js       |     0
 releases/2.7.5/cppdoc/search/enumvalues_7.html     |     0
 releases/2.7.5/cppdoc/search/enumvalues_7.js       |     0
 releases/2.7.5/cppdoc/search/enumvalues_8.html     |     0
 releases/2.7.5/cppdoc/search/enumvalues_8.js       |     0
 releases/2.7.5/cppdoc/search/enumvalues_9.html     |     0
 releases/2.7.5/cppdoc/search/enumvalues_9.js       |     0
 releases/2.7.5/cppdoc/search/enumvalues_a.html     |     0
 releases/2.7.5/cppdoc/search/enumvalues_a.js       |     0
 releases/2.7.5/cppdoc/search/enumvalues_b.html     |     0
 releases/2.7.5/cppdoc/search/enumvalues_b.js       |     0
 releases/2.7.5/cppdoc/search/enumvalues_c.html     |     0
 releases/2.7.5/cppdoc/search/enumvalues_c.js       |     0
 releases/2.7.5/cppdoc/search/files_0.html          |     0
 releases/2.7.5/cppdoc/search/files_0.js            |     0
 releases/2.7.5/cppdoc/search/files_1.html          |     0
 releases/2.7.5/cppdoc/search/files_1.js            |     0
 releases/2.7.5/cppdoc/search/files_2.html          |     0
 releases/2.7.5/cppdoc/search/files_2.js            |     0
 releases/2.7.5/cppdoc/search/files_3.html          |     0
 releases/2.7.5/cppdoc/search/files_3.js            |     0
 releases/2.7.5/cppdoc/search/files_4.html          |     0
 releases/2.7.5/cppdoc/search/files_4.js            |     0
 releases/2.7.5/cppdoc/search/files_5.html          |     0
 releases/2.7.5/cppdoc/search/files_5.js            |     0
 releases/2.7.5/cppdoc/search/files_6.html          |     0
 releases/2.7.5/cppdoc/search/files_6.js            |     0
 releases/2.7.5/cppdoc/search/files_7.html          |     0
 releases/2.7.5/cppdoc/search/files_7.js            |     0
 releases/2.7.5/cppdoc/search/files_8.html          |     0
 releases/2.7.5/cppdoc/search/files_8.js            |     0
 releases/2.7.5/cppdoc/search/files_9.html          |     0
 releases/2.7.5/cppdoc/search/files_9.js            |     0
 releases/2.7.5/cppdoc/search/files_a.html          |     0
 releases/2.7.5/cppdoc/search/files_a.js            |     0
 releases/2.7.5/cppdoc/search/functions_0.html      |     0
 releases/2.7.5/cppdoc/search/functions_0.js        |     0
 releases/2.7.5/cppdoc/search/functions_1.html      |     0
 releases/2.7.5/cppdoc/search/functions_1.js        |     0
 releases/2.7.5/cppdoc/search/functions_10.html     |     0
 releases/2.7.5/cppdoc/search/functions_10.js       |     0
 releases/2.7.5/cppdoc/search/functions_11.html     |     0
 releases/2.7.5/cppdoc/search/functions_11.js       |     0
 releases/2.7.5/cppdoc/search/functions_12.html     |     0
 releases/2.7.5/cppdoc/search/functions_12.js       |     0
 releases/2.7.5/cppdoc/search/functions_2.html      |     0
 releases/2.7.5/cppdoc/search/functions_2.js        |     0
 releases/2.7.5/cppdoc/search/functions_3.html      |     0
 releases/2.7.5/cppdoc/search/functions_3.js        |     0
 releases/2.7.5/cppdoc/search/functions_4.html      |     0
 releases/2.7.5/cppdoc/search/functions_4.js        |     0
 releases/2.7.5/cppdoc/search/functions_5.html      |     0
 releases/2.7.5/cppdoc/search/functions_5.js        |     0
 releases/2.7.5/cppdoc/search/functions_6.html      |     0
 releases/2.7.5/cppdoc/search/functions_6.js        |     0
 releases/2.7.5/cppdoc/search/functions_7.html      |     0
 releases/2.7.5/cppdoc/search/functions_7.js        |     0
 releases/2.7.5/cppdoc/search/functions_8.html      |     0
 releases/2.7.5/cppdoc/search/functions_8.js        |     0
 releases/2.7.5/cppdoc/search/functions_9.html      |     0
 releases/2.7.5/cppdoc/search/functions_9.js        |     0
 releases/2.7.5/cppdoc/search/functions_a.html      |     0
 releases/2.7.5/cppdoc/search/functions_a.js        |     0
 releases/2.7.5/cppdoc/search/functions_b.html      |     0
 releases/2.7.5/cppdoc/search/functions_b.js        |     0
 releases/2.7.5/cppdoc/search/functions_c.html      |     0
 releases/2.7.5/cppdoc/search/functions_c.js        |     0
 releases/2.7.5/cppdoc/search/functions_d.html      |     0
 releases/2.7.5/cppdoc/search/functions_d.js        |     0
 releases/2.7.5/cppdoc/search/functions_e.html      |     0
 releases/2.7.5/cppdoc/search/functions_e.js        |     0
 releases/2.7.5/cppdoc/search/functions_f.html      |     0
 releases/2.7.5/cppdoc/search/functions_f.js        |     0
 releases/2.7.5/cppdoc/search/mag_sel.png           |   Bin
 releases/2.7.5/cppdoc/search/namespaces_0.html     |     0
 releases/2.7.5/cppdoc/search/namespaces_0.js       |     0
 releases/2.7.5/cppdoc/search/nomatches.html        |     0
 releases/2.7.5/cppdoc/search/pages_0.html          |     0
 releases/2.7.5/cppdoc/search/pages_0.js            |     0
 releases/2.7.5/cppdoc/search/related_0.html        |     0
 releases/2.7.5/cppdoc/search/related_0.js          |     0
 releases/2.7.5/cppdoc/search/search.css            |     0
 releases/2.7.5/cppdoc/search/search.js             |     0
 releases/2.7.5/cppdoc/search/search_l.png          |   Bin
 releases/2.7.5/cppdoc/search/search_m.png          |   Bin
 releases/2.7.5/cppdoc/search/search_r.png          |   Bin
 releases/2.7.5/cppdoc/search/searchdata.js         |     0
 releases/2.7.5/cppdoc/search/typedefs_0.html       |     0
 releases/2.7.5/cppdoc/search/typedefs_0.js         |     0
 releases/2.7.5/cppdoc/search/typedefs_1.html       |     0
 releases/2.7.5/cppdoc/search/typedefs_1.js         |     0
 releases/2.7.5/cppdoc/search/typedefs_2.html       |     0
 releases/2.7.5/cppdoc/search/typedefs_2.js         |     0
 releases/2.7.5/cppdoc/search/variables_0.html      |     0
 releases/2.7.5/cppdoc/search/variables_0.js        |     0
 releases/2.7.5/cppdoc/search/variables_1.html      |     0
 releases/2.7.5/cppdoc/search/variables_1.js        |     0
 releases/2.7.5/cppdoc/search/variables_2.html      |     0
 releases/2.7.5/cppdoc/search/variables_2.js        |     0
 releases/2.7.5/cppdoc/search/variables_3.html      |     0
 releases/2.7.5/cppdoc/search/variables_3.js        |     0
 releases/2.7.5/cppdoc/search/variables_4.html      |     0
 releases/2.7.5/cppdoc/search/variables_4.js        |     0
 releases/2.7.5/cppdoc/search/variables_5.html      |     0
 releases/2.7.5/cppdoc/search/variables_5.js        |     0
 releases/2.7.5/cppdoc/search/variables_6.html      |     0
 releases/2.7.5/cppdoc/search/variables_6.js        |     0
 releases/2.7.5/cppdoc/search/variables_7.html      |     0
 releases/2.7.5/cppdoc/search/variables_7.js        |     0
 releases/2.7.5/cppdoc/splitbar.png                 |   Bin
 releases/2.7.5/cppdoc/ssl__mode_8h.html            |     0
 releases/2.7.5/cppdoc/ssl__mode_8h_source.html     |     0
 ...tructignite_1_1IgniteConfiguration-members.html |     0
 .../structignite_1_1IgniteConfiguration.html       |     0
 .../structignite_1_1binary_1_1BinaryType.html      |     0
 ...1binary_1_1BinaryType_3_01T_01_5_4-members.html |     0
 ...gnite_1_1binary_1_1BinaryType_3_01T_01_5_4.html |     0
 ...ignite_1_1binary_1_1CollectionType-members.html |     0
 .../structignite_1_1binary_1_1CollectionType.html  |     0
 .../structignite_1_1binary_1_1MapType-members.html |     0
 .../cppdoc/structignite_1_1binary_1_1MapType.html  |     0
 ...ctignite_1_1cache_1_1CachePeekMode-members.html |     0
 .../structignite_1_1cache_1_1CachePeekMode.html    |     0
 .../structignite_1_1thin_1_1SslMode-members.html   |     0
 .../cppdoc/structignite_1_1thin_1_1SslMode.html    |     0
 ..._1_1thin_1_1cache_1_1CachePeekMode-members.html |     0
 ...ctignite_1_1thin_1_1cache_1_1CachePeekMode.html |     0
 ...sactions_1_1TransactionConcurrency-members.html |     0
 ..._1_1transactions_1_1TransactionConcurrency.html |     0
 ...ansactions_1_1TransactionIsolation-members.html |     0
 ...te_1_1transactions_1_1TransactionIsolation.html |     0
 ..._1transactions_1_1TransactionState-members.html |     0
 ...ignite_1_1transactions_1_1TransactionState.html |     0
 releases/2.7.5/cppdoc/sync_off.png                 |   Bin
 releases/2.7.5/cppdoc/sync_on.png                  |   Bin
 releases/2.7.5/cppdoc/tab_a.png                    |   Bin
 releases/2.7.5/cppdoc/tab_b.png                    |   Bin
 releases/2.7.5/cppdoc/tab_h.png                    |   Bin
 releases/2.7.5/cppdoc/tab_s.png                    |   Bin
 releases/2.7.5/cppdoc/tabs.css                     |     0
 ...2ignite_2thin_2cache_2cache__peek__mode_8h.html |     0
 ..._2thin_2cache_2cache__peek__mode_8h_source.html |     0
 releases/2.7.5/cppdoc/time_8h.html                 |     0
 releases/2.7.5/cppdoc/time_8h_source.html          |     0
 releases/2.7.5/cppdoc/timestamp_8h.html            |     0
 releases/2.7.5/cppdoc/timestamp_8h_source.html     |     0
 releases/2.7.5/cppdoc/transaction_8h.html          |     0
 releases/2.7.5/cppdoc/transaction_8h_source.html   |     0
 releases/2.7.5/cppdoc/transaction__consts_8h.html  |     0
 .../cppdoc/transaction__consts_8h_source.html      |     0
 releases/2.7.5/cppdoc/transaction__metrics_8h.html |     0
 .../cppdoc/transaction__metrics_8h_source.html     |     0
 releases/2.7.5/cppdoc/transactions_8h.html         |     0
 releases/2.7.5/cppdoc/transactions_8h_source.html  |     0
 ...he.Ignite.AspNet.IgniteOutputCacheProvider.html |   704 +-
 ...ite.AspNet.IgniteSessionStateStoreProvider.html |  1400 +-
 .../api/Apache.Ignite.AspNet.IgniteWebUtils.html   |   354 +-
 .../2.7.5/dotnetdoc/api/Apache.Ignite.AspNet.html  |   250 +-
 ...e.Ignite.Core.Binary.BinaryBasicNameMapper.html |   534 +-
 ...che.Ignite.Core.Binary.BinaryConfiguration.html |   842 +-
 ...e.Ignite.Core.Binary.BinaryObjectException.html |   588 +-
 ...ite.Core.Binary.BinaryReflectiveSerializer.html |   540 +-
 ...Ignite.Core.Binary.BinaryTypeConfiguration.html |   848 +-
 .../Apache.Ignite.Core.Binary.BinaryTypeNames.html |  1716 +-
 .../Apache.Ignite.Core.Binary.IBinarizable.html    |   410 +-
 .../api/Apache.Ignite.Core.Binary.IBinary.html     |  1416 +-
 .../Apache.Ignite.Core.Binary.IBinaryIdMapper.html |   420 +-
 ...pache.Ignite.Core.Binary.IBinaryNameMapper.html |   410 +-
 .../Apache.Ignite.Core.Binary.IBinaryObject.html   |   704 +-
 ...he.Ignite.Core.Binary.IBinaryObjectBuilder.html |  3306 +-
 ...Apache.Ignite.Core.Binary.IBinaryRawReader.html |  1920 +-
 ...Apache.Ignite.Core.Binary.IBinaryRawWriter.html |  1870 +-
 .../Apache.Ignite.Core.Binary.IBinaryReader.html   |  3006 +-
 ...pache.Ignite.Core.Binary.IBinarySerializer.html |   370 +-
 .../api/Apache.Ignite.Core.Binary.IBinaryType.html |   610 +-
 .../Apache.Ignite.Core.Binary.IBinaryWriter.html   |  2216 +-
 ...ache.Ignite.Core.Binary.TimestampAttribute.html |   556 +-
 .../dotnetdoc/api/Apache.Ignite.Core.Binary.html   |   318 +-
 ...e.Core.Cache.Affinity.AffinityFunctionBase.html |   680 +-
 ...ore.Cache.Affinity.AffinityFunctionContext.html |   576 +-
 ...che.Ignite.Core.Cache.Affinity.AffinityKey.html |   998 +-
 ....Cache.Affinity.AffinityKeyMappedAttribute.html |   640 +-
 ...ore.Cache.Affinity.AffinityTopologyVersion.html |   898 +-
 ...nite.Core.Cache.Affinity.IAffinityFunction.html |   510 +-
 ...nity.Rendezvous.RendezvousAffinityFunction.html |   358 +-
 ...ache.Ignite.Core.Cache.Affinity.Rendezvous.html |   242 +-
 .../api/Apache.Ignite.Core.Cache.Affinity.html     |   270 +-
 ...te.Core.Cache.CacheEntryProcessorException.html |   638 +-
 .../Apache.Ignite.Core.Cache.CacheException.html   |   592 +-
 ...ite.Core.Cache.CachePartialUpdateException.html |   788 +-
 .../Apache.Ignite.Core.Cache.CachePeekMode.html    |   318 +-
 .../Apache.Ignite.Core.Cache.CacheResult-1.html    |   874 +-
 ...ore.Cache.Configuration.CacheAtomicityMode.html |   294 +-
 ...ore.Cache.Configuration.CacheConfiguration.html |  4526 +-
 ....Cache.Configuration.CacheKeyConfiguration.html |   470 +-
 ....Ignite.Core.Cache.Configuration.CacheMode.html |   294 +-
 ...ore.Cache.Configuration.CacheRebalanceMode.html |   294 +-
 ...onfiguration.CacheWriteSynchronizationMode.html |   294 +-
 ...e.Cache.Configuration.DataPageEvictionMode.html |   294 +-
 ...re.Cache.Configuration.MemoryConfiguration.html |   834 +-
 ...he.Configuration.MemoryPolicyConfiguration.html |  1056 +-
 ...Cache.Configuration.NearCacheConfiguration.html |   468 +-
 ...re.Cache.Configuration.PartitionLossPolicy.html |   310 +-
 ...Ignite.Core.Cache.Configuration.QueryAlias.html |   480 +-
 ...gnite.Core.Cache.Configuration.QueryEntity.html |   898 +-
 ...Ignite.Core.Cache.Configuration.QueryField.html |   816 +-
 ...Ignite.Core.Cache.Configuration.QueryIndex.html |   790 +-
 ...e.Core.Cache.Configuration.QueryIndexField.html |   530 +-
 ...te.Core.Cache.Configuration.QueryIndexType.html |   294 +-
 ...Cache.Configuration.QuerySqlFieldAttribute.html |   994 +-
 ...ache.Configuration.QueryTextFieldAttribute.html |   606 +-
 .../Apache.Ignite.Core.Cache.Configuration.html    |   318 +-
 ...gnite.Core.Cache.Event.CacheEntryEventType.html |   294 +-
 ...Ignite.Core.Cache.Event.ICacheEntryEvent-2.html |   490 +-
 ....Core.Cache.Event.ICacheEntryEventFilter-2.html |   368 +-
 ...ore.Cache.Event.ICacheEntryEventListener-2.html |   338 +-
 .../api/Apache.Ignite.Core.Cache.Event.html        |   258 +-
 ...ite.Core.Cache.Eviction.EvictionPolicyBase.html |   602 +-
 ...ite.Core.Cache.Eviction.FifoEvictionPolicy.html |   358 +-
 ...Ignite.Core.Cache.Eviction.IEvictionPolicy.html |   246 +-
... 27503 lines suppressed ...

[ignite-website] 01/03: Merge branch 'linearsite21' of https://github.com/AddMoreScripts/ignite-website into AddMoreScripts-linearsite21

Posted by ma...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

mauriciostekl pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ignite-website.git

commit 7ad296d1db22c1a094f015caba16790e0d918e9f
Merge: 7609980 f234741
Author: Mauricio Stekl <ma...@stekl.org>
AuthorDate: Mon Dec 13 10:47:11 2021 -0300

    Merge branch 'linearsite21' of https://github.com/AddMoreScripts/ignite-website into AddMoreScripts-linearsite21

 .gitignore                                         |     4 +-
 .htaccess                                          |    16 +-
 404.html                                           |   434 +
 _docs/assets/js/anchor.min.js                      |     0
 _docs/assets/js/jquery.swiftype.autocomplete.js    |     0
 _docs/build.sh                                     |     0
 _src/404.pug                                       |    35 +
 _src/_components/base.pug                          |    29 +
 _src/_components/committers.pug                    |   551 +
 _src/_components/counters.html                     |    24 +
 _src/_components/download-binary.pug               |    82 +
 _src/_components/download-docker.pug               |    40 +
 _src/_components/download-select.html              |    23 +
 _src/_components/download-slim.pug                 |    46 +
 _src/_components/download-source.pug               |    82 +
 _src/_components/events/2014.pug                   |    28 +
 _src/_components/events/2015.pug                   |    92 +
 _src/_components/events/2016.pug                   |    77 +
 _src/_components/events/2017.pug                   |   611 +
 _src/_components/events/2018.pug                   |   790 +
 _src/_components/events/2019.pug                   |   293 +
 _src/_components/events/2020.pug                   |   666 +
 _src/_components/events/2021.pug                   |   381 +
 _src/_components/footer.pug                        |    71 +
 _src/_components/header.pug                        |   220 +
 _src/_components/mixins.pug                        |    15 +
 _src/_components/mobmenu.html                      |   118 +
 _src/_components/powered-videos.pug                |   256 +
 _src/_components/variables.pug                     |     1 +
 _src/arch/clustering.pug                           |    66 +
 _src/arch/multi-tier-storage.pug                   |   149 +
 _src/arch/native-persistence.pug                   |   182 +
 _src/community.pug                                 |   511 +
 _src/download.pug                                  |   206 +
 _src/events.pug                                    |   322 +
 _src/faq.pug                                       |   168 +
 _src/features/acid-transactions.pug                |   119 +
 _src/features/compute-apis.pug                     |   198 +
 _src/features/index.pug                            |   204 +
 _src/features/key-value-apis.pug                   |   135 +
 _src/features/machinelearning.pug                  |   119 +
 _src/features/multilanguage.pug                    |    73 +
 _src/features/service-apis.pug                     |   140 +
 _src/features/sql.pug                              |   167 +
 _src/features/streaming.pug                        |   125 +
 _src/features/tooling.pug                          |   194 +
 _src/index.pug                                     |   570 +
 _src/resources.pug                                 |   289 +
 _src/use-cases.pug                                 |   110 +
 _src/use-cases/digital-integration-hub.pug         |   181 +
 _src/use-cases/hadoop-acceleration.pug             |   148 +
 _src/use-cases/high-performance-computing.pug      |   214 +
 _src/use-cases/in-memory-cache.pug                 |   181 +
 _src/use-cases/in-memory-data-grid.pug             |   187 +
 _src/use-cases/in-memory-database.pug              |   191 +
 _src/use-cases/key-value-store.pug                 |   129 +
 _src/use-cases/provenusecases.pug                  |    99 +
 _src/use-cases/spark-acceleration.pug              |   106 +
 add-canonical-metatag.php                          |    84 -
 arch/clustering.html                               |   568 +-
 arch/multi-tier-storage.html                       |   764 +-
 arch/native-persistence.html                       |   720 +-
 assets/js/anchor.min.js                            |     0
 assets/js/jquery.swiftype.autocomplete.js          |     0
 community.html                                     |  1445 +
 community/contribute.html                          |   268 -
 community/resources.html                           |   237 -
 css/acid-transactions.css                          |   222 +
 css/communnity.css                                 |   904 +
 css/compute-apis.css                               |   182 +
 css/database.css                                   |   212 +
 css/datagrid.css                                   |   113 +
 css/deployment-opts.css                            |    71 +
 css/digital-hub.css                                |   268 +
 css/download.css                                   |   433 +
 css/events.css                                     |   964 +
 css/faq.css                                        |   198 +
 css/features.css                                   |   112 +
 css/frontpage.css                                  |   781 +
 css/hadoop.css                                     |   238 +
 css/high-performance-computing.css                 |   275 +
 css/ignite-redesign.css                            |     1 -
 css/in-memory-cache.css                            |   269 +
 css/key-value-api.css                              |   268 +
 css/key-value-store.css                            |    72 +
 css/machinelearning.css                            |   128 +
 css/media.css                                      |   728 +
 css/multi-tier.css                                 |   193 +
 css/multilanguage.css                              |    83 +
 css/native-persistence.css                         |   437 +
 css/prism.css                                      |   232 -
 css/resources.css                                  |   414 +
 css/service.css                                    |   149 +
 css/site.css                                       |  1048 +
 css/spark.css                                      |    89 +
 css/sql.css                                        |   333 +
 css/streaming.css                                  |   221 +
 css/tooling.css                                    |   461 +
 css/usecases.css                                   |   272 +
 css/utils.css                                      |   616 +
 docs-and-apis.html                                 |   169 -
 docs/latest                                        |     0
 download.html                                      |  2232 +-
 events-video.html                                  |   583 +
 events.html                                        | 17581 ++----
 faq.html                                           |   577 +
 favicon.ico                                        |   Bin 1150 -> 0 bytes
 features.html                                      |   150 -
 features/acid-transactions.html                    |   640 +-
 features/collocated-processing.html                |   258 -
 features/compute-apis.html                         |   623 +
 features/datastructures.html                       |   287 -
 features/index.html                                |   558 +
 features/key-value-apis.html                       |   541 +
 features/machinelearning.html                      |   639 +-
 features/management-and-monitoring.html            |   171 -
 features/messaging.html                            |   260 -
 features/multilanguage.html                        |   565 +-
 features/service-apis.html                         |   554 +
 features/servicegrid.html                          |   201 -
 features/sql.html                                  |   718 +-
 features/streaming.html                            |   901 +-
 features/tensorflow.html                           |   122 -
 features/tooling.html                              |   565 +
 fonts/atilla_normal-webfont.eot                    |   Bin 18645 -> 0 bytes
 fonts/atilla_normal-webfont.svg                    |   235 -
 fonts/atilla_normal-webfont.ttf                    |   Bin 37548 -> 0 bytes
 fonts/atilla_normal-webfont.woff                   |   Bin 21996 -> 0 bytes
 fonts/generator_config.txt                         |     5 -
 fonts/glyphicons-halflings-regular.eot             |   Bin 20335 -> 0 bytes
 fonts/glyphicons-halflings-regular.svg             |   229 -
 fonts/glyphicons-halflings-regular.ttf             |   Bin 41280 -> 0 bytes
 fonts/glyphicons-halflings-regular.woff            |   Bin 23320 -> 0 bytes
 fonts/harabara-webfont.eot                         |   Bin 19261 -> 0 bytes
 fonts/harabara-webfont.svg                         |   204 -
 fonts/harabara-webfont.ttf                         |   Bin 38512 -> 0 bytes
 fonts/harabara-webfont.woff                        |   Bin 21444 -> 0 bytes
 fonts/icomoon.eot                                  |   Bin 2740 -> 0 bytes
 fonts/icomoon.svg                                  |    16 -
 fonts/icomoon.ttf                                  |   Bin 2576 -> 0 bytes
 fonts/icomoon.woff                                 |   Bin 2652 -> 0 bytes
 google6a34c6e2aed30744.html                        |     1 -
 gulpfile.js                                        |   228 +-
 howto.md                                           |    50 +
 images/Ignite_tm_Logo_black_RGB.svg                |     1 -
 images/Ignite_tm_Logo_blk_RGB.svg                  |    59 -
 images/Ignite_tm_Logo_white_RGB.svg                |     1 -
 images/Ignite_tm_Logo_wht_RGB.svg                  |    60 -
 .../ignite-diagrams-adobe-illustrator.ai           |  8294 ---
 images/apache-ignite-datadog-dashboard.jpeg        |   Bin 49936 -> 0 bytes
 images/apache_camel.png                            |   Bin 32476 -> 0 bytes
 images/apache_flink.png                            |   Bin 92855 -> 0 bytes
 images/apache_flume.png                            |   Bin 308869 -> 0 bytes
 images/apache_kafka.png                            |   Bin 25198 -> 0 bytes
 images/apache_storm.png                            |   Bin 36598 -> 0 bytes
 images/bg-ignite-summit.svg                        |    13 -
 images/conferences.svg                             |    27 -
 images/dashboardcomp_0.png                         |   Bin 251342 -> 0 bytes
 images/datadog-logo.png                            |   Bin 8413 -> 0 bytes
 images/domain-model.png                            |   Bin 158096 -> 0 bytes
 images/dotnet.png                                  |   Bin 63519 -> 0 bytes
 images/gg-iso-70x80.png                            |   Bin 3812 -> 0 bytes
 images/ggwc-dashboard.png                          |   Bin 100008 -> 0 bytes
 images/ico-csv.png                                 |   Bin 2713 -> 0 bytes
 images/ico-json.png                                |   Bin 2764 -> 0 bytes
 images/ico-pdf.png                                 |   Bin 2444 -> 0 bytes
 images/ico-xls.png                                 |   Bin 3116 -> 0 bytes
 images/ico-xml.png                                 |   Bin 2734 -> 0 bytes
 images/ignite-deploy.png                           |   Bin 117282 -> 0 bytes
 images/ignite-logo-white.svg                       |    65 -
 images/ignite-stream-query.png                     |   Bin 159011 -> 0 bytes
 images/ignite-summit-logo.svg                      |     1 -
 images/ignite_logo_full.svg                        |    84 -
 images/ignite_logo_inv.svg                         |    85 -
 images/ignite_service_grid_v1.png                  |   Bin 114075 -> 0 bytes
 images/logo_ignite_128x128.png                     |   Bin 18667 -> 0 bytes
 images/logo_ignite_250x250.png                     |   Bin 9780 -> 0 bytes
 images/logo_ignite_32_32.png                       |   Bin 4953 -> 0 bytes
 images/logo_ignite_48x48.png                       |   Bin 16572 -> 0 bytes
 images/meetup.svg                                  |    37 -
 images/multilanguage.png                           |   Bin 432541 -> 0 bytes
 images/png-diagrams/acid_transactions.png          |   Bin 230027 -> 0 bytes
 images/png-diagrams/apps_acceleration.png          |   Bin 200615 -> 0 bytes
 images/png-diagrams/client.png                     |   Bin 99006 -> 0 bytes
 images/png-diagrams/data_grid.png                  |   Bin 215161 -> 0 bytes
 images/png-diagrams/database.png                   |   Bin 191785 -> 0 bytes
 images/png-diagrams/digital_hub.png                |   Bin 216616 -> 0 bytes
 images/png-diagrams/distributed_sql.png            |   Bin 188088 -> 0 bytes
 images/png-diagrams/hadoop_acceleration.png        |   Bin 249992 -> 0 bytes
 images/png-diagrams/high_performance_compute.png   |   Bin 214324 -> 0 bytes
 images/png-diagrams/ignite_cluster.png             |   Bin 283675 -> 0 bytes
 images/png-diagrams/ignite_cluster_v2.png          |   Bin 212129 -> 0 bytes
 images/png-diagrams/key_value_store.png            |   Bin 202172 -> 0 bytes
 images/png-diagrams/machine_learning.png           |   Bin 211886 -> 0 bytes
 images/png-diagrams/memory_only_cluster.png        |   Bin 162939 -> 0 bytes
 images/png-diagrams/memory_only_server.png         |   Bin 94458 -> 0 bytes
 images/png-diagrams/native_persistence.png         |   Bin 275749 -> 0 bytes
 images/png-diagrams/server_node.png                |   Bin 115204 -> 0 bytes
 images/png-diagrams/spark_acceleration.png         |   Bin 292587 -> 0 bytes
 images/promos/Ignite-summit-banner-1140px.png      |   Bin 60999 -> 0 bytes
 images/promos/Ignite-summit-banner-375px-alt.png   |   Bin 52725 -> 0 bytes
 images/promos/IgniteSummit-after-sidebanner1.jpg   |   Bin 86733 -> 0 bytes
 images/promos/IgniteSummit-after-sidebanner2.jpg   |   Bin 63891 -> 0 bytes
 images/promos/IgniteSummit-sidebanner1.jpg         |   Bin 9711 -> 0 bytes
 images/promos/IgniteSummit-sidebanner2.jpg         |   Bin 12845 -> 0 bytes
 images/promos/IgniteSummit-sidebanner3.jpg         |   Bin 57121 -> 0 bytes
 images/promos/IgniteSummit-sidebanner4.jpg         |   Bin 56169 -> 0 bytes
 images/promos/ignite-Summit-After-banner-375px.png |   Bin 79943 -> 0 bytes
 images/promos/ignite-Summit-After-banner.png       |   Bin 139529 -> 0 bytes
 .../ignite-Summit-Schedule-banner-horizontal.jpg   |   Bin 290837 -> 0 bytes
 .../ignite-Summit-Schedule-banner-vertical.jpg     |   Bin 98637 -> 0 bytes
 .../ignite-summit-cloud-edition-CfP--vertical.png  |   Bin 33724 -> 0 bytes
 images/promos/ignite-summit-cloud-edition-CfP.png  |   Bin 94964 -> 0 bytes
 images/release.svg                                 |     1 -
 images/rocket_mq.png                               |   Bin 47616 -> 0 bytes
 images/star.png                                    |   Bin 1079 -> 0 bytes
 images/star.svg                                    |     3 -
 images/support-apache-opt.png                      |   Bin 12460 -> 0 bytes
 images/svg-diagrams/acid_transactions.svg          |     1 -
 images/svg-diagrams/apps_acceleration.svg          |     1 -
 images/svg-diagrams/client_node.svg                |     1 -
 images/svg-diagrams/data_grid.svg                  |     1 -
 images/svg-diagrams/database.svg                   |     1 -
 .../digital_hub-withIMDB-version-2.svg             |  2603 -
 images/svg-diagrams/digital_hub-withIMDB.svg       |  1756 -
 images/svg-diagrams/digital_hub.svg                |     1 -
 images/svg-diagrams/distributed_sql.svg            |     1 -
 images/svg-diagrams/hadoop_acceleration.svg        |     1 -
 images/svg-diagrams/high_performance_compute.svg   |     1 -
 .../home--acc-and-data-caching--alt.svg            |     1 -
 images/svg-diagrams/home--acc-and-data-caching.svg |     1 -
 .../home--high-perf-compute-cluster.svg            |     1 -
 .../home--unified-database--vertical.svg           |     1 -
 images/svg-diagrams/home--unified-database.svg     |     1 -
 images/svg-diagrams/ignite_cache_cachestore.svg    |   889 -
 images/svg-diagrams/ignite_cluster.svg             |     1 -
 images/svg-diagrams/ignite_cluster_v2.svg          |     1 -
 images/svg-diagrams/key_value_store.svg            |     1 -
 images/svg-diagrams/machine_learning.svg           |     1 -
 images/svg-diagrams/memory_only_cluster.svg        |     1 -
 images/svg-diagrams/native_persistence.svg         |     1 -
 images/svg-diagrams/server_node.svg                |     1 -
 images/svg-diagrams/server_node_memory_only.svg    |     1 -
 images/svg-diagrams/spark_acceleration.svg         |     1 -
 images/svg-sprites/symbol/svg/sprite.symbol.svg    |     1 -
 images/svg/api-icons/icon-ignite.svg               |     1 -
 images/svg/api-icons/icon-java.svg                 |    25 -
 images/svg/api-icons/icon-python.svg               |     1 -
 images/svg/api-icons/icon-scala.svg                |     1 -
 images/svg/api-icons/icon_cplus.svg                |     1 -
 images/svg/api-icons/icon_net.svg                  |     1 -
 images/svg/api-icons/icon_nodejs.svg               |     1 -
 images/svg/api-icons/icon_php.svg                  |     1 -
 images/svg/bg-flame-banner.svg                     |     1 -
 images/svg/index-icons/ACID.svg                    |     1 -
 images/svg/index-icons/API.svg                     |     1 -
 images/svg/index-icons/Community.svg               |     1 -
 images/svg/index-icons/Company.svg                 |     1 -
 images/svg/index-icons/Database.svg                |     1 -
 images/svg/index-icons/DistriCompute.svg           |     1 -
 images/svg/index-icons/Distributed-IMDataStore.svg |     1 -
 images/svg/index-icons/Docs.svg                    |     1 -
 images/svg/index-icons/Machine-Learning.svg        |     1 -
 images/svg/index-icons/Memory-Centric.svg          |     1 -
 images/svg/index-icons/Multi-Model.svg             |     1 -
 images/svg/index-icons/SVG/Capa 2.svg              |     1 -
 images/svg/index-icons/Streaming-Analytics.svg     |     1 -
 images/svg/index-icons/ico-cont-stream.svg         |     1 -
 images/svg/index-icons/ico-dih.svg                 |     1 -
 images/tensorflow-1.png                            |   Bin 53140 -> 0 bytes
 images/tensorflow.png                              |   Bin 86160 -> 0 bytes
 images/training.svg                                |     1 -
 images/users-logos/Banco_do_Brasil_logo.svg        |    80 -
 images/users-logos/HomeAway_Logo.svg               |  1198 -
 images/users-logos/Microsoft_logo.svg              |     1 -
 images/users-logos/Netflix-Logo.svg                |     1 -
 images/users-logos/New_Bloomberg_Logo.svg          |    32 -
 images/users-logos/PayPal.svg                      |     1 -
 images/users-logos/Yahoo_Japan_Logo.svg            |    54 -
 images/users-logos/apple-logo.svg                  |    22 -
 images/users-logos/dreamworks-logo.jpg             |   Bin 42468 -> 0 bytes
 images/users-logos/dutchrailways-logo.svg          |    60 -
 images/users-logos/resized/120x60/Vrbo.jpg         |   Bin 2795 -> 0 bytes
 images/users-logos/resized/120x60/apple.jpg        |   Bin 1393 -> 0 bytes
 .../users-logos/resized/120x60/banco_do_brasil.jpg |   Bin 2856 -> 0 bytes
 images/users-logos/resized/120x60/bloomberg.jpg    |   Bin 1334 -> 0 bytes
 images/users-logos/resized/120x60/dreamworks.jpg   |   Bin 1962 -> 0 bytes
 .../users-logos/resized/120x60/dutchrailways.jpg   |   Bin 1602 -> 0 bytes
 images/users-logos/resized/120x60/homeaway.jpg     |   Bin 1988 -> 0 bytes
 images/users-logos/resized/120x60/microsoft.jpg    |   Bin 1727 -> 0 bytes
 images/users-logos/resized/120x60/netflix.jpg      |   Bin 2021 -> 0 bytes
 images/users-logos/resized/120x60/paypal.jpg       |   Bin 1855 -> 0 bytes
 images/users-logos/resized/120x60/sber_bank.jpg    |   Bin 1985 -> 0 bytes
 images/users-logos/resized/120x60/teradata.jpg     |   Bin 1459 -> 0 bytes
 images/users-logos/resized/120x60/ups.jpg          |   Bin 1704 -> 0 bytes
 images/users-logos/resized/120x60/yahoo_japan.jpg  |   Bin 2161 -> 0 bytes
 images/users-logos/resized/76x38/Vrbo.jpg          |   Bin 1994 -> 0 bytes
 images/users-logos/resized/76x38/apple.jpg         |   Bin 877 -> 0 bytes
 .../users-logos/resized/76x38/banco_do_brasil.jpg  |   Bin 1498 -> 0 bytes
 images/users-logos/resized/76x38/bloomberg.jpg     |   Bin 809 -> 0 bytes
 images/users-logos/resized/76x38/dreamworks.jpg    |   Bin 999 -> 0 bytes
 images/users-logos/resized/76x38/dutchrailways.jpg |   Bin 1066 -> 0 bytes
 images/users-logos/resized/76x38/homeaway.jpg      |   Bin 1026 -> 0 bytes
 images/users-logos/resized/76x38/microsoft.jpg     |   Bin 1087 -> 0 bytes
 images/users-logos/resized/76x38/netflix.jpg       |   Bin 1279 -> 0 bytes
 images/users-logos/resized/76x38/paypal.jpg        |   Bin 1187 -> 0 bytes
 images/users-logos/resized/76x38/sber_bank.jpg     |   Bin 1144 -> 0 bytes
 images/users-logos/resized/76x38/teradata.jpg      |   Bin 992 -> 0 bytes
 images/users-logos/resized/76x38/ups.jpg           |   Bin 1006 -> 0 bytes
 images/users-logos/resized/76x38/yahoo_japan.jpg   |   Bin 1230 -> 0 bytes
 images/users-logos/resized/apple.jpg               |   Bin 4848 -> 0 bytes
 images/users-logos/resized/banco_do_brasil.jpg     |   Bin 10245 -> 0 bytes
 images/users-logos/resized/bloomberg.jpg           |   Bin 4939 -> 0 bytes
 images/users-logos/resized/dreamworks.jpg          |   Bin 7531 -> 0 bytes
 images/users-logos/resized/dutchrailways.jpg       |   Bin 4808 -> 0 bytes
 images/users-logos/resized/homeaway.jpg            |   Bin 7617 -> 0 bytes
 images/users-logos/resized/microsoft.jpg           |   Bin 5525 -> 0 bytes
 images/users-logos/resized/netflix.jpg             |   Bin 6817 -> 0 bytes
 images/users-logos/resized/paypal.jpg              |   Bin 6867 -> 0 bytes
 images/users-logos/resized/sber_bank.jpg           |   Bin 8223 -> 0 bytes
 images/users-logos/resized/teradata.jpg            |   Bin 5383 -> 0 bytes
 images/users-logos/resized/ups.jpg                 |   Bin 6371 -> 0 bytes
 images/users-logos/resized/yahoo_japan.jpg         |   Bin 8157 -> 0 bytes
 images/users-logos/sber-bank-logo.png              |   Bin 18850 -> 0 bytes
 images/users-logos/sberbank-logo.svg               |    36 -
 images/users-logos/teradata.jpg                    |   Bin 7875 -> 0 bytes
 images/users-logos/ups.png                         |   Bin 16078 -> 0 bytes
 images/users-logos/ups.svg                         |     1 -
 images/video-screen-2.jpg                          |   Bin 66826 -> 0 bytes
 images/visor-command-line.png                      |   Bin 160705 -> 0 bytes
 images/wallpapers/2020/Ignite2020-clean.jpg        |   Bin 745485 -> 0 bytes
 images/wallpapers/2020/Ignite2020-iso-num.jpg      |   Bin 723516 -> 0 bytes
 images/wallpapers/2020/Ignite2020-iso-text-num.jpg |   Bin 725525 -> 0 bytes
 images/wallpapers/2020/Ignite2020-iso.jpg          |   Bin 727545 -> 0 bytes
 images/wallpapers/2020/Ignite2020-logo-burn.jpg    |   Bin 812881 -> 0 bytes
 images/wallpapers/2020/Ignite2020-logo-metal.jpg   |   Bin 772361 -> 0 bytes
 images/wallpapers/2020/Ignite2020-logo.jpg         |   Bin 756702 -> 0 bytes
 .../2020/mobile/Ignite-2020-Mobile-1.jpg           |   Bin 772354 -> 0 bytes
 .../2020/mobile/Ignite-2020-Mobile-2.jpg           |   Bin 776369 -> 0 bytes
 .../2020/mobile/Ignite-2020-Mobile-3.jpg           |   Bin 778391 -> 0 bytes
 .../2020/mobile/Ignite-2020-Mobile-4.jpg           |   Bin 745089 -> 0 bytes
 .../2020/mobile/Ignite-2020-Mobile-5.jpg           |   Bin 723241 -> 0 bytes
 .../2020/mobile/Ignite-2020-Mobile-6.jpg           |   Bin 720896 -> 0 bytes
 .../2021/desktop/wallpaper_big_black.jpg           |   Bin 1869803 -> 0 bytes
 .../2021/desktop/wallpaper_big_black_fire.jpg      |   Bin 1900396 -> 0 bytes
 .../2021/desktop/wallpaper_big_white.jpg           |   Bin 6799619 -> 0 bytes
 .../2021/desktop/wallpaper_big_white_fire.jpg      |   Bin 6673908 -> 0 bytes
 .../2021/phone/1080_1920_phone_black.jpg           |   Bin 496650 -> 0 bytes
 .../2021/phone/1080_1920_phone_black_fire.jpg      |   Bin 583115 -> 0 bytes
 .../2021/phone/1080_1920_phone_white.jpg           |   Bin 972790 -> 0 bytes
 .../2021/phone/1080_1920_phone_white_fire.jpg      |   Bin 913763 -> 0 bytes
 .../zoom/1280x720_logo_wallpaper_zoom_black.jpg    |   Bin 234408 -> 0 bytes
 .../zoom/1280x720_logo_wallpaper_zoom_white.jpg    |   Bin 630537 -> 0 bytes
 .../2021/zoom/1280x720_wallpaper_zoom_black.jpg    |   Bin 121598 -> 0 bytes
 .../2021/zoom/1280x720_wallpaper_zoom_white.jpg    |   Bin 631234 -> 0 bytes
 images/web_sessions.png                            |   Bin 71538 -> 0 bytes
 images/webconsole-sql.png                          |   Bin 257884 -> 0 bytes
 images/webinars.svg                                |    26 -
 images/zabbix-iso.png                              |   Bin 1595 -> 0 bytes
 images/zabbix-screenshot--lg.jpg                   |   Bin 413009 -> 0 bytes
 images/zabbix-screenshot--sm.jpg                   |   Bin 55228 -> 0 bytes
 img/404.svg                                        |    15 +
 img/avatar.png                                     |   Bin 0 -> 634 bytes
 img/community/b1-photo.svg                         |     1 +
 img/community/b1-prize.svg                         |     1 +
 img/community/b11-stat-1.png                       |   Bin 0 -> 11123 bytes
 img/community/b11-stat-2.png                       |   Bin 0 -> 17261 bytes
 img/community/b11-stat1.jpg                        |   Bin 0 -> 9064 bytes
 img/community/b11-stat2.jpg                        |   Bin 0 -> 8869 bytes
 img/community/b12-code.svg                         |     1 +
 img/community/b12-icon-quest.svg                   |     1 +
 img/community/b12-lines.svg                        |     1 +
 img/community/b13-bg-roundes.svg                   |     1 +
 img/community/b13-bg-squares.svg                   |     1 +
 img/community/b13-bottom.png                       |   Bin 0 -> 66249 bytes
 img/community/b13-lines.svg                        |     1 +
 img/community/b15-askimg.svg                       |     1 +
 img/community/b16-icon-comments.svg                |     1 +
 img/community/b16-icon-quest.svg                   |     1 +
 img/community/b16-icon-reports.svg                 |     1 +
 img/community/b2-cos.jpg                           |   Bin 0 -> 30994 bytes
 img/community/b3-quote.svg                         |     1 +
 img/community/b3-rocket1.svg                       |     1 +
 img/community/b3-rocket2.svg                       |     1 +
 img/community/b3-rocket3.svg                       |     1 +
 img/community/b3-rocket4.svg                       |     1 +
 img/community/b3-rocket5.svg                       |     1 +
 img/community/b4-img.svg                           |     1 +
 img/community/b5-img.png                           |   Bin 0 -> 62831 bytes
 img/community/b7-chair-star.svg                    |     1 +
 img/community/b8-img.svg                           |     1 +
 img/community/b9-icon-code.svg                     |     1 +
 img/community/b9-icon-paper.svg                    |     1 +
 img/community/b9-wave.svg                          |     1 +
 img/downloads/hero.svg                             |     1 +
 img/downloads/icon-download.svg                    |     1 +
 img/downloads/icon-shevron.svg                     |     1 +
 img/events/b1-mainpic.svg                          |     1 +
 img/events/b2-summit.svg                           |     1 +
 img/events/b3-online-bg.svg                        |     1 +
 img/events/b3-speaker-bg.svg                       |     1 +
 img/events/b4-world.svg                            |     1 +
 img/events/b5-bg.svg                               |     1 +
 img/events/banner-bott-1.jpg                       |   Bin 0 -> 126752 bytes
 img/events/banner-bott-2.jpg                       |   Bin 0 -> 88480 bytes
 img/events/content/event1.png                      |   Bin 0 -> 2981 bytes
 img/events/content/event2.png                      |   Bin 0 -> 1462 bytes
 img/events/content/event3.png                      |   Bin 0 -> 1697 bytes
 img/events/content/highload.png                    |   Bin 0 -> 893 bytes
 img/events/content/hl++.svg                        |     1 +
 img/events/content/meetup.png                      |   Bin 0 -> 1065 bytes
 img/events/content/meetup.svg                      |     1 +
 img/events/content/merge.png                       |   Bin 0 -> 6326 bytes
 img/events/content/merge.svg                       |     1 +
 img/events/content/summit.png                      |   Bin 0 -> 5729 bytes
 img/events/content/summit.svg                      |     1 +
 img/events/event-banner-vert.jpg                   |   Bin 0 -> 24726 bytes
 img/events/event-banner.jpg                        |   Bin 0 -> 73594 bytes
 img/events/flag-ru.svg                             |     1 +
 img/events/flag-uk.svg                             |     1 +
 img/events/icon-arrow.svg                          |     1 +
 img/events/icon-camera.svg                         |     1 +
 img/events/icon-loc.svg                            |     1 +
 img/events/icon-mic.svg                            |     1 +
 img/events/icon-pero.png                           |   Bin 0 -> 2319 bytes
 img/events/icon-pero.svg                           |     1 +
 img/events/icon-play.svg                           |     1 +
 img/events/icon-plus.svg                           |     1 +
 img/events/logo-meetup.svg                         |    47 +
 img/faq/hero.svg                                   |     1 +
 img/faq/icon-faq1.svg                              |     1 +
 img/faq/icon-faq2.svg                              |     1 +
 img/faq/icon-faq3.svg                              |     1 +
 img/favicon.png                                    |   Bin 0 -> 1324 bytes
 img/features/01-multi-tier-storage.svg             |     1 +
 img/features/02-native-persistence.svg             |     1 +
 img/features/03-distributed-SQL.svg                |     1 +
 img/features/04-ACID-transactions.svg              |     1 +
 img/features/05-key-value-APIs.svg                 |     1 +
 img/features/06-compute-APIs.svg                   |     1 +
 img/features/07-machine-learning.svg               |     1 +
 img/features/08-services.svg                       |     1 +
 img/features/09-streaming.svg                      |     1 +
 img/features/10-continuous-queries.svg             |     1 +
 img/features/11-messaging.svg                      |     1 +
 img/features/acid/acid-func.svg                    |   216 +
 img/features/acid/hero.svg                         |     1 +
 img/features/acid/icon-cross.svg                   |     1 +
 img/features/compute-apis/code.png                 |   Bin 0 -> 41395 bytes
 img/features/compute-apis/compute-hero.svg         |     1 +
 img/features/compute-apis/icon-one.svg             |     1 +
 img/features/compute-apis/icon-two.svg             |     1 +
 img/features/deployment/deploy-pic.svg             |     1 +
 img/features/deployment/hero.svg                   |     1 +
 img/features/hero-bg.svg                           |     1 +
 img/features/icon-check-err.svg                    |     1 +
 img/features/icon-check-ok.svg                     |     1 +
 img/features/in-memory/01-ACID-Transactions.svg    |     1 +
 img/features/in-memory/02-sql.svg                  |     1 +
 img/features/in-memory/03-user.svg                 |     1 +
 .../in-memory/cache-aside-deployment-mob.svg       |     1 +
 img/features/in-memory/cache-aside-deployment.svg  |     1 +
 img/features/in-memory/icon-attention.svg          |     1 +
 img/features/in-memory/icon-check.svg              |     1 +
 .../in-memory/write-through-caching-mob.svg        |     1 +
 img/features/in-memory/write-through-caching.svg   |    26 +
 img/features/key-value/hero.svg                    |     1 +
 img/features/key-value/icon-library.svg            |     1 +
 img/features/key-value/key-value-api-2.svg         |     1 +
 img/features/key-value/key-value-api-3.svg         |    65 +
 img/features/key-value/key-value-api-4.svg         |   194 +
 img/features/key-value/key-value-api-pic.svg       |     1 +
 img/features/machinelearning/image.svg             |     1 +
 img/features/machinelearning/machine.svg           |     1 +
 img/features/more-learn-book.png                   |   Bin 0 -> 35245 bytes
 img/features/more-learn-book.svg                   |     1 +
 img/features/more-learn-planet.png                 |   Bin 0 -> 23537 bytes
 img/features/more-learn-planet.svg                 |     1 +
 img/features/multilanguage/four.png                |   Bin 0 -> 4638 bytes
 img/features/multilanguage/four.svg                |     1 +
 img/features/multilanguage/multi.svg               |     1 +
 img/features/multilanguage/one.svg                 |     1 +
 img/features/multilanguage/three.png               |   Bin 0 -> 4733 bytes
 img/features/multilanguage/three.svg               |     1 +
 img/features/multilanguage/two.svg                 |     1 +
 img/features/multitier/01-bd.svg                   |     1 +
 img/features/multitier/02-bglines.svg              |     1 +
 img/features/multitier/03-bd.svg                   |     1 +
 img/features/multitier/03-bglines.svg              |     1 +
 img/features/multitier/04-bd.svg                   |     1 +
 img/features/multitier/04-bglines.svg              |     1 +
 img/features/multitier/icon-play.svg               |     1 +
 img/features/multitier/logo-apache-summit.svg      |     1 +
 img/features/multitier/logo-apache-wh.svg          |     1 +
 img/features/multitier/logo-raif.svg               |     1 +
 img/features/multitier/video-1.png                 |   Bin 0 -> 13618 bytes
 img/features/multitier/video-2.png                 |   Bin 0 -> 8612 bytes
 img/features/multitier/video-3.png                 |   Bin 0 -> 10354 bytes
 img/features/native-docs.svg                       |     1 +
 img/features/native-header.svg                     |     1 +
 img/features/native-rocket.svg                     |     1 +
 img/features/native-stepspic.svg                   |    40 +
 img/features/service/one-image.svg                 |     1 +
 img/features/service/service-hero.svg              |     1 +
 img/features/service/two-image.svg                 |     1 +
 img/features/smile-doesnt-have.svg                 |     7 +
 img/features/smile-done.svg                        |     6 +
 img/features/sql/hero-image.svg                    |     1 +
 img/features/sql/image.svg                         |    52 +
 img/features/sql/plus.svg                          |     1 +
 img/features/streaming/five.svg                    |     1 +
 img/features/streaming/four.svg                    |     1 +
 img/features/streaming/hero-image.svg              |     1 +
 img/features/streaming/one.png                     |   Bin 0 -> 2258 bytes
 img/features/streaming/six.svg                     |     1 +
 img/features/streaming/speed.png                   |   Bin 0 -> 8994 bytes
 img/features/streaming/sql.svg                     |     1 +
 img/features/streaming/three.png                   |   Bin 0 -> 2193 bytes
 img/features/streaming/two.svg                     |     1 +
 img/features/tooling/action-rocket.svg             |     1 +
 img/features/tooling/data-dog.jpg                  |   Bin 0 -> 62689 bytes
 img/features/tooling/grid-gain.png                 |   Bin 0 -> 80003 bytes
 img/features/tooling/herobg.svg                    |     1 +
 img/features/tooling/icon-apache.svg               |     1 +
 img/features/tooling/icon-datadog.svg              |     1 +
 img/features/tooling/icon-gridgain.svg             |     1 +
 img/features/tooling/icon-zabbix.svg               |     1 +
 img/features/tooling/placeholder.png               |   Bin 0 -> 941 bytes
 img/features/tooling/visor-command-line.png        |   Bin 0 -> 56873 bytes
 img/features/tooling/zabbix.png                    |   Bin 0 -> 79677 bytes
 img/frontpage/b1-planet.svg                        |     1 +
 img/frontpage/b1-prize1.svg                        |     1 +
 img/frontpage/background.jpg                       |   Bin 0 -> 18114 bytes
 img/frontpage/blue-grad.jpg                        |   Bin 0 -> 18114 bytes
 img/frontpage/events/001.svg                       |     1 +
 img/frontpage/events/002.svg                       |     1 +
 img/frontpage/events/003.svg                       |     1 +
 img/frontpage/events/icon-cal.svg                  |     1 +
 img/frontpage/hero-white.svg                       |   102 +
 img/frontpage/hero.svg                             |     1 +
 img/frontpage/icon-done.svg                        |     1 +
 img/frontpage/icon-slider-arrow.svg                |     1 +
 img/frontpage/res-book.svg                         |     1 +
 img/frontpage/res-docs.svg                         |     1 +
 img/frontpage/res-vebinar.svg                      |     1 +
 img/frontpage/res-videos.svg                       |     1 +
 img/frontpage/res-wiki.svg                         |     1 +
 img/frontpage/video1.png                           |   Bin 0 -> 17539 bytes
 img/frontpage/video2.png                           |   Bin 0 -> 15974 bytes
 img/frontpage/video3.png                           |   Bin 0 -> 25641 bytes
 img/icon-arrow-white.svg                           |     1 +
 img/icon-email+.svg                                |     1 +
 img/icon-email-.svg                                |     1 +
 img/icon-folder.svg                                |     1 +
 img/icon-github.svg                                |     1 +
 img/icon-linkedin.svg                              |     1 +
 img/icon-meetup-black.png                          |   Bin 0 -> 1906 bytes
 img/icon-pero.svg                                  |     1 +
 img/icon-stackoverflow.svg                         |     1 +
 img/icon-twitter.svg                               |     1 +
 img/icon-video.svg                                 |     1 +
 img/loader.svg                                     |     1 +
 img/logo-white.svg                                 |     1 +
 img/logo.svg                                       |     1 +
 img/menu.svg                                       |     1 +
 img/menu/icon-arrow.svg                            |     1 +
 img/menu/icon-calendar.svg                         |     1 +
 img/menu/icon-clip.svg                             |     1 +
 img/menu/icon-comment.svg                          |     1 +
 img/menu/icon-cube.svg                             |     1 +
 img/menu/icon-db.svg                               |     1 +
 img/menu/icon-folder.svg                           |     1 +
 img/menu/icon-puzzle.svg                           |     1 +
 img/menu/icon-question.svg                         |     1 +
 img/menu/icon-red-rocket.svg                       |     1 +
 img/menu/icon-resources.svg                        |     1 +
 img/og-pic.png                                     |   Bin 0 -> 17658 bytes
 img/poweredby/banner-bg.png                        |   Bin 0 -> 9750 bytes
 img/poweredby/banner-bg.svg                        |     1 +
 img/poweredby/logos/apple.png                      |   Bin 0 -> 8075 bytes
 img/poweredby/logos/banco-do-brasil.svg            |     1 +
 img/poweredby/logos/bloomberg.svg                  |     1 +
 img/poweredby/logos/dreamworks.png                 |   Bin 0 -> 10409 bytes
 img/poweredby/logos/microsoft.svg                  |     1 +
 img/poweredby/logos/netflix.svg                    |     1 +
 img/poweredby/logos/paypal.svg                     |    55 +
 img/poweredby/logos/sber.png                       |   Bin 0 -> 11617 bytes
 img/poweredby/logos/sberbank.svg                   |     1 +
 img/poweredby/logos/yahoo.svg                      |     1 +
 img/poweredby/videos/001.png                       |   Bin 0 -> 27571 bytes
 img/poweredby/videos/001.svg                       |     1 +
 img/poweredby/videos/002.png                       |   Bin 0 -> 23081 bytes
 img/poweredby/videos/002.svg                       |     1 +
 img/poweredby/videos/003.png                       |   Bin 0 -> 25395 bytes
 img/poweredby/videos/003.svg                       |     1 +
 img/poweredby/videos/004.png                       |   Bin 0 -> 18885 bytes
 img/poweredby/videos/004.svg                       |     1 +
 img/poweredby/videos/005.png                       |   Bin 0 -> 41219 bytes
 img/poweredby/videos/005.svg                       |     1 +
 img/poweredby/videos/006.png                       |   Bin 0 -> 5912 bytes
 img/poweredby/videos/006.svg                       |     1 +
 img/poweredby/videos/007.png                       |   Bin 0 -> 29205 bytes
 img/poweredby/videos/007.svg                       |     1 +
 img/poweredby/videos/008.png                       |   Bin 0 -> 24176 bytes
 img/poweredby/videos/008.svg                       |     1 +
 img/poweredby/videos/009.png                       |   Bin 0 -> 13270 bytes
 img/poweredby/videos/009.svg                       |     1 +
 img/poweredby/videos/010.png                       |   Bin 0 -> 10440 bytes
 img/poweredby/videos/010.svg                       |     1 +
 img/poweredby/videos/011.png                       |   Bin 0 -> 7049 bytes
 img/poweredby/videos/011.svg                       |     1 +
 img/poweredby/videos/012.png                       |   Bin 0 -> 27141 bytes
 img/poweredby/videos/012.svg                       |     1 +
 img/poweredby/videos/013.png                       |   Bin 0 -> 83657 bytes
 img/poweredby/videos/013.svg                       |     1 +
 img/poweredby/videos/014.png                       |   Bin 0 -> 50565 bytes
 img/poweredby/videos/014.svg                       |     1 +
 img/poweredby/videos/015.png                       |   Bin 0 -> 7025 bytes
 img/poweredby/videos/015.svg                       |     1 +
 img/poweredby/videos/016.png                       |   Bin 0 -> 27184 bytes
 img/poweredby/videos/016.svg                       |     1 +
 img/poweredby/videos/017.png                       |   Bin 0 -> 10962 bytes
 img/poweredby/videos/017.svg                       |     1 +
 img/poweredby/videos/018.png                       |   Bin 0 -> 13689 bytes
 img/poweredby/videos/018.svg                       |     1 +
 img/poweredby/videos/019.png                       |   Bin 0 -> 25960 bytes
 img/poweredby/videos/019.svg                       |     1 +
 img/poweredby/videos/020.png                       |   Bin 0 -> 22909 bytes
 img/poweredby/videos/020.svg                       |     1 +
 img/poweredby/videos/021.png                       |   Bin 0 -> 16502 bytes
 img/poweredby/videos/021.svg                       |     1 +
 img/poweredby/videos/022.png                       |   Bin 0 -> 29731 bytes
 img/poweredby/videos/022.svg                       |     1 +
 img/poweredby/videos/023.png                       |   Bin 0 -> 40277 bytes
 img/poweredby/videos/023.svg                       |     1 +
 img/poweredby/videos/024.png                       |   Bin 0 -> 28386 bytes
 img/poweredby/videos/024.svg                       |     1 +
 img/poweredby/videos/025.png                       |   Bin 0 -> 10365 bytes
 img/resourses/block-book.svg                       |     1 +
 img/resourses/block-email.svg                      |     1 +
 img/resourses/block-video.svg                      |     1 +
 img/resourses/book-cover.jpg                       |   Bin 0 -> 155089 bytes
 img/resourses/hero.svg                             |     1 +
 img/resourses/icon-training.svg                    |     1 +
 img/resourses/icon-youtube.svg                     |     1 +
 img/resourses/res2-book.svg                        |     1 +
 img/resourses/res2-book2.svg                       |     1 +
 img/resourses/training1.svg                        |     1 +
 img/resourses/training2.svg                        |     1 +
 img/resourses/training3.svg                        |     1 +
 img/resourses/video.png                            |   Bin 0 -> 22596 bytes
 img/usecases/arrow.svg                             |     1 +
 img/usecases/database/hero-image.svg               |     1 +
 img/usecases/database/image.svg                    |     1 +
 img/usecases/database/one-video.png                |   Bin 0 -> 9661 bytes
 img/usecases/database/one.svg                      |     1 +
 img/usecases/database/three.svg                    |     1 +
 img/usecases/database/two-video.png                |   Bin 0 -> 3767 bytes
 img/usecases/database/two.svg                      |     1 +
 img/usecases/datagrid/hero-image.svg               |     1 +
 img/usecases/datagrid/image.svg                    |     1 +
 img/usecases/datagrid/two-video.png                |   Bin 0 -> 2565 bytes
 img/usecases/digital-hub/hero-image.svg            |     1 +
 img/usecases/digital-hub/image.svg                 |     1 +
 img/usecases/digital-hub/one-video.png             |   Bin 0 -> 12721 bytes
 img/usecases/digital-hub/three-video.png           |   Bin 0 -> 15567 bytes
 img/usecases/digital-hub/two-video.png             |   Bin 0 -> 21260 bytes
 img/usecases/ellipses.svg                          |     1 +
 img/usecases/hadoop/blue.svg                       |     1 +
 img/usecases/hadoop/hero-image.svg                 |     1 +
 img/usecases/hadoop/image.svg                      |     1 +
 img/usecases/head-bg.svg                           |     1 +
 img/usecases/high-peformance/arrow-circle.svg      |     1 +
 img/usecases/high-peformance/hero.svg              |     1 +
 img/usecases/high-peformance/icon-perf1.svg        |     1 +
 img/usecases/high-peformance/icon-perf2.svg        |     1 +
 img/usecases/high-peformance/icon-perf3.svg        |     1 +
 img/usecases/high-peformance/icon-perf4.svg        |     1 +
 img/usecases/high-peformance/icon-perf5.svg        |     1 +
 img/usecases/high-peformance/perf-pic.svg          |    48 +
 img/usecases/high-peformance/video-1.png           |   Bin 0 -> 20699 bytes
 img/usecases/high-peformance/video-2.png           |   Bin 0 -> 8273 bytes
 img/usecases/high-peformance/video-3.png           |   Bin 0 -> 20857 bytes
 img/usecases/high-peformance/video-4.png           |   Bin 0 -> 21387 bytes
 img/usecases/high-peformance/video-5.png           |   Bin 0 -> 8918 bytes
 img/usecases/high-peformance/video-6.png           |   Bin 0 -> 6419 bytes
 img/usecases/in-memory-hero.svg                    |     1 +
 img/usecases/key-value/hero-image.svg              |     1 +
 img/usecases/key-value/image.svg                   |     1 +
 img/usecases/spark/hero-image.svg                  |     1 +
 img/usecases/spark/image.svg                       |   169 +
 in-memory-computing.html                           |   128 -
 includes/footer.html                               |    49 -
 includes/header.html                               |   252 -
 includes/igniteimage.html                          |    11 -
 includes/scripts.html                              |    37 -
 includes/scriptshead.html                          |    48 -
 includes/styles.html                               |     1 -
 index.html                                         |  1847 +-
 jcache/1.0.0/javadoc/META-INF/MANIFEST.MF          |    12 +-
 js/bootstrap.min.js                                |     7 -
 js/bootstrap.min.js.map                            |     1 -
 js/headroom.min.js                                 |    52 -
 js/jquery-1.11.1.min.js                            |     2 -
 js/jquery.bootstrap-dropdown-hover.min.js          |    10 -
 js/jquery.main.js                                  |   268 -
 js/jspdf.plugin.autotable.js                       |    10 -
 js/lazysizes.min.js                                |     2 -
 js/main.js                                         |   553 +
 js/particles.min.js                                |     9 -
 js/prism.js                                        |    16 -
 js/tableExport.min.js                              |    32 -
 js/vendor/choices/base.min.css                     |     1 +
 js/vendor/choices/choices.min.css                  |     1 +
 js/vendor/choices/choices.min.js                   |    11 +
 js/vendor/glightbox/glightbox.min.css              |     1 +
 js/vendor/glightbox/glightbox.min.js               |     1 +
 js/vendor/highlight/bash.min.js                    |    20 +
 js/vendor/highlight/csharp.min.js                  |    45 +
 js/vendor/highlight/default.min.css                |     9 +
 js/vendor/highlight/highlight.min.js               |   748 +
 js/vendor/highlight/java.min.js                    |    33 +
 js/vendor/highlight/monokai-sublime.css            |    80 +
 js/vendor/highlight/night-owl.css                  |   180 +
 js/vendor/highlight/xml.min.js                     |    31 +
 js/vendor/hystmodal/hystmodal.min.css              |     1 +
 js/vendor/hystmodal/hystmodal.min.js               |     1 +
 js/vendor/imask.min.js                             |     1 +
 js/vendor/smoothscroll.js                          |   429 +
 js/vendor/swiper/swiper-bundle.min.css             |    13 +
 js/vendor/swiper/swiper-bundle.min.js              |    14 +
 .../vanillajs-datepicker/datepicker-full.min.js    |     1 +
 js/vendor/vanillajs-datepicker/datepicker.min.css  |     1 +
 js/vendor/vanillajs-datepicker/ru.js               |    18 +
 js/vendor/waypoints.min.js                         |     7 +
 latest                                             |     1 -
 lib/ApiDocumentation.php                           |   103 -
 lib/ApiDocumentationHtmlFile.php                   |   163 -
 meetup-groups.html                                 |   173 -
 package-lock.json                                  | 16770 +++--
 package.json                                       |    30 +-
 ...he.Ignite.AspNet.IgniteOutputCacheProvider.html |   762 +-
 ...ite.AspNet.IgniteSessionStateStoreProvider.html |  1458 +-
 .../api/Apache.Ignite.AspNet.IgniteWebUtils.html   |   412 +-
 .../2.10.0/dotnetdoc/api/Apache.Ignite.AspNet.html |   308 +-
 ...e.Ignite.Core.Binary.BinaryBasicNameMapper.html |   684 +-
 ...che.Ignite.Core.Binary.BinaryConfiguration.html |  1036 +-
 ...e.Ignite.Core.Binary.BinaryObjectException.html |   646 +-
 ...ite.Core.Binary.BinaryReflectiveSerializer.html |   598 +-
 ...Ignite.Core.Binary.BinaryTypeConfiguration.html |   906 +-
 .../Apache.Ignite.Core.Binary.BinaryTypeNames.html |  1774 +-
 .../Apache.Ignite.Core.Binary.IBinarizable.html    |   468 +-
 .../api/Apache.Ignite.Core.Binary.IBinary.html     |  1474 +-
 .../Apache.Ignite.Core.Binary.IBinaryIdMapper.html |   478 +-
 ...pache.Ignite.Core.Binary.IBinaryNameMapper.html |   468 +-
 .../Apache.Ignite.Core.Binary.IBinaryObject.html   |   762 +-
 ...he.Ignite.Core.Binary.IBinaryObjectBuilder.html |  3494 +-
 ...Apache.Ignite.Core.Binary.IBinaryRawReader.html |  1978 +-
 ...Apache.Ignite.Core.Binary.IBinaryRawWriter.html |  1928 +-
 .../Apache.Ignite.Core.Binary.IBinaryReader.html   |  3064 +-
 ...pache.Ignite.Core.Binary.IBinarySerializer.html |   428 +-
 .../api/Apache.Ignite.Core.Binary.IBinaryType.html |   668 +-
 .../Apache.Ignite.Core.Binary.IBinaryWriter.html   |  2274 +-
 ...che.Ignite.Core.Binary.ITimestampConverter.html |   468 +-
 ...ache.Ignite.Core.Binary.TimestampAttribute.html |   614 +-
 .../dotnetdoc/api/Apache.Ignite.Core.Binary.html   |   380 +-
 ...e.Core.Cache.Affinity.AffinityFunctionBase.html |   738 +-
 ...ore.Cache.Affinity.AffinityFunctionContext.html |   634 +-
 ...che.Ignite.Core.Cache.Affinity.AffinityKey.html |  1056 +-
 ....Cache.Affinity.AffinityKeyMappedAttribute.html |   698 +-
 ...ore.Cache.Affinity.AffinityTopologyVersion.html |  1404 +-
 ....Core.Cache.Affinity.IAffinityBackupFilter.html |   304 +-
 ...nite.Core.Cache.Affinity.IAffinityFunction.html |   568 +-
 ...s.ClusterNodeAttributeAffinityBackupFilter.html |   428 +-
 ...nity.Rendezvous.RendezvousAffinityFunction.html |   466 +-
 ...ache.Ignite.Core.Cache.Affinity.Rendezvous.html |   304 +-
 .../api/Apache.Ignite.Core.Cache.Affinity.html     |   332 +-
 ...te.Core.Cache.CacheEntryProcessorException.html |   696 +-
 .../Apache.Ignite.Core.Cache.CacheException.html   |   650 +-
 ...ite.Core.Cache.CachePartialUpdateException.html |   846 +-
 .../Apache.Ignite.Core.Cache.CachePeekMode.html    |   384 +-
 .../Apache.Ignite.Core.Cache.CacheResult-1.html    |   932 +-
 ...ore.Cache.Configuration.CacheAtomicityMode.html |   352 +-
 ...ore.Cache.Configuration.CacheConfiguration.html |  4676 +-
 ....Cache.Configuration.CacheKeyConfiguration.html |   528 +-
 ....Ignite.Core.Cache.Configuration.CacheMode.html |   352 +-
 ...ore.Cache.Configuration.CacheRebalanceMode.html |   352 +-
 ...onfiguration.CacheWriteSynchronizationMode.html |   352 +-
 ...e.Cache.Configuration.DataPageEvictionMode.html |   352 +-
 ...re.Cache.Configuration.MemoryConfiguration.html |   892 +-
 ...he.Configuration.MemoryPolicyConfiguration.html |  1114 +-
 ...Cache.Configuration.NearCacheConfiguration.html |   526 +-
 ...re.Cache.Configuration.PartitionLossPolicy.html |   368 +-
 ...e.Configuration.PlatformCacheConfiguration.html |   524 +-
 ...Ignite.Core.Cache.Configuration.QueryAlias.html |   538 +-
 ...gnite.Core.Cache.Configuration.QueryEntity.html |   956 +-
 ...Ignite.Core.Cache.Configuration.QueryField.html |   874 +-
 ...Ignite.Core.Cache.Configuration.QueryIndex.html |   848 +-
 ...e.Core.Cache.Configuration.QueryIndexField.html |   588 +-
 ...te.Core.Cache.Configuration.QueryIndexType.html |   352 +-
 ...Cache.Configuration.QuerySqlFieldAttribute.html |  1052 +-
 ...ache.Configuration.QueryTextFieldAttribute.html |   664 +-
 .../Apache.Ignite.Core.Cache.Configuration.html    |   380 +-
 ...gnite.Core.Cache.Event.CacheEntryEventType.html |   360 +-
 ...Ignite.Core.Cache.Event.ICacheEntryEvent-2.html |   548 +-
 ....Core.Cache.Event.ICacheEntryEventFilter-2.html |   426 +-
 ...ore.Cache.Event.ICacheEntryEventListener-2.html |   396 +-
 .../api/Apache.Ignite.Core.Cache.Event.html        |   316 +-
 ...ite.Core.Cache.Eviction.EvictionPolicyBase.html |   660 +-
 ...ite.Core.Cache.Eviction.FifoEvictionPolicy.html |   416 +-
 ...Ignite.Core.Cache.Eviction.IEvictionPolicy.html |   304 +-
 ...nite.Core.Cache.Eviction.LruEvictionPolicy.html |   416 +-
 .../api/Apache.Ignite.Core.Cache.Eviction.html     |   316 +-
 ...ache.Ignite.Core.Cache.Expiry.ExpiryPolicy.html |   594 +-
 ...che.Ignite.Core.Cache.Expiry.IExpiryPolicy.html |   446 +-
 .../api/Apache.Ignite.Core.Cache.Expiry.html       |   308 +-
 .../api/Apache.Ignite.Core.Cache.ICache-2.html     |  8036 +--
 .../Apache.Ignite.Core.Cache.ICacheAffinity.html   |  1756 +-
 .../Apache.Ignite.Core.Cache.ICacheEntry-2.html    |   438 +-
 ...ache.Ignite.Core.Cache.ICacheEntryFilter-2.html |   426 +-
 ...e.Ignite.Core.Cache.ICacheEntryProcessor-4.html |   452 +-
 ...te.Core.Cache.ICacheEntryProcessorResult-2.html |   438 +-
 .../api/Apache.Ignite.Core.Cache.ICacheLock.html   |   478 +-
 .../Apache.Ignite.Core.Cache.ICacheMetrics.html    |  4310 +-
 .../Apache.Ignite.Core.Cache.IMemoryMetrics.html   |   584 +-
 ...che.Ignite.Core.Cache.IMutableCacheEntry-2.html |   476 +-
 .../Apache.Ignite.Core.Cache.IQueryMetrics.html    |   538 +-
 ...e.Cache.Query.Continuous.ContinuousQuery-2.html |   990 +-
 ...ore.Cache.Query.Continuous.ContinuousQuery.html |   520 +-
 ...Query.Continuous.ContinuousQueryExtensions.html |   484 +-
 ....Query.Continuous.IContinuousQueryHandle-1.html |   396 +-
 ...he.Query.Continuous.IContinuousQueryHandle.html |   316 +-
 ...ry.Continuous.IContinuousQueryHandleFields.html |   366 +-
 .../Apache.Ignite.Core.Cache.Query.Continuous.html |   324 +-
 ...Ignite.Core.Cache.Query.IFieldsQueryCursor.html |   424 +-
 ...che.Ignite.Core.Cache.Query.IQueryCursor-1.html |   402 +-
 ....Ignite.Core.Cache.Query.IQueryCursorField.html |   446 +-
 .../Apache.Ignite.Core.Cache.Query.QueryBase.html  |   532 +-
 ...Apache.Ignite.Core.Cache.Query.ScanQuery-2.html |   570 +-
 ...che.Ignite.Core.Cache.Query.SqlFieldsQuery.html |  1238 +-
 .../Apache.Ignite.Core.Cache.Query.SqlQuery.html   |  1014 +-
 .../Apache.Ignite.Core.Cache.Query.TextQuery.html  |   742 +-
 .../api/Apache.Ignite.Core.Cache.Query.html        |   332 +-
 ...ache.Store.CacheParallelLoadStoreAdapter-3.html |  1156 +-
 ...gnite.Core.Cache.Store.CacheStoreAdapter-2.html |   908 +-
 ...gnite.Core.Cache.Store.CacheStoreException.html |   648 +-
 ...ache.Ignite.Core.Cache.Store.ICacheStore-2.html |  1066 +-
 ...Apache.Ignite.Core.Cache.Store.ICacheStore.html |   304 +-
 ...Ignite.Core.Cache.Store.ICacheStoreSession.html |   400 +-
 .../api/Apache.Ignite.Core.Cache.Store.html        |   324 +-
 .../dotnetdoc/api/Apache.Ignite.Core.Cache.html    |   372 +-
 ...Core.Client.Cache.CacheClientConfiguration.html |  2142 +-
 ...he.Ignite.Core.Client.Cache.ICacheClient-2.html |  4486 +-
 ...e.Query.Continuous.ContinuousQueryClient-2.html |   712 +-
 ...che.Query.Continuous.ContinuousQueryClient.html |   412 +-
 ...ContinuousQueryClientDisconnectedEventArgs.html |   474 +-
 ...ry.Continuous.IContinuousQueryHandleClient.html |   364 +-
 ....Ignite.Core.Client.Cache.Query.Continuous.html |   316 +-
 .../api/Apache.Ignite.Core.Client.Cache.html       |   308 +-
 ...Apache.Ignite.Core.Client.ClientStatusCode.html |   408 +-
 ....Ignite.Core.Client.Compute.IComputeClient.html |   946 +-
 .../api/Apache.Ignite.Core.Client.Compute.html     |   300 +-
 .../Apache.Ignite.Core.Client.IClientCluster.html  |   704 +-
 ...che.Ignite.Core.Client.IClientClusterGroup.html |   834 +-
 ...ache.Ignite.Core.Client.IClientClusterNode.html |   694 +-
 ...pache.Ignite.Core.Client.IClientConnection.html |   446 +-
 .../Apache.Ignite.Core.Client.IIgniteClient.html   |  1424 +-
 ...pache.Ignite.Core.Client.ISslStreamFactory.html |   398 +-
 ...nite.Core.Client.IgniteClientConfiguration.html |  1626 +-
 ...re.Client.IgniteClientConfigurationSection.html |   800 +-
 ...e.Ignite.Core.Client.IgniteClientException.html |   872 +-
 ...gnite.Core.Client.Services.IServicesClient.html |   560 +-
 .../api/Apache.Ignite.Core.Client.Services.html    |   300 +-
 ...Apache.Ignite.Core.Client.SslStreamFactory.html |   774 +-
 ...ore.Client.Transactions.ITransactionClient.html |   540 +-
 ...re.Client.Transactions.ITransactionsClient.html |   812 +-
 ...ransactions.TransactionClientConfiguration.html |   710 +-
 .../Apache.Ignite.Core.Client.Transactions.html    |   312 +-
 .../dotnetdoc/api/Apache.Ignite.Core.Client.html   |   348 +-
 ...he.Ignite.Core.Cluster.AttributeNodeFilter.html |   592 +-
 ...te.Core.Cluster.ClusterGroupEmptyException.html |   646 +-
 ...nite.Core.Cluster.ClusterTopologyException.html |   646 +-
 .../Apache.Ignite.Core.Cluster.IBaselineNode.html  |   400 +-
 .../api/Apache.Ignite.Core.Cluster.ICluster.html   |  1540 +-
 .../Apache.Ignite.Core.Cluster.IClusterGroup.html  |  2002 +-
 ...Apache.Ignite.Core.Cluster.IClusterMetrics.html |  2884 +-
 .../Apache.Ignite.Core.Cluster.IClusterNode.html   |  1020 +-
 ...che.Ignite.Core.Cluster.IClusterNodeFilter.html |   388 +-
 .../dotnetdoc/api/Apache.Ignite.Core.Cluster.html  |   336 +-
 ...te.Core.Common.ClientDisconnectedException.html |   706 +-
 ...Apache.Ignite.Core.Common.ExceptionFactory.html |   398 +-
 .../api/Apache.Ignite.Core.Common.IFactory-1.html  |   384 +-
 .../Apache.Ignite.Core.Common.IgniteException.html |   688 +-
 ...te.Core.Common.IgniteExperimentalAttribute.html |   614 +-
 ...Core.Common.IgniteFutureCancelledException.html |   646 +-
 .../api/Apache.Ignite.Core.Common.IgniteGuid.html  |   956 +-
 ...te.Core.Common.IgniteIllegalStateException.html |   646 +-
 ...he.Ignite.Core.Common.IgniteProductVersion.html |  1022 +-
 .../Apache.Ignite.Core.Common.JavaException.html   |   954 +-
 .../dotnetdoc/api/Apache.Ignite.Core.Common.html   |   348 +-
 ...gnite.Core.Communication.ICommunicationSpi.html |   304 +-
 ...Core.Communication.Tcp.TcpCommunicationSpi.html |  2300 +-
 .../api/Apache.Ignite.Core.Communication.Tcp.html  |   300 +-
 .../api/Apache.Ignite.Core.Communication.html      |   300 +-
 ....Compute.ComputeExecutionRejectedException.html |   646 +-
 ...he.Ignite.Core.Compute.ComputeJobAdapter-1.html |   750 +-
 ...e.Core.Compute.ComputeJobFailoverException.html |   646 +-
 ...Ignite.Core.Compute.ComputeJobResultPolicy.html |   352 +-
 ...e.Ignite.Core.Compute.ComputeTaskAdapter-3.html |   690 +-
 ...Core.Compute.ComputeTaskCancelledException.html |   646 +-
 ....Compute.ComputeTaskNoResultCacheAttribute.html |   614 +-
 ...ite.Core.Compute.ComputeTaskSplitAdapter-3.html |   662 +-
 ...e.Core.Compute.ComputeTaskTimeoutException.html |   646 +-
 ...ore.Compute.ComputeUserUndeclaredException.html |   646 +-
 .../api/Apache.Ignite.Core.Compute.ICompute.html   |  7654 +--
 .../Apache.Ignite.Core.Compute.IComputeAction.html |   324 +-
 .../Apache.Ignite.Core.Compute.IComputeFunc-1.html |   384 +-
 .../Apache.Ignite.Core.Compute.IComputeFunc-2.html |   426 +-
 .../Apache.Ignite.Core.Compute.IComputeJob-1.html  |   400 +-
 ...he.Ignite.Core.Compute.IComputeJobResult-1.html |   568 +-
 ...ache.Ignite.Core.Compute.IComputeReducer-2.html |   472 +-
 .../Apache.Ignite.Core.Compute.IComputeTask-2.html |   366 +-
 .../Apache.Ignite.Core.Compute.IComputeTask-3.html |   614 +-
 .../dotnetdoc/api/Apache.Ignite.Core.Compute.html  |   380 +-
 ...te.Core.Configuration.CheckpointWriteOrder.html |   344 +-
 ...Configuration.ClientConnectorConfiguration.html |  1518 +-
 ...te.Core.Configuration.DataPageEvictionMode.html |   352 +-
 ...Core.Configuration.DataRegionConfiguration.html |  1340 +-
 ...ore.Configuration.DataStorageConfiguration.html |  3006 +-
 ...ite.Core.Configuration.DiskPageCompression.html |   368 +-
 ...e.Core.Configuration.ExecutorConfiguration.html |   458 +-
 ...gnite.Core.Configuration.LockConfiguration.html |   574 +-
 ...re.Configuration.SqlConnectorConfiguration.html |  1022 +-
 ...Core.Configuration.ThinClientConfiguration.html |   570 +-
 .../Apache.Ignite.Core.Configuration.WalMode.html  |   368 +-
 .../api/Apache.Ignite.Core.Configuration.html      |   344 +-
 ...ructures.Configuration.AtomicConfiguration.html |   660 +-
 ...e.Ignite.Core.DataStructures.Configuration.html |   300 +-
 ...che.Ignite.Core.DataStructures.IAtomicLong.html |   808 +-
 ...ite.Core.DataStructures.IAtomicReference-1.html |   636 +-
 ...Ignite.Core.DataStructures.IAtomicSequence.html |   638 +-
 .../api/Apache.Ignite.Core.DataStructures.html     |   308 +-
 ...gnite.Core.Datastream.DataStreamerDefaults.html |   542 +-
 ...che.Ignite.Core.Datastream.IDataStreamer-2.html |  1318 +-
 ...e.Ignite.Core.Datastream.IStreamReceiver-2.html |   406 +-
 ...Ignite.Core.Datastream.StreamTransformer-4.html |   550 +-
 ...che.Ignite.Core.Datastream.StreamVisitor-2.html |   534 +-
 .../api/Apache.Ignite.Core.Datastream.html         |   320 +-
 ...te.Core.Deployment.PeerAssemblyLoadingMode.html |   344 +-
 .../api/Apache.Ignite.Core.Deployment.html         |   300 +-
 ...Apache.Ignite.Core.Discovery.IDiscoverySpi.html |   304 +-
 ...e.Core.Discovery.Tcp.ITcpDiscoveryIpFinder.html |   304 +-
 ...cp.Multicast.TcpDiscoveryMulticastIpFinder.html |   930 +-
 ...Apache.Ignite.Core.Discovery.Tcp.Multicast.html |   300 +-
 ...very.Tcp.Static.TcpDiscoveryStaticIpFinder.html |   514 +-
 .../Apache.Ignite.Core.Discovery.Tcp.Static.html   |   300 +-
 ...ore.Discovery.Tcp.TcpDiscoveryIpFinderBase.html |   542 +-
 ....Ignite.Core.Discovery.Tcp.TcpDiscoverySpi.html |  1626 +-
 .../api/Apache.Ignite.Core.Discovery.Tcp.html      |   312 +-
 .../api/Apache.Ignite.Core.Discovery.html          |   300 +-
 ...ache.Ignite.Core.Encryption.IEncryptionSpi.html |   304 +-
 ....Encryption.Keystore.KeystoreEncryptionSpi.html |   728 +-
 .../Apache.Ignite.Core.Encryption.Keystore.html    |   300 +-
 .../api/Apache.Ignite.Core.Encryption.html         |   300 +-
 .../api/Apache.Ignite.Core.Events.CacheEvent.html  |  1098 +-
 ...Ignite.Core.Events.CacheQueryExecutedEvent.html |   776 +-
 ...che.Ignite.Core.Events.CacheQueryReadEvent.html |   960 +-
 ...e.Ignite.Core.Events.CacheRebalancingEvent.html |   776 +-
 .../Apache.Ignite.Core.Events.CheckpointEvent.html |   546 +-
 .../Apache.Ignite.Core.Events.DiscoveryEvent.html  |   638 +-
 .../api/Apache.Ignite.Core.Events.EventBase.html   |  1158 +-
 .../api/Apache.Ignite.Core.Events.EventType.html   |  3032 +-
 .../api/Apache.Ignite.Core.Events.IEvent.html      |   680 +-
 .../Apache.Ignite.Core.Events.IEventFilter-1.html  |   418 +-
 ...Apache.Ignite.Core.Events.IEventListener-1.html |   418 +-
 ...Apache.Ignite.Core.Events.IEventStorageSpi.html |   304 +-
 .../api/Apache.Ignite.Core.Events.IEvents.html     |  2664 +-
 .../api/Apache.Ignite.Core.Events.JobEvent.html    |   776 +-
 ...he.Ignite.Core.Events.LocalEventListener-1.html |   450 +-
 ...ache.Ignite.Core.Events.LocalEventListener.html |   434 +-
 ...e.Ignite.Core.Events.MemoryEventStorageSpi.html |   586 +-
 ...che.Ignite.Core.Events.NoopEventStorageSpi.html |   378 +-
 .../api/Apache.Ignite.Core.Events.TaskEvent.html   |   730 +-
 .../dotnetdoc/api/Apache.Ignite.Core.Events.html   |   376 +-
 ...Apache.Ignite.Core.Failure.IFailureHandler.html |   304 +-
 ...che.Ignite.Core.Failure.NoOpFailureHandler.html |   378 +-
 ...Ignite.Core.Failure.StopNodeFailureHandler.html |   378 +-
 ....Core.Failure.StopNodeOrHaltFailureHandler.html |   494 +-
 .../dotnetdoc/api/Apache.Ignite.Core.Failure.html  |   316 +-
 .../api/Apache.Ignite.Core.IDataRegionMetrics.html |  1366 +-
 .../Apache.Ignite.Core.IDataStorageMetrics.html    |   860 +-
 .../dotnetdoc/api/Apache.Ignite.Core.IIgnite.html  |  4278 +-
 .../api/Apache.Ignite.Core.IIgniteLock.html        |   670 +-
 .../Apache.Ignite.Core.IgniteConfiguration.html    |  4898 +-
 ...che.Ignite.Core.IgniteConfigurationSection.html |   800 +-
 .../dotnetdoc/api/Apache.Ignite.Core.Ignition.html |  1724 +-
 ...Apache.Ignite.Core.Interop.IPlatformTarget.html |  1318 +-
 .../api/Apache.Ignite.Core.Interop.JavaObject.html |   580 +-
 .../dotnetdoc/api/Apache.Ignite.Core.Interop.html  |   308 +-
 ...te.Core.Lifecycle.ClientReconnectEventArgs.html |   474 +-
 ...he.Ignite.Core.Lifecycle.ILifecycleHandler.html |   358 +-
 ...e.Ignite.Core.Lifecycle.LifecycleEventType.html |   360 +-
 .../api/Apache.Ignite.Core.Lifecycle.html          |   316 +-
 .../api/Apache.Ignite.Core.Log.CategoryLogger.html |   794 +-
 .../api/Apache.Ignite.Core.Log.ConsoleLogger.html  |   846 +-
 .../Apache.Ignite.Core.Log.IDateTimeProvider.html  |   354 +-
 .../api/Apache.Ignite.Core.Log.ILogger.html        |   656 +-
 ...ache.Ignite.Core.Log.LocalDateTimeProvider.html |   476 +-
 .../api/Apache.Ignite.Core.Log.LogLevel.html       |   368 +-
 .../Apache.Ignite.Core.Log.LoggerExtensions.html   |  2266 +-
 .../dotnetdoc/api/Apache.Ignite.Core.Log.html      |   332 +-
 ...e.Ignite.Core.Messaging.IMessageListener-1.html |   428 +-
 .../Apache.Ignite.Core.Messaging.IMessaging.html   |  1098 +-
 .../api/Apache.Ignite.Core.Messaging.html          |   304 +-
 ....Core.PersistentStore.CheckpointWriteOrder.html |   344 +-
 ...re.PersistentStore.IPersistentStoreMetrics.html |   860 +-
 ...rsistentStore.PersistentStoreConfiguration.html |  2060 +-
 ...Apache.Ignite.Core.PersistentStore.WalMode.html |   360 +-
 .../api/Apache.Ignite.Core.PersistentStore.html    |   320 +-
 ...ore.Plugin.Cache.ICachePluginConfiguration.html |   408 +-
 .../api/Apache.Ignite.Core.Plugin.Cache.html       |   300 +-
 ...he.Ignite.Core.Plugin.IPluginConfiguration.html |   408 +-
 ...Apache.Ignite.Core.Plugin.IPluginContext-1.html |   730 +-
 ...pache.Ignite.Core.Plugin.IPluginProvider-1.html |   676 +-
 .../Apache.Ignite.Core.Plugin.PluginCallback.html  |   378 +-
 ...Ignite.Core.Plugin.PluginNotFoundException.html |   644 +-
 ...te.Core.Plugin.PluginProviderTypeAttribute.html |   718 +-
 .../dotnetdoc/api/Apache.Ignite.Core.Plugin.html   |   328 +-
 ...te.Core.Resource.InstanceResourceAttribute.html |   614 +-
 ...ore.Resource.StoreSessionResourceAttribute.html |   614 +-
 .../dotnetdoc/api/Apache.Ignite.Core.Resource.html |   304 +-
 .../api/Apache.Ignite.Core.Services.IService.html  |   458 +-
 ...pache.Ignite.Core.Services.IServiceContext.html |   538 +-
 ...he.Ignite.Core.Services.IServiceDescriptor.html |   676 +-
 .../api/Apache.Ignite.Core.Services.IServices.html |  2308 +-
 ....Ignite.Core.Services.ServiceConfiguration.html |   708 +-
 ...e.Core.Services.ServiceDeploymentException.html |   944 +-
 ...e.Core.Services.ServiceInvocationException.html |   818 +-
 .../dotnetdoc/api/Apache.Ignite.Core.Services.html |   328 +-
 .../Apache.Ignite.Core.Ssl.ISslContextFactory.html |   304 +-
 .../Apache.Ignite.Core.Ssl.SslContextFactory.html  |  1046 +-
 .../dotnetdoc/api/Apache.Ignite.Core.Ssl.html      |   308 +-
 ...ache.Ignite.Core.Transactions.ITransaction.html |  1248 +-
 ...e.Core.Transactions.ITransactionCollection.html |   364 +-
 ...nite.Core.Transactions.ITransactionMetrics.html |   492 +-
 ...che.Ignite.Core.Transactions.ITransactions.html |  1022 +-
 ...e.Core.Transactions.TransactionConcurrency.html |   344 +-
 ...Core.Transactions.TransactionConfiguration.html |  1020 +-
 ....Transactions.TransactionDeadlockException.html |   646 +-
 ...Transactions.TransactionHeuristicException.html |   646 +-
 ...ite.Core.Transactions.TransactionIsolation.html |   352 +-
 ...ransactions.TransactionOptimisticException.html |   646 +-
 ....Transactions.TransactionRollbackException.html |   646 +-
 ....Ignite.Core.Transactions.TransactionState.html |   400 +-
 ...e.Transactions.TransactionTimeoutException.html |   646 +-
 .../api/Apache.Ignite.Core.Transactions.html       |   356 +-
 .../2.10.0/dotnetdoc/api/Apache.Ignite.Core.html   |   328 +-
 ...pache.Ignite.EntityFramework.DbCachingMode.html |   344 +-
 ...che.Ignite.EntityFramework.DbCachingPolicy.html |   712 +-
 .../Apache.Ignite.EntityFramework.DbQueryInfo.html |   504 +-
 ...he.Ignite.EntityFramework.IDbCachingPolicy.html |   638 +-
 ...nite.EntityFramework.IgniteDbConfiguration.html |  1028 +-
 .../api/Apache.Ignite.EntityFramework.html         |   324 +-
 ...ache.Ignite.Linq.CacheClientLinqExtensions.html |   878 +-
 .../Apache.Ignite.Linq.CacheLinqExtensions.html    |  1362 +-
 .../api/Apache.Ignite.Linq.CompiledQuery.html      |  1754 +-
 .../Apache.Ignite.Linq.CompiledQueryFunc-1.html    |   398 +-
 .../api/Apache.Ignite.Linq.ICacheQueryable.html    |   496 +-
 .../Apache.Ignite.Linq.IUpdateDescriptor-2.html    |   586 +-
 .../api/Apache.Ignite.Linq.QueryOptions.html       |   984 +-
 .../2.10.0/dotnetdoc/api/Apache.Ignite.Linq.html   |   332 +-
 .../Apache.Ignite.Log4Net.IgniteLog4NetLogger.html |   722 +-
 .../dotnetdoc/api/Apache.Ignite.Log4Net.html       |   300 +-
 .../api/Apache.Ignite.NLog.IgniteNLogLogger.html   |   782 +-
 .../2.10.0/dotnetdoc/api/Apache.Ignite.NLog.html   |   300 +-
 releases/2.10.0/dotnetdoc/api/index.html           |   278 +-
 releases/2.10.0/dotnetdoc/api/toc.html             |  2608 +-
 releases/2.10.0/dotnetdoc/index.html               |   264 +-
 releases/2.10.0/dotnetdoc/index.json               |  3362 +-
 releases/2.10.0/dotnetdoc/logo.svg                 |    50 +-
 releases/2.10.0/dotnetdoc/manifest.json            |  8288 +--
 releases/2.10.0/dotnetdoc/search-stopwords.json    |   242 +-
 releases/2.10.0/dotnetdoc/styles/docfx.css         |  1788 +-
 releases/2.10.0/dotnetdoc/styles/docfx.js          |  1568 +-
 releases/2.10.0/dotnetdoc/styles/docfx.vendor.css  |  2920 +-
 releases/2.10.0/dotnetdoc/styles/docfx.vendor.js   |    32 +-
 releases/2.10.0/dotnetdoc/styles/main.js           |     2 +-
 releases/2.10.0/dotnetdoc/styles/search-worker.js  |   160 +-
 releases/2.10.0/dotnetdoc/toc.html                 |   298 +-
 releases/2.10.0/dotnetdoc/xrefmap.yml              | 60732 +++++++++---------
 ...he.Ignite.AspNet.IgniteOutputCacheProvider.html |   704 +-
 ...ite.AspNet.IgniteSessionStateStoreProvider.html |  1400 +-
 .../api/Apache.Ignite.AspNet.IgniteWebUtils.html   |   354 +-
 .../2.11.0/dotnetdoc/api/Apache.Ignite.AspNet.html |   250 +-
 ...e.Ignite.Core.Binary.BinaryBasicNameMapper.html |   626 +-
 ...che.Ignite.Core.Binary.BinaryConfiguration.html |   978 +-
 ...e.Ignite.Core.Binary.BinaryObjectException.html |   588 +-
 ...ite.Core.Binary.BinaryReflectiveSerializer.html |   540 +-
 ...Ignite.Core.Binary.BinaryTypeConfiguration.html |   848 +-
 .../Apache.Ignite.Core.Binary.BinaryTypeNames.html |  1716 +-
 .../Apache.Ignite.Core.Binary.IBinarizable.html    |   410 +-
 .../api/Apache.Ignite.Core.Binary.IBinary.html     |  1416 +-
 .../Apache.Ignite.Core.Binary.IBinaryIdMapper.html |   420 +-
 ...pache.Ignite.Core.Binary.IBinaryNameMapper.html |   410 +-
 .../Apache.Ignite.Core.Binary.IBinaryObject.html   |   704 +-
 ...he.Ignite.Core.Binary.IBinaryObjectBuilder.html |  3436 +-
 ...Apache.Ignite.Core.Binary.IBinaryRawReader.html |  1920 +-
 ...Apache.Ignite.Core.Binary.IBinaryRawWriter.html |  1870 +-
 .../Apache.Ignite.Core.Binary.IBinaryReader.html   |  3006 +-
 ...pache.Ignite.Core.Binary.IBinarySerializer.html |   370 +-
 .../api/Apache.Ignite.Core.Binary.IBinaryType.html |   610 +-
 .../Apache.Ignite.Core.Binary.IBinaryWriter.html   |  2216 +-
 ...che.Ignite.Core.Binary.ITimestampConverter.html |   410 +-
 ...ache.Ignite.Core.Binary.TimestampAttribute.html |   556 +-
 .../dotnetdoc/api/Apache.Ignite.Core.Binary.html   |   322 +-
 ...e.Core.Cache.Affinity.AffinityFunctionBase.html |   680 +-
 ...ore.Cache.Affinity.AffinityFunctionContext.html |   576 +-
 ...che.Ignite.Core.Cache.Affinity.AffinityKey.html |   998 +-
 ....Cache.Affinity.AffinityKeyMappedAttribute.html |   640 +-
 ...ore.Cache.Affinity.AffinityTopologyVersion.html |  1346 +-
 ....Core.Cache.Affinity.IAffinityBackupFilter.html |   246 +-
 ...nite.Core.Cache.Affinity.IAffinityFunction.html |   510 +-
 ...s.ClusterNodeAttributeAffinityBackupFilter.html |   370 +-
 ...nity.Rendezvous.RendezvousAffinityFunction.html |   408 +-
 ...ache.Ignite.Core.Cache.Affinity.Rendezvous.html |   246 +-
 .../api/Apache.Ignite.Core.Cache.Affinity.html     |   274 +-
 ...te.Core.Cache.CacheEntryProcessorException.html |   638 +-
 .../Apache.Ignite.Core.Cache.CacheException.html   |   592 +-
 ...ite.Core.Cache.CachePartialUpdateException.html |   788 +-
 .../Apache.Ignite.Core.Cache.CachePeekMode.html    |   326 +-
 .../Apache.Ignite.Core.Cache.CacheResult-1.html    |   874 +-
 ...ore.Cache.Configuration.CacheAtomicityMode.html |   294 +-
 ...ore.Cache.Configuration.CacheConfiguration.html |  4618 +-
 ....Cache.Configuration.CacheKeyConfiguration.html |   470 +-
 ....Ignite.Core.Cache.Configuration.CacheMode.html |   294 +-
 ...ore.Cache.Configuration.CacheRebalanceMode.html |   294 +-
 ...onfiguration.CacheWriteSynchronizationMode.html |   294 +-
 ...e.Cache.Configuration.DataPageEvictionMode.html |   294 +-
 ...re.Cache.Configuration.MemoryConfiguration.html |   834 +-
 ...he.Configuration.MemoryPolicyConfiguration.html |  1056 +-
 ...Cache.Configuration.NearCacheConfiguration.html |   468 +-
 ...re.Cache.Configuration.PartitionLossPolicy.html |   310 +-
 ...e.Configuration.PlatformCacheConfiguration.html |   466 +-
 ...Ignite.Core.Cache.Configuration.QueryAlias.html |   480 +-
 ...gnite.Core.Cache.Configuration.QueryEntity.html |   898 +-
 ...Ignite.Core.Cache.Configuration.QueryField.html |   816 +-
 ...Ignite.Core.Cache.Configuration.QueryIndex.html |   790 +-
 ...e.Core.Cache.Configuration.QueryIndexField.html |   530 +-
 ...te.Core.Cache.Configuration.QueryIndexType.html |   294 +-
 ...Cache.Configuration.QuerySqlFieldAttribute.html |   994 +-
 ...ache.Configuration.QueryTextFieldAttribute.html |   606 +-
 .../Apache.Ignite.Core.Cache.Configuration.html    |   322 +-
 ...gnite.Core.Cache.Event.CacheEntryEventType.html |   302 +-
 ...Ignite.Core.Cache.Event.ICacheEntryEvent-2.html |   490 +-
 ....Core.Cache.Event.ICacheEntryEventFilter-2.html |   368 +-
 ...ore.Cache.Event.ICacheEntryEventListener-2.html |   338 +-
 .../api/Apache.Ignite.Core.Cache.Event.html        |   258 +-
 ...ite.Core.Cache.Eviction.EvictionPolicyBase.html |   602 +-
 ...ite.Core.Cache.Eviction.FifoEvictionPolicy.html |   358 +-
 ...Ignite.Core.Cache.Eviction.IEvictionPolicy.html |   246 +-
 ...nite.Core.Cache.Eviction.LruEvictionPolicy.html |   358 +-
 .../api/Apache.Ignite.Core.Cache.Eviction.html     |   258 +-
 ...ache.Ignite.Core.Cache.Expiry.ExpiryPolicy.html |   536 +-
 ...che.Ignite.Core.Cache.Expiry.IExpiryPolicy.html |   388 +-
 .../api/Apache.Ignite.Core.Cache.Expiry.html       |   250 +-
 .../api/Apache.Ignite.Core.Cache.ICache-2.html     |  7978 +--
 .../Apache.Ignite.Core.Cache.ICacheAffinity.html   |  1698 +-
 .../Apache.Ignite.Core.Cache.ICacheEntry-2.html    |   380 +-
 ...ache.Ignite.Core.Cache.ICacheEntryFilter-2.html |   368 +-
 ...e.Ignite.Core.Cache.ICacheEntryProcessor-4.html |   394 +-
 ...te.Core.Cache.ICacheEntryProcessorResult-2.html |   380 +-
 .../api/Apache.Ignite.Core.Cache.ICacheLock.html   |   420 +-
 .../Apache.Ignite.Core.Cache.ICacheMetrics.html    |  4252 +-
 .../Apache.Ignite.Core.Cache.IMemoryMetrics.html   |   526 +-
 ...che.Ignite.Core.Cache.IMutableCacheEntry-2.html |   418 +-
 .../Apache.Ignite.Core.Cache.IQueryMetrics.html    |   480 +-
 ...e.Cache.Query.Continuous.ContinuousQuery-2.html |   932 +-
 ...ore.Cache.Query.Continuous.ContinuousQuery.html |   462 +-
 ...Query.Continuous.ContinuousQueryExtensions.html |   426 +-
 ....Query.Continuous.IContinuousQueryHandle-1.html |   338 +-
 ...he.Query.Continuous.IContinuousQueryHandle.html |   258 +-
 ...ry.Continuous.IContinuousQueryHandleFields.html |   308 +-
 .../Apache.Ignite.Core.Cache.Query.Continuous.html |   266 +-
 ...Ignite.Core.Cache.Query.IFieldsQueryCursor.html |   366 +-
 ...che.Ignite.Core.Cache.Query.IQueryCursor-1.html |   344 +-
 ....Ignite.Core.Cache.Query.IQueryCursorField.html |   388 +-
 .../Apache.Ignite.Core.Cache.Query.QueryBase.html  |   474 +-
 ...Apache.Ignite.Core.Cache.Query.ScanQuery-2.html |   512 +-
 ...che.Ignite.Core.Cache.Query.SqlFieldsQuery.html |  1180 +-
 .../Apache.Ignite.Core.Cache.Query.SqlQuery.html   |   956 +-
 .../Apache.Ignite.Core.Cache.Query.TextQuery.html  |   684 +-
 .../api/Apache.Ignite.Core.Cache.Query.html        |   274 +-
 ...ache.Store.CacheParallelLoadStoreAdapter-3.html |  1098 +-
 ...gnite.Core.Cache.Store.CacheStoreAdapter-2.html |   850 +-
 ...gnite.Core.Cache.Store.CacheStoreException.html |   590 +-
 ...ache.Ignite.Core.Cache.Store.ICacheStore-2.html |  1008 +-
 ...Apache.Ignite.Core.Cache.Store.ICacheStore.html |   246 +-
 ...Ignite.Core.Cache.Store.ICacheStoreSession.html |   342 +-
 .../api/Apache.Ignite.Core.Cache.Store.html        |   266 +-
 .../dotnetdoc/api/Apache.Ignite.Core.Cache.html    |   314 +-
 ...Core.Client.Cache.CacheClientConfiguration.html |  2084 +-
 ...he.Ignite.Core.Client.Cache.ICacheClient-2.html |  4428 +-
 ...e.Query.Continuous.ContinuousQueryClient-2.html |   654 +-
 ...che.Query.Continuous.ContinuousQueryClient.html |   354 +-
 ...ContinuousQueryClientDisconnectedEventArgs.html |   416 +-
 ...ry.Continuous.IContinuousQueryHandleClient.html |   306 +-
 ....Ignite.Core.Client.Cache.Query.Continuous.html |   258 +-
 .../api/Apache.Ignite.Core.Client.Cache.html       |   250 +-
 ...Apache.Ignite.Core.Client.ClientStatusCode.html |   358 +-
 ....Ignite.Core.Client.Compute.IComputeClient.html |   888 +-
 .../api/Apache.Ignite.Core.Client.Compute.html     |   242 +-
 ...ent.Datastream.DataStreamerClientOptions-2.html |   562 +-
 ...lient.Datastream.DataStreamerClientOptions.html |   748 +-
 ...re.Client.Datastream.IDataStreamerClient-2.html |   744 +-
 .../api/Apache.Ignite.Core.Client.Datastream.html  |   254 +-
 .../Apache.Ignite.Core.Client.IClientCluster.html  |   646 +-
 ...che.Ignite.Core.Client.IClientClusterGroup.html |   776 +-
 ...ache.Ignite.Core.Client.IClientClusterNode.html |   636 +-
 ...pache.Ignite.Core.Client.IClientConnection.html |   388 +-
 .../Apache.Ignite.Core.Client.IIgniteClient.html   |  1740 +-
 ...pache.Ignite.Core.Client.ISslStreamFactory.html |   340 +-
 ...nite.Core.Client.IgniteClientConfiguration.html |  1612 +-
 ...re.Client.IgniteClientConfigurationSection.html |   742 +-
 ...e.Ignite.Core.Client.IgniteClientException.html |   814 +-
 ...gnite.Core.Client.Services.IServicesClient.html |   502 +-
 .../api/Apache.Ignite.Core.Client.Services.html    |   242 +-
 ...Apache.Ignite.Core.Client.SslStreamFactory.html |   716 +-
 ...ore.Client.Transactions.ITransactionClient.html |   482 +-
 ...re.Client.Transactions.ITransactionsClient.html |   754 +-
 ...ransactions.TransactionClientConfiguration.html |   652 +-
 .../Apache.Ignite.Core.Client.Transactions.html    |   254 +-
 .../dotnetdoc/api/Apache.Ignite.Core.Client.html   |   290 +-
 ...he.Ignite.Core.Cluster.AttributeNodeFilter.html |   534 +-
 ...te.Core.Cluster.ClusterGroupEmptyException.html |   588 +-
 ...nite.Core.Cluster.ClusterTopologyException.html |   588 +-
 .../Apache.Ignite.Core.Cluster.IBaselineNode.html  |   342 +-
 .../api/Apache.Ignite.Core.Cluster.ICluster.html   |  1482 +-
 .../Apache.Ignite.Core.Cluster.IClusterGroup.html  |  1944 +-
 ...Apache.Ignite.Core.Cluster.IClusterMetrics.html |  2826 +-
 .../Apache.Ignite.Core.Cluster.IClusterNode.html   |   962 +-
 ...che.Ignite.Core.Cluster.IClusterNodeFilter.html |   330 +-
 .../dotnetdoc/api/Apache.Ignite.Core.Cluster.html  |   278 +-
 ...te.Core.Common.ClientDisconnectedException.html |   648 +-
 ...Apache.Ignite.Core.Common.ExceptionFactory.html |   340 +-
 .../api/Apache.Ignite.Core.Common.IFactory-1.html  |   326 +-
 .../Apache.Ignite.Core.Common.IgniteException.html |   630 +-
 ...te.Core.Common.IgniteExperimentalAttribute.html |   556 +-
 ...Core.Common.IgniteFutureCancelledException.html |   588 +-
 .../api/Apache.Ignite.Core.Common.IgniteGuid.html  |   898 +-
 ...te.Core.Common.IgniteIllegalStateException.html |   588 +-
 ...he.Ignite.Core.Common.IgniteProductVersion.html |  1042 +-
 .../Apache.Ignite.Core.Common.JavaException.html   |   896 +-
 .../dotnetdoc/api/Apache.Ignite.Core.Common.html   |   290 +-
 ...gnite.Core.Communication.ICommunicationSpi.html |   246 +-
 ...Core.Communication.Tcp.TcpCommunicationSpi.html |  2242 +-
 .../api/Apache.Ignite.Core.Communication.Tcp.html  |   242 +-
 .../api/Apache.Ignite.Core.Communication.html      |   242 +-
 ....Compute.ComputeExecutionRejectedException.html |   588 +-
 ...he.Ignite.Core.Compute.ComputeJobAdapter-1.html |   692 +-
 ...e.Core.Compute.ComputeJobFailoverException.html |   588 +-
 ...Ignite.Core.Compute.ComputeJobResultPolicy.html |   294 +-
 ...e.Ignite.Core.Compute.ComputeTaskAdapter-3.html |   632 +-
 ...Core.Compute.ComputeTaskCancelledException.html |   588 +-
 ....Compute.ComputeTaskNoResultCacheAttribute.html |   556 +-
 ...ite.Core.Compute.ComputeTaskSplitAdapter-3.html |   604 +-
 ...e.Core.Compute.ComputeTaskTimeoutException.html |   588 +-
 ...ore.Compute.ComputeUserUndeclaredException.html |   588 +-
 .../api/Apache.Ignite.Core.Compute.ICompute.html   |  7596 +--
 .../Apache.Ignite.Core.Compute.IComputeAction.html |   266 +-
 .../Apache.Ignite.Core.Compute.IComputeFunc-1.html |   326 +-
 .../Apache.Ignite.Core.Compute.IComputeFunc-2.html |   368 +-
 .../Apache.Ignite.Core.Compute.IComputeJob-1.html  |   342 +-
 ...he.Ignite.Core.Compute.IComputeJobResult-1.html |   510 +-
 ...ache.Ignite.Core.Compute.IComputeReducer-2.html |   414 +-
 .../Apache.Ignite.Core.Compute.IComputeTask-2.html |   308 +-
 .../Apache.Ignite.Core.Compute.IComputeTask-3.html |   556 +-
 .../dotnetdoc/api/Apache.Ignite.Core.Compute.html  |   322 +-
 ...re.Configuration.AsyncContinuationExecutor.html |   294 +-
 ...te.Core.Configuration.CheckpointWriteOrder.html |   286 +-
 ...Configuration.ClientConnectorConfiguration.html |  1460 +-
 ...te.Core.Configuration.DataPageEvictionMode.html |   294 +-
 ...Core.Configuration.DataRegionConfiguration.html |  1282 +-
 ...ore.Configuration.DataStorageConfiguration.html |  2948 +-
 ...ite.Core.Configuration.DiskPageCompression.html |   310 +-
 ...e.Core.Configuration.ExecutorConfiguration.html |   400 +-
 ...gnite.Core.Configuration.LockConfiguration.html |   516 +-
 ...re.Configuration.SqlConnectorConfiguration.html |   964 +-
 ...Core.Configuration.ThinClientConfiguration.html |   512 +-
 .../Apache.Ignite.Core.Configuration.WalMode.html  |   310 +-
 .../api/Apache.Ignite.Core.Configuration.html      |   290 +-
 ...ructures.Configuration.AtomicConfiguration.html |   602 +-
 ...e.Ignite.Core.DataStructures.Configuration.html |   242 +-
 ...che.Ignite.Core.DataStructures.IAtomicLong.html |   750 +-
 ...ite.Core.DataStructures.IAtomicReference-1.html |   578 +-
 ...Ignite.Core.DataStructures.IAtomicSequence.html |   580 +-
 .../api/Apache.Ignite.Core.DataStructures.html     |   250 +-
 ...gnite.Core.Datastream.DataStreamerDefaults.html |   484 +-
 ...che.Ignite.Core.Datastream.IDataStreamer-2.html |  1608 +-
 ...e.Ignite.Core.Datastream.IStreamReceiver-2.html |   348 +-
 ...Ignite.Core.Datastream.StreamTransformer-4.html |   492 +-
 ...che.Ignite.Core.Datastream.StreamVisitor-2.html |   476 +-
 .../api/Apache.Ignite.Core.Datastream.html         |   262 +-
 ...te.Core.Deployment.PeerAssemblyLoadingMode.html |   286 +-
 .../api/Apache.Ignite.Core.Deployment.html         |   242 +-
 ...Apache.Ignite.Core.Discovery.IDiscoverySpi.html |   246 +-
 ...e.Core.Discovery.Tcp.ITcpDiscoveryIpFinder.html |   246 +-
 ...cp.Multicast.TcpDiscoveryMulticastIpFinder.html |   872 +-
 ...Apache.Ignite.Core.Discovery.Tcp.Multicast.html |   242 +-
 ...very.Tcp.Static.TcpDiscoveryStaticIpFinder.html |   456 +-
 .../Apache.Ignite.Core.Discovery.Tcp.Static.html   |   242 +-
 ...ore.Discovery.Tcp.TcpDiscoveryIpFinderBase.html |   484 +-
 ....Ignite.Core.Discovery.Tcp.TcpDiscoverySpi.html |  1568 +-
 .../api/Apache.Ignite.Core.Discovery.Tcp.html      |   254 +-
 .../api/Apache.Ignite.Core.Discovery.html          |   242 +-
 ...ache.Ignite.Core.Encryption.IEncryptionSpi.html |   246 +-
 ....Encryption.Keystore.KeystoreEncryptionSpi.html |   670 +-
 .../Apache.Ignite.Core.Encryption.Keystore.html    |   242 +-
 .../api/Apache.Ignite.Core.Encryption.html         |   242 +-
 .../api/Apache.Ignite.Core.Events.CacheEvent.html  |  1040 +-
 ...Ignite.Core.Events.CacheQueryExecutedEvent.html |   718 +-
 ...che.Ignite.Core.Events.CacheQueryReadEvent.html |   902 +-
 ...e.Ignite.Core.Events.CacheRebalancingEvent.html |   718 +-
 .../Apache.Ignite.Core.Events.CheckpointEvent.html |   488 +-
 .../Apache.Ignite.Core.Events.DiscoveryEvent.html  |   580 +-
 .../api/Apache.Ignite.Core.Events.EventBase.html   |  1100 +-
 .../api/Apache.Ignite.Core.Events.EventType.html   |  2974 +-
 .../api/Apache.Ignite.Core.Events.IEvent.html      |   622 +-
 .../Apache.Ignite.Core.Events.IEventFilter-1.html  |   360 +-
 ...Apache.Ignite.Core.Events.IEventListener-1.html |   360 +-
 ...Apache.Ignite.Core.Events.IEventStorageSpi.html |   246 +-
 .../api/Apache.Ignite.Core.Events.IEvents.html     |  2606 +-
 .../api/Apache.Ignite.Core.Events.JobEvent.html    |   718 +-
 ...he.Ignite.Core.Events.LocalEventListener-1.html |   392 +-
 ...ache.Ignite.Core.Events.LocalEventListener.html |   376 +-
 ...e.Ignite.Core.Events.MemoryEventStorageSpi.html |   528 +-
 ...che.Ignite.Core.Events.NoopEventStorageSpi.html |   320 +-
 .../api/Apache.Ignite.Core.Events.TaskEvent.html   |   672 +-
 .../dotnetdoc/api/Apache.Ignite.Core.Events.html   |   318 +-
 ...Apache.Ignite.Core.Failure.IFailureHandler.html |   246 +-
 ...che.Ignite.Core.Failure.NoOpFailureHandler.html |   320 +-
 ...Ignite.Core.Failure.StopNodeFailureHandler.html |   320 +-
 ....Core.Failure.StopNodeOrHaltFailureHandler.html |   436 +-
 .../dotnetdoc/api/Apache.Ignite.Core.Failure.html  |   258 +-
 .../api/Apache.Ignite.Core.IDataRegionMetrics.html |  1308 +-
 .../Apache.Ignite.Core.IDataStorageMetrics.html    |   802 +-
 .../dotnetdoc/api/Apache.Ignite.Core.IIgnite.html  |  4220 +-
 .../api/Apache.Ignite.Core.IIgniteLock.html        |   612 +-
 .../Apache.Ignite.Core.IgniteConfiguration.html    |  4886 +-
 ...che.Ignite.Core.IgniteConfigurationSection.html |   742 +-
 .../dotnetdoc/api/Apache.Ignite.Core.Ignition.html |  1666 +-
 ...Apache.Ignite.Core.Interop.IPlatformTarget.html |  1260 +-
 .../api/Apache.Ignite.Core.Interop.JavaObject.html |   522 +-
 .../dotnetdoc/api/Apache.Ignite.Core.Interop.html  |   250 +-
 ...te.Core.Lifecycle.ClientReconnectEventArgs.html |   416 +-
 ...he.Ignite.Core.Lifecycle.ILifecycleHandler.html |   300 +-
 ...e.Ignite.Core.Lifecycle.LifecycleEventType.html |   302 +-
 .../api/Apache.Ignite.Core.Lifecycle.html          |   258 +-
 .../api/Apache.Ignite.Core.Log.CategoryLogger.html |   736 +-
 .../api/Apache.Ignite.Core.Log.ConsoleLogger.html  |   788 +-
 .../Apache.Ignite.Core.Log.IDateTimeProvider.html  |   296 +-
 .../api/Apache.Ignite.Core.Log.ILogger.html        |   598 +-
 ...ache.Ignite.Core.Log.LocalDateTimeProvider.html |   418 +-
 .../api/Apache.Ignite.Core.Log.LogLevel.html       |   310 +-
 .../Apache.Ignite.Core.Log.LoggerExtensions.html   |  2208 +-
 .../dotnetdoc/api/Apache.Ignite.Core.Log.html      |   274 +-
 ...e.Ignite.Core.Messaging.IMessageListener-1.html |   370 +-
 .../Apache.Ignite.Core.Messaging.IMessaging.html   |  1040 +-
 .../api/Apache.Ignite.Core.Messaging.html          |   246 +-
 ....Core.PersistentStore.CheckpointWriteOrder.html |   286 +-
 ...re.PersistentStore.IPersistentStoreMetrics.html |   802 +-
 ...rsistentStore.PersistentStoreConfiguration.html |  2002 +-
 ...Apache.Ignite.Core.PersistentStore.WalMode.html |   302 +-
 .../api/Apache.Ignite.Core.PersistentStore.html    |   262 +-
 ...ore.Plugin.Cache.ICachePluginConfiguration.html |   350 +-
 .../api/Apache.Ignite.Core.Plugin.Cache.html       |   242 +-
 ...he.Ignite.Core.Plugin.IPluginConfiguration.html |   350 +-
 ...Apache.Ignite.Core.Plugin.IPluginContext-1.html |   672 +-
 ...pache.Ignite.Core.Plugin.IPluginProvider-1.html |   618 +-
 .../Apache.Ignite.Core.Plugin.PluginCallback.html  |   320 +-
 ...Ignite.Core.Plugin.PluginNotFoundException.html |   586 +-
 ...te.Core.Plugin.PluginProviderTypeAttribute.html |   660 +-
 .../dotnetdoc/api/Apache.Ignite.Core.Plugin.html   |   270 +-
 ...te.Core.Resource.InstanceResourceAttribute.html |   556 +-
 ...ore.Resource.StoreSessionResourceAttribute.html |   556 +-
 .../dotnetdoc/api/Apache.Ignite.Core.Resource.html |   246 +-
 .../api/Apache.Ignite.Core.Services.IService.html  |   400 +-
 ...pache.Ignite.Core.Services.IServiceContext.html |   480 +-
 ...he.Ignite.Core.Services.IServiceDescriptor.html |   618 +-
 .../api/Apache.Ignite.Core.Services.IServices.html |  2250 +-
 ....Ignite.Core.Services.ServiceConfiguration.html |   650 +-
 ...e.Core.Services.ServiceDeploymentException.html |   886 +-
 ...e.Core.Services.ServiceInvocationException.html |   760 +-
 .../dotnetdoc/api/Apache.Ignite.Core.Services.html |   270 +-
 .../Apache.Ignite.Core.Ssl.ISslContextFactory.html |   246 +-
 .../Apache.Ignite.Core.Ssl.SslContextFactory.html  |   988 +-
 .../dotnetdoc/api/Apache.Ignite.Core.Ssl.html      |   250 +-
 ...ache.Ignite.Core.Transactions.ITransaction.html |  1190 +-
 ...e.Core.Transactions.ITransactionCollection.html |   306 +-
 ...nite.Core.Transactions.ITransactionMetrics.html |   434 +-
 ...che.Ignite.Core.Transactions.ITransactions.html |   964 +-
 ...e.Core.Transactions.TransactionConcurrency.html |   286 +-
 ...Core.Transactions.TransactionConfiguration.html |   962 +-
 ....Transactions.TransactionDeadlockException.html |   588 +-
 ...Transactions.TransactionHeuristicException.html |   588 +-
 ...ite.Core.Transactions.TransactionIsolation.html |   294 +-
 ...ransactions.TransactionOptimisticException.html |   588 +-
 ....Transactions.TransactionRollbackException.html |   588 +-
 ....Ignite.Core.Transactions.TransactionState.html |   342 +-
 ...e.Transactions.TransactionTimeoutException.html |   588 +-
 .../api/Apache.Ignite.Core.Transactions.html       |   298 +-
 .../2.11.0/dotnetdoc/api/Apache.Ignite.Core.html   |   270 +-
 ...pache.Ignite.EntityFramework.DbCachingMode.html |   286 +-
 ...che.Ignite.EntityFramework.DbCachingPolicy.html |   654 +-
 .../Apache.Ignite.EntityFramework.DbQueryInfo.html |   446 +-
 ...he.Ignite.EntityFramework.IDbCachingPolicy.html |   580 +-
 ...nite.EntityFramework.IgniteDbConfiguration.html |   970 +-
 .../api/Apache.Ignite.EntityFramework.html         |   266 +-
 ...ache.Ignite.Linq.CacheClientLinqExtensions.html |   820 +-
 .../Apache.Ignite.Linq.CacheLinqExtensions.html    |  1304 +-
 .../api/Apache.Ignite.Linq.CompiledQuery.html      |  1696 +-
 .../Apache.Ignite.Linq.CompiledQueryFunc-1.html    |   340 +-
 .../api/Apache.Ignite.Linq.ICacheQueryable.html    |   438 +-
 .../Apache.Ignite.Linq.IUpdateDescriptor-2.html    |   528 +-
 .../api/Apache.Ignite.Linq.QueryOptions.html       |   926 +-
 .../2.11.0/dotnetdoc/api/Apache.Ignite.Linq.html   |   274 +-
 .../Apache.Ignite.Log4Net.IgniteLog4NetLogger.html |   664 +-
 .../dotnetdoc/api/Apache.Ignite.Log4Net.html       |   242 +-
 .../api/Apache.Ignite.NLog.IgniteNLogLogger.html   |   724 +-
 .../2.11.0/dotnetdoc/api/Apache.Ignite.NLog.html   |   242 +-
 releases/2.11.0/dotnetdoc/api/index.html           |   220 +-
 releases/2.11.0/dotnetdoc/api/toc.html             |  2586 +-
 releases/2.11.0/dotnetdoc/index.html               |   206 +-
 releases/2.11.0/dotnetdoc/index.json               |  3412 +-
 releases/2.11.0/dotnetdoc/logo.svg                 |    50 +-
 releases/2.11.0/dotnetdoc/manifest.json            |  8408 +--
 releases/2.11.0/dotnetdoc/search-stopwords.json    |   242 +-
 releases/2.11.0/dotnetdoc/styles/docfx.css         |  1788 +-
 releases/2.11.0/dotnetdoc/styles/docfx.js          |  1568 +-
 releases/2.11.0/dotnetdoc/styles/docfx.vendor.css  |  2920 +-
 releases/2.11.0/dotnetdoc/styles/docfx.vendor.js   |    32 +-
 releases/2.11.0/dotnetdoc/styles/main.js           |     2 +-
 releases/2.11.0/dotnetdoc/styles/search-worker.js  |   160 +-
 releases/2.11.0/dotnetdoc/toc.html                 |   240 +-
 releases/2.11.0/dotnetdoc/xrefmap.yml              | 61752 +++++++++----------
 releases/2.3.0/cppdoc/annotated.html               |     0
 releases/2.3.0/cppdoc/arrowdown.png                |   Bin
 releases/2.3.0/cppdoc/arrowright.png               |   Bin
 releases/2.3.0/cppdoc/bc_s.png                     |   Bin
 releases/2.3.0/cppdoc/bdwn.png                     |   Bin
 releases/2.3.0/cppdoc/binary_8h.html               |     0
 releases/2.3.0/cppdoc/binary_8h_source.html        |     0
 releases/2.3.0/cppdoc/binary__consts_8h.html       |     0
 .../2.3.0/cppdoc/binary__consts_8h_source.html     |     0
 releases/2.3.0/cppdoc/binary__containers_8h.html   |     0
 .../2.3.0/cppdoc/binary__containers_8h_source.html |     0
 releases/2.3.0/cppdoc/binary__object_8h.html       |     0
 .../2.3.0/cppdoc/binary__object_8h_source.html     |     0
 releases/2.3.0/cppdoc/binary__raw__reader_8h.html  |     0
 .../cppdoc/binary__raw__reader_8h_source.html      |     0
 releases/2.3.0/cppdoc/binary__raw__writer_8h.html  |     0
 .../cppdoc/binary__raw__writer_8h_source.html      |     0
 releases/2.3.0/cppdoc/binary__reader_8h.html       |     0
 .../2.3.0/cppdoc/binary__reader_8h_source.html     |     0
 releases/2.3.0/cppdoc/binary__type_8h.html         |     0
 releases/2.3.0/cppdoc/binary__type_8h_source.html  |     0
 releases/2.3.0/cppdoc/binary__writer_8h.html       |     0
 .../2.3.0/cppdoc/binary__writer_8h_source.html     |     0
 releases/2.3.0/cppdoc/cache_8h.html                |     0
 releases/2.3.0/cppdoc/cache_8h_source.html         |     0
 releases/2.3.0/cppdoc/cache__entry_8h.html         |     0
 releases/2.3.0/cppdoc/cache__entry_8h_source.html  |     0
 releases/2.3.0/cppdoc/cache__entry__event_8h.html  |     0
 .../cppdoc/cache__entry__event_8h_source.html      |     0
 .../cppdoc/cache__entry__event__filter_8h.html     |     0
 .../cache__entry__event__filter_8h_source.html     |     0
 .../cppdoc/cache__entry__event__listener_8h.html   |     0
 .../cache__entry__event__listener_8h_source.html   |     0
 .../2.3.0/cppdoc/cache__entry__processor_8h.html   |     0
 .../cppdoc/cache__entry__processor_8h_source.html  |     0
 releases/2.3.0/cppdoc/cache__peek__mode_8h.html    |     0
 .../2.3.0/cppdoc/cache__peek__mode_8h_source.html  |     0
 releases/2.3.0/cppdoc/classes.html                 |     0
 .../classignite_1_1ConstReference-members.html     |     0
 .../cppdoc/classignite_1_1ConstReference.html      |     0
 .../2.3.0/cppdoc/classignite_1_1Date-members.html  |     0
 releases/2.3.0/cppdoc/classignite_1_1Date.html     |     0
 .../cppdoc/classignite_1_1Future-members.html      |     0
 releases/2.3.0/cppdoc/classignite_1_1Future.html   |     0
 ...lassignite_1_1Future_3_01void_01_4-members.html |     0
 .../classignite_1_1Future_3_01void_01_4.html       |     0
 .../2.3.0/cppdoc/classignite_1_1Guid-members.html  |     0
 releases/2.3.0/cppdoc/classignite_1_1Guid.html     |     0
 .../cppdoc/classignite_1_1Ignite-members.html      |     0
 releases/2.3.0/cppdoc/classignite_1_1Ignite.html   |     0
 .../classignite_1_1IgniteBinding-members.html      |     0
 .../2.3.0/cppdoc/classignite_1_1IgniteBinding.html |     0
 ...lassignite_1_1IgniteBindingContext-members.html |     0
 .../classignite_1_1IgniteBindingContext.html       |     0
 .../cppdoc/classignite_1_1IgniteError-members.html |     0
 .../2.3.0/cppdoc/classignite_1_1IgniteError.html   |     0
 .../2.3.0/cppdoc/classignite_1_1IgniteError.png    |   Bin
 .../cppdoc/classignite_1_1Ignition-members.html    |     0
 releases/2.3.0/cppdoc/classignite_1_1Ignition.html |     0
 .../cppdoc/classignite_1_1JvmOptions-members.html  |     0
 .../2.3.0/cppdoc/classignite_1_1JvmOptions.html    |     0
 .../cppdoc/classignite_1_1Reference-members.html   |     0
 .../2.3.0/cppdoc/classignite_1_1Reference.html     |     0
 .../2.3.0/cppdoc/classignite_1_1Time-members.html  |     0
 releases/2.3.0/cppdoc/classignite_1_1Time.html     |     0
 .../cppdoc/classignite_1_1Timestamp-members.html   |     0
 .../2.3.0/cppdoc/classignite_1_1Timestamp.html     |     0
 ...ite_1_1binary_1_1BinaryArrayReader-members.html |     0
 ...classignite_1_1binary_1_1BinaryArrayReader.html |     0
 ...ite_1_1binary_1_1BinaryArrayWriter-members.html |     0
 ...classignite_1_1binary_1_1BinaryArrayWriter.html |     0
 ..._1binary_1_1BinaryCollectionReader-members.html |     0
 ...ignite_1_1binary_1_1BinaryCollectionReader.html |     0
 ..._1binary_1_1BinaryCollectionWriter-members.html |     0
 ...ignite_1_1binary_1_1BinaryCollectionWriter.html |     0
 ...gnite_1_1binary_1_1BinaryMapReader-members.html |     0
 .../classignite_1_1binary_1_1BinaryMapReader.html  |     0
 ...gnite_1_1binary_1_1BinaryMapWriter-members.html |     0
 .../classignite_1_1binary_1_1BinaryMapWriter.html  |     0
 ...ssignite_1_1binary_1_1BinaryObject-members.html |     0
 .../classignite_1_1binary_1_1BinaryObject.html     |     0
 ...gnite_1_1binary_1_1BinaryRawReader-members.html |     0
 .../classignite_1_1binary_1_1BinaryRawReader.html  |     0
 ...gnite_1_1binary_1_1BinaryRawWriter-members.html |     0
 .../classignite_1_1binary_1_1BinaryRawWriter.html  |     0
 ...ssignite_1_1binary_1_1BinaryReader-members.html |     0
 .../classignite_1_1binary_1_1BinaryReader.html     |     0
 ...1binary_1_1BinaryStringArrayReader-members.html |     0
 ...gnite_1_1binary_1_1BinaryStringArrayReader.html |     0
 ...1binary_1_1BinaryStringArrayWriter-members.html |     0
 ...gnite_1_1binary_1_1BinaryStringArrayWriter.html |     0
 ...ssignite_1_1binary_1_1BinaryWriter-members.html |     0
 .../classignite_1_1binary_1_1BinaryWriter.html     |     0
 .../classignite_1_1cache_1_1Cache-members.html     |     0
 .../cppdoc/classignite_1_1cache_1_1Cache.html      |     0
 ...classignite_1_1cache_1_1CacheEntry-members.html |     0
 .../cppdoc/classignite_1_1cache_1_1CacheEntry.html |     0
 .../cppdoc/classignite_1_1cache_1_1CacheEntry.png  |   Bin
 ...ignite_1_1cache_1_1CacheEntryEvent-members.html |     0
 .../classignite_1_1cache_1_1CacheEntryEvent.html   |     0
 .../classignite_1_1cache_1_1CacheEntryEvent.png    |   Bin
 ...te_1_1cache_1_1CacheEntryProcessor-members.html |     0
 ...lassignite_1_1cache_1_1CacheEntryProcessor.html |     0
 ...nite_1_1cache_1_1MutableCacheEntry-members.html |     0
 .../classignite_1_1cache_1_1MutableCacheEntry.html |     0
 ..._1_1event_1_1CacheEntryEventFilter-members.html |     0
 ...1_1cache_1_1event_1_1CacheEntryEventFilter.html |     0
 ..._1_1cache_1_1event_1_1CacheEntryEventFilter.png |   Bin
 ..._1event_1_1CacheEntryEventListener-members.html |     0
 ...1cache_1_1event_1_1CacheEntryEventListener.html |     0
 ...e_1_1cache_1_1query_1_1QueryCursor-members.html |     0
 ...assignite_1_1cache_1_1query_1_1QueryCursor.html |     0
 ...ache_1_1query_1_1QueryFieldsCursor-members.html |     0
 ...ite_1_1cache_1_1query_1_1QueryFieldsCursor.html |     0
 ..._1cache_1_1query_1_1QueryFieldsRow-members.html |     0
 ...ignite_1_1cache_1_1query_1_1QueryFieldsRow.html |     0
 ...ite_1_1cache_1_1query_1_1ScanQuery-members.html |     0
 ...classignite_1_1cache_1_1query_1_1ScanQuery.html |     0
 ..._1cache_1_1query_1_1SqlFieldsQuery-members.html |     0
 ...ignite_1_1cache_1_1query_1_1SqlFieldsQuery.html |     0
 ...nite_1_1cache_1_1query_1_1SqlQuery-members.html |     0
 .../classignite_1_1cache_1_1query_1_1SqlQuery.html |     0
 ...ite_1_1cache_1_1query_1_1TextQuery-members.html |     0
 ...classignite_1_1cache_1_1query_1_1TextQuery.html |     0
 ...y_1_1continuous_1_1ContinuousQuery-members.html |     0
 ..._1_1query_1_1continuous_1_1ContinuousQuery.html |     0
 ...ontinuous_1_1ContinuousQueryHandle-members.html |     0
 ...ery_1_1continuous_1_1ContinuousQueryHandle.html |     0
 .../cppdoc/classignite_1_1common_1_1Promise.html   |     0
 .../classignite_1_1compute_1_1Compute-members.html |     0
 .../cppdoc/classignite_1_1compute_1_1Compute.html  |     0
 ...ssignite_1_1compute_1_1ComputeFunc-members.html |     0
 .../classignite_1_1compute_1_1ComputeFunc.html     |     0
 ...he_1_1event_1_1CacheEntryEventFilterHolder.html |     0
 ...ite_1_1transactions_1_1Transaction-members.html |     0
 ...classignite_1_1transactions_1_1Transaction.html |     0
 ...transactions_1_1TransactionMetrics-members.html |     0
 ...nite_1_1transactions_1_1TransactionMetrics.html |     0
 ...te_1_1transactions_1_1Transactions-members.html |     0
 ...lassignite_1_1transactions_1_1Transactions.html |     0
 releases/2.3.0/cppdoc/closed.png                   |   Bin
 releases/2.3.0/cppdoc/compute_8h.html              |     0
 releases/2.3.0/cppdoc/compute_8h_source.html       |     0
 releases/2.3.0/cppdoc/compute__func_8h.html        |     0
 releases/2.3.0/cppdoc/compute__func_8h_source.html |     0
 releases/2.3.0/cppdoc/continuous__query_8h.html    |     0
 .../2.3.0/cppdoc/continuous__query_8h_source.html  |     0
 .../2.3.0/cppdoc/continuous__query__handle_8h.html |     0
 .../continuous__query__handle_8h_source.html       |     0
 releases/2.3.0/cppdoc/date_8h.html                 |     0
 releases/2.3.0/cppdoc/date_8h_source.html          |     0
 .../dir_11fbc4217d50ab21044e5ad6614aede5.html      |     0
 .../dir_13c1d00a1be9b016a133dec12b890b36.html      |     0
 .../dir_1d5505cee217f179c88903b7091c150e.html      |     0
 .../dir_2dedece15635f75054d44afc50ccfbaf.html      |     0
 .../dir_3ea13a7deaf085a2d3c551dce8b68ff3.html      |     0
 .../dir_4e4d22e38ca4e2e8207825ee2d00bc54.html      |     0
 .../dir_70c4f2dc9c34c91dd30b464208cd3c8c.html      |     0
 .../dir_73151ea5884c52b11ec50969c926e1f3.html      |     0
 .../dir_84516225c95b6844f8b87c0f7daf8132.html      |     0
 .../dir_88bd599177f4cc5007b9f053025b0bc5.html      |     0
 .../dir_89e6aceab60817aa630a6f544556b5f7.html      |     0
 .../dir_91ef880c2b12d355e87d8c01b90755f3.html      |     0
 .../dir_985e469ec48e039817ced4926e3f7372.html      |     0
 .../dir_a589d7fa76191ec48a638b0021c39d11.html      |     0
 .../dir_b98deae7bc3b0ca8b45558e3cfe0065d.html      |     0
 .../dir_bdd9a5d540de89e9fe90efdfc6973a4f.html      |     0
 .../dir_cabbc57be87e7b42e2aa05a6e528b8d7.html      |     0
 .../dir_f18fe8b4ea83e72b6c5f9ba3529386ec.html      |     0
 releases/2.3.0/cppdoc/doc.png                      |   Bin
 releases/2.3.0/cppdoc/doxygen.css                  |     0
 releases/2.3.0/cppdoc/doxygen.png                  |   Bin
 releases/2.3.0/cppdoc/dynsections.js               |     0
 releases/2.3.0/cppdoc/files.html                   |     0
 releases/2.3.0/cppdoc/folderclosed.png             |   Bin
 releases/2.3.0/cppdoc/folderopen.png               |   Bin
 releases/2.3.0/cppdoc/functions.html               |     0
 releases/2.3.0/cppdoc/functions_0x7e.html          |     0
 releases/2.3.0/cppdoc/functions_b.html             |     0
 releases/2.3.0/cppdoc/functions_c.html             |     0
 releases/2.3.0/cppdoc/functions_d.html             |     0
 releases/2.3.0/cppdoc/functions_enum.html          |     0
 releases/2.3.0/cppdoc/functions_eval.html          |     0
 releases/2.3.0/cppdoc/functions_f.html             |     0
 releases/2.3.0/cppdoc/functions_func.html          |     0
 releases/2.3.0/cppdoc/functions_func_0x7e.html     |     0
 releases/2.3.0/cppdoc/functions_func_b.html        |     0
 releases/2.3.0/cppdoc/functions_func_c.html        |     0
 releases/2.3.0/cppdoc/functions_func_d.html        |     0
 releases/2.3.0/cppdoc/functions_func_f.html        |     0
 releases/2.3.0/cppdoc/functions_func_g.html        |     0
 releases/2.3.0/cppdoc/functions_func_h.html        |     0
 releases/2.3.0/cppdoc/functions_func_i.html        |     0
 releases/2.3.0/cppdoc/functions_func_j.html        |     0
 releases/2.3.0/cppdoc/functions_func_l.html        |     0
 releases/2.3.0/cppdoc/functions_func_m.html        |     0
 releases/2.3.0/cppdoc/functions_func_o.html        |     0
 releases/2.3.0/cppdoc/functions_func_p.html        |     0
 releases/2.3.0/cppdoc/functions_func_q.html        |     0
 releases/2.3.0/cppdoc/functions_func_r.html        |     0
 releases/2.3.0/cppdoc/functions_func_s.html        |     0
 releases/2.3.0/cppdoc/functions_func_t.html        |     0
 releases/2.3.0/cppdoc/functions_func_w.html        |     0
 releases/2.3.0/cppdoc/functions_g.html             |     0
 releases/2.3.0/cppdoc/functions_h.html             |     0
 releases/2.3.0/cppdoc/functions_i.html             |     0
 releases/2.3.0/cppdoc/functions_j.html             |     0
 releases/2.3.0/cppdoc/functions_k.html             |     0
 releases/2.3.0/cppdoc/functions_l.html             |     0
 releases/2.3.0/cppdoc/functions_m.html             |     0
 releases/2.3.0/cppdoc/functions_n.html             |     0
 releases/2.3.0/cppdoc/functions_o.html             |     0
 releases/2.3.0/cppdoc/functions_p.html             |     0
 releases/2.3.0/cppdoc/functions_q.html             |     0
 releases/2.3.0/cppdoc/functions_r.html             |     0
 releases/2.3.0/cppdoc/functions_rela.html          |     0
 releases/2.3.0/cppdoc/functions_s.html             |     0
 releases/2.3.0/cppdoc/functions_t.html             |     0
 releases/2.3.0/cppdoc/functions_type.html          |     0
 releases/2.3.0/cppdoc/functions_u.html             |     0
 releases/2.3.0/cppdoc/functions_v.html             |     0
 releases/2.3.0/cppdoc/functions_vars.html          |     0
 releases/2.3.0/cppdoc/functions_w.html             |     0
 releases/2.3.0/cppdoc/future_8h.html               |     0
 releases/2.3.0/cppdoc/future_8h_source.html        |     0
 releases/2.3.0/cppdoc/globals.html                 |     0
 releases/2.3.0/cppdoc/globals_defs.html            |     0
 releases/2.3.0/cppdoc/guid_8h.html                 |     0
 releases/2.3.0/cppdoc/guid_8h_source.html          |     0
 releases/2.3.0/cppdoc/hierarchy.html               |     0
 releases/2.3.0/cppdoc/ignite_8h.html               |     0
 releases/2.3.0/cppdoc/ignite_8h_source.html        |     0
 .../2.3.0/cppdoc/ignite__binding_8h_source.html    |     0
 .../2.3.0/cppdoc/ignite__binding__context_8h.html  |     0
 .../cppdoc/ignite__binding__context_8h_source.html |     0
 .../2.3.0/cppdoc/ignite__configuration_8h.html     |     0
 .../cppdoc/ignite__configuration_8h_source.html    |     0
 releases/2.3.0/cppdoc/ignite__error_8h.html        |     0
 releases/2.3.0/cppdoc/ignite__error_8h_source.html |     0
 releases/2.3.0/cppdoc/ignite_logo.png              |   Bin
 releases/2.3.0/cppdoc/ignition_8h.html             |     0
 releases/2.3.0/cppdoc/ignition_8h_source.html      |     0
 releases/2.3.0/cppdoc/index.html                   |     0
 releases/2.3.0/cppdoc/jquery.js                    |     0
 .../cppdoc/mutable__cache__entry_8h_source.html    |     0
 releases/2.3.0/cppdoc/namespaceignite.html         |     0
 .../2.3.0/cppdoc/namespaceignite_1_1binary.html    |     0
 .../2.3.0/cppdoc/namespaceignite_1_1cache.html     |     0
 .../cppdoc/namespaceignite_1_1cache_1_1event.html  |     0
 .../cppdoc/namespaceignite_1_1cache_1_1query.html  |     0
 ...paceignite_1_1cache_1_1query_1_1continuous.html |     0
 .../cppdoc/namespaceignite_1_1transactions.html    |     0
 releases/2.3.0/cppdoc/namespacemembers.html        |     0
 releases/2.3.0/cppdoc/namespacemembers_func.html   |     0
 releases/2.3.0/cppdoc/namespacemembers_vars.html   |     0
 releases/2.3.0/cppdoc/namespaces.html              |     0
 releases/2.3.0/cppdoc/nav_f.png                    |   Bin
 releases/2.3.0/cppdoc/nav_g.png                    |   Bin
 releases/2.3.0/cppdoc/nav_h.png                    |   Bin
 releases/2.3.0/cppdoc/open.png                     |   Bin
 releases/2.3.0/cppdoc/query_8h.html                |     0
 releases/2.3.0/cppdoc/query_8h_source.html         |     0
 releases/2.3.0/cppdoc/query__cursor_8h.html        |     0
 releases/2.3.0/cppdoc/query__cursor_8h_source.html |     0
 .../2.3.0/cppdoc/query__fields__cursor_8h.html     |     0
 .../cppdoc/query__fields__cursor_8h_source.html    |     0
 releases/2.3.0/cppdoc/query__fields__row_8h.html   |     0
 .../2.3.0/cppdoc/query__fields__row_8h_source.html |     0
 releases/2.3.0/cppdoc/query__scan_8h.html          |     0
 releases/2.3.0/cppdoc/query__scan_8h_source.html   |     0
 releases/2.3.0/cppdoc/query__sql_8h.html           |     0
 releases/2.3.0/cppdoc/query__sql_8h_source.html    |     0
 releases/2.3.0/cppdoc/query__sql__fields_8h.html   |     0
 .../2.3.0/cppdoc/query__sql__fields_8h_source.html |     0
 releases/2.3.0/cppdoc/query__text_8h.html          |     0
 releases/2.3.0/cppdoc/query__text_8h_source.html   |     0
 releases/2.3.0/cppdoc/reference_8h.html            |     0
 releases/2.3.0/cppdoc/reference_8h_source.html     |     0
 releases/2.3.0/cppdoc/search/all_0.html            |     0
 releases/2.3.0/cppdoc/search/all_0.js              |     0
 releases/2.3.0/cppdoc/search/all_1.html            |     0
 releases/2.3.0/cppdoc/search/all_1.js              |     0
 releases/2.3.0/cppdoc/search/all_10.html           |     0
 releases/2.3.0/cppdoc/search/all_10.js             |     0
 releases/2.3.0/cppdoc/search/all_11.html           |     0
 releases/2.3.0/cppdoc/search/all_11.js             |     0
 releases/2.3.0/cppdoc/search/all_12.html           |     0
 releases/2.3.0/cppdoc/search/all_12.js             |     0
 releases/2.3.0/cppdoc/search/all_13.html           |     0
 releases/2.3.0/cppdoc/search/all_13.js             |     0
 releases/2.3.0/cppdoc/search/all_14.html           |     0
 releases/2.3.0/cppdoc/search/all_14.js             |     0
 releases/2.3.0/cppdoc/search/all_15.html           |     0
 releases/2.3.0/cppdoc/search/all_15.js             |     0
 releases/2.3.0/cppdoc/search/all_16.html           |     0
 releases/2.3.0/cppdoc/search/all_16.js             |     0
 releases/2.3.0/cppdoc/search/all_2.html            |     0
 releases/2.3.0/cppdoc/search/all_2.js              |     0
 releases/2.3.0/cppdoc/search/all_3.html            |     0
 releases/2.3.0/cppdoc/search/all_3.js              |     0
 releases/2.3.0/cppdoc/search/all_4.html            |     0
 releases/2.3.0/cppdoc/search/all_4.js              |     0
 releases/2.3.0/cppdoc/search/all_5.html            |     0
 releases/2.3.0/cppdoc/search/all_5.js              |     0
 releases/2.3.0/cppdoc/search/all_6.html            |     0
 releases/2.3.0/cppdoc/search/all_6.js              |     0
 releases/2.3.0/cppdoc/search/all_7.html            |     0
 releases/2.3.0/cppdoc/search/all_7.js              |     0
 releases/2.3.0/cppdoc/search/all_8.html            |     0
 releases/2.3.0/cppdoc/search/all_8.js              |     0
 releases/2.3.0/cppdoc/search/all_9.html            |     0
 releases/2.3.0/cppdoc/search/all_9.js              |     0
 releases/2.3.0/cppdoc/search/all_a.html            |     0
 releases/2.3.0/cppdoc/search/all_a.js              |     0
 releases/2.3.0/cppdoc/search/all_b.html            |     0
 releases/2.3.0/cppdoc/search/all_b.js              |     0
 releases/2.3.0/cppdoc/search/all_c.html            |     0
 releases/2.3.0/cppdoc/search/all_c.js              |     0
 releases/2.3.0/cppdoc/search/all_d.html            |     0
 releases/2.3.0/cppdoc/search/all_d.js              |     0
 releases/2.3.0/cppdoc/search/all_e.html            |     0
 releases/2.3.0/cppdoc/search/all_e.js              |     0
 releases/2.3.0/cppdoc/search/all_f.html            |     0
 releases/2.3.0/cppdoc/search/all_f.js              |     0
 releases/2.3.0/cppdoc/search/classes_0.html        |     0
 releases/2.3.0/cppdoc/search/classes_0.js          |     0
 releases/2.3.0/cppdoc/search/classes_1.html        |     0
 releases/2.3.0/cppdoc/search/classes_1.js          |     0
 releases/2.3.0/cppdoc/search/classes_2.html        |     0
 releases/2.3.0/cppdoc/search/classes_2.js          |     0
 releases/2.3.0/cppdoc/search/classes_3.html        |     0
 releases/2.3.0/cppdoc/search/classes_3.js          |     0
 releases/2.3.0/cppdoc/search/classes_4.html        |     0
 releases/2.3.0/cppdoc/search/classes_4.js          |     0
 releases/2.3.0/cppdoc/search/classes_5.html        |     0
 releases/2.3.0/cppdoc/search/classes_5.js          |     0
 releases/2.3.0/cppdoc/search/classes_6.html        |     0
 releases/2.3.0/cppdoc/search/classes_6.js          |     0
 releases/2.3.0/cppdoc/search/classes_7.html        |     0
 releases/2.3.0/cppdoc/search/classes_7.js          |     0
 releases/2.3.0/cppdoc/search/classes_8.html        |     0
 releases/2.3.0/cppdoc/search/classes_8.js          |     0
 releases/2.3.0/cppdoc/search/classes_9.html        |     0
 releases/2.3.0/cppdoc/search/classes_9.js          |     0
 releases/2.3.0/cppdoc/search/classes_a.html        |     0
 releases/2.3.0/cppdoc/search/classes_a.js          |     0
 releases/2.3.0/cppdoc/search/classes_b.html        |     0
 releases/2.3.0/cppdoc/search/classes_b.js          |     0
 releases/2.3.0/cppdoc/search/classes_c.html        |     0
 releases/2.3.0/cppdoc/search/classes_c.js          |     0
 releases/2.3.0/cppdoc/search/close.png             |   Bin
 releases/2.3.0/cppdoc/search/defines_0.html        |     0
 releases/2.3.0/cppdoc/search/defines_0.js          |     0
 releases/2.3.0/cppdoc/search/enums_0.html          |     0
 releases/2.3.0/cppdoc/search/enums_0.js            |     0
 releases/2.3.0/cppdoc/search/enumvalues_0.html     |     0
 releases/2.3.0/cppdoc/search/enumvalues_0.js       |     0
 releases/2.3.0/cppdoc/search/enumvalues_1.html     |     0
 releases/2.3.0/cppdoc/search/enumvalues_1.js       |     0
 releases/2.3.0/cppdoc/search/enumvalues_2.html     |     0
 releases/2.3.0/cppdoc/search/enumvalues_2.js       |     0
 releases/2.3.0/cppdoc/search/enumvalues_3.html     |     0
 releases/2.3.0/cppdoc/search/enumvalues_3.js       |     0
 releases/2.3.0/cppdoc/search/enumvalues_4.html     |     0
 releases/2.3.0/cppdoc/search/enumvalues_4.js       |     0
 releases/2.3.0/cppdoc/search/enumvalues_5.html     |     0
 releases/2.3.0/cppdoc/search/enumvalues_5.js       |     0
 releases/2.3.0/cppdoc/search/enumvalues_6.html     |     0
 releases/2.3.0/cppdoc/search/enumvalues_6.js       |     0
 releases/2.3.0/cppdoc/search/enumvalues_7.html     |     0
 releases/2.3.0/cppdoc/search/enumvalues_7.js       |     0
 releases/2.3.0/cppdoc/search/enumvalues_8.html     |     0
 releases/2.3.0/cppdoc/search/enumvalues_8.js       |     0
 releases/2.3.0/cppdoc/search/enumvalues_9.html     |     0
 releases/2.3.0/cppdoc/search/enumvalues_9.js       |     0
 releases/2.3.0/cppdoc/search/enumvalues_a.html     |     0
 releases/2.3.0/cppdoc/search/enumvalues_a.js       |     0
 releases/2.3.0/cppdoc/search/enumvalues_b.html     |     0
 releases/2.3.0/cppdoc/search/enumvalues_b.js       |     0
 releases/2.3.0/cppdoc/search/files_0.html          |     0
 releases/2.3.0/cppdoc/search/files_0.js            |     0
 releases/2.3.0/cppdoc/search/files_1.html          |     0
 releases/2.3.0/cppdoc/search/files_1.js            |     0
 releases/2.3.0/cppdoc/search/files_2.html          |     0
 releases/2.3.0/cppdoc/search/files_2.js            |     0
 releases/2.3.0/cppdoc/search/files_3.html          |     0
 releases/2.3.0/cppdoc/search/files_3.js            |     0
 releases/2.3.0/cppdoc/search/files_4.html          |     0
 releases/2.3.0/cppdoc/search/files_4.js            |     0
 releases/2.3.0/cppdoc/search/files_5.html          |     0
 releases/2.3.0/cppdoc/search/files_5.js            |     0
 releases/2.3.0/cppdoc/search/files_6.html          |     0
 releases/2.3.0/cppdoc/search/files_6.js            |     0
 releases/2.3.0/cppdoc/search/files_7.html          |     0
 releases/2.3.0/cppdoc/search/files_7.js            |     0
 releases/2.3.0/cppdoc/search/files_8.html          |     0
 releases/2.3.0/cppdoc/search/files_8.js            |     0
 releases/2.3.0/cppdoc/search/functions_0.html      |     0
 releases/2.3.0/cppdoc/search/functions_0.js        |     0
 releases/2.3.0/cppdoc/search/functions_1.html      |     0
 releases/2.3.0/cppdoc/search/functions_1.js        |     0
 releases/2.3.0/cppdoc/search/functions_10.html     |     0
 releases/2.3.0/cppdoc/search/functions_10.js       |     0
 releases/2.3.0/cppdoc/search/functions_11.html     |     0
 releases/2.3.0/cppdoc/search/functions_11.js       |     0
 releases/2.3.0/cppdoc/search/functions_12.html     |     0
 releases/2.3.0/cppdoc/search/functions_12.js       |     0
 releases/2.3.0/cppdoc/search/functions_2.html      |     0
 releases/2.3.0/cppdoc/search/functions_2.js        |     0
 releases/2.3.0/cppdoc/search/functions_3.html      |     0
 releases/2.3.0/cppdoc/search/functions_3.js        |     0
 releases/2.3.0/cppdoc/search/functions_4.html      |     0
 releases/2.3.0/cppdoc/search/functions_4.js        |     0
 releases/2.3.0/cppdoc/search/functions_5.html      |     0
 releases/2.3.0/cppdoc/search/functions_5.js        |     0
 releases/2.3.0/cppdoc/search/functions_6.html      |     0
 releases/2.3.0/cppdoc/search/functions_6.js        |     0
 releases/2.3.0/cppdoc/search/functions_7.html      |     0
 releases/2.3.0/cppdoc/search/functions_7.js        |     0
 releases/2.3.0/cppdoc/search/functions_8.html      |     0
 releases/2.3.0/cppdoc/search/functions_8.js        |     0
 releases/2.3.0/cppdoc/search/functions_9.html      |     0
 releases/2.3.0/cppdoc/search/functions_9.js        |     0
 releases/2.3.0/cppdoc/search/functions_a.html      |     0
 releases/2.3.0/cppdoc/search/functions_a.js        |     0
 releases/2.3.0/cppdoc/search/functions_b.html      |     0
 releases/2.3.0/cppdoc/search/functions_b.js        |     0
 releases/2.3.0/cppdoc/search/functions_c.html      |     0
 releases/2.3.0/cppdoc/search/functions_c.js        |     0
 releases/2.3.0/cppdoc/search/functions_d.html      |     0
 releases/2.3.0/cppdoc/search/functions_d.js        |     0
 releases/2.3.0/cppdoc/search/functions_e.html      |     0
 releases/2.3.0/cppdoc/search/functions_e.js        |     0
 releases/2.3.0/cppdoc/search/functions_f.html      |     0
 releases/2.3.0/cppdoc/search/functions_f.js        |     0
 releases/2.3.0/cppdoc/search/mag_sel.png           |   Bin
 releases/2.3.0/cppdoc/search/namespaces_0.html     |     0
 releases/2.3.0/cppdoc/search/namespaces_0.js       |     0
 releases/2.3.0/cppdoc/search/nomatches.html        |     0
 releases/2.3.0/cppdoc/search/pages_0.html          |     0
 releases/2.3.0/cppdoc/search/pages_0.js            |     0
 releases/2.3.0/cppdoc/search/related_0.html        |     0
 releases/2.3.0/cppdoc/search/related_0.js          |     0
 releases/2.3.0/cppdoc/search/search.css            |     0
 releases/2.3.0/cppdoc/search/search.js             |     0
 releases/2.3.0/cppdoc/search/search_l.png          |   Bin
 releases/2.3.0/cppdoc/search/search_m.png          |   Bin
 releases/2.3.0/cppdoc/search/search_r.png          |   Bin
 releases/2.3.0/cppdoc/search/searchdata.js         |     0
 releases/2.3.0/cppdoc/search/typedefs_0.html       |     0
 releases/2.3.0/cppdoc/search/typedefs_0.js         |     0
 releases/2.3.0/cppdoc/search/typedefs_1.html       |     0
 releases/2.3.0/cppdoc/search/typedefs_1.js         |     0
 releases/2.3.0/cppdoc/search/variables_0.html      |     0
 releases/2.3.0/cppdoc/search/variables_0.js        |     0
 releases/2.3.0/cppdoc/search/variables_1.html      |     0
 releases/2.3.0/cppdoc/search/variables_1.js        |     0
 releases/2.3.0/cppdoc/search/variables_2.html      |     0
 releases/2.3.0/cppdoc/search/variables_2.js        |     0
 releases/2.3.0/cppdoc/search/variables_3.html      |     0
 releases/2.3.0/cppdoc/search/variables_3.js        |     0
 releases/2.3.0/cppdoc/search/variables_4.html      |     0
 releases/2.3.0/cppdoc/search/variables_4.js        |     0
 releases/2.3.0/cppdoc/search/variables_5.html      |     0
 releases/2.3.0/cppdoc/search/variables_5.js        |     0
 releases/2.3.0/cppdoc/search/variables_6.html      |     0
 releases/2.3.0/cppdoc/search/variables_6.js        |     0
 releases/2.3.0/cppdoc/search/variables_7.html      |     0
 releases/2.3.0/cppdoc/search/variables_7.js        |     0
 releases/2.3.0/cppdoc/splitbar.png                 |   Bin
 ...tructignite_1_1IgniteConfiguration-members.html |     0
 .../structignite_1_1IgniteConfiguration.html       |     0
 .../structignite_1_1binary_1_1BinaryType.html      |     0
 ...nary_1_1BinaryType_3_01T_01_5_01_4-members.html |     0
 ...te_1_1binary_1_1BinaryType_3_01T_01_5_01_4.html |     0
 ...ignite_1_1binary_1_1CollectionType-members.html |     0
 .../structignite_1_1binary_1_1CollectionType.html  |     0
 .../structignite_1_1binary_1_1MapType-members.html |     0
 .../cppdoc/structignite_1_1binary_1_1MapType.html  |     0
 ...ctignite_1_1cache_1_1CachePeekMode-members.html |     0
 .../structignite_1_1cache_1_1CachePeekMode.html    |     0
 ...sactions_1_1TransactionConcurrency-members.html |     0
 ..._1_1transactions_1_1TransactionConcurrency.html |     0
 ...ansactions_1_1TransactionIsolation-members.html |     0
 ...te_1_1transactions_1_1TransactionIsolation.html |     0
 ..._1transactions_1_1TransactionState-members.html |     0
 ...ignite_1_1transactions_1_1TransactionState.html |     0
 releases/2.3.0/cppdoc/sync_off.png                 |   Bin
 releases/2.3.0/cppdoc/sync_on.png                  |   Bin
 releases/2.3.0/cppdoc/tab_a.png                    |   Bin
 releases/2.3.0/cppdoc/tab_b.png                    |   Bin
 releases/2.3.0/cppdoc/tab_h.png                    |   Bin
 releases/2.3.0/cppdoc/tab_s.png                    |   Bin
 releases/2.3.0/cppdoc/tabs.css                     |     0
 releases/2.3.0/cppdoc/time_8h.html                 |     0
 releases/2.3.0/cppdoc/time_8h_source.html          |     0
 releases/2.3.0/cppdoc/timestamp_8h.html            |     0
 releases/2.3.0/cppdoc/timestamp_8h_source.html     |     0
 releases/2.3.0/cppdoc/transaction_8h.html          |     0
 releases/2.3.0/cppdoc/transaction_8h_source.html   |     0
 releases/2.3.0/cppdoc/transaction__consts_8h.html  |     0
 .../cppdoc/transaction__consts_8h_source.html      |     0
 releases/2.3.0/cppdoc/transaction__metrics_8h.html |     0
 .../cppdoc/transaction__metrics_8h_source.html     |     0
 releases/2.3.0/cppdoc/transactions_8h.html         |     0
 releases/2.3.0/cppdoc/transactions_8h_source.html  |     0
 ...he.Ignite.AspNet.IgniteOutputCacheProvider.html |   704 +-
 ...ite.AspNet.IgniteSessionStateStoreProvider.html |  1400 +-
 .../api/Apache.Ignite.AspNet.IgniteWebUtils.html   |   354 +-
 .../2.3.0/dotnetdoc/api/Apache.Ignite.AspNet.html  |   250 +-
 ...e.Ignite.Core.Binary.BinaryBasicNameMapper.html |   534 +-
 ...che.Ignite.Core.Binary.BinaryConfiguration.html |   842 +-
 ...e.Ignite.Core.Binary.BinaryObjectException.html |   588 +-
 ...ite.Core.Binary.BinaryReflectiveSerializer.html |   540 +-
 ...Ignite.Core.Binary.BinaryTypeConfiguration.html |   848 +-
 .../Apache.Ignite.Core.Binary.BinaryTypeNames.html |  1716 +-
 .../Apache.Ignite.Core.Binary.IBinarizable.html    |   410 +-
 .../api/Apache.Ignite.Core.Binary.IBinary.html     |  1416 +-
 .../Apache.Ignite.Core.Binary.IBinaryIdMapper.html |   420 +-
 ...pache.Ignite.Core.Binary.IBinaryNameMapper.html |   410 +-
 .../Apache.Ignite.Core.Binary.IBinaryObject.html   |   704 +-
 ...he.Ignite.Core.Binary.IBinaryObjectBuilder.html |  3306 +-
 ...Apache.Ignite.Core.Binary.IBinaryRawReader.html |  1920 +-
 ...Apache.Ignite.Core.Binary.IBinaryRawWriter.html |  1870 +-
 .../Apache.Ignite.Core.Binary.IBinaryReader.html   |  3006 +-
 ...pache.Ignite.Core.Binary.IBinarySerializer.html |   370 +-
 .../api/Apache.Ignite.Core.Binary.IBinaryType.html |   610 +-
 .../Apache.Ignite.Core.Binary.IBinaryWriter.html   |  2216 +-
 ...ache.Ignite.Core.Binary.TimestampAttribute.html |   556 +-
 .../dotnetdoc/api/Apache.Ignite.Core.Binary.html   |   318 +-
 ...e.Core.Cache.Affinity.AffinityFunctionBase.html |   680 +-
 ...ore.Cache.Affinity.AffinityFunctionContext.html |   576 +-
 ...che.Ignite.Core.Cache.Affinity.AffinityKey.html |   998 +-
 ....Cache.Affinity.AffinityKeyMappedAttribute.html |   556 +-
 ...ore.Cache.Affinity.AffinityTopologyVersion.html |   898 +-
 ...nite.Core.Cache.Affinity.IAffinityFunction.html |   510 +-
 ...nity.Rendezvous.RendezvousAffinityFunction.html |   358 +-
 ...ache.Ignite.Core.Cache.Affinity.Rendezvous.html |   242 +-
 .../api/Apache.Ignite.Core.Cache.Affinity.html     |   270 +-
 ...re.Cache.CacheAtomicUpdateTimeoutException.html |   590 +-
 ...te.Core.Cache.CacheEntryProcessorException.html |   638 +-
 .../Apache.Ignite.Core.Cache.CacheException.html   |   594 +-
 ...ite.Core.Cache.CachePartialUpdateException.html |   788 +-
 .../Apache.Ignite.Core.Cache.CachePeekMode.html    |   318 +-
 .../Apache.Ignite.Core.Cache.CacheResult-1.html    |   874 +-
 ...ore.Cache.Configuration.CacheAtomicityMode.html |   286 +-
 ...ore.Cache.Configuration.CacheConfiguration.html |  3758 +-
 ....Ignite.Core.Cache.Configuration.CacheMode.html |   294 +-
 ...ore.Cache.Configuration.CacheRebalanceMode.html |   294 +-
 ...onfiguration.CacheWriteSynchronizationMode.html |   294 +-
 ...e.Cache.Configuration.DataPageEvictionMode.html |   294 +-
 ...re.Cache.Configuration.MemoryConfiguration.html |   834 +-
 ...he.Configuration.MemoryPolicyConfiguration.html |  1056 +-
 ...Cache.Configuration.NearCacheConfiguration.html |   468 +-
 ...re.Cache.Configuration.PartitionLossPolicy.html |   310 +-
 ...Ignite.Core.Cache.Configuration.QueryAlias.html |   480 +-
 ...gnite.Core.Cache.Configuration.QueryEntity.html |   898 +-
 ...Ignite.Core.Cache.Configuration.QueryField.html |   678 +-
 ...Ignite.Core.Cache.Configuration.QueryIndex.html |   790 +-
 ...e.Core.Cache.Configuration.QueryIndexField.html |   530 +-
 ...te.Core.Cache.Configuration.QueryIndexType.html |   294 +-
 ...Cache.Configuration.QuerySqlFieldAttribute.html |   856 +-
 ...ache.Configuration.QueryTextFieldAttribute.html |   606 +-
 .../Apache.Ignite.Core.Cache.Configuration.html    |   314 +-
 ...gnite.Core.Cache.Event.CacheEntryEventType.html |   294 +-
 ...Ignite.Core.Cache.Event.ICacheEntryEvent-2.html |   490 +-
 ....Core.Cache.Event.ICacheEntryEventFilter-2.html |   368 +-
 ...ore.Cache.Event.ICacheEntryEventListener-2.html |   338 +-
 .../api/Apache.Ignite.Core.Cache.Event.html        |   258 +-
 ...ite.Core.Cache.Eviction.EvictionPolicyBase.html |   602 +-
 ...ite.Core.Cache.Eviction.FifoEvictionPolicy.html |   358 +-
 ...Ignite.Core.Cache.Eviction.IEvictionPolicy.html |   246 +-
 ...nite.Core.Cache.Eviction.LruEvictionPolicy.html |   358 +-
 .../api/Apache.Ignite.Core.Cache.Eviction.html     |   258 +-
 ...ache.Ignite.Core.Cache.Expiry.ExpiryPolicy.html |   536 +-
 ...che.Ignite.Core.Cache.Expiry.IExpiryPolicy.html |   388 +-
 .../api/Apache.Ignite.Core.Cache.Expiry.html       |   250 +-
 .../api/Apache.Ignite.Core.Cache.ICache-2.html     |  6868 +--
 .../Apache.Ignite.Core.Cache.ICacheAffinity.html   |  1698 +-
 .../Apache.Ignite.Core.Cache.ICacheEntry-2.html    |   380 +-
 ...ache.Ignite.Core.Cache.ICacheEntryFilter-2.html |   368 +-
 ...e.Ignite.Core.Cache.ICacheEntryProcessor-4.html |   394 +-
 ...te.Core.Cache.ICacheEntryProcessorResult-2.html |   380 +-
 .../api/Apache.Ignite.Core.Cache.ICacheLock.html   |   420 +-
 .../Apache.Ignite.Core.Cache.ICacheMetrics.html    |  3102 +-
 .../Apache.Ignite.Core.Cache.IMemoryMetrics.html   |   526 +-
 ...che.Ignite.Core.Cache.IMutableCacheEntry-2.html |   418 +-
 ...e.Cache.Query.Continuous.ContinuousQuery-2.html |   886 +-
 ...ore.Cache.Query.Continuous.ContinuousQuery.html |   462 +-
 ...Query.Continuous.ContinuousQueryExtensions.html |   426 +-
 ....Query.Continuous.IContinuousQueryHandle-1.html |   338 +-
 ...he.Query.Continuous.IContinuousQueryHandle.html |   258 +-
 .../Apache.Ignite.Core.Cache.Query.Continuous.html |   262 +-
 ...che.Ignite.Core.Cache.Query.IQueryCursor-1.html |   344 +-
 .../Apache.Ignite.Core.Cache.Query.QueryBase.html  |   474 +-
 ...Apache.Ignite.Core.Cache.Query.ScanQuery-2.html |   512 +-
 ...che.Ignite.Core.Cache.Query.SqlFieldsQuery.html |  1044 +-
 .../Apache.Ignite.Core.Cache.Query.SqlQuery.html   |   956 +-
 .../Apache.Ignite.Core.Cache.Query.TextQuery.html  |   684 +-
 .../api/Apache.Ignite.Core.Cache.Query.html        |   266 +-
 ...ache.Store.CacheParallelLoadStoreAdapter-3.html |  1098 +-
 ...gnite.Core.Cache.Store.CacheStoreAdapter-2.html |   850 +-
 ...gnite.Core.Cache.Store.CacheStoreException.html |   590 +-
 ...ache.Ignite.Core.Cache.Store.ICacheStore-2.html |  1008 +-
 ...Apache.Ignite.Core.Cache.Store.ICacheStore.html |   246 +-
 ...Ignite.Core.Cache.Store.ICacheStoreSession.html |   342 +-
 .../api/Apache.Ignite.Core.Cache.Store.html        |   266 +-
 .../dotnetdoc/api/Apache.Ignite.Core.Cache.html    |   314 +-
 ...te.Core.Cluster.ClusterGroupEmptyException.html |   588 +-
 ...nite.Core.Cluster.ClusterTopologyException.html |   588 +-
 .../api/Apache.Ignite.Core.Cluster.ICluster.html   |   806 +-
 .../Apache.Ignite.Core.Cluster.IClusterGroup.html  |  1834 +-
 ...Apache.Ignite.Core.Cluster.IClusterMetrics.html |  2826 +-
 .../Apache.Ignite.Core.Cluster.IClusterNode.html   |   898 +-
 ...che.Ignite.Core.Cluster.IClusterNodeFilter.html |   330 +-
 .../dotnetdoc/api/Apache.Ignite.Core.Cluster.html  |   270 +-
 ...te.Core.Common.ClientDisconnectedException.html |   648 +-
 ...Apache.Ignite.Core.Common.ExceptionFactory.html |   340 +-
 .../api/Apache.Ignite.Core.Common.IFactory-1.html  |   326 +-
 .../Apache.Ignite.Core.Common.IgniteException.html |   626 +-
 ...Core.Common.IgniteFutureCancelledException.html |   588 +-
 .../api/Apache.Ignite.Core.Common.IgniteGuid.html  |   898 +-
 .../Apache.Ignite.Core.Common.JavaException.html   |   896 +-
 .../dotnetdoc/api/Apache.Ignite.Core.Common.html   |   278 +-
 ...gnite.Core.Communication.ICommunicationSpi.html |   246 +-
 ...Core.Communication.Tcp.TcpCommunicationSpi.html |  1702 +-
 .../api/Apache.Ignite.Core.Communication.Tcp.html  |   242 +-
 .../api/Apache.Ignite.Core.Communication.html      |   242 +-
 ....Compute.ComputeExecutionRejectedException.html |   588 +-
 ...he.Ignite.Core.Compute.ComputeJobAdapter-1.html |   692 +-
 ...e.Core.Compute.ComputeJobFailoverException.html |   588 +-
 ...Ignite.Core.Compute.ComputeJobResultPolicy.html |   294 +-
 ...e.Ignite.Core.Compute.ComputeTaskAdapter-3.html |   632 +-
 ...Core.Compute.ComputeTaskCancelledException.html |   588 +-
 ....Compute.ComputeTaskNoResultCacheAttribute.html |   556 +-
 ...ite.Core.Compute.ComputeTaskSplitAdapter-3.html |   604 +-
 ...e.Core.Compute.ComputeTaskTimeoutException.html |   588 +-
 ...ore.Compute.ComputeUserUndeclaredException.html |   588 +-
 .../api/Apache.Ignite.Core.Compute.ICompute.html   |  6790 +-
 .../Apache.Ignite.Core.Compute.IComputeAction.html |   266 +-
 .../Apache.Ignite.Core.Compute.IComputeFunc-1.html |   326 +-
 .../Apache.Ignite.Core.Compute.IComputeFunc-2.html |   368 +-
 .../Apache.Ignite.Core.Compute.IComputeJob-1.html  |   342 +-
 ...he.Ignite.Core.Compute.IComputeJobResult-1.html |   510 +-
 ...ache.Ignite.Core.Compute.IComputeReducer-2.html |   414 +-
 .../Apache.Ignite.Core.Compute.IComputeTask-2.html |   308 +-
 .../Apache.Ignite.Core.Compute.IComputeTask-3.html |   556 +-
 .../dotnetdoc/api/Apache.Ignite.Core.Compute.html  |   322 +-
 ...te.Core.Configuration.CheckpointWriteOrder.html |   286 +-
 ...Configuration.ClientConnectorConfiguration.html |   964 +-
 ...te.Core.Configuration.DataPageEvictionMode.html |   294 +-
 ...Core.Configuration.DataRegionConfiguration.html |  1192 +-
 ...ore.Configuration.DataStorageConfiguration.html |  2496 +-
 ...re.Configuration.SqlConnectorConfiguration.html |   964 +-
 .../Apache.Ignite.Core.Configuration.WalMode.html  |   302 +-
 .../api/Apache.Ignite.Core.Configuration.html      |   270 +-
 ...ructures.Configuration.AtomicConfiguration.html |   602 +-
 ...e.Ignite.Core.DataStructures.Configuration.html |   242 +-
 ...che.Ignite.Core.DataStructures.IAtomicLong.html |   750 +-
 ...ite.Core.DataStructures.IAtomicReference-1.html |   578 +-
 ...Ignite.Core.DataStructures.IAtomicSequence.html |   580 +-
 .../api/Apache.Ignite.Core.DataStructures.html     |   250 +-
 ...gnite.Core.Datastream.DataStreamerDefaults.html |   440 +-
 ...che.Ignite.Core.Datastream.IDataStreamer-2.html |  1214 +-
 ...e.Ignite.Core.Datastream.IStreamReceiver-2.html |   348 +-
 ...Ignite.Core.Datastream.StreamTransformer-4.html |   492 +-
 ...che.Ignite.Core.Datastream.StreamVisitor-2.html |   476 +-
 .../api/Apache.Ignite.Core.Datastream.html         |   262 +-
 ...te.Core.Deployment.PeerAssemblyLoadingMode.html |   286 +-
 .../api/Apache.Ignite.Core.Deployment.html         |   242 +-
 ...Apache.Ignite.Core.Discovery.IDiscoverySpi.html |   246 +-
 ...e.Core.Discovery.Tcp.ITcpDiscoveryIpFinder.html |   246 +-
 ...cp.Multicast.TcpDiscoveryMulticastIpFinder.html |   872 +-
 ...Apache.Ignite.Core.Discovery.Tcp.Multicast.html |   242 +-
 ...very.Tcp.Static.TcpDiscoveryStaticIpFinder.html |   456 +-
 .../Apache.Ignite.Core.Discovery.Tcp.Static.html   |   242 +-
 ...ore.Discovery.Tcp.TcpDiscoveryIpFinderBase.html |   484 +-
 ....Ignite.Core.Discovery.Tcp.TcpDiscoverySpi.html |  1568 +-
 .../api/Apache.Ignite.Core.Discovery.Tcp.html      |   254 +-
 .../api/Apache.Ignite.Core.Discovery.html          |   242 +-
 .../api/Apache.Ignite.Core.Events.CacheEvent.html  |  1040 +-
 ...Ignite.Core.Events.CacheQueryExecutedEvent.html |   718 +-
 ...che.Ignite.Core.Events.CacheQueryReadEvent.html |   902 +-
 ...e.Ignite.Core.Events.CacheRebalancingEvent.html |   718 +-
 .../Apache.Ignite.Core.Events.CheckpointEvent.html |   488 +-
 .../Apache.Ignite.Core.Events.DiscoveryEvent.html  |   580 +-
 .../api/Apache.Ignite.Core.Events.EventBase.html   |  1100 +-
 .../api/Apache.Ignite.Core.Events.EventType.html   |  2974 +-
 .../api/Apache.Ignite.Core.Events.IEvent.html      |   622 +-
 .../Apache.Ignite.Core.Events.IEventFilter-1.html  |   360 +-
 ...Apache.Ignite.Core.Events.IEventListener-1.html |   360 +-
 ...Apache.Ignite.Core.Events.IEventStorageSpi.html |   246 +-
 .../api/Apache.Ignite.Core.Events.IEvents.html     |  2606 +-
 .../api/Apache.Ignite.Core.Events.JobEvent.html    |   718 +-
 ...he.Ignite.Core.Events.LocalEventListener-1.html |   392 +-
 ...ache.Ignite.Core.Events.LocalEventListener.html |   376 +-
 ...e.Ignite.Core.Events.MemoryEventStorageSpi.html |   528 +-
 ...che.Ignite.Core.Events.NoopEventStorageSpi.html |   320 +-
 .../api/Apache.Ignite.Core.Events.TaskEvent.html   |   672 +-
 .../dotnetdoc/api/Apache.Ignite.Core.Events.html   |   318 +-
 .../api/Apache.Ignite.Core.IDataRegionMetrics.html |   526 +-
 .../Apache.Ignite.Core.IDataStorageMetrics.html    |   802 +-
 .../dotnetdoc/api/Apache.Ignite.Core.IIgnite.html  |  3402 +-
 .../Apache.Ignite.Core.IgniteConfiguration.html    |  4068 +-
 ...che.Ignite.Core.IgniteConfigurationSection.html |   742 +-
 .../dotnetdoc/api/Apache.Ignite.Core.Ignition.html |  1326 +-
 ...Apache.Ignite.Core.Interop.IPlatformTarget.html |  1260 +-
 .../api/Apache.Ignite.Core.Interop.JavaObject.html |   522 +-
 .../dotnetdoc/api/Apache.Ignite.Core.Interop.html  |   250 +-
 ...te.Core.Lifecycle.ClientReconnectEventArgs.html |   416 +-
 ...he.Ignite.Core.Lifecycle.ILifecycleHandler.html |   300 +-
 ...e.Ignite.Core.Lifecycle.LifecycleEventType.html |   302 +-
 .../api/Apache.Ignite.Core.Lifecycle.html          |   258 +-
 .../api/Apache.Ignite.Core.Log.CategoryLogger.html |   730 +-
 .../api/Apache.Ignite.Core.Log.ILogger.html        |   592 +-
 .../api/Apache.Ignite.Core.Log.LogLevel.html       |   310 +-
 .../Apache.Ignite.Core.Log.LoggerExtensions.html   |  2118 +-
 .../dotnetdoc/api/Apache.Ignite.Core.Log.html      |   262 +-
 ...e.Ignite.Core.Messaging.IMessageListener-1.html |   370 +-
 .../Apache.Ignite.Core.Messaging.IMessaging.html   |  1040 +-
 .../api/Apache.Ignite.Core.Messaging.html          |   246 +-
 ....Core.PersistentStore.CheckpointWriteOrder.html |   286 +-
 ...re.PersistentStore.IPersistentStoreMetrics.html |   802 +-
 ...rsistentStore.PersistentStoreConfiguration.html |  2002 +-
 ...Apache.Ignite.Core.PersistentStore.WalMode.html |   302 +-
 .../api/Apache.Ignite.Core.PersistentStore.html    |   262 +-
 ...ore.Plugin.Cache.ICachePluginConfiguration.html |   350 +-
 .../api/Apache.Ignite.Core.Plugin.Cache.html       |   242 +-
 ...he.Ignite.Core.Plugin.IPluginConfiguration.html |   350 +-
 ...Apache.Ignite.Core.Plugin.IPluginContext-1.html |   672 +-
 ...pache.Ignite.Core.Plugin.IPluginProvider-1.html |   618 +-
 .../Apache.Ignite.Core.Plugin.PluginCallback.html  |   320 +-
 ...Ignite.Core.Plugin.PluginNotFoundException.html |   586 +-
 ...te.Core.Plugin.PluginProviderTypeAttribute.html |   660 +-
 .../dotnetdoc/api/Apache.Ignite.Core.Plugin.html   |   270 +-
 ...te.Core.Resource.InstanceResourceAttribute.html |   556 +-
 ...ore.Resource.StoreSessionResourceAttribute.html |   556 +-
 .../dotnetdoc/api/Apache.Ignite.Core.Resource.html |   246 +-
 .../api/Apache.Ignite.Core.Services.IService.html  |   400 +-
 ...pache.Ignite.Core.Services.IServiceContext.html |   480 +-
 ...he.Ignite.Core.Services.IServiceDescriptor.html |   618 +-
 .../api/Apache.Ignite.Core.Services.IServices.html |  1950 +-
 ....Ignite.Core.Services.ServiceConfiguration.html |   630 +-
 ...e.Core.Services.ServiceDeploymentException.html |   760 +-
 ...e.Core.Services.ServiceInvocationException.html |   760 +-
 .../dotnetdoc/api/Apache.Ignite.Core.Services.html |   270 +-
 ...ache.Ignite.Core.Transactions.ITransaction.html |  1144 +-
 ...nite.Core.Transactions.ITransactionMetrics.html |   434 +-
 ...che.Ignite.Core.Transactions.ITransactions.html |   746 +-
 ...e.Core.Transactions.TransactionConcurrency.html |   286 +-
 ...Core.Transactions.TransactionConfiguration.html |   782 +-
 ....Transactions.TransactionDeadlockException.html |   588 +-
 ...Transactions.TransactionHeuristicException.html |   588 +-
 ...ite.Core.Transactions.TransactionIsolation.html |   294 +-
 ...ransactions.TransactionOptimisticException.html |   588 +-
 ....Transactions.TransactionRollbackException.html |   588 +-
 ....Ignite.Core.Transactions.TransactionState.html |   342 +-
 ...e.Transactions.TransactionTimeoutException.html |   588 +-
 .../api/Apache.Ignite.Core.Transactions.html       |   294 +-
 .../2.3.0/dotnetdoc/api/Apache.Ignite.Core.html    |   266 +-
 ...pache.Ignite.EntityFramework.DbCachingMode.html |   286 +-
 ...che.Ignite.EntityFramework.DbCachingPolicy.html |   654 +-
 .../Apache.Ignite.EntityFramework.DbQueryInfo.html |   446 +-
 ...he.Ignite.EntityFramework.IDbCachingPolicy.html |   580 +-
 ...nite.EntityFramework.IgniteDbConfiguration.html |   970 +-
 .../api/Apache.Ignite.EntityFramework.html         |   266 +-
 .../Apache.Ignite.Linq.CacheLinqExtensions.html    |  1176 +-
 .../api/Apache.Ignite.Linq.CompiledQuery.html      |  1696 +-
 .../Apache.Ignite.Linq.CompiledQueryFunc-1.html    |   340 +-
 .../api/Apache.Ignite.Linq.ICacheQueryable.html    |   438 +-
 .../api/Apache.Ignite.Linq.QueryOptions.html       |   790 +-
 .../2.3.0/dotnetdoc/api/Apache.Ignite.Linq.html    |   266 +-
 .../Apache.Ignite.Log4Net.IgniteLog4NetLogger.html |   664 +-
 .../2.3.0/dotnetdoc/api/Apache.Ignite.Log4Net.html |   242 +-
 .../api/Apache.Ignite.NLog.IgniteNLogLogger.html   |   724 +-
 .../2.3.0/dotnetdoc/api/Apache.Ignite.NLog.html    |   242 +-
 releases/2.3.0/dotnetdoc/api/index.html            |   220 +-
 releases/2.3.0/dotnetdoc/api/toc.html              |  2106 +-
 releases/2.3.0/dotnetdoc/favicon.ico               |   Bin
 .../fonts/glyphicons-halflings-regular.eot         |   Bin
 .../fonts/glyphicons-halflings-regular.svg         |     0
 .../fonts/glyphicons-halflings-regular.ttf         |   Bin
 .../fonts/glyphicons-halflings-regular.woff        |   Bin
 .../fonts/glyphicons-halflings-regular.woff2       |   Bin
 releases/2.3.0/dotnetdoc/images/favicon.ico        |   Bin
 .../2.3.0/dotnetdoc/images/logo_ignite_32_32.png   |   Bin
 releases/2.3.0/dotnetdoc/index.html                |   250 +-
 releases/2.3.0/dotnetdoc/index.json                |  2722 +-
 releases/2.3.0/dotnetdoc/logo.svg                  |    50 +-
 releases/2.3.0/dotnetdoc/manifest.json             |  6758 +-
 releases/2.3.0/dotnetdoc/search-stopwords.json     |   242 +-
 releases/2.3.0/dotnetdoc/styles/docfx.css          |  1788 +-
 releases/2.3.0/dotnetdoc/styles/docfx.js           |  1568 +-
 releases/2.3.0/dotnetdoc/styles/docfx.vendor.css   |  2920 +-
 releases/2.3.0/dotnetdoc/styles/docfx.vendor.js    |    32 +-
 releases/2.3.0/dotnetdoc/styles/lunr.js            |     0
 releases/2.3.0/dotnetdoc/styles/lunr.min.js        |     0
 releases/2.3.0/dotnetdoc/styles/main.css           |     0
 releases/2.3.0/dotnetdoc/styles/main.js            |     2 +-
 releases/2.3.0/dotnetdoc/styles/search-worker.js   |   160 +-
 releases/2.3.0/dotnetdoc/toc.html                  |   240 +-
 releases/2.3.0/dotnetdoc/xrefmap.yml               | 47444 +++++++-------
 releases/2.3.0/javadoc/allclasses-frame.html       |     0
 releases/2.3.0/javadoc/allclasses-noframe.html     |     0
 releases/2.3.0/javadoc/constant-values.html        |     0
 releases/2.3.0/javadoc/deprecated-list.html        |     0
 releases/2.3.0/javadoc/help-doc.html               |     0
 releases/2.3.0/javadoc/img/avg.png                 |   Bin
 releases/2.3.0/javadoc/img/callout_blue.gif        |   Bin
 releases/2.3.0/javadoc/img/callout_yellow.gif      |   Bin
 releases/2.3.0/javadoc/img/cube.gif                |   Bin
 releases/2.3.0/javadoc/img/cube_3.0.gif            |   Bin
 releases/2.3.0/javadoc/img/cube_transparent.gif    |   Bin
 releases/2.3.0/javadoc/img/documentation.gif       |   Bin
 releases/2.3.0/javadoc/img/email_support.gif       |   Bin
 releases/2.3.0/javadoc/img/forums.gif              |   Bin
 releases/2.3.0/javadoc/img/gavg.png                |   Bin
 releases/2.3.0/javadoc/img/gg_30.png               |   Bin
 releases/2.3.0/javadoc/img/gg_30s.png              |   Bin
 .../2.3.0/javadoc/img/gridgain_30c_javadoc_qr.png  |   Bin
 releases/2.3.0/javadoc/img/gridgain_qr.png         |   Bin
 releases/2.3.0/javadoc/img/havg.png                |   Bin
 .../2.3.0/javadoc/img/in_memory_compute_grid.png   |   Bin
 releases/2.3.0/javadoc/img/in_memory_data_grid.png |   Bin
 releases/2.3.0/javadoc/img/issue_tracking.gif      |   Bin
 releases/2.3.0/javadoc/img/javadoc4_logo.png       |   Bin
 releases/2.3.0/javadoc/img/mail_11x11.gif          |   Bin
 releases/2.3.0/javadoc/img/qavg.png                |   Bin
 releases/2.3.0/javadoc/img/search.gif              |   Bin
 releases/2.3.0/javadoc/img/spacer.gif              |   Bin
 releases/2.3.0/javadoc/img/sum.png                 |   Bin
 releases/2.3.0/javadoc/img/wavg.png                |   Bin
 releases/2.3.0/javadoc/index-all.html              |     0
 releases/2.3.0/javadoc/index.html                  |     0
 releases/2.3.0/javadoc/javadoc.css                 |     0
 .../org/apache/ignite/DataRegionMetrics.html       |     0
 .../apache/ignite/DataRegionMetricsAdapter.html    |     0
 .../org/apache/ignite/DataStorageMetrics.html      |     0
 .../apache/ignite/DataStorageMetricsAdapter.html   |     0
 .../2.3.0/javadoc/org/apache/ignite/Ignite.html    |     0
 .../org/apache/ignite/IgniteAtomicLong.html        |     0
 .../org/apache/ignite/IgniteAtomicReference.html   |     0
 .../org/apache/ignite/IgniteAtomicSequence.html    |     0
 .../org/apache/ignite/IgniteAtomicStamped.html     |     0
 .../ignite/IgniteAuthenticationException.html      |     0
 .../javadoc/org/apache/ignite/IgniteBinary.html    |     0
 .../javadoc/org/apache/ignite/IgniteCache.html     |     0
 .../ignite/IgniteCacheRestartingException.html     |     0
 .../org/apache/ignite/IgniteCheckedException.html  |     0
 .../ignite/IgniteClientDisconnectedException.html  |     0
 .../javadoc/org/apache/ignite/IgniteCluster.html   |     0
 .../javadoc/org/apache/ignite/IgniteCompute.html   |     0
 .../javadoc/org/apache/ignite/IgniteCondition.html |     0
 .../org/apache/ignite/IgniteCountDownLatch.html    |     0
 .../org/apache/ignite/IgniteDataStreamer.html      |     0
 .../ignite/IgniteDataStreamerTimeoutException.html |     0
 .../apache/ignite/IgniteDeploymentException.html   |     0
 .../javadoc/org/apache/ignite/IgniteEvents.html    |     0
 .../javadoc/org/apache/ignite/IgniteException.html |     0
 .../org/apache/ignite/IgniteFileSystem.html        |     0
 .../apache/ignite/IgniteIllegalStateException.html |     0
 .../apache/ignite/IgniteInterruptedException.html  |     0
 .../org/apache/ignite/IgniteJdbcDriver.html        |     0
 .../org/apache/ignite/IgniteJdbcThinDriver.html    |     0
 .../javadoc/org/apache/ignite/IgniteLock.html      |     0
 .../javadoc/org/apache/ignite/IgniteLogger.html    |     0
 .../javadoc/org/apache/ignite/IgniteMessaging.html |     0
 .../javadoc/org/apache/ignite/IgniteQueue.html     |     0
 .../javadoc/org/apache/ignite/IgniteScheduler.html |     0
 .../javadoc/org/apache/ignite/IgniteSemaphore.html |     0
 .../javadoc/org/apache/ignite/IgniteServices.html  |     0
 .../2.3.0/javadoc/org/apache/ignite/IgniteSet.html |     0
 .../javadoc/org/apache/ignite/IgniteSpring.html    |     0
 .../org/apache/ignite/IgniteSpringBean.html        |     0
 .../javadoc/org/apache/ignite/IgniteState.html     |     0
 .../org/apache/ignite/IgniteSystemProperties.html  |     0
 .../org/apache/ignite/IgniteTransactions.html      |     0
 .../2.3.0/javadoc/org/apache/ignite/Ignition.html  |     0
 .../org/apache/ignite/IgnitionListener.html        |     0
 .../javadoc/org/apache/ignite/MemoryMetrics.html   |     0
 .../org/apache/ignite/PersistenceMetrics.html      |     0
 .../apache/ignite/binary/BinaryBasicIdMapper.html  |     0
 .../ignite/binary/BinaryBasicNameMapper.html       |     0
 .../ignite/binary/BinaryCollectionFactory.html     |     0
 .../org/apache/ignite/binary/BinaryField.html      |     0
 .../org/apache/ignite/binary/BinaryIdMapper.html   |     0
 .../ignite/binary/BinaryInvalidTypeException.html  |     0
 .../org/apache/ignite/binary/BinaryMapFactory.html |     0
 .../org/apache/ignite/binary/BinaryNameMapper.html |     0
 .../org/apache/ignite/binary/BinaryObject.html     |     0
 .../apache/ignite/binary/BinaryObjectBuilder.html  |     0
 .../ignite/binary/BinaryObjectException.html       |     0
 .../org/apache/ignite/binary/BinaryRawReader.html  |     0
 .../org/apache/ignite/binary/BinaryRawWriter.html  |     0
 .../org/apache/ignite/binary/BinaryReader.html     |     0
 .../ignite/binary/BinaryReflectiveSerializer.html  |     0
 .../org/apache/ignite/binary/BinarySerializer.html |     0
 .../org/apache/ignite/binary/BinaryType.html       |     0
 .../ignite/binary/BinaryTypeConfiguration.html     |     0
 .../org/apache/ignite/binary/BinaryWriter.html     |     0
 .../org/apache/ignite/binary/Binarylizable.html    |     0
 .../binary/class-use/BinaryBasicIdMapper.html      |     0
 .../binary/class-use/BinaryBasicNameMapper.html    |     0
 .../binary/class-use/BinaryCollectionFactory.html  |     0
 .../ignite/binary/class-use/BinaryField.html       |     0
 .../ignite/binary/class-use/BinaryIdMapper.html    |     0
 .../class-use/BinaryInvalidTypeException.html      |     0
 .../ignite/binary/class-use/BinaryMapFactory.html  |     0
 .../ignite/binary/class-use/BinaryNameMapper.html  |     0
 .../ignite/binary/class-use/BinaryObject.html      |     0
 .../binary/class-use/BinaryObjectBuilder.html      |     0
 .../binary/class-use/BinaryObjectException.html    |     0
 .../ignite/binary/class-use/BinaryRawReader.html   |     0
 .../ignite/binary/class-use/BinaryRawWriter.html   |     0
 .../ignite/binary/class-use/BinaryReader.html      |     0
 .../class-use/BinaryReflectiveSerializer.html      |     0
 .../ignite/binary/class-use/BinarySerializer.html  |     0
 .../apache/ignite/binary/class-use/BinaryType.html |     0
 .../binary/class-use/BinaryTypeConfiguration.html  |     0
 .../ignite/binary/class-use/BinaryWriter.html      |     0
 .../ignite/binary/class-use/Binarylizable.html     |     0
 .../org/apache/ignite/binary/package-frame.html    |     0
 .../org/apache/ignite/binary/package-summary.html  |     0
 .../org/apache/ignite/binary/package-tree.html     |     0
 .../org/apache/ignite/binary/package-use.html      |     0
 .../cache/CacheAtomicUpdateTimeoutException.html   |     0
 .../apache/ignite/cache/CacheAtomicityMode.html    |     0
 .../org/apache/ignite/cache/CacheEntry.html        |     0
 .../cache/CacheEntryEventSerializableFilter.html   |     0
 .../apache/ignite/cache/CacheEntryProcessor.html   |     0
 .../apache/ignite/cache/CacheExistsException.html  |     0
 .../org/apache/ignite/cache/CacheInterceptor.html  |     0
 .../ignite/cache/CacheInterceptorAdapter.html      |     0
 .../apache/ignite/cache/CacheInterceptorEntry.html |     0
 .../apache/ignite/cache/CacheKeyConfiguration.html |     0
 .../org/apache/ignite/cache/CacheManager.html      |     0
 .../org/apache/ignite/cache/CacheMetrics.html      |     0
 .../javadoc/org/apache/ignite/cache/CacheMode.html |     0
 .../ignite/cache/CachePartialUpdateException.html  |     0
 .../org/apache/ignite/cache/CachePeekMode.html     |     0
 .../apache/ignite/cache/CacheRebalanceMode.html    |     0
 .../ignite/cache/CacheServerNotFoundException.html |     0
 .../cache/CacheWriteSynchronizationMode.html       |     0
 .../org/apache/ignite/cache/CachingProvider.html   |     0
 .../apache/ignite/cache/PartitionLossPolicy.html   |     0
 .../org/apache/ignite/cache/QueryEntity.html       |     0
 .../org/apache/ignite/cache/QueryIndex.html        |     0
 .../org/apache/ignite/cache/QueryIndexType.html    |     0
 .../org/apache/ignite/cache/affinity/Affinity.html |     0
 .../affinity/AffinityCentralizedFunction.html      |     0
 .../ignite/cache/affinity/AffinityFunction.html    |     0
 .../cache/affinity/AffinityFunctionContext.html    |     0
 .../apache/ignite/cache/affinity/AffinityKey.html  |     0
 .../ignite/cache/affinity/AffinityKeyMapped.html   |     0
 .../ignite/cache/affinity/AffinityKeyMapper.html   |     0
 .../apache/ignite/cache/affinity/AffinityUuid.html |     0
 .../ignite/cache/affinity/class-use/Affinity.html  |     0
 .../class-use/AffinityCentralizedFunction.html     |     0
 .../cache/affinity/class-use/AffinityFunction.html |     0
 .../class-use/AffinityFunctionContext.html         |     0
 .../cache/affinity/class-use/AffinityKey.html      |     0
 .../affinity/class-use/AffinityKeyMapped.html      |     0
 .../affinity/class-use/AffinityKeyMapper.html      |     0
 .../cache/affinity/class-use/AffinityUuid.html     |     0
 .../ignite/cache/affinity/package-frame.html       |     0
 .../ignite/cache/affinity/package-summary.html     |     0
 .../apache/ignite/cache/affinity/package-tree.html |     0
 .../apache/ignite/cache/affinity/package-use.html  |     0
 .../rendezvous/RendezvousAffinityFunction.html     |     0
 .../class-use/RendezvousAffinityFunction.html      |     0
 .../cache/affinity/rendezvous/package-frame.html   |     0
 .../cache/affinity/rendezvous/package-summary.html |     0
 .../cache/affinity/rendezvous/package-tree.html    |     0
 .../cache/affinity/rendezvous/package-use.html     |     0
 .../CacheAtomicUpdateTimeoutException.html         |     0
 .../ignite/cache/class-use/CacheAtomicityMode.html |     0
 .../apache/ignite/cache/class-use/CacheEntry.html  |     0
 .../CacheEntryEventSerializableFilter.html         |     0
 .../cache/class-use/CacheEntryProcessor.html       |     0
 .../cache/class-use/CacheExistsException.html      |     0
 .../ignite/cache/class-use/CacheInterceptor.html   |     0
 .../cache/class-use/CacheInterceptorAdapter.html   |     0
 .../cache/class-use/CacheInterceptorEntry.html     |     0
 .../cache/class-use/CacheKeyConfiguration.html     |     0
 .../ignite/cache/class-use/CacheManager.html       |     0
 .../ignite/cache/class-use/CacheMetrics.html       |     0
 .../apache/ignite/cache/class-use/CacheMode.html   |     0
 .../class-use/CachePartialUpdateException.html     |     0
 .../ignite/cache/class-use/CachePeekMode.html      |     0
 .../ignite/cache/class-use/CacheRebalanceMode.html |     0
 .../class-use/CacheServerNotFoundException.html    |     0
 .../class-use/CacheWriteSynchronizationMode.html   |     0
 .../ignite/cache/class-use/CachingProvider.html    |     0
 .../cache/class-use/PartitionLossPolicy.html       |     0
 .../apache/ignite/cache/class-use/QueryEntity.html |     0
 .../apache/ignite/cache/class-use/QueryIndex.html  |     0
 .../ignite/cache/class-use/QueryIndexType.html     |     0
 .../cache/eviction/AbstractEvictionPolicy.html     |     0
 .../ignite/cache/eviction/EvictableEntry.html      |     0
 .../ignite/cache/eviction/EvictionFilter.html      |     0
 .../ignite/cache/eviction/EvictionPolicy.html      |     0
 .../eviction/class-use/AbstractEvictionPolicy.html |     0
 .../cache/eviction/class-use/EvictableEntry.html   |     0
 .../cache/eviction/class-use/EvictionFilter.html   |     0
 .../cache/eviction/class-use/EvictionPolicy.html   |     0
 .../cache/eviction/fifo/FifoEvictionPolicy.html    |     0
 .../eviction/fifo/FifoEvictionPolicyMBean.html     |     0
 .../fifo/class-use/FifoEvictionPolicy.html         |     0
 .../fifo/class-use/FifoEvictionPolicyMBean.html    |     0
 .../ignite/cache/eviction/fifo/package-frame.html  |     0
 .../cache/eviction/fifo/package-summary.html       |     0
 .../ignite/cache/eviction/fifo/package-tree.html   |     0
 .../ignite/cache/eviction/fifo/package-use.html    |     0
 .../cache/eviction/igfs/IgfsEvictionFilter.html    |     0
 .../igfs/IgfsPerBlockLruEvictionPolicy.html        |     0
 .../igfs/IgfsPerBlockLruEvictionPolicyMXBean.html  |     0
 .../igfs/class-use/IgfsEvictionFilter.html         |     0
 .../class-use/IgfsPerBlockLruEvictionPolicy.html   |     0
 .../IgfsPerBlockLruEvictionPolicyMXBean.html       |     0
 .../ignite/cache/eviction/igfs/package-frame.html  |     0
 .../cache/eviction/igfs/package-summary.html       |     0
 .../ignite/cache/eviction/igfs/package-tree.html   |     0
 .../ignite/cache/eviction/igfs/package-use.html    |     0
 .../cache/eviction/lru/LruEvictionPolicy.html      |     0
 .../cache/eviction/lru/LruEvictionPolicyMBean.html |     0
 .../eviction/lru/class-use/LruEvictionPolicy.html  |     0
 .../lru/class-use/LruEvictionPolicyMBean.html      |     0
 .../ignite/cache/eviction/lru/package-frame.html   |     0
 .../ignite/cache/eviction/lru/package-summary.html |     0
 .../ignite/cache/eviction/lru/package-tree.html    |     0
 .../ignite/cache/eviction/lru/package-use.html     |     0
 .../ignite/cache/eviction/package-frame.html       |     0
 .../ignite/cache/eviction/package-summary.html     |     0
 .../apache/ignite/cache/eviction/package-tree.html |     0
 .../apache/ignite/cache/eviction/package-use.html  |     0
 .../cache/eviction/random/package-frame.html       |     0
 .../cache/eviction/random/package-summary.html     |     0
 .../ignite/cache/eviction/random/package-tree.html |     0
 .../ignite/cache/eviction/random/package-use.html  |     0
 .../eviction/sorted/SortedEvictionPolicy.html      |     0
 .../eviction/sorted/SortedEvictionPolicyMBean.html |     0
 .../sorted/class-use/SortedEvictionPolicy.html     |     0
 .../class-use/SortedEvictionPolicyMBean.html       |     0
 .../cache/eviction/sorted/package-frame.html       |     0
 .../cache/eviction/sorted/package-summary.html     |     0
 .../ignite/cache/eviction/sorted/package-tree.html |     0
 .../ignite/cache/eviction/sorted/package-use.html  |     0
 .../hibernate/HibernateAccessStrategyAdapter.html  |     0
 .../hibernate/HibernateAccessStrategyFactory.html  |     0
 .../cache/hibernate/HibernateCacheProxy.html       |     0
 .../hibernate/HibernateExceptionConverter.html     |     0
 .../cache/hibernate/HibernateKeyTransformer.html   |     0
 .../HibernateNonStrictAccessStrategy.html          |     0
 .../hibernate/HibernateReadOnlyAccessStrategy.html |     0
 .../HibernateReadWriteAccessStrategy.html          |     0
 .../HibernateTransactionalAccessStrategy.html      |     0
 .../class-use/HibernateAccessStrategyAdapter.html  |     0
 .../class-use/HibernateAccessStrategyFactory.html  |     0
 .../hibernate/class-use/HibernateCacheProxy.html   |     0
 .../class-use/HibernateExceptionConverter.html     |     0
 .../class-use/HibernateKeyTransformer.html         |     0
 .../HibernateNonStrictAccessStrategy.html          |     0
 .../class-use/HibernateReadOnlyAccessStrategy.html |     0
 .../HibernateReadWriteAccessStrategy.html          |     0
 .../HibernateTransactionalAccessStrategy.html      |     0
 .../ignite/cache/hibernate/package-frame.html      |     0
 .../ignite/cache/hibernate/package-summary.html    |     0
 .../ignite/cache/hibernate/package-tree.html       |     0
 .../apache/ignite/cache/hibernate/package-use.html |     0
 .../org/apache/ignite/cache/jta/CacheTmLookup.html |     0
 .../ignite/cache/jta/class-use/CacheTmLookup.html  |     0
 .../ignite/cache/jta/jndi/CacheJndiTmFactory.html  |     0
 .../ignite/cache/jta/jndi/CacheJndiTmLookup.html   |     0
 .../jta/jndi/class-use/CacheJndiTmFactory.html     |     0
 .../jta/jndi/class-use/CacheJndiTmLookup.html      |     0
 .../ignite/cache/jta/jndi/package-frame.html       |     0
 .../ignite/cache/jta/jndi/package-summary.html     |     0
 .../apache/ignite/cache/jta/jndi/package-tree.html |     0
 .../apache/ignite/cache/jta/jndi/package-use.html  |     0
 .../org/apache/ignite/cache/jta/package-frame.html |     0
 .../apache/ignite/cache/jta/package-summary.html   |     0
 .../org/apache/ignite/cache/jta/package-tree.html  |     0
 .../org/apache/ignite/cache/jta/package-use.html   |     0
 .../cache/jta/reflect/CacheReflectionTmLookup.html |     0
 .../reflect/class-use/CacheReflectionTmLookup.html |     0
 .../ignite/cache/jta/reflect/package-frame.html    |     0
 .../ignite/cache/jta/reflect/package-summary.html  |     0
 .../ignite/cache/jta/reflect/package-tree.html     |     0
 .../ignite/cache/jta/reflect/package-use.html      |     0
 .../jta/websphere/WebSphereLibertyTmFactory.html   |     0
 .../cache/jta/websphere/WebSphereTmFactory.html    |     0
 .../class-use/WebSphereLibertyTmFactory.html       |     0
 .../websphere/class-use/WebSphereTmFactory.html    |     0
 .../ignite/cache/jta/websphere/package-frame.html  |     0
 .../cache/jta/websphere/package-summary.html       |     0
 .../ignite/cache/jta/websphere/package-tree.html   |     0
 .../ignite/cache/jta/websphere/package-use.html    |     0
 .../org/apache/ignite/cache/package-frame.html     |     0
 .../org/apache/ignite/cache/package-summary.html   |     0
 .../org/apache/ignite/cache/package-tree.html      |     0
 .../org/apache/ignite/cache/package-use.html       |     0
 .../ignite/cache/query/CacheQueryEntryEvent.html   |     0
 .../apache/ignite/cache/query/ContinuousQuery.html |     0
 .../ignite/cache/query/FieldsQueryCursor.html      |     0
 .../org/apache/ignite/cache/query/Query.html       |     0
 .../cache/query/QueryCancelledException.html       |     0
 .../org/apache/ignite/cache/query/QueryCursor.html |     0
 .../ignite/cache/query/QueryDetailMetrics.html     |     0
 .../apache/ignite/cache/query/QueryMetrics.html    |     0
 .../org/apache/ignite/cache/query/ScanQuery.html   |     0
 .../org/apache/ignite/cache/query/SpiQuery.html    |     0
 .../apache/ignite/cache/query/SqlFieldsQuery.html  |     0
 .../org/apache/ignite/cache/query/SqlQuery.html    |     0
 .../org/apache/ignite/cache/query/TextQuery.html   |     0
 .../query/annotations/QueryGroupIndex.List.html    |     0
 .../cache/query/annotations/QueryGroupIndex.html   |     0
 .../query/annotations/QuerySqlField.Group.html     |     0
 .../cache/query/annotations/QuerySqlField.html     |     0
 .../cache/query/annotations/QuerySqlFunction.html  |     0
 .../cache/query/annotations/QueryTextField.html    |     0
 .../class-use/QueryGroupIndex.List.html            |     0
 .../annotations/class-use/QueryGroupIndex.html     |     0
 .../annotations/class-use/QuerySqlField.Group.html |     0
 .../query/annotations/class-use/QuerySqlField.html |     0
 .../annotations/class-use/QuerySqlFunction.html    |     0
 .../annotations/class-use/QueryTextField.html      |     0
 .../cache/query/annotations/package-frame.html     |     0
 .../cache/query/annotations/package-summary.html   |     0
 .../cache/query/annotations/package-tree.html      |     0
 .../cache/query/annotations/package-use.html       |     0
 .../query/class-use/CacheQueryEntryEvent.html      |     0
 .../cache/query/class-use/ContinuousQuery.html     |     0
 .../cache/query/class-use/FieldsQueryCursor.html   |     0
 .../apache/ignite/cache/query/class-use/Query.html |     0
 .../query/class-use/QueryCancelledException.html   |     0
 .../ignite/cache/query/class-use/QueryCursor.html  |     0
 .../cache/query/class-use/QueryDetailMetrics.html  |     0
 .../ignite/cache/query/class-use/QueryMetrics.html |     0
 .../ignite/cache/query/class-use/ScanQuery.html    |     0
 .../ignite/cache/query/class-use/SpiQuery.html     |     0
 .../cache/query/class-use/SqlFieldsQuery.html      |     0
 .../ignite/cache/query/class-use/SqlQuery.html     |     0
 .../ignite/cache/query/class-use/TextQuery.html    |     0
 .../apache/ignite/cache/query/package-frame.html   |     0
 .../apache/ignite/cache/query/package-summary.html |     0
 .../apache/ignite/cache/query/package-tree.html    |     0
 .../org/apache/ignite/cache/query/package-use.html |     0
 .../ignite/cache/spring/SpringCacheManager.html    |     0
 .../cache/spring/class-use/SpringCacheManager.html |     0
 .../apache/ignite/cache/spring/package-frame.html  |     0
 .../ignite/cache/spring/package-summary.html       |     0
 .../apache/ignite/cache/spring/package-tree.html   |     0
 .../apache/ignite/cache/spring/package-use.html    |     0
 .../cache/store/CacheLoadOnlyStoreAdapter.html     |     0
 .../org/apache/ignite/cache/store/CacheStore.html  |     0
 .../ignite/cache/store/CacheStoreAdapter.html      |     0
 .../ignite/cache/store/CacheStoreSession.html      |     0
 .../cache/store/CacheStoreSessionListener.html     |     0
 .../cache/store/cassandra/CassandraCacheStore.html |     0
 .../cassandra/CassandraCacheStoreFactory.html      |     0
 .../cassandra/class-use/CassandraCacheStore.html   |     0
 .../class-use/CassandraCacheStoreFactory.html      |     0
 .../store/cassandra/common/CassandraHelper.html    |     0
 .../cassandra/common/PropertyMappingHelper.html    |     0
 .../store/cassandra/common/RandomSleeper.html      |     0
 .../cache/store/cassandra/common/SystemHelper.html |     0
 .../common/class-use/CassandraHelper.html          |     0
 .../common/class-use/PropertyMappingHelper.html    |     0
 .../cassandra/common/class-use/RandomSleeper.html  |     0
 .../cassandra/common/class-use/SystemHelper.html   |     0
 .../store/cassandra/common/package-frame.html      |     0
 .../store/cassandra/common/package-summary.html    |     0
 .../cache/store/cassandra/common/package-tree.html |     0
 .../cache/store/cassandra/common/package-use.html  |     0
 .../store/cassandra/datasource/Credentials.html    |     0
 .../store/cassandra/datasource/DataSource.html     |     0
 .../cassandra/datasource/PlainCredentials.html     |     0
 .../datasource/class-use/Credentials.html          |     0
 .../cassandra/datasource/class-use/DataSource.html |     0
 .../datasource/class-use/PlainCredentials.html     |     0
 .../store/cassandra/datasource/package-frame.html  |     0
 .../cassandra/datasource/package-summary.html      |     0
 .../store/cassandra/datasource/package-tree.html   |     0
 .../store/cassandra/datasource/package-use.html    |     0
 .../cache/store/cassandra/package-frame.html       |     0
 .../cache/store/cassandra/package-summary.html     |     0
 .../ignite/cache/store/cassandra/package-tree.html |     0
 .../ignite/cache/store/cassandra/package-use.html  |     0
 .../persistence/KeyPersistenceSettings.html        |     0
 .../persistence/KeyValuePersistenceSettings.html   |     0
 .../persistence/PersistenceController.html         |     0
 .../cassandra/persistence/PersistenceSettings.html |     0
 .../cassandra/persistence/PersistenceStrategy.html |     0
 .../store/cassandra/persistence/PojoField.html     |     0
 .../cassandra/persistence/PojoFieldAccessor.html   |     0
 .../persistence/PojoKeyField.SortOrder.html        |     0
 .../store/cassandra/persistence/PojoKeyField.html  |     0
 .../cassandra/persistence/PojoValueField.html      |     0
 .../persistence/ValuePersistenceSettings.html      |     0
 .../class-use/KeyPersistenceSettings.html          |     0
 .../class-use/KeyValuePersistenceSettings.html     |     0
 .../class-use/PersistenceController.html           |     0
 .../persistence/class-use/PersistenceSettings.html |     0
 .../persistence/class-use/PersistenceStrategy.html |     0
 .../cassandra/persistence/class-use/PojoField.html |     0
 .../persistence/class-use/PojoFieldAccessor.html   |     0
 .../class-use/PojoKeyField.SortOrder.html          |     0
 .../persistence/class-use/PojoKeyField.html        |     0
 .../persistence/class-use/PojoValueField.html      |     0
 .../class-use/ValuePersistenceSettings.html        |     0
 .../store/cassandra/persistence/package-frame.html |     0
 .../cassandra/persistence/package-summary.html     |     0
 .../store/cassandra/persistence/package-tree.html  |     0
 .../store/cassandra/persistence/package-use.html   |     0
 .../store/cassandra/serializer/JavaSerializer.html |     0
 .../store/cassandra/serializer/KryoSerializer.html |     0
 .../store/cassandra/serializer/Serializer.html     |     0
 .../serializer/class-use/JavaSerializer.html       |     0
 .../serializer/class-use/KryoSerializer.html       |     0
 .../cassandra/serializer/class-use/Serializer.html |     0
 .../store/cassandra/serializer/package-frame.html  |     0
 .../cassandra/serializer/package-summary.html      |     0
 .../store/cassandra/serializer/package-tree.html   |     0
 .../store/cassandra/serializer/package-use.html    |     0
 .../cassandra/session/BatchExecutionAssistant.html |     0
 .../cassandra/session/BatchLoaderAssistant.html    |     0
 .../store/cassandra/session/CassandraSession.html  |     0
 .../cassandra/session/CassandraSessionImpl.html    |     0
 .../cassandra/session/ExecutionAssistant.html      |     0
 .../session/GenericBatchExecutionAssistant.html    |     0
 .../session/LoadCacheCustomQueryWorker.html        |     0
 .../session/class-use/BatchExecutionAssistant.html |     0
 .../session/class-use/BatchLoaderAssistant.html    |     0
 .../session/class-use/CassandraSession.html        |     0
 .../session/class-use/CassandraSessionImpl.html    |     0
 .../session/class-use/ExecutionAssistant.html      |     0
 .../class-use/GenericBatchExecutionAssistant.html  |     0
 .../class-use/LoadCacheCustomQueryWorker.html      |     0
 .../store/cassandra/session/package-frame.html     |     0
 .../store/cassandra/session/package-summary.html   |     0
 .../store/cassandra/session/package-tree.html      |     0
 .../cache/store/cassandra/session/package-use.html |     0
 .../store/cassandra/session/pool/SessionPool.html  |     0
 .../cassandra/session/pool/SessionWrapper.html     |     0
 .../session/pool/class-use/SessionPool.html        |     0
 .../session/pool/class-use/SessionWrapper.html     |     0
 .../cassandra/session/pool/package-frame.html      |     0
 .../cassandra/session/pool/package-summary.html    |     0
 .../store/cassandra/session/pool/package-tree.html |     0
 .../store/cassandra/session/pool/package-use.html  |     0
 .../session/transaction/BaseMutation.html          |     0
 .../session/transaction/DeleteMutation.html        |     0
 .../cassandra/session/transaction/Mutation.html    |     0
 .../session/transaction/WriteMutation.html         |     0
 .../transaction/class-use/BaseMutation.html        |     0
 .../transaction/class-use/DeleteMutation.html      |     0
 .../session/transaction/class-use/Mutation.html    |     0
 .../transaction/class-use/WriteMutation.html       |     0
 .../session/transaction/package-frame.html         |     0
 .../session/transaction/package-summary.html       |     0
 .../session/transaction/package-tree.html          |     0
 .../cassandra/session/transaction/package-use.html |     0
 .../cache/store/cassandra/utils/DDLGenerator.html  |     0
 .../cassandra/utils/class-use/DDLGenerator.html    |     0
 .../cache/store/cassandra/utils/package-frame.html |     0
 .../store/cassandra/utils/package-summary.html     |     0
 .../cache/store/cassandra/utils/package-tree.html  |     0
 .../cache/store/cassandra/utils/package-use.html   |     0
 .../store/class-use/CacheLoadOnlyStoreAdapter.html |     0
 .../ignite/cache/store/class-use/CacheStore.html   |     0
 .../cache/store/class-use/CacheStoreAdapter.html   |     0
 .../cache/store/class-use/CacheStoreSession.html   |     0
 .../store/class-use/CacheStoreSessionListener.html |     0
 .../jdbc/CacheAbstractJdbcStore.EntryMapping.html  |     0
 .../jdbc/CacheAbstractJdbcStore.TypeKind.html      |     0
 .../cache/store/jdbc/CacheAbstractJdbcStore.html   |     0
 .../cache/store/jdbc/CacheJdbcBlobStore.html       |     0
 .../store/jdbc/CacheJdbcBlobStoreFactory.html      |     0
 .../cache/store/jdbc/CacheJdbcPojoStore.html       |     0
 .../store/jdbc/CacheJdbcPojoStoreFactory.html      |     0
 .../store/jdbc/CacheJdbcStoreSessionListener.html  |     0
 .../apache/ignite/cache/store/jdbc/JdbcType.html   |     0
 .../cache/store/jdbc/JdbcTypeDefaultHasher.html    |     0
 .../ignite/cache/store/jdbc/JdbcTypeField.html     |     0
 .../ignite/cache/store/jdbc/JdbcTypeHasher.html    |     0
 .../store/jdbc/JdbcTypesDefaultTransformer.html    |     0
 .../cache/store/jdbc/JdbcTypesTransformer.html     |     0
 .../CacheAbstractJdbcStore.EntryMapping.html       |     0
 .../class-use/CacheAbstractJdbcStore.TypeKind.html |     0
 .../jdbc/class-use/CacheAbstractJdbcStore.html     |     0
 .../store/jdbc/class-use/CacheJdbcBlobStore.html   |     0
 .../jdbc/class-use/CacheJdbcBlobStoreFactory.html  |     0
 .../store/jdbc/class-use/CacheJdbcPojoStore.html   |     0
 .../jdbc/class-use/CacheJdbcPojoStoreFactory.html  |     0
 .../class-use/CacheJdbcStoreSessionListener.html   |     0
 .../cache/store/jdbc/class-use/JdbcType.html       |     0
 .../jdbc/class-use/JdbcTypeDefaultHasher.html      |     0
 .../cache/store/jdbc/class-use/JdbcTypeField.html  |     0
 .../cache/store/jdbc/class-use/JdbcTypeHasher.html |     0
 .../class-use/JdbcTypesDefaultTransformer.html     |     0
 .../store/jdbc/class-use/JdbcTypesTransformer.html |     0
 .../cache/store/jdbc/dialect/BasicJdbcDialect.html |     0
 .../cache/store/jdbc/dialect/DB2Dialect.html       |     0
 .../ignite/cache/store/jdbc/dialect/H2Dialect.html |     0
 .../cache/store/jdbc/dialect/JdbcDialect.html      |     0
 .../cache/store/jdbc/dialect/MySQLDialect.html     |     0
 .../cache/store/jdbc/dialect/OracleDialect.html    |     0
 .../cache/store/jdbc/dialect/SQLServerDialect.html |     0
 .../jdbc/dialect/class-use/BasicJdbcDialect.html   |     0
 .../store/jdbc/dialect/class-use/DB2Dialect.html   |     0
 .../store/jdbc/dialect/class-use/H2Dialect.html    |     0
 .../store/jdbc/dialect/class-use/JdbcDialect.html  |     0
 .../store/jdbc/dialect/class-use/MySQLDialect.html |     0
 .../jdbc/dialect/class-use/OracleDialect.html      |     0
 .../jdbc/dialect/class-use/SQLServerDialect.html   |     0
 .../cache/store/jdbc/dialect/package-frame.html    |     0
 .../cache/store/jdbc/dialect/package-summary.html  |     0
 .../cache/store/jdbc/dialect/package-tree.html     |     0
 .../cache/store/jdbc/dialect/package-use.html      |     0
 .../ignite/cache/store/jdbc/package-frame.html     |     0
 .../ignite/cache/store/jdbc/package-summary.html   |     0
 .../ignite/cache/store/jdbc/package-tree.html      |     0
 .../ignite/cache/store/jdbc/package-use.html       |     0
 .../apache/ignite/cache/store/package-frame.html   |     0
 .../apache/ignite/cache/store/package-summary.html |     0
 .../apache/ignite/cache/store/package-tree.html    |     0
 .../org/apache/ignite/cache/store/package-use.html |     0
 .../spring/CacheSpringStoreSessionListener.html    |     0
 .../class-use/CacheSpringStoreSessionListener.html |     0
 .../ignite/cache/store/spring/package-frame.html   |     0
 .../ignite/cache/store/spring/package-summary.html |     0
 .../ignite/cache/store/spring/package-tree.html    |     0
 .../ignite/cache/store/spring/package-use.html     |     0
 .../ignite/cache/websession/WebSessionFilter.html  |     0
 .../websession/class-use/WebSessionFilter.html     |     0
 .../ignite/cache/websession/package-frame.html     |     0
 .../ignite/cache/websession/package-summary.html   |     0
 .../ignite/cache/websession/package-tree.html      |     0
 .../ignite/cache/websession/package-use.html       |     0
 .../apache/ignite/class-use/DataRegionMetrics.html |     0
 .../ignite/class-use/DataRegionMetricsAdapter.html |     0
 .../ignite/class-use/DataStorageMetrics.html       |     0
 .../class-use/DataStorageMetricsAdapter.html       |     0
 .../org/apache/ignite/class-use/Ignite.html        |     0
 .../apache/ignite/class-use/IgniteAtomicLong.html  |     0
 .../ignite/class-use/IgniteAtomicReference.html    |     0
 .../ignite/class-use/IgniteAtomicSequence.html     |     0
 .../ignite/class-use/IgniteAtomicStamped.html      |     0
 .../class-use/IgniteAuthenticationException.html   |     0
 .../org/apache/ignite/class-use/IgniteBinary.html  |     0
 .../org/apache/ignite/class-use/IgniteCache.html   |     0
 .../class-use/IgniteCacheRestartingException.html  |     0
 .../ignite/class-use/IgniteCheckedException.html   |     0
 .../IgniteClientDisconnectedException.html         |     0
 .../org/apache/ignite/class-use/IgniteCluster.html |     0
 .../org/apache/ignite/class-use/IgniteCompute.html |     0
 .../apache/ignite/class-use/IgniteCondition.html   |     0
 .../ignite/class-use/IgniteCountDownLatch.html     |     0
 .../ignite/class-use/IgniteDataStreamer.html       |     0
 .../IgniteDataStreamerTimeoutException.html        |     0
 .../class-use/IgniteDeploymentException.html       |     0
 .../org/apache/ignite/class-use/IgniteEvents.html  |     0
 .../apache/ignite/class-use/IgniteException.html   |     0
 .../apache/ignite/class-use/IgniteFileSystem.html  |     0
 .../class-use/IgniteIllegalStateException.html     |     0
 .../class-use/IgniteInterruptedException.html      |     0
 .../apache/ignite/class-use/IgniteJdbcDriver.html  |     0
 .../ignite/class-use/IgniteJdbcThinDriver.html     |     0
 .../org/apache/ignite/class-use/IgniteLock.html    |     0
 .../org/apache/ignite/class-use/IgniteLogger.html  |     0
 .../apache/ignite/class-use/IgniteMessaging.html   |     0
 .../org/apache/ignite/class-use/IgniteQueue.html   |     0
 .../apache/ignite/class-use/IgniteScheduler.html   |     0
 .../apache/ignite/class-use/IgniteSemaphore.html   |     0
 .../apache/ignite/class-use/IgniteServices.html    |     0
 .../org/apache/ignite/class-use/IgniteSet.html     |     0
 .../org/apache/ignite/class-use/IgniteSpring.html  |     0
 .../apache/ignite/class-use/IgniteSpringBean.html  |     0
 .../org/apache/ignite/class-use/IgniteState.html   |     0
 .../ignite/class-use/IgniteSystemProperties.html   |     0
 .../ignite/class-use/IgniteTransactions.html       |     0
 .../org/apache/ignite/class-use/Ignition.html      |     0
 .../apache/ignite/class-use/IgnitionListener.html  |     0
 .../org/apache/ignite/class-use/MemoryMetrics.html |     0
 .../ignite/class-use/PersistenceMetrics.html       |     0
 .../org/apache/ignite/cluster/ClusterGroup.html    |     0
 .../ignite/cluster/ClusterGroupEmptyException.html |     0
 .../org/apache/ignite/cluster/ClusterMetrics.html  |     0
 .../org/apache/ignite/cluster/ClusterNode.html     |     0
 .../ignite/cluster/ClusterStartNodeResult.html     |     0
 .../ignite/cluster/ClusterTopologyException.html   |     0
 .../ignite/cluster/class-use/ClusterGroup.html     |     0
 .../class-use/ClusterGroupEmptyException.html      |     0
 .../ignite/cluster/class-use/ClusterMetrics.html   |     0
 .../ignite/cluster/class-use/ClusterNode.html      |     0
 .../cluster/class-use/ClusterStartNodeResult.html  |     0
 .../class-use/ClusterTopologyException.html        |     0
 .../org/apache/ignite/cluster/package-frame.html   |     0
 .../org/apache/ignite/cluster/package-summary.html |     0
 .../org/apache/ignite/cluster/package-tree.html    |     0
 .../org/apache/ignite/cluster/package-use.html     |     0
 .../compute/ComputeExecutionRejectedException.html |     0
 .../org/apache/ignite/compute/ComputeJob.html      |     0
 .../apache/ignite/compute/ComputeJobAdapter.html   |     0
 .../apache/ignite/compute/ComputeJobAfterSend.html |     0
 .../ignite/compute/ComputeJobBeforeFailover.html   |     0
 .../apache/ignite/compute/ComputeJobContext.html   |     0
 .../ignite/compute/ComputeJobContinuation.html     |     0
 .../compute/ComputeJobContinuationAdapter.html     |     0
 .../compute/ComputeJobFailoverException.html       |     0
 .../ignite/compute/ComputeJobMasterLeaveAware.html |     0
 .../apache/ignite/compute/ComputeJobResult.html    |     0
 .../ignite/compute/ComputeJobResultPolicy.html     |     0
 .../apache/ignite/compute/ComputeJobSibling.html   |     0
 .../apache/ignite/compute/ComputeLoadBalancer.html |     0
 .../org/apache/ignite/compute/ComputeTask.html     |     0
 .../apache/ignite/compute/ComputeTaskAdapter.html  |     0
 .../compute/ComputeTaskCancelledException.html     |     0
 .../compute/ComputeTaskContinuousMapper.html       |     0
 .../apache/ignite/compute/ComputeTaskFuture.html   |     0
 .../apache/ignite/compute/ComputeTaskMapAsync.html |     0
 .../org/apache/ignite/compute/ComputeTaskName.html |     0
 .../ignite/compute/ComputeTaskNoResultCache.html   |     0
 .../apache/ignite/compute/ComputeTaskSession.html  |     0
 .../ComputeTaskSessionAttributeListener.html       |     0
 .../compute/ComputeTaskSessionFullSupport.html     |     0
 .../ignite/compute/ComputeTaskSessionScope.html    |     0
 .../org/apache/ignite/compute/ComputeTaskSpis.html |     0
 .../ignite/compute/ComputeTaskSplitAdapter.html    |     0
 .../compute/ComputeTaskTimeoutException.html       |     0
 .../compute/ComputeUserUndeclaredException.html    |     0
 .../ComputeExecutionRejectedException.html         |     0
 .../ignite/compute/class-use/ComputeJob.html       |     0
 .../compute/class-use/ComputeJobAdapter.html       |     0
 .../compute/class-use/ComputeJobAfterSend.html     |     0
 .../class-use/ComputeJobBeforeFailover.html        |     0
 .../compute/class-use/ComputeJobContext.html       |     0
 .../compute/class-use/ComputeJobContinuation.html  |     0
 .../class-use/ComputeJobContinuationAdapter.html   |     0
 .../class-use/ComputeJobFailoverException.html     |     0
 .../class-use/ComputeJobMasterLeaveAware.html      |     0
 .../ignite/compute/class-use/ComputeJobResult.html |     0
 .../compute/class-use/ComputeJobResultPolicy.html  |     0
 .../compute/class-use/ComputeJobSibling.html       |     0
 .../compute/class-use/ComputeLoadBalancer.html     |     0
 .../ignite/compute/class-use/ComputeTask.html      |     0
 .../compute/class-use/ComputeTaskAdapter.html      |     0
 .../class-use/ComputeTaskCancelledException.html   |     0
 .../class-use/ComputeTaskContinuousMapper.html     |     0
 .../compute/class-use/ComputeTaskFuture.html       |     0
 .../compute/class-use/ComputeTaskMapAsync.html     |     0
 .../ignite/compute/class-use/ComputeTaskName.html  |     0
 .../class-use/ComputeTaskNoResultCache.html        |     0
 .../compute/class-use/ComputeTaskSession.html      |     0
 .../ComputeTaskSessionAttributeListener.html       |     0
 .../class-use/ComputeTaskSessionFullSupport.html   |     0
 .../compute/class-use/ComputeTaskSessionScope.html |     0
 .../ignite/compute/class-use/ComputeTaskSpis.html  |     0
 .../compute/class-use/ComputeTaskSplitAdapter.html |     0
 .../class-use/ComputeTaskTimeoutException.html     |     0
 .../class-use/ComputeUserUndeclaredException.html  |     0
 .../org/apache/ignite/compute/gridify/Gridify.html |     0
 .../ignite/compute/gridify/GridifyArgument.html    |     0
 .../ignite/compute/gridify/GridifyInput.html       |     0
 .../ignite/compute/gridify/GridifyInterceptor.html |     0
 .../ignite/compute/gridify/GridifyNodeFilter.html  |     0
 .../compute/gridify/GridifyRuntimeException.html   |     0
 .../ignite/compute/gridify/GridifySetToSet.html    |     0
 .../ignite/compute/gridify/GridifySetToValue.html  |     0
 .../ignite/compute/gridify/GridifyTaskAdapter.html |     0
 .../compute/gridify/GridifyTaskSplitAdapter.html   |     0
 .../gridify/aop/GridifyArgumentAdapter.html        |     0
 .../gridify/aop/GridifyDefaultRangeTask.html       |     0
 .../compute/gridify/aop/GridifyDefaultTask.html    |     0
 .../gridify/aop/GridifySetToSetAbstractAspect.html |     0
 .../aop/GridifySetToValueAbstractAspect.html       |     0
 .../gridify/aop/aspectj/GridifyAspectJAspect.html  |     0
 .../aop/aspectj/GridifySetToSetAspectJAspect.html  |     0
 .../aspectj/GridifySetToValueAspectJAspect.html    |     0
 .../aspectj/class-use/GridifyAspectJAspect.html    |     0
 .../class-use/GridifySetToSetAspectJAspect.html    |     0
 .../class-use/GridifySetToValueAspectJAspect.html  |     0
 .../compute/gridify/aop/aspectj/package-frame.html |     0
 .../gridify/aop/aspectj/package-summary.html       |     0
 .../compute/gridify/aop/aspectj/package-tree.html  |     0
 .../compute/gridify/aop/aspectj/package-use.html   |     0
 .../aop/class-use/GridifyArgumentAdapter.html      |     0
 .../aop/class-use/GridifyDefaultRangeTask.html     |     0
 .../gridify/aop/class-use/GridifyDefaultTask.html  |     0
 .../class-use/GridifySetToSetAbstractAspect.html   |     0
 .../class-use/GridifySetToValueAbstractAspect.html |     0
 .../ignite/compute/gridify/aop/package-frame.html  |     0
 .../compute/gridify/aop/package-summary.html       |     0
 .../ignite/compute/gridify/aop/package-tree.html   |     0
 .../ignite/compute/gridify/aop/package-use.html    |     0
 .../aop/spring/GridifySetToSetSpringAspect.html    |     0
 .../aop/spring/GridifySetToValueSpringAspect.html  |     0
 .../gridify/aop/spring/GridifySpringAspect.html    |     0
 .../gridify/aop/spring/GridifySpringEnhancer.html  |     0
 ...fySpringPointcut.GridifySpringPointcutType.html |     0
 .../gridify/aop/spring/GridifySpringPointcut.html  |     0
 .../class-use/GridifySetToSetSpringAspect.html     |     0
 .../class-use/GridifySetToValueSpringAspect.html   |     0
 .../aop/spring/class-use/GridifySpringAspect.html  |     0
 .../spring/class-use/GridifySpringEnhancer.html    |     0
 ...fySpringPointcut.GridifySpringPointcutType.html |     0
 .../spring/class-use/GridifySpringPointcut.html    |     0
 .../compute/gridify/aop/spring/package-frame.html  |     0
 .../gridify/aop/spring/package-summary.html        |     0
 .../compute/gridify/aop/spring/package-tree.html   |     0
 .../compute/gridify/aop/spring/package-use.html    |     0
 .../ignite/compute/gridify/class-use/Gridify.html  |     0
 .../compute/gridify/class-use/GridifyArgument.html |     0
 .../compute/gridify/class-use/GridifyInput.html    |     0
 .../gridify/class-use/GridifyInterceptor.html      |     0
 .../gridify/class-use/GridifyNodeFilter.html       |     0
 .../gridify/class-use/GridifyRuntimeException.html |     0
 .../compute/gridify/class-use/GridifySetToSet.html |     0
 .../gridify/class-use/GridifySetToValue.html       |     0
 .../gridify/class-use/GridifyTaskAdapter.html      |     0
 .../gridify/class-use/GridifyTaskSplitAdapter.html |     0
 .../ignite/compute/gridify/package-frame.html      |     0
 .../ignite/compute/gridify/package-summary.html    |     0
 .../ignite/compute/gridify/package-tree.html       |     0
 .../apache/ignite/compute/gridify/package-use.html |     0
 .../org/apache/ignite/compute/package-frame.html   |     0
 .../org/apache/ignite/compute/package-summary.html |     0
 .../org/apache/ignite/compute/package-tree.html    |     0
 .../org/apache/ignite/compute/package-use.html     |     0
 .../ignite/configuration/AddressResolver.html      |     0
 .../ignite/configuration/AtomicConfiguration.html  |     0
 .../ignite/configuration/BasicAddressResolver.html |     0
 .../ignite/configuration/BinaryConfiguration.html  |     0
 ...CacheConfiguration.IgniteAllNodesPredicate.html |     0
 .../ignite/configuration/CacheConfiguration.html   |     0
 .../ignite/configuration/CheckpointWriteOrder.html |     0
 .../ClientConnectorConfiguration.html              |     0
 .../configuration/CollectionConfiguration.html     |     0
 .../configuration/ConnectorConfiguration.html      |     0
 .../configuration/ConnectorMessageInterceptor.html |     0
 .../ignite/configuration/DataPageEvictionMode.html |     0
 .../configuration/DataRegionConfiguration.html     |     0
 .../configuration/DataStorageConfiguration.html    |     0
 .../ignite/configuration/DeploymentMode.html       |     0
 .../configuration/ExecutorConfiguration.html       |     0
 .../configuration/FileSystemConfiguration.html     |     0
 .../ignite/configuration/HadoopConfiguration.html  |     0
 .../ignite/configuration/IgniteConfiguration.html  |     0
 .../configuration/IgniteReflectionFactory.html     |     0
 .../ignite/configuration/MemoryConfiguration.html  |     0
 .../configuration/MemoryPolicyConfiguration.html   |     0
 .../configuration/NearCacheConfiguration.html      |     0
 .../ignite/configuration/OdbcConfiguration.html    |     0
 .../PersistentStoreConfiguration.html              |     0
 .../configuration/PlatformConfiguration.html       |     0
 .../configuration/SqlConnectorConfiguration.html   |     0
 .../ignite/configuration/TopologyValidator.html    |     0
 .../configuration/TransactionConfiguration.html    |     0
 .../org/apache/ignite/configuration/WALMode.html   |     0
 .../configuration/class-use/AddressResolver.html   |     0
 .../class-use/AtomicConfiguration.html             |     0
 .../class-use/BasicAddressResolver.html            |     0
 .../class-use/BinaryConfiguration.html             |     0
 ...CacheConfiguration.IgniteAllNodesPredicate.html |     0
 .../class-use/CacheConfiguration.html              |     0
 .../class-use/CheckpointWriteOrder.html            |     0
 .../class-use/ClientConnectorConfiguration.html    |     0
 .../class-use/CollectionConfiguration.html         |     0
 .../class-use/ConnectorConfiguration.html          |     0
 .../class-use/ConnectorMessageInterceptor.html     |     0
 .../class-use/DataPageEvictionMode.html            |     0
 .../class-use/DataRegionConfiguration.html         |     0
 .../class-use/DataStorageConfiguration.html        |     0
 .../configuration/class-use/DeploymentMode.html    |     0
 .../class-use/ExecutorConfiguration.html           |     0
 .../class-use/FileSystemConfiguration.html         |     0
 .../class-use/HadoopConfiguration.html             |     0
 .../class-use/IgniteConfiguration.html             |     0
 .../class-use/IgniteReflectionFactory.html         |     0
 .../class-use/MemoryConfiguration.html             |     0
 .../class-use/MemoryPolicyConfiguration.html       |     0
 .../class-use/NearCacheConfiguration.html          |     0
 .../configuration/class-use/OdbcConfiguration.html |     0
 .../class-use/PersistentStoreConfiguration.html    |     0
 .../class-use/PlatformConfiguration.html           |     0
 .../class-use/SqlConnectorConfiguration.html       |     0
 .../configuration/class-use/TopologyValidator.html |     0
 .../class-use/TransactionConfiguration.html        |     0
 .../ignite/configuration/class-use/WALMode.html    |     0
 .../apache/ignite/configuration/package-frame.html |     0
 .../ignite/configuration/package-summary.html      |     0
 .../apache/ignite/configuration/package-tree.html  |     0
 .../apache/ignite/configuration/package-use.html   |     0
 .../development/utils/IgniteWalConverter.html      |     0
 .../utils/class-use/IgniteWalConverter.html        |     0
 .../ignite/development/utils/package-frame.html    |     0
 .../ignite/development/utils/package-summary.html  |     0
 .../ignite/development/utils/package-tree.html     |     0
 .../ignite/development/utils/package-use.html      |     0
 .../org/apache/ignite/events/CacheEvent.html       |     0
 .../ignite/events/CacheQueryExecutedEvent.html     |     0
 .../apache/ignite/events/CacheQueryReadEvent.html  |     0
 .../ignite/events/CacheRebalancingEvent.html       |     0
 .../org/apache/ignite/events/CheckpointEvent.html  |     0
 .../org/apache/ignite/events/DeploymentEvent.html  |     0
 .../org/apache/ignite/events/DiscoveryEvent.html   |     0
 .../javadoc/org/apache/ignite/events/Event.html    |     0
 .../org/apache/ignite/events/EventAdapter.html     |     0
 .../org/apache/ignite/events/EventType.html        |     0
 .../org/apache/ignite/events/IgfsEvent.html        |     0
 .../javadoc/org/apache/ignite/events/JobEvent.html |     0
 .../org/apache/ignite/events/TaskEvent.html        |     0
 .../ignite/events/WalSegmentArchivedEvent.html     |     0
 .../apache/ignite/events/class-use/CacheEvent.html |     0
 .../events/class-use/CacheQueryExecutedEvent.html  |     0
 .../events/class-use/CacheQueryReadEvent.html      |     0
 .../events/class-use/CacheRebalancingEvent.html    |     0
 .../ignite/events/class-use/CheckpointEvent.html   |     0
 .../ignite/events/class-use/DeploymentEvent.html   |     0
 .../ignite/events/class-use/DiscoveryEvent.html    |     0
 .../org/apache/ignite/events/class-use/Event.html  |     0
 .../ignite/events/class-use/EventAdapter.html      |     0
 .../apache/ignite/events/class-use/EventType.html  |     0
 .../apache/ignite/events/class-use/IgfsEvent.html  |     0
 .../apache/ignite/events/class-use/JobEvent.html   |     0
 .../apache/ignite/events/class-use/TaskEvent.html  |     0
 .../events/class-use/WalSegmentArchivedEvent.html  |     0
 .../org/apache/ignite/events/package-frame.html    |     0
 .../org/apache/ignite/events/package-summary.html  |     0
 .../org/apache/ignite/events/package-tree.html     |     0
 .../org/apache/ignite/events/package-use.html      |     0
 .../org/apache/ignite/hadoop/HadoopInputSplit.html |     0
 .../org/apache/ignite/hadoop/HadoopJob.html        |     0
 .../apache/ignite/hadoop/HadoopMapReducePlan.html  |     0
 .../ignite/hadoop/HadoopMapReducePlanner.html      |     0
 .../ignite/hadoop/class-use/HadoopInputSplit.html  |     0
 .../apache/ignite/hadoop/class-use/HadoopJob.html  |     0
 .../hadoop/class-use/HadoopMapReducePlan.html      |     0
 .../hadoop/class-use/HadoopMapReducePlanner.html   |     0
 .../hadoop/fs/BasicHadoopFileSystemFactory.html    |     0
 .../hadoop/fs/CachingHadoopFileSystemFactory.html  |     0
 .../ignite/hadoop/fs/HadoopFileSystemFactory.html  |     0
 .../fs/IgniteHadoopFileSystemCounterWriter.html    |     0
 .../fs/IgniteHadoopIgfsSecondaryFileSystem.html    |     0
 .../hadoop/fs/KerberosHadoopFileSystemFactory.html |     0
 .../fs/class-use/BasicHadoopFileSystemFactory.html |     0
 .../class-use/CachingHadoopFileSystemFactory.html  |     0
 .../fs/class-use/HadoopFileSystemFactory.html      |     0
 .../IgniteHadoopFileSystemCounterWriter.html       |     0
 .../IgniteHadoopIgfsSecondaryFileSystem.html       |     0
 .../class-use/KerberosHadoopFileSystemFactory.html |     0
 .../org/apache/ignite/hadoop/fs/package-frame.html |     0
 .../apache/ignite/hadoop/fs/package-summary.html   |     0
 .../org/apache/ignite/hadoop/fs/package-tree.html  |     0
 .../org/apache/ignite/hadoop/fs/package-use.html   |     0
 .../hadoop/fs/v1/IgniteHadoopFileSystem.html       |     0
 .../fs/v1/class-use/IgniteHadoopFileSystem.html    |     0
 .../apache/ignite/hadoop/fs/v1/package-frame.html  |     0
 .../ignite/hadoop/fs/v1/package-summary.html       |     0
 .../apache/ignite/hadoop/fs/v1/package-tree.html   |     0
 .../apache/ignite/hadoop/fs/v1/package-use.html    |     0
 .../hadoop/fs/v2/IgniteHadoopFileSystem.html       |     0
 .../fs/v2/class-use/IgniteHadoopFileSystem.html    |     0
 .../apache/ignite/hadoop/fs/v2/package-frame.html  |     0
 .../ignite/hadoop/fs/v2/package-summary.html       |     0
 .../apache/ignite/hadoop/fs/v2/package-tree.html   |     0
 .../apache/ignite/hadoop/fs/v2/package-use.html    |     0
 .../io/BytesWritablePartiallyRawComparator.html    |     0
 .../ignite/hadoop/io/PartiallyRawComparator.html   |     0
 .../org/apache/ignite/hadoop/io/RawMemory.html     |     0
 .../hadoop/io/TextPartiallyRawComparator.html      |     0
 .../BytesWritablePartiallyRawComparator.html       |     0
 .../io/class-use/PartiallyRawComparator.html       |     0
 .../ignite/hadoop/io/class-use/RawMemory.html      |     0
 .../io/class-use/TextPartiallyRawComparator.html   |     0
 .../org/apache/ignite/hadoop/io/package-frame.html |     0
 .../apache/ignite/hadoop/io/package-summary.html   |     0
 .../org/apache/ignite/hadoop/io/package-tree.html  |     0
 .../org/apache/ignite/hadoop/io/package-use.html   |     0
 .../IgniteHadoopClientProtocolProvider.html        |     0
 .../IgniteHadoopWeightedMapReducePlanner.html      |     0
 .../IgniteHadoopClientProtocolProvider.html        |     0
 .../IgniteHadoopWeightedMapReducePlanner.html      |     0
 .../ignite/hadoop/mapreduce/package-frame.html     |     0
 .../ignite/hadoop/mapreduce/package-summary.html   |     0
 .../ignite/hadoop/mapreduce/package-tree.html      |     0
 .../ignite/hadoop/mapreduce/package-use.html       |     0
 .../org/apache/ignite/hadoop/package-frame.html    |     0
 .../org/apache/ignite/hadoop/package-summary.html  |     0
 .../org/apache/ignite/hadoop/package-tree.html     |     0
 .../org/apache/ignite/hadoop/package-use.html      |     0
 .../planner/HadoopAbstractMapReducePlanner.html    |     0
 .../planner/HadoopTestRoundRobinMrPlanner.html     |     0
 .../class-use/HadoopAbstractMapReducePlanner.html  |     0
 .../class-use/HadoopTestRoundRobinMrPlanner.html   |     0
 .../ignite/hadoop/planner/package-frame.html       |     0
 .../ignite/hadoop/planner/package-summary.html     |     0
 .../apache/ignite/hadoop/planner/package-tree.html |     0
 .../apache/ignite/hadoop/planner/package-use.html  |     0
 .../ignite/hadoop/util/BasicUserNameMapper.html    |     0
 .../ignite/hadoop/util/ChainedUserNameMapper.html  |     0
 .../ignite/hadoop/util/KerberosUserNameMapper.html |     0
 .../apache/ignite/hadoop/util/UserNameMapper.html  |     0
 .../hadoop/util/class-use/BasicUserNameMapper.html |     0
 .../util/class-use/ChainedUserNameMapper.html      |     0
 .../util/class-use/KerberosUserNameMapper.html     |     0
 .../hadoop/util/class-use/UserNameMapper.html      |     0
 .../apache/ignite/hadoop/util/package-frame.html   |     0
 .../apache/ignite/hadoop/util/package-summary.html |     0
 .../apache/ignite/hadoop/util/package-tree.html    |     0
 .../org/apache/ignite/hadoop/util/package-use.html |     0
 .../org/apache/ignite/igfs/IgfsBlockLocation.html  |     0
 .../igfs/IgfsConcurrentModificationException.html  |     0
 .../ignite/igfs/IgfsCorruptedFileException.html    |     0
 .../igfs/IgfsDirectoryNotEmptyException.html       |     0
 .../org/apache/ignite/igfs/IgfsException.html      |     0
 .../javadoc/org/apache/ignite/igfs/IgfsFile.html   |     0
 .../ignite/igfs/IgfsGroupDataBlocksKeyMapper.html  |     0
 .../org/apache/ignite/igfs/IgfsInputStream.html    |     0
 .../igfs/IgfsInvalidHdfsVersionException.html      |     0
 .../ignite/igfs/IgfsInvalidPathException.html      |     0
 .../ignite/igfs/IgfsIpcEndpointConfiguration.html  |     0
 .../apache/ignite/igfs/IgfsIpcEndpointType.html    |     0
 .../org/apache/ignite/igfs/IgfsMetrics.html        |     0
 .../javadoc/org/apache/ignite/igfs/IgfsMode.html   |     0
 .../ignite/igfs/IgfsOutOfSpaceException.html       |     0
 .../org/apache/ignite/igfs/IgfsOutputStream.html   |     0
 .../igfs/IgfsParentNotDirectoryException.html      |     0
 .../javadoc/org/apache/ignite/igfs/IgfsPath.html   |     0
 .../igfs/IgfsPathAlreadyExistsException.html       |     0
 .../ignite/igfs/IgfsPathIsDirectoryException.html  |     0
 .../igfs/IgfsPathIsNotDirectoryException.html      |     0
 .../ignite/igfs/IgfsPathNotFoundException.html     |     0
 .../org/apache/ignite/igfs/IgfsPathSummary.html    |     0
 .../org/apache/ignite/igfs/IgfsUserContext.html    |     0
 .../ignite/igfs/class-use/IgfsBlockLocation.html   |     0
 .../IgfsConcurrentModificationException.html       |     0
 .../igfs/class-use/IgfsCorruptedFileException.html |     0
 .../class-use/IgfsDirectoryNotEmptyException.html  |     0
 .../ignite/igfs/class-use/IgfsException.html       |     0
 .../org/apache/ignite/igfs/class-use/IgfsFile.html |     0
 .../class-use/IgfsGroupDataBlocksKeyMapper.html    |     0
 .../ignite/igfs/class-use/IgfsInputStream.html     |     0
 .../class-use/IgfsInvalidHdfsVersionException.html |     0
 .../igfs/class-use/IgfsInvalidPathException.html   |     0
 .../class-use/IgfsIpcEndpointConfiguration.html    |     0
 .../ignite/igfs/class-use/IgfsIpcEndpointType.html |     0
 .../apache/ignite/igfs/class-use/IgfsMetrics.html  |     0
 .../org/apache/ignite/igfs/class-use/IgfsMode.html |     0
 .../igfs/class-use/IgfsOutOfSpaceException.html    |     0
 .../ignite/igfs/class-use/IgfsOutputStream.html    |     0
 .../class-use/IgfsParentNotDirectoryException.html |     0
 .../org/apache/ignite/igfs/class-use/IgfsPath.html |     0
 .../class-use/IgfsPathAlreadyExistsException.html  |     0
 .../class-use/IgfsPathIsDirectoryException.html    |     0
 .../class-use/IgfsPathIsNotDirectoryException.html |     0
 .../igfs/class-use/IgfsPathNotFoundException.html  |     0
 .../ignite/igfs/class-use/IgfsPathSummary.html     |     0
 .../ignite/igfs/class-use/IgfsUserContext.html     |     0
 .../ignite/igfs/mapreduce/IgfsFileRange.html       |     0
 .../igfs/mapreduce/IgfsInputStreamJobAdapter.html  |     0
 .../org/apache/ignite/igfs/mapreduce/IgfsJob.html  |     0
 .../ignite/igfs/mapreduce/IgfsJobAdapter.html      |     0
 .../igfs/mapreduce/IgfsRangeInputStream.html       |     0
 .../ignite/igfs/mapreduce/IgfsRecordResolver.html  |     0
 .../org/apache/ignite/igfs/mapreduce/IgfsTask.html |     0
 .../apache/ignite/igfs/mapreduce/IgfsTaskArgs.html |     0
 .../igfs/mapreduce/IgfsTaskNoReduceAdapter.html    |     0
 .../igfs/mapreduce/class-use/IgfsFileRange.html    |     0
 .../class-use/IgfsInputStreamJobAdapter.html       |     0
 .../ignite/igfs/mapreduce/class-use/IgfsJob.html   |     0
 .../igfs/mapreduce/class-use/IgfsJobAdapter.html   |     0
 .../mapreduce/class-use/IgfsRangeInputStream.html  |     0
 .../mapreduce/class-use/IgfsRecordResolver.html    |     0
 .../ignite/igfs/mapreduce/class-use/IgfsTask.html  |     0
 .../igfs/mapreduce/class-use/IgfsTaskArgs.html     |     0
 .../class-use/IgfsTaskNoReduceAdapter.html         |     0
 .../ignite/igfs/mapreduce/package-frame.html       |     0
 .../ignite/igfs/mapreduce/package-summary.html     |     0
 .../apache/ignite/igfs/mapreduce/package-tree.html |     0
 .../apache/ignite/igfs/mapreduce/package-use.html  |     0
 .../records/IgfsByteDelimiterRecordResolver.html   |     0
 .../records/IgfsFixedLengthRecordResolver.html     |     0
 .../records/IgfsNewLineRecordResolver.html         |     0
 .../records/IgfsStringDelimiterRecordResolver.html |     0
 .../class-use/IgfsByteDelimiterRecordResolver.html |     0
 .../class-use/IgfsFixedLengthRecordResolver.html   |     0
 .../class-use/IgfsNewLineRecordResolver.html       |     0
 .../IgfsStringDelimiterRecordResolver.html         |     0
 .../igfs/mapreduce/records/package-frame.html      |     0
 .../igfs/mapreduce/records/package-summary.html    |     0
 .../igfs/mapreduce/records/package-tree.html       |     0
 .../ignite/igfs/mapreduce/records/package-use.html |     0
 .../org/apache/ignite/igfs/package-frame.html      |     0
 .../org/apache/ignite/igfs/package-summary.html    |     0
 .../org/apache/ignite/igfs/package-tree.html       |     0
 .../org/apache/ignite/igfs/package-use.html        |     0
 .../igfs/secondary/IgfsSecondaryFileSystem.html    |     0
 .../IgfsSecondaryFileSystemPositionedReadable.html |     0
 .../class-use/IgfsSecondaryFileSystem.html         |     0
 .../IgfsSecondaryFileSystemPositionedReadable.html |     0
 .../local/LocalIgfsSecondaryFileSystem.html        |     0
 .../class-use/LocalIgfsSecondaryFileSystem.html    |     0
 .../ignite/igfs/secondary/local/package-frame.html |     0
 .../igfs/secondary/local/package-summary.html      |     0
 .../ignite/igfs/secondary/local/package-tree.html  |     0
 .../ignite/igfs/secondary/local/package-use.html   |     0
 .../ignite/igfs/secondary/package-frame.html       |     0
 .../ignite/igfs/secondary/package-summary.html     |     0
 .../apache/ignite/igfs/secondary/package-tree.html |     0
 .../apache/ignite/igfs/secondary/package-use.html  |     0
 .../apache/ignite/lang/IgniteAsyncCallback.html    |     0
 .../org/apache/ignite/lang/IgniteAsyncSupport.html |     0
 .../apache/ignite/lang/IgniteAsyncSupported.html   |     0
 .../org/apache/ignite/lang/IgniteBiClosure.html    |     0
 .../org/apache/ignite/lang/IgniteBiInClosure.html  |     0
 .../org/apache/ignite/lang/IgniteBiPredicate.html  |     0
 .../org/apache/ignite/lang/IgniteBiTuple.html      |     0
 .../org/apache/ignite/lang/IgniteCallable.html     |     0
 .../org/apache/ignite/lang/IgniteClosure.html      |     0
 .../org/apache/ignite/lang/IgniteFuture.html       |     0
 .../lang/IgniteFutureCancelledException.html       |     0
 .../ignite/lang/IgniteFutureTimeoutException.html  |     0
 .../org/apache/ignite/lang/IgniteInClosure.html    |     0
 .../ignite/lang/IgniteNotPeerDeployable.html       |     0
 .../org/apache/ignite/lang/IgniteOutClosure.html   |     0
 .../org/apache/ignite/lang/IgnitePredicate.html    |     0
 .../apache/ignite/lang/IgniteProductVersion.html   |     0
 .../org/apache/ignite/lang/IgniteReducer.html      |     0
 .../org/apache/ignite/lang/IgniteRunnable.html     |     0
 .../javadoc/org/apache/ignite/lang/IgniteUuid.html |     0
 .../ignite/lang/class-use/IgniteAsyncCallback.html |     0
 .../ignite/lang/class-use/IgniteAsyncSupport.html  |     0
 .../lang/class-use/IgniteAsyncSupported.html       |     0
 .../ignite/lang/class-use/IgniteBiClosure.html     |     0
 .../ignite/lang/class-use/IgniteBiInClosure.html   |     0
 .../ignite/lang/class-use/IgniteBiPredicate.html   |     0
 .../ignite/lang/class-use/IgniteBiTuple.html       |     0
 .../ignite/lang/class-use/IgniteCallable.html      |     0
 .../ignite/lang/class-use/IgniteClosure.html       |     0
 .../apache/ignite/lang/class-use/IgniteFuture.html |     0
 .../class-use/IgniteFutureCancelledException.html  |     0
 .../class-use/IgniteFutureTimeoutException.html    |     0
 .../ignite/lang/class-use/IgniteInClosure.html     |     0
 .../lang/class-use/IgniteNotPeerDeployable.html    |     0
 .../ignite/lang/class-use/IgniteOutClosure.html    |     0
 .../ignite/lang/class-use/IgnitePredicate.html     |     0
 .../lang/class-use/IgniteProductVersion.html       |     0
 .../ignite/lang/class-use/IgniteReducer.html       |     0
 .../ignite/lang/class-use/IgniteRunnable.html      |     0
 .../apache/ignite/lang/class-use/IgniteUuid.html   |     0
 .../org/apache/ignite/lang/package-frame.html      |     0
 .../org/apache/ignite/lang/package-summary.html    |     0
 .../org/apache/ignite/lang/package-tree.html       |     0
 .../org/apache/ignite/lang/package-use.html        |     0
 .../apache/ignite/lifecycle/LifecycleAware.html    |     0
 .../org/apache/ignite/lifecycle/LifecycleBean.html |     0
 .../ignite/lifecycle/LifecycleEventType.html       |     0
 .../ignite/lifecycle/class-use/LifecycleAware.html |     0
 .../ignite/lifecycle/class-use/LifecycleBean.html  |     0
 .../lifecycle/class-use/LifecycleEventType.html    |     0
 .../org/apache/ignite/lifecycle/package-frame.html |     0
 .../apache/ignite/lifecycle/package-summary.html   |     0
 .../org/apache/ignite/lifecycle/package-tree.html  |     0
 .../org/apache/ignite/lifecycle/package-use.html   |     0
 .../apache/ignite/logger/LoggerNodeIdAware.html    |     0
 .../org/apache/ignite/logger/NullLogger.html       |     0
 .../ignite/logger/class-use/LoggerNodeIdAware.html |     0
 .../apache/ignite/logger/class-use/NullLogger.html |     0
 .../org/apache/ignite/logger/java/JavaLogger.html  |     0
 .../ignite/logger/java/JavaLoggerFileHandler.html  |     0
 .../ignite/logger/java/JavaLoggerFormatter.html    |     0
 .../ignite/logger/java/class-use/JavaLogger.html   |     0
 .../java/class-use/JavaLoggerFileHandler.html      |     0
 .../logger/java/class-use/JavaLoggerFormatter.html |     0
 .../apache/ignite/logger/java/package-frame.html   |     0
 .../apache/ignite/logger/java/package-summary.html |     0
 .../apache/ignite/logger/java/package-tree.html    |     0
 .../org/apache/ignite/logger/java/package-use.html |     0
 .../org/apache/ignite/logger/jcl/JclLogger.html    |     0
 .../ignite/logger/jcl/class-use/JclLogger.html     |     0
 .../apache/ignite/logger/jcl/package-frame.html    |     0
 .../apache/ignite/logger/jcl/package-summary.html  |     0
 .../org/apache/ignite/logger/jcl/package-tree.html |     0
 .../org/apache/ignite/logger/jcl/package-use.html  |     0
 .../log4j/Log4JDailyRollingFileAppender.html       |     0
 .../log4j/Log4JExternallyRolledFileAppender.html   |     0
 .../ignite/logger/log4j/Log4JFileAppender.html     |     0
 .../apache/ignite/logger/log4j/Log4JLogger.html    |     0
 .../logger/log4j/Log4jRollingFileAppender.html     |     0
 .../class-use/Log4JDailyRollingFileAppender.html   |     0
 .../Log4JExternallyRolledFileAppender.html         |     0
 .../logger/log4j/class-use/Log4JFileAppender.html  |     0
 .../ignite/logger/log4j/class-use/Log4JLogger.html |     0
 .../log4j/class-use/Log4jRollingFileAppender.html  |     0
 .../apache/ignite/logger/log4j/package-frame.html  |     0
 .../ignite/logger/log4j/package-summary.html       |     0
 .../apache/ignite/logger/log4j/package-tree.html   |     0
 .../apache/ignite/logger/log4j/package-use.html    |     0
 .../apache/ignite/logger/log4j2/Log4J2Logger.html  |     0
 .../logger/log4j2/class-use/Log4J2Logger.html      |     0
 .../apache/ignite/logger/log4j2/package-frame.html |     0
 .../ignite/logger/log4j2/package-summary.html      |     0
 .../apache/ignite/logger/log4j2/package-tree.html  |     0
 .../apache/ignite/logger/log4j2/package-use.html   |     0
 .../org/apache/ignite/logger/package-frame.html    |     0
 .../org/apache/ignite/logger/package-summary.html  |     0
 .../org/apache/ignite/logger/package-tree.html     |     0
 .../org/apache/ignite/logger/package-use.html      |     0
 .../apache/ignite/logger/slf4j/Slf4jLogger.html    |     0
 .../ignite/logger/slf4j/class-use/Slf4jLogger.html |     0
 .../apache/ignite/logger/slf4j/package-frame.html  |     0
 .../ignite/logger/slf4j/package-summary.html       |     0
 .../apache/ignite/logger/slf4j/package-tree.html   |     0
 .../apache/ignite/logger/slf4j/package-use.html    |     0
 .../ignite/marshaller/AbstractMarshaller.html      |     0
 .../AbstractNodeNameAwareMarshaller.html           |     0
 .../org/apache/ignite/marshaller/Marshaller.html   |     0
 .../ignite/marshaller/MarshallerContext.html       |     0
 .../ignite/marshaller/MarshallerExclusions.html    |     0
 .../apache/ignite/marshaller/MarshallerUtils.html  |     0
 .../marshaller/class-use/AbstractMarshaller.html   |     0
 .../class-use/AbstractNodeNameAwareMarshaller.html |     0
 .../ignite/marshaller/class-use/Marshaller.html    |     0
 .../marshaller/class-use/MarshallerContext.html    |     0
 .../marshaller/class-use/MarshallerExclusions.html |     0
 .../marshaller/class-use/MarshallerUtils.html      |     0
 .../ignite/marshaller/jdk/JdkMarshaller.html       |     0
 .../marshaller/jdk/class-use/JdkMarshaller.html    |     0
 .../ignite/marshaller/jdk/package-frame.html       |     0
 .../ignite/marshaller/jdk/package-summary.html     |     0
 .../apache/ignite/marshaller/jdk/package-tree.html |     0
 .../apache/ignite/marshaller/jdk/package-use.html  |     0
 .../apache/ignite/marshaller/package-frame.html    |     0
 .../apache/ignite/marshaller/package-summary.html  |     0
 .../org/apache/ignite/marshaller/package-tree.html |     0
 .../org/apache/ignite/marshaller/package-use.html  |     0
 .../org/apache/ignite/mesos/ClusterProperties.html |     0
 .../org/apache/ignite/mesos/IgniteFramework.html   |     0
 .../org/apache/ignite/mesos/IgniteScheduler.html   |     0
 .../org/apache/ignite/mesos/IgniteTask.html        |     0
 .../ignite/mesos/class-use/ClusterProperties.html  |     0
 .../ignite/mesos/class-use/IgniteFramework.html    |     0
 .../ignite/mesos/class-use/IgniteScheduler.html    |     0
 .../apache/ignite/mesos/class-use/IgniteTask.html  |     0
 .../org/apache/ignite/mesos/package-frame.html     |     0
 .../org/apache/ignite/mesos/package-summary.html   |     0
 .../org/apache/ignite/mesos/package-tree.html      |     0
 .../org/apache/ignite/mesos/package-use.html       |     0
 .../ignite/mesos/resource/IgniteProvider.html      |     0
 .../apache/ignite/mesos/resource/JettyServer.html  |     0
 .../ignite/mesos/resource/ResourceHandler.html     |     0
 .../ignite/mesos/resource/ResourceProvider.html    |     0
 .../mesos/resource/class-use/IgniteProvider.html   |     0
 .../mesos/resource/class-use/JettyServer.html      |     0
 .../mesos/resource/class-use/ResourceHandler.html  |     0
 .../mesos/resource/class-use/ResourceProvider.html |     0
 .../ignite/mesos/resource/package-frame.html       |     0
 .../ignite/mesos/resource/package-summary.html     |     0
 .../apache/ignite/mesos/resource/package-tree.html |     0
 .../apache/ignite/mesos/resource/package-use.html  |     0
 .../ignite/messaging/MessagingListenActor.html     |     0
 .../messaging/class-use/MessagingListenActor.html  |     0
 .../org/apache/ignite/messaging/package-frame.html |     0
 .../apache/ignite/messaging/package-summary.html   |     0
 .../org/apache/ignite/messaging/package-tree.html  |     0
 .../org/apache/ignite/messaging/package-use.html   |     0
 .../apache/ignite/mxbean/CacheMetricsMXBean.html   |     0
 .../mxbean/ClusterLocalNodeMetricsMXBean.html      |     0
 .../ignite/mxbean/DataRegionMetricsMXBean.html     |     0
 .../ignite/mxbean/DataStorageMetricsMXBean.html    |     0
 .../org/apache/ignite/mxbean/IgniteMBeanAware.html |     0
 .../org/apache/ignite/mxbean/IgniteMXBean.html     |     0
 .../org/apache/ignite/mxbean/IgnitionMXBean.html   |     0
 .../apache/ignite/mxbean/MXBeanDescription.html    |     0
 .../mxbean/MXBeanParametersDescriptions.html       |     0
 .../ignite/mxbean/MXBeanParametersNames.html       |     0
 .../apache/ignite/mxbean/MemoryMetricsMXBean.html  |     0
 .../ignite/mxbean/PersistenceMetricsMXBean.html    |     0
 .../ignite/mxbean/StripedExecutorMXBean.html       |     0
 .../org/apache/ignite/mxbean/ThreadPoolMXBean.html |     0
 .../mxbean/class-use/CacheMetricsMXBean.html       |     0
 .../class-use/ClusterLocalNodeMetricsMXBean.html   |     0
 .../mxbean/class-use/DataRegionMetricsMXBean.html  |     0
 .../mxbean/class-use/DataStorageMetricsMXBean.html |     0
 .../ignite/mxbean/class-use/IgniteMBeanAware.html  |     0
 .../ignite/mxbean/class-use/IgniteMXBean.html      |     0
 .../ignite/mxbean/class-use/IgnitionMXBean.html    |     0
 .../ignite/mxbean/class-use/MXBeanDescription.html |     0
 .../class-use/MXBeanParametersDescriptions.html    |     0
 .../mxbean/class-use/MXBeanParametersNames.html    |     0
 .../mxbean/class-use/MemoryMetricsMXBean.html      |     0
 .../mxbean/class-use/PersistenceMetricsMXBean.html |     0
 .../mxbean/class-use/StripedExecutorMXBean.html    |     0
 .../ignite/mxbean/class-use/ThreadPoolMXBean.html  |     0
 .../org/apache/ignite/mxbean/package-frame.html    |     0
 .../org/apache/ignite/mxbean/package-summary.html  |     0
 .../org/apache/ignite/mxbean/package-tree.html     |     0
 .../org/apache/ignite/mxbean/package-use.html      |     0
 .../osgi/IgniteAbstractOsgiContextActivator.html   |     0
 .../org/apache/ignite/osgi/IgniteOsgiUtils.html    |     0
 .../IgniteAbstractOsgiContextActivator.html        |     0
 .../ignite/osgi/class-use/IgniteOsgiUtils.html     |     0
 .../classloaders/BundleDelegatingClassLoader.html  |     0
 .../classloaders/ContainerSweepClassLoader.html    |     0
 .../classloaders/OsgiClassLoadingStrategyType.html |     0
 .../class-use/BundleDelegatingClassLoader.html     |     0
 .../class-use/ContainerSweepClassLoader.html       |     0
 .../class-use/OsgiClassLoadingStrategyType.html    |     0
 .../ignite/osgi/classloaders/package-frame.html    |     0
 .../ignite/osgi/classloaders/package-summary.html  |     0
 .../ignite/osgi/classloaders/package-tree.html     |     0
 .../ignite/osgi/classloaders/package-use.html      |     0
 .../org/apache/ignite/osgi/package-frame.html      |     0
 .../org/apache/ignite/osgi/package-summary.html    |     0
 .../org/apache/ignite/osgi/package-tree.html       |     0
 .../org/apache/ignite/osgi/package-use.html        |     0
 .../javadoc/org/apache/ignite/package-frame.html   |     0
 .../javadoc/org/apache/ignite/package-summary.html |     0
 .../javadoc/org/apache/ignite/package-tree.html    |     0
 .../javadoc/org/apache/ignite/package-use.html     |     0
 .../ignite/platform/PlatformJavaObjectFactory.html |     0
 .../class-use/PlatformJavaObjectFactory.html       |     0
 .../platform/cpp/PlatformCppConfiguration.html     |     0
 .../cpp/class-use/PlatformCppConfiguration.html    |     0
 .../apache/ignite/platform/cpp/package-frame.html  |     0
 .../ignite/platform/cpp/package-summary.html       |     0
 .../apache/ignite/platform/cpp/package-tree.html   |     0
 .../apache/ignite/platform/cpp/package-use.html    |     0
 .../dotnet/PlatformDotNetAffinityFunction.html     |     0
 .../dotnet/PlatformDotNetBinaryConfiguration.html  |     0
 .../PlatformDotNetBinaryTypeConfiguration.html     |     0
 .../dotnet/PlatformDotNetCacheStoreFactory.html    |     0
 .../PlatformDotNetCacheStoreFactoryNative.html     |     0
 .../dotnet/PlatformDotNetConfiguration.html        |     0
 .../dotnet/PlatformDotNetLifecycleBean.html        |     0
 .../class-use/PlatformDotNetAffinityFunction.html  |     0
 .../PlatformDotNetBinaryConfiguration.html         |     0
 .../PlatformDotNetBinaryTypeConfiguration.html     |     0
 .../class-use/PlatformDotNetCacheStoreFactory.html |     0
 .../PlatformDotNetCacheStoreFactoryNative.html     |     0
 .../class-use/PlatformDotNetConfiguration.html     |     0
 .../class-use/PlatformDotNetLifecycleBean.html     |     0
 .../ignite/platform/dotnet/package-frame.html      |     0
 .../ignite/platform/dotnet/package-summary.html    |     0
 .../ignite/platform/dotnet/package-tree.html       |     0
 .../apache/ignite/platform/dotnet/package-use.html |     0
 .../org/apache/ignite/platform/package-frame.html  |     0
 .../apache/ignite/platform/package-summary.html    |     0
 .../org/apache/ignite/platform/package-tree.html   |     0
 .../org/apache/ignite/platform/package-use.html    |     0
 .../ignite/plugin/CachePluginConfiguration.html    |     0
 .../apache/ignite/plugin/CachePluginContext.html   |     0
 .../apache/ignite/plugin/CachePluginProvider.html  |     0
 .../org/apache/ignite/plugin/Extension.html        |     0
 .../apache/ignite/plugin/ExtensionRegistry.html    |     0
 .../org/apache/ignite/plugin/IgnitePlugin.html     |     0
 .../apache/ignite/plugin/PluginConfiguration.html  |     0
 .../org/apache/ignite/plugin/PluginContext.html    |     0
 .../ignite/plugin/PluginNotFoundException.html     |     0
 .../org/apache/ignite/plugin/PluginProvider.html   |     0
 .../ignite/plugin/PluginValidationException.html   |     0
 .../plugin/class-use/CachePluginConfiguration.html |     0
 .../plugin/class-use/CachePluginContext.html       |     0
 .../plugin/class-use/CachePluginProvider.html      |     0
 .../apache/ignite/plugin/class-use/Extension.html  |     0
 .../ignite/plugin/class-use/ExtensionRegistry.html |     0
 .../ignite/plugin/class-use/IgnitePlugin.html      |     0
 .../plugin/class-use/PluginConfiguration.html      |     0
 .../ignite/plugin/class-use/PluginContext.html     |     0
 .../plugin/class-use/PluginNotFoundException.html  |     0
 .../ignite/plugin/class-use/PluginProvider.html    |     0
 .../class-use/PluginValidationException.html       |     0
 .../plugin/extensions/communication/IoPool.html    |     0
 .../plugin/extensions/communication/Message.html   |     0
 .../communication/MessageCollectionItemType.html   |     0
 .../extensions/communication/MessageFactory.html   |     0
 .../extensions/communication/MessageFormatter.html |     0
 .../extensions/communication/MessageReader.html    |     0
 .../extensions/communication/MessageWriter.html    |     0
 .../extensions/communication/class-use/IoPool.html |     0
 .../communication/class-use/Message.html           |     0
 .../class-use/MessageCollectionItemType.html       |     0
 .../communication/class-use/MessageFactory.html    |     0
 .../communication/class-use/MessageFormatter.html  |     0
 .../communication/class-use/MessageReader.html     |     0
 .../communication/class-use/MessageWriter.html     |     0
 .../extensions/communication/package-frame.html    |     0
 .../extensions/communication/package-summary.html  |     0
 .../extensions/communication/package-tree.html     |     0
 .../extensions/communication/package-use.html      |     0
 .../org/apache/ignite/plugin/package-frame.html    |     0
 .../org/apache/ignite/plugin/package-summary.html  |     0
 .../org/apache/ignite/plugin/package-tree.html     |     0
 .../org/apache/ignite/plugin/package-use.html      |     0
 .../PlatformCachePluginConfigurationClosure.html   |     0
 ...formCachePluginConfigurationClosureFactory.html |     0
 .../PlatformPluginConfigurationClosure.html        |     0
 .../PlatformPluginConfigurationClosureFactory.html |     0
 .../PlatformCachePluginConfigurationClosure.html   |     0
 ...formCachePluginConfigurationClosureFactory.html |     0
 .../PlatformPluginConfigurationClosure.html        |     0
 .../PlatformPluginConfigurationClosureFactory.html |     0
 .../ignite/plugin/platform/package-frame.html      |     0
 .../ignite/plugin/platform/package-summary.html    |     0
 .../ignite/plugin/platform/package-tree.html       |     0
 .../apache/ignite/plugin/platform/package-use.html |     0
 .../plugin/security/AuthenticationContext.html     |     0
 .../security/SecurityBasicPermissionSet.html       |     0
 .../plugin/security/SecurityCredentials.html       |     0
 .../security/SecurityCredentialsBasicProvider.html |     0
 .../security/SecurityCredentialsProvider.html      |     0
 .../ignite/plugin/security/SecurityException.html  |     0
 .../ignite/plugin/security/SecurityPermission.html |     0
 .../plugin/security/SecurityPermissionSet.html     |     0
 .../security/SecurityPermissionSetBuilder.html     |     0
 .../ignite/plugin/security/SecuritySubject.html    |     0
 .../plugin/security/SecuritySubjectType.html       |     0
 .../security/class-use/AuthenticationContext.html  |     0
 .../class-use/SecurityBasicPermissionSet.html      |     0
 .../security/class-use/SecurityCredentials.html    |     0
 .../SecurityCredentialsBasicProvider.html          |     0
 .../class-use/SecurityCredentialsProvider.html     |     0
 .../security/class-use/SecurityException.html      |     0
 .../security/class-use/SecurityPermission.html     |     0
 .../security/class-use/SecurityPermissionSet.html  |     0
 .../class-use/SecurityPermissionSetBuilder.html    |     0
 .../plugin/security/class-use/SecuritySubject.html |     0
 .../security/class-use/SecuritySubjectType.html    |     0
 .../ignite/plugin/security/package-frame.html      |     0
 .../ignite/plugin/security/package-summary.html    |     0
 .../ignite/plugin/security/package-tree.html       |     0
 .../apache/ignite/plugin/security/package-use.html |     0
 .../plugin/segmentation/SegmentationPolicy.html    |     0
 .../plugin/segmentation/SegmentationResolver.html  |     0
 .../segmentation/class-use/SegmentationPolicy.html |     0
 .../class-use/SegmentationResolver.html            |     0
 .../ignite/plugin/segmentation/package-frame.html  |     0
 .../plugin/segmentation/package-summary.html       |     0
 .../ignite/plugin/segmentation/package-tree.html   |     0
 .../ignite/plugin/segmentation/package-use.html    |     0
 .../apache/ignite/resources/CacheNameResource.html |     0
 .../resources/CacheStoreSessionResource.html       |     0
 .../ignite/resources/FileSystemResource.html       |     0
 .../ignite/resources/IgniteInstanceResource.html   |     0
 .../ignite/resources/JobContextResource.html       |     0
 .../ignite/resources/LoadBalancerResource.html     |     0
 .../apache/ignite/resources/LoggerResource.html    |     0
 .../apache/ignite/resources/ServiceResource.html   |     0
 .../SpringApplicationContextResource.html          |     0
 .../ignite/resources/SpringResource.DEFAULT.html   |     0
 .../apache/ignite/resources/SpringResource.html    |     0
 .../resources/TaskContinuousMapperResource.html    |     0
 .../ignite/resources/TaskSessionResource.html      |     0
 .../resources/class-use/CacheNameResource.html     |     0
 .../class-use/CacheStoreSessionResource.html       |     0
 .../resources/class-use/FileSystemResource.html    |     0
 .../class-use/IgniteInstanceResource.html          |     0
 .../resources/class-use/JobContextResource.html    |     0
 .../resources/class-use/LoadBalancerResource.html  |     0
 .../ignite/resources/class-use/LoggerResource.html |     0
 .../resources/class-use/ServiceResource.html       |     0
 .../SpringApplicationContextResource.html          |     0
 .../class-use/SpringResource.DEFAULT.html          |     0
 .../ignite/resources/class-use/SpringResource.html |     0
 .../class-use/TaskContinuousMapperResource.html    |     0
 .../resources/class-use/TaskSessionResource.html   |     0
 .../org/apache/ignite/resources/package-frame.html |     0
 .../apache/ignite/resources/package-summary.html   |     0
 .../org/apache/ignite/resources/package-tree.html  |     0
 .../org/apache/ignite/resources/package-use.html   |     0
 .../apache/ignite/scheduler/SchedulerFuture.html   |     0
 .../scheduler/class-use/SchedulerFuture.html       |     0
 .../org/apache/ignite/scheduler/package-frame.html |     0
 .../apache/ignite/scheduler/package-summary.html   |     0
 .../org/apache/ignite/scheduler/package-tree.html  |     0
 .../org/apache/ignite/scheduler/package-use.html   |     0
 .../org/apache/ignite/services/Service.html        |     0
 .../ignite/services/ServiceConfiguration.html      |     0
 .../org/apache/ignite/services/ServiceContext.html |     0
 .../services/ServiceDeploymentException.html       |     0
 .../apache/ignite/services/ServiceDescriptor.html  |     0
 .../apache/ignite/services/class-use/Service.html  |     0
 .../services/class-use/ServiceConfiguration.html   |     0
 .../ignite/services/class-use/ServiceContext.html  |     0
 .../class-use/ServiceDeploymentException.html      |     0
 .../services/class-use/ServiceDescriptor.html      |     0
 .../org/apache/ignite/services/package-frame.html  |     0
 .../apache/ignite/services/package-summary.html    |     0
 .../org/apache/ignite/services/package-tree.html   |     0
 .../org/apache/ignite/services/package-use.html    |     0
 .../org/apache/ignite/sink/flink/IgniteSink.html   |     0
 .../ignite/sink/flink/class-use/IgniteSink.html    |     0
 .../apache/ignite/sink/flink/package-frame.html    |     0
 .../apache/ignite/sink/flink/package-summary.html  |     0
 .../org/apache/ignite/sink/flink/package-tree.html |     0
 .../org/apache/ignite/sink/flink/package-use.html  |     0
 .../ignite/spi/IgniteNodeValidationResult.html     |     0
 .../org/apache/ignite/spi/IgnitePortProtocol.html  |     0
 .../javadoc/org/apache/ignite/spi/IgniteSpi.html   |     0
 .../org/apache/ignite/spi/IgniteSpiAdapter.html    |     0
 .../ignite/spi/IgniteSpiCloseableIterator.html     |     0
 .../apache/ignite/spi/IgniteSpiConfiguration.html  |     0
 .../ignite/spi/IgniteSpiConsistencyChecked.html    |     0
 .../org/apache/ignite/spi/IgniteSpiContext.html    |     0
 .../org/apache/ignite/spi/IgniteSpiException.html  |     0
 .../apache/ignite/spi/IgniteSpiMBeanAdapter.html   |     0
 .../ignite/spi/IgniteSpiManagementMBean.html       |     0
 .../apache/ignite/spi/IgniteSpiMultiException.html |     0
 .../spi/IgniteSpiMultipleInstancesSupport.html     |     0
 .../org/apache/ignite/spi/IgniteSpiNoop.html       |     0
 .../spi/IgniteSpiOperationTimeoutException.html    |     0
 .../spi/IgniteSpiOperationTimeoutHelper.html       |     0
 .../org/apache/ignite/spi/IgniteSpiThread.html     |     0
 .../apache/ignite/spi/IgniteSpiThreadFactory.html  |     0
 .../apache/ignite/spi/IgniteSpiTimeoutObject.html  |     0
 .../ignite/spi/IgniteSpiVersionCheckException.html |     0
 .../ignite/spi/checkpoint/CheckpointListener.html  |     0
 .../ignite/spi/checkpoint/CheckpointSpi.html       |     0
 .../spi/checkpoint/cache/CacheCheckpointSpi.html   |     0
 .../checkpoint/cache/CacheCheckpointSpiMBean.html  |     0
 .../cache/class-use/CacheCheckpointSpi.html        |     0
 .../cache/class-use/CacheCheckpointSpiMBean.html   |     0
 .../ignite/spi/checkpoint/cache/package-frame.html |     0
 .../spi/checkpoint/cache/package-summary.html      |     0
 .../ignite/spi/checkpoint/cache/package-tree.html  |     0
 .../ignite/spi/checkpoint/cache/package-use.html   |     0
 .../checkpoint/class-use/CheckpointListener.html   |     0
 .../spi/checkpoint/class-use/CheckpointSpi.html    |     0
 .../spi/checkpoint/jdbc/JdbcCheckpointSpi.html     |     0
 .../checkpoint/jdbc/JdbcCheckpointSpiMBean.html    |     0
 .../jdbc/class-use/JdbcCheckpointSpi.html          |     0
 .../jdbc/class-use/JdbcCheckpointSpiMBean.html     |     0
 .../ignite/spi/checkpoint/jdbc/package-frame.html  |     0
 .../spi/checkpoint/jdbc/package-summary.html       |     0
 .../ignite/spi/checkpoint/jdbc/package-tree.html   |     0
 .../ignite/spi/checkpoint/jdbc/package-use.html    |     0
 .../spi/checkpoint/noop/NoopCheckpointSpi.html     |     0
 .../noop/class-use/NoopCheckpointSpi.html          |     0
 .../ignite/spi/checkpoint/noop/package-frame.html  |     0
 .../spi/checkpoint/noop/package-summary.html       |     0
 .../ignite/spi/checkpoint/noop/package-tree.html   |     0
 .../ignite/spi/checkpoint/noop/package-use.html    |     0
 .../ignite/spi/checkpoint/package-frame.html       |     0
 .../ignite/spi/checkpoint/package-summary.html     |     0
 .../apache/ignite/spi/checkpoint/package-tree.html |     0
 .../apache/ignite/spi/checkpoint/package-use.html  |     0
 .../ignite/spi/checkpoint/s3/S3CheckpointSpi.html  |     0
 .../spi/checkpoint/s3/S3CheckpointSpiMBean.html    |     0
 .../checkpoint/s3/class-use/S3CheckpointSpi.html   |     0
 .../s3/class-use/S3CheckpointSpiMBean.html         |     0
 .../ignite/spi/checkpoint/s3/package-frame.html    |     0
 .../ignite/spi/checkpoint/s3/package-summary.html  |     0
 .../ignite/spi/checkpoint/s3/package-tree.html     |     0
 .../ignite/spi/checkpoint/s3/package-use.html      |     0
 .../checkpoint/sharedfs/SharedFsCheckpointSpi.html |     0
 .../sharedfs/SharedFsCheckpointSpiMBean.html       |     0
 .../sharedfs/class-use/SharedFsCheckpointSpi.html  |     0
 .../class-use/SharedFsCheckpointSpiMBean.html      |     0
 .../spi/checkpoint/sharedfs/package-frame.html     |     0
 .../spi/checkpoint/sharedfs/package-summary.html   |     0
 .../spi/checkpoint/sharedfs/package-tree.html      |     0
 .../spi/checkpoint/sharedfs/package-use.html       |     0
 .../spi/class-use/IgniteNodeValidationResult.html  |     0
 .../ignite/spi/class-use/IgnitePortProtocol.html   |     0
 .../org/apache/ignite/spi/class-use/IgniteSpi.html |     0
 .../ignite/spi/class-use/IgniteSpiAdapter.html     |     0
 .../spi/class-use/IgniteSpiCloseableIterator.html  |     0
 .../spi/class-use/IgniteSpiConfiguration.html      |     0
 .../spi/class-use/IgniteSpiConsistencyChecked.html |     0
 .../ignite/spi/class-use/IgniteSpiContext.html     |     0
 .../ignite/spi/class-use/IgniteSpiException.html   |     0
 .../spi/class-use/IgniteSpiMBeanAdapter.html       |     0
 .../spi/class-use/IgniteSpiManagementMBean.html    |     0
 .../spi/class-use/IgniteSpiMultiException.html     |     0
 .../IgniteSpiMultipleInstancesSupport.html         |     0
 .../apache/ignite/spi/class-use/IgniteSpiNoop.html |     0
 .../IgniteSpiOperationTimeoutException.html        |     0
 .../class-use/IgniteSpiOperationTimeoutHelper.html |     0
 .../ignite/spi/class-use/IgniteSpiThread.html      |     0
 .../spi/class-use/IgniteSpiThreadFactory.html      |     0
 .../spi/class-use/IgniteSpiTimeoutObject.html      |     0
 .../class-use/IgniteSpiVersionCheckException.html  |     0
 .../ignite/spi/collision/CollisionContext.html     |     0
 .../spi/collision/CollisionExternalListener.html   |     0
 .../ignite/spi/collision/CollisionJobContext.html  |     0
 .../apache/ignite/spi/collision/CollisionSpi.html  |     0
 .../spi/collision/class-use/CollisionContext.html  |     0
 .../class-use/CollisionExternalListener.html       |     0
 .../collision/class-use/CollisionJobContext.html   |     0
 .../spi/collision/class-use/CollisionSpi.html      |     0
 .../collision/fifoqueue/FifoQueueCollisionSpi.html |     0
 .../fifoqueue/FifoQueueCollisionSpiMBean.html      |     0
 .../fifoqueue/class-use/FifoQueueCollisionSpi.html |     0
 .../class-use/FifoQueueCollisionSpiMBean.html      |     0
 .../spi/collision/fifoqueue/package-frame.html     |     0
 .../spi/collision/fifoqueue/package-summary.html   |     0
 .../spi/collision/fifoqueue/package-tree.html      |     0
 .../spi/collision/fifoqueue/package-use.html       |     0
 .../jobstealing/JobStealingCollisionSpi.html       |     0
 .../jobstealing/JobStealingCollisionSpiMBean.html  |     0
 .../collision/jobstealing/JobStealingDisabled.html |     0
 .../collision/jobstealing/JobStealingRequest.html  |     0
 .../class-use/JobStealingCollisionSpi.html         |     0
 .../class-use/JobStealingCollisionSpiMBean.html    |     0
 .../jobstealing/class-use/JobStealingDisabled.html |     0
 .../jobstealing/class-use/JobStealingRequest.html  |     0
 .../spi/collision/jobstealing/package-frame.html   |     0
 .../spi/collision/jobstealing/package-summary.html |     0
 .../spi/collision/jobstealing/package-tree.html    |     0
 .../spi/collision/jobstealing/package-use.html     |     0
 .../spi/collision/noop/NoopCollisionSpi.html       |     0
 .../collision/noop/class-use/NoopCollisionSpi.html |     0
 .../ignite/spi/collision/noop/package-frame.html   |     0
 .../ignite/spi/collision/noop/package-summary.html |     0
 .../ignite/spi/collision/noop/package-tree.html    |     0
 .../ignite/spi/collision/noop/package-use.html     |     0
 .../apache/ignite/spi/collision/package-frame.html |     0
 .../ignite/spi/collision/package-summary.html      |     0
 .../apache/ignite/spi/collision/package-tree.html  |     0
 .../apache/ignite/spi/collision/package-use.html   |     0
 .../priorityqueue/PriorityQueueCollisionSpi.html   |     0
 .../PriorityQueueCollisionSpiMBean.html            |     0
 .../class-use/PriorityQueueCollisionSpi.html       |     0
 .../class-use/PriorityQueueCollisionSpiMBean.html  |     0
 .../spi/collision/priorityqueue/package-frame.html |     0
 .../collision/priorityqueue/package-summary.html   |     0
 .../spi/collision/priorityqueue/package-tree.html  |     0
 .../spi/collision/priorityqueue/package-use.html   |     0
 .../spi/communication/CommunicationListener.html   |     0
 .../ignite/spi/communication/CommunicationSpi.html |     0
 .../class-use/CommunicationListener.html           |     0
 .../communication/class-use/CommunicationSpi.html  |     0
 .../ignite/spi/communication/package-frame.html    |     0
 .../ignite/spi/communication/package-summary.html  |     0
 .../ignite/spi/communication/package-tree.html     |     0
 .../ignite/spi/communication/package-use.html      |     0
 .../tcp/TcpCommunicationSpi.HandshakeMessage.html  |     0
 .../tcp/TcpCommunicationSpi.HandshakeMessage2.html |     0
 .../tcp/TcpCommunicationSpi.NodeIdMessage.html     |     0
 ...mmunicationSpi.RecoveryLastReceivedMessage.html |     0
 .../spi/communication/tcp/TcpCommunicationSpi.html |     0
 .../tcp/TcpCommunicationSpiMBean.html              |     0
 .../TcpCommunicationSpi.HandshakeMessage.html      |     0
 .../TcpCommunicationSpi.HandshakeMessage2.html     |     0
 .../TcpCommunicationSpi.NodeIdMessage.html         |     0
 ...mmunicationSpi.RecoveryLastReceivedMessage.html |     0
 .../tcp/class-use/TcpCommunicationSpi.html         |     0
 .../tcp/class-use/TcpCommunicationSpiMBean.html    |     0
 .../spi/communication/tcp/package-frame.html       |     0
 .../spi/communication/tcp/package-summary.html     |     0
 .../ignite/spi/communication/tcp/package-tree.html |     0
 .../ignite/spi/communication/tcp/package-use.html  |     0
 .../ignite/spi/deployment/DeploymentListener.html  |     0
 .../ignite/spi/deployment/DeploymentResource.html  |     0
 .../spi/deployment/DeploymentResourceAdapter.html  |     0
 .../ignite/spi/deployment/DeploymentSpi.html       |     0
 .../IgnoreIfPeerClassLoadingDisabled.html          |     0
 .../deployment/class-use/DeploymentListener.html   |     0
 .../deployment/class-use/DeploymentResource.html   |     0
 .../class-use/DeploymentResourceAdapter.html       |     0
 .../spi/deployment/class-use/DeploymentSpi.html    |     0
 .../IgnoreIfPeerClassLoadingDisabled.html          |     0
 .../spi/deployment/local/LocalDeploymentSpi.html   |     0
 .../deployment/local/LocalDeploymentSpiMBean.html  |     0
 .../local/class-use/LocalDeploymentSpi.html        |     0
 .../local/class-use/LocalDeploymentSpiMBean.html   |     0
 .../ignite/spi/deployment/local/package-frame.html |     0
 .../spi/deployment/local/package-summary.html      |     0
 .../ignite/spi/deployment/local/package-tree.html  |     0
 .../ignite/spi/deployment/local/package-use.html   |     0
 .../ignite/spi/deployment/package-frame.html       |     0
 .../ignite/spi/deployment/package-summary.html     |     0
 .../apache/ignite/spi/deployment/package-tree.html |     0
 .../apache/ignite/spi/deployment/package-use.html  |     0
 .../spi/deployment/uri/UriDeploymentSpi.html       |     0
 .../spi/deployment/uri/UriDeploymentSpiMBean.html  |     0
 .../deployment/uri/class-use/UriDeploymentSpi.html |     0
 .../uri/class-use/UriDeploymentSpiMBean.html       |     0
 .../ignite/spi/deployment/uri/package-frame.html   |     0
 .../ignite/spi/deployment/uri/package-summary.html |     0
 .../ignite/spi/deployment/uri/package-tree.html    |     0
 .../ignite/spi/deployment/uri/package-use.html     |     0
 .../DiscoveryDataBag.GridDiscoveryData.html        |     0
 .../DiscoveryDataBag.JoiningNodeDiscoveryData.html |     0
 .../ignite/spi/discovery/DiscoveryDataBag.html     |     0
 .../spi/discovery/DiscoveryMetricsProvider.html    |     0
 .../apache/ignite/spi/discovery/DiscoverySpi.html  |     0
 .../spi/discovery/DiscoverySpiCustomMessage.html   |     0
 .../spi/discovery/DiscoverySpiDataExchange.html    |     0
 .../spi/discovery/DiscoverySpiHistorySupport.html  |     0
 .../ignite/spi/discovery/DiscoverySpiListener.html |     0
 .../discovery/DiscoverySpiNodeAuthenticator.html   |     0
 .../spi/discovery/DiscoverySpiOrderSupport.html    |     0
 .../DiscoveryDataBag.GridDiscoveryData.html        |     0
 .../DiscoveryDataBag.JoiningNodeDiscoveryData.html |     0
 .../spi/discovery/class-use/DiscoveryDataBag.html  |     0
 .../class-use/DiscoveryMetricsProvider.html        |     0
 .../spi/discovery/class-use/DiscoverySpi.html      |     0
 .../class-use/DiscoverySpiCustomMessage.html       |     0
 .../class-use/DiscoverySpiDataExchange.html        |     0
 .../class-use/DiscoverySpiHistorySupport.html      |     0
 .../discovery/class-use/DiscoverySpiListener.html  |     0
 .../class-use/DiscoverySpiNodeAuthenticator.html   |     0
 .../class-use/DiscoverySpiOrderSupport.html        |     0
 .../apache/ignite/spi/discovery/package-frame.html |     0
 .../ignite/spi/discovery/package-summary.html      |     0
 .../apache/ignite/spi/discovery/package-tree.html  |     0
 .../apache/ignite/spi/discovery/package-use.html   |     0
 .../ignite/spi/discovery/tcp/TcpDiscoverySpi.html  |     0
 .../spi/discovery/tcp/TcpDiscoverySpiMBean.html    |     0
 .../discovery/tcp/class-use/TcpDiscoverySpi.html   |     0
 .../tcp/class-use/TcpDiscoverySpiMBean.html        |     0
 .../tcp/ipfinder/TcpDiscoveryIpFinder.html         |     0
 .../tcp/ipfinder/TcpDiscoveryIpFinderAdapter.html  |     0
 .../ipfinder/class-use/TcpDiscoveryIpFinder.html   |     0
 .../class-use/TcpDiscoveryIpFinderAdapter.html     |     0
 .../ipfinder/cloud/TcpDiscoveryCloudIpFinder.html  |     0
 .../cloud/class-use/TcpDiscoveryCloudIpFinder.html |     0
 .../tcp/ipfinder/cloud/package-frame.html          |     0
 .../tcp/ipfinder/cloud/package-summary.html        |     0
 .../discovery/tcp/ipfinder/cloud/package-tree.html |     0
 .../discovery/tcp/ipfinder/cloud/package-use.html  |     0
 .../gce/TcpDiscoveryGoogleStorageIpFinder.html     |     0
 .../TcpDiscoveryGoogleStorageIpFinder.html         |     0
 .../discovery/tcp/ipfinder/gce/package-frame.html  |     0
 .../tcp/ipfinder/gce/package-summary.html          |     0
 .../discovery/tcp/ipfinder/gce/package-tree.html   |     0
 .../discovery/tcp/ipfinder/gce/package-use.html    |     0
 .../ipfinder/jdbc/BasicJdbcIpFinderDialect.html    |     0
 .../tcp/ipfinder/jdbc/JdbcIpFinderDialect.html     |     0
 .../ipfinder/jdbc/OracleJdbcIpFinderDialect.html   |     0
 .../ipfinder/jdbc/TcpDiscoveryJdbcIpFinder.html    |     0
 .../jdbc/class-use/BasicJdbcIpFinderDialect.html   |     0
 .../jdbc/class-use/JdbcIpFinderDialect.html        |     0
 .../jdbc/class-use/OracleJdbcIpFinderDialect.html  |     0
 .../jdbc/class-use/TcpDiscoveryJdbcIpFinder.html   |     0
 .../discovery/tcp/ipfinder/jdbc/package-frame.html |     0
 .../tcp/ipfinder/jdbc/package-summary.html         |     0
 .../discovery/tcp/ipfinder/jdbc/package-tree.html  |     0
 .../discovery/tcp/ipfinder/jdbc/package-use.html   |     0
 .../kubernetes/TcpDiscoveryKubernetesIpFinder.html |     0
 .../class-use/TcpDiscoveryKubernetesIpFinder.html  |     0
 .../tcp/ipfinder/kubernetes/package-frame.html     |     0
 .../tcp/ipfinder/kubernetes/package-summary.html   |     0
 .../tcp/ipfinder/kubernetes/package-tree.html      |     0
 .../tcp/ipfinder/kubernetes/package-use.html       |     0
 .../multicast/TcpDiscoveryMulticastIpFinder.html   |     0
 .../class-use/TcpDiscoveryMulticastIpFinder.html   |     0
 .../tcp/ipfinder/multicast/package-frame.html      |     0
 .../tcp/ipfinder/multicast/package-summary.html    |     0
 .../tcp/ipfinder/multicast/package-tree.html       |     0
 .../tcp/ipfinder/multicast/package-use.html        |     0
 .../spi/discovery/tcp/ipfinder/package-frame.html  |     0
 .../discovery/tcp/ipfinder/package-summary.html    |     0
 .../spi/discovery/tcp/ipfinder/package-tree.html   |     0
 .../spi/discovery/tcp/ipfinder/package-use.html    |     0
 .../tcp/ipfinder/s3/TcpDiscoveryS3IpFinder.html    |     0
 .../s3/class-use/TcpDiscoveryS3IpFinder.html       |     0
 .../discovery/tcp/ipfinder/s3/package-frame.html   |     0
 .../discovery/tcp/ipfinder/s3/package-summary.html |     0
 .../discovery/tcp/ipfinder/s3/package-tree.html    |     0
 .../spi/discovery/tcp/ipfinder/s3/package-use.html |     0
 .../sharedfs/TcpDiscoverySharedFsIpFinder.html     |     0
 .../class-use/TcpDiscoverySharedFsIpFinder.html    |     0
 .../tcp/ipfinder/sharedfs/package-frame.html       |     0
 .../tcp/ipfinder/sharedfs/package-summary.html     |     0
 .../tcp/ipfinder/sharedfs/package-tree.html        |     0
 .../tcp/ipfinder/sharedfs/package-use.html         |     0
 .../tcp/ipfinder/vm/TcpDiscoveryVmIpFinder.html    |     0
 .../vm/class-use/TcpDiscoveryVmIpFinder.html       |     0
 .../discovery/tcp/ipfinder/vm/package-frame.html   |     0
 .../discovery/tcp/ipfinder/vm/package-summary.html |     0
 .../discovery/tcp/ipfinder/vm/package-tree.html    |     0
 .../spi/discovery/tcp/ipfinder/vm/package-use.html |     0
 .../ipfinder/zk/TcpDiscoveryZookeeperIpFinder.html |     0
 .../class-use/TcpDiscoveryZookeeperIpFinder.html   |     0
 .../discovery/tcp/ipfinder/zk/package-frame.html   |     0
 .../discovery/tcp/ipfinder/zk/package-summary.html |     0
 .../discovery/tcp/ipfinder/zk/package-tree.html    |     0
 .../spi/discovery/tcp/ipfinder/zk/package-use.html |     0
 .../ignite/spi/discovery/tcp/package-frame.html    |     0
 .../ignite/spi/discovery/tcp/package-summary.html  |     0
 .../ignite/spi/discovery/tcp/package-tree.html     |     0
 .../ignite/spi/discovery/tcp/package-use.html      |     0
 .../ignite/spi/eventstorage/EventStorageSpi.html   |     0
 .../spi/eventstorage/NoopEventStorageSpi.html      |     0
 .../eventstorage/class-use/EventStorageSpi.html    |     0
 .../class-use/NoopEventStorageSpi.html             |     0
 .../eventstorage/memory/MemoryEventStorageSpi.html |     0
 .../memory/MemoryEventStorageSpiMBean.html         |     0
 .../memory/class-use/MemoryEventStorageSpi.html    |     0
 .../class-use/MemoryEventStorageSpiMBean.html      |     0
 .../spi/eventstorage/memory/package-frame.html     |     0
 .../spi/eventstorage/memory/package-summary.html   |     0
 .../spi/eventstorage/memory/package-tree.html      |     0
 .../spi/eventstorage/memory/package-use.html       |     0
 .../ignite/spi/eventstorage/package-frame.html     |     0
 .../ignite/spi/eventstorage/package-summary.html   |     0
 .../ignite/spi/eventstorage/package-tree.html      |     0
 .../ignite/spi/eventstorage/package-use.html       |     0
 .../ignite/spi/failover/FailoverContext.html       |     0
 .../apache/ignite/spi/failover/FailoverSpi.html    |     0
 .../spi/failover/always/AlwaysFailoverSpi.html     |     0
 .../failover/always/AlwaysFailoverSpiMBean.html    |     0
 .../always/class-use/AlwaysFailoverSpi.html        |     0
 .../always/class-use/AlwaysFailoverSpiMBean.html   |     0
 .../ignite/spi/failover/always/package-frame.html  |     0
 .../spi/failover/always/package-summary.html       |     0
 .../ignite/spi/failover/always/package-tree.html   |     0
 .../ignite/spi/failover/always/package-use.html    |     0
 .../spi/failover/class-use/FailoverContext.html    |     0
 .../ignite/spi/failover/class-use/FailoverSpi.html |     0
 .../jobstealing/JobStealingFailoverSpi.html        |     0
 .../jobstealing/JobStealingFailoverSpiMBean.html   |     0
 .../class-use/JobStealingFailoverSpi.html          |     0
 .../class-use/JobStealingFailoverSpiMBean.html     |     0
 .../spi/failover/jobstealing/package-frame.html    |     0
 .../spi/failover/jobstealing/package-summary.html  |     0
 .../spi/failover/jobstealing/package-tree.html     |     0
 .../spi/failover/jobstealing/package-use.html      |     0
 .../spi/failover/never/NeverFailoverSpi.html       |     0
 .../spi/failover/never/NeverFailoverSpiMBean.html  |     0
 .../failover/never/class-use/NeverFailoverSpi.html |     0
 .../never/class-use/NeverFailoverSpiMBean.html     |     0
 .../ignite/spi/failover/never/package-frame.html   |     0
 .../ignite/spi/failover/never/package-summary.html |     0
 .../ignite/spi/failover/never/package-tree.html    |     0
 .../ignite/spi/failover/never/package-use.html     |     0
 .../apache/ignite/spi/failover/package-frame.html  |     0
 .../ignite/spi/failover/package-summary.html       |     0
 .../apache/ignite/spi/failover/package-tree.html   |     0
 .../apache/ignite/spi/failover/package-use.html    |     0
 .../ignite/spi/indexing/IndexingQueryFilter.html   |     0
 .../apache/ignite/spi/indexing/IndexingSpi.html    |     0
 .../indexing/class-use/IndexingQueryFilter.html    |     0
 .../ignite/spi/indexing/class-use/IndexingSpi.html |     0
 .../ignite/spi/indexing/noop/NoopIndexingSpi.html  |     0
 .../indexing/noop/class-use/NoopIndexingSpi.html   |     0
 .../ignite/spi/indexing/noop/package-frame.html    |     0
 .../ignite/spi/indexing/noop/package-summary.html  |     0
 .../ignite/spi/indexing/noop/package-tree.html     |     0
 .../ignite/spi/indexing/noop/package-use.html      |     0
 .../apache/ignite/spi/indexing/package-frame.html  |     0
 .../ignite/spi/indexing/package-summary.html       |     0
 .../apache/ignite/spi/indexing/package-tree.html   |     0
 .../apache/ignite/spi/indexing/package-use.html    |     0
 .../ignite/spi/loadbalancing/LoadBalancingSpi.html |     0
 .../adaptive/AdaptiveCpuLoadProbe.html             |     0
 .../adaptive/AdaptiveJobCountLoadProbe.html        |     0
 .../adaptive/AdaptiveLoadBalancingSpi.html         |     0
 .../adaptive/AdaptiveLoadBalancingSpiMBean.html    |     0
 .../loadbalancing/adaptive/AdaptiveLoadProbe.html  |     0
 .../adaptive/AdaptiveProcessingTimeLoadProbe.html  |     0
 .../adaptive/class-use/AdaptiveCpuLoadProbe.html   |     0
 .../class-use/AdaptiveJobCountLoadProbe.html       |     0
 .../class-use/AdaptiveLoadBalancingSpi.html        |     0
 .../class-use/AdaptiveLoadBalancingSpiMBean.html   |     0
 .../adaptive/class-use/AdaptiveLoadProbe.html      |     0
 .../class-use/AdaptiveProcessingTimeLoadProbe.html |     0
 .../spi/loadbalancing/adaptive/package-frame.html  |     0
 .../loadbalancing/adaptive/package-summary.html    |     0
 .../spi/loadbalancing/adaptive/package-tree.html   |     0
 .../spi/loadbalancing/adaptive/package-use.html    |     0
 .../loadbalancing/class-use/LoadBalancingSpi.html  |     0
 .../ignite/spi/loadbalancing/package-frame.html    |     0
 .../ignite/spi/loadbalancing/package-summary.html  |     0
 .../ignite/spi/loadbalancing/package-tree.html     |     0
 .../ignite/spi/loadbalancing/package-use.html      |     0
 .../roundrobin/RoundRobinLoadBalancingSpi.html     |     0
 .../RoundRobinLoadBalancingSpiMBean.html           |     0
 .../class-use/RoundRobinLoadBalancingSpi.html      |     0
 .../class-use/RoundRobinLoadBalancingSpiMBean.html |     0
 .../loadbalancing/roundrobin/package-frame.html    |     0
 .../loadbalancing/roundrobin/package-summary.html  |     0
 .../spi/loadbalancing/roundrobin/package-tree.html |     0
 .../spi/loadbalancing/roundrobin/package-use.html  |     0
 .../WeightedRandomLoadBalancingSpi.html            |     0
 .../WeightedRandomLoadBalancingSpiMBean.html       |     0
 .../class-use/WeightedRandomLoadBalancingSpi.html  |     0
 .../WeightedRandomLoadBalancingSpiMBean.html       |     0
 .../weightedrandom/package-frame.html              |     0
 .../weightedrandom/package-summary.html            |     0
 .../loadbalancing/weightedrandom/package-tree.html |     0
 .../loadbalancing/weightedrandom/package-use.html  |     0
 .../org/apache/ignite/spi/package-frame.html       |     0
 .../org/apache/ignite/spi/package-summary.html     |     0
 .../org/apache/ignite/spi/package-tree.html        |     0
 .../javadoc/org/apache/ignite/spi/package-use.html |     0
 .../springdata/repository/IgniteRepository.html    |     0
 .../repository/class-use/IgniteRepository.html     |     0
 .../config/EnableIgniteRepositories.html           |     0
 .../config/IgniteRepositoriesRegistar.html         |     0
 .../IgniteRepositoryConfigurationExtension.html    |     0
 .../ignite/springdata/repository/config/Query.html |     0
 .../repository/config/RepositoryConfig.html        |     0
 .../config/class-use/EnableIgniteRepositories.html |     0
 .../class-use/IgniteRepositoriesRegistar.html      |     0
 .../IgniteRepositoryConfigurationExtension.html    |     0
 .../repository/config/class-use/Query.html         |     0
 .../config/class-use/RepositoryConfig.html         |     0
 .../repository/config/package-frame.html           |     0
 .../repository/config/package-summary.html         |     0
 .../springdata/repository/config/package-tree.html |     0
 .../springdata/repository/config/package-use.html  |     0
 .../springdata/repository/package-frame.html       |     0
 .../springdata/repository/package-summary.html     |     0
 .../ignite/springdata/repository/package-tree.html |     0
 .../ignite/springdata/repository/package-use.html  |     0
 .../springdata/repository/query/IgniteQuery.html   |     0
 .../repository/query/IgniteQueryGenerator.html     |     0
 .../repository/query/IgniteRepositoryQuery.html    |     0
 .../repository/query/class-use/IgniteQuery.html    |     0
 .../query/class-use/IgniteQueryGenerator.html      |     0
 .../query/class-use/IgniteRepositoryQuery.html     |     0
 .../springdata/repository/query/package-frame.html |     0
 .../repository/query/package-summary.html          |     0
 .../springdata/repository/query/package-tree.html  |     0
 .../springdata/repository/query/package-use.html   |     0
 .../support/IgniteRepositoryFactory.html           |     0
 .../support/IgniteRepositoryFactoryBean.html       |     0
 .../repository/support/IgniteRepositoryImpl.html   |     0
 .../support/class-use/IgniteRepositoryFactory.html |     0
 .../class-use/IgniteRepositoryFactoryBean.html     |     0
 .../support/class-use/IgniteRepositoryImpl.html    |     0
 .../repository/support/package-frame.html          |     0
 .../repository/support/package-summary.html        |     0
 .../repository/support/package-tree.html           |     0
 .../springdata/repository/support/package-use.html |     0
 .../org/apache/ignite/ssl/SslContextFactory.html   |     0
 .../ignite/ssl/class-use/SslContextFactory.html    |     0
 .../org/apache/ignite/ssl/package-frame.html       |     0
 .../org/apache/ignite/ssl/package-summary.html     |     0
 .../org/apache/ignite/ssl/package-tree.html        |     0
 .../javadoc/org/apache/ignite/ssl/package-use.html |     0
 .../apache/ignite/startup/BasicWarmupClosure.html  |     0
 .../startup/class-use/BasicWarmupClosure.html      |     0
 .../apache/ignite/startup/cmdline/AboutDialog.html |     0
 .../cmdline/CommandLineRandomNumberGenerator.html  |     0
 .../ignite/startup/cmdline/CommandLineStartup.html |     0
 .../startup/cmdline/CommandLineTransformer.html    |     0
 .../startup/cmdline/class-use/AboutDialog.html     |     0
 .../CommandLineRandomNumberGenerator.html          |     0
 .../cmdline/class-use/CommandLineStartup.html      |     0
 .../cmdline/class-use/CommandLineTransformer.html  |     0
 .../ignite/startup/cmdline/package-frame.html      |     0
 .../ignite/startup/cmdline/package-summary.html    |     0
 .../ignite/startup/cmdline/package-tree.html       |     0
 .../apache/ignite/startup/cmdline/package-use.html |     0
 .../org/apache/ignite/startup/package-frame.html   |     0
 .../org/apache/ignite/startup/package-summary.html |     0
 .../org/apache/ignite/startup/package-tree.html    |     0
 .../org/apache/ignite/startup/package-use.html     |     0
 .../servlet/ServletContextListenerStartup.html     |     0
 .../ignite/startup/servlet/ServletStartup.html     |     0
 .../class-use/ServletContextListenerStartup.html   |     0
 .../startup/servlet/class-use/ServletStartup.html  |     0
 .../ignite/startup/servlet/package-frame.html      |     0
 .../ignite/startup/servlet/package-summary.html    |     0
 .../ignite/startup/servlet/package-tree.html       |     0
 .../apache/ignite/startup/servlet/package-use.html |     0
 .../org/apache/ignite/stream/StreamAdapter.html    |     0
 .../stream/StreamMultipleTupleExtractor.html       |     0
 .../org/apache/ignite/stream/StreamReceiver.html   |     0
 .../ignite/stream/StreamSingleTupleExtractor.html  |     0
 .../apache/ignite/stream/StreamTransformer.html    |     0
 .../apache/ignite/stream/StreamTupleExtractor.html |     0
 .../org/apache/ignite/stream/StreamVisitor.html    |     0
 .../apache/ignite/stream/camel/CamelStreamer.html  |     0
 .../stream/camel/class-use/CamelStreamer.html      |     0
 .../apache/ignite/stream/camel/package-frame.html  |     0
 .../ignite/stream/camel/package-summary.html       |     0
 .../apache/ignite/stream/camel/package-tree.html   |     0
 .../apache/ignite/stream/camel/package-use.html    |     0
 .../ignite/stream/class-use/StreamAdapter.html     |     0
 .../class-use/StreamMultipleTupleExtractor.html    |     0
 .../ignite/stream/class-use/StreamReceiver.html    |     0
 .../class-use/StreamSingleTupleExtractor.html      |     0
 .../ignite/stream/class-use/StreamTransformer.html |     0
 .../stream/class-use/StreamTupleExtractor.html     |     0
 .../ignite/stream/class-use/StreamVisitor.html     |     0
 .../ignite/stream/flume/EventTransformer.html      |     0
 .../org/apache/ignite/stream/flume/IgniteSink.html |     0
 .../ignite/stream/flume/IgniteSinkConstants.html   |     0
 .../stream/flume/class-use/EventTransformer.html   |     0
 .../ignite/stream/flume/class-use/IgniteSink.html  |     0
 .../flume/class-use/IgniteSinkConstants.html       |     0
 .../apache/ignite/stream/flume/package-frame.html  |     0
 .../ignite/stream/flume/package-summary.html       |     0
 .../apache/ignite/stream/flume/package-tree.html   |     0
 .../apache/ignite/stream/flume/package-use.html    |     0
 .../apache/ignite/stream/jms11/JmsStreamer.html    |     0
 .../ignite/stream/jms11/MessageTransformer.html    |     0
 .../ignite/stream/jms11/class-use/JmsStreamer.html |     0
 .../stream/jms11/class-use/MessageTransformer.html |     0
 .../apache/ignite/stream/jms11/package-frame.html  |     0
 .../ignite/stream/jms11/package-summary.html       |     0
 .../apache/ignite/stream/jms11/package-tree.html   |     0
 .../apache/ignite/stream/jms11/package-use.html    |     0
 .../apache/ignite/stream/kafka/KafkaStreamer.html  |     0
 .../stream/kafka/class-use/KafkaStreamer.html      |     0
 .../stream/kafka/connect/IgniteSinkConnector.html  |     0
 .../stream/kafka/connect/IgniteSinkConstants.html  |     0
 .../connect/IgniteSinkTask.StreamerContext.html    |     0
 .../stream/kafka/connect/IgniteSinkTask.html       |     0
 .../kafka/connect/IgniteSourceConnector.html       |     0
 .../kafka/connect/IgniteSourceConstants.html       |     0
 .../stream/kafka/connect/IgniteSourceTask.html     |     0
 .../connect/class-use/IgniteSinkConnector.html     |     0
 .../connect/class-use/IgniteSinkConstants.html     |     0
 .../class-use/IgniteSinkTask.StreamerContext.html  |     0
 .../kafka/connect/class-use/IgniteSinkTask.html    |     0
 .../connect/class-use/IgniteSourceConnector.html   |     0
 .../connect/class-use/IgniteSourceConstants.html   |     0
 .../kafka/connect/class-use/IgniteSourceTask.html  |     0
 .../ignite/stream/kafka/connect/package-frame.html |     0
 .../stream/kafka/connect/package-summary.html      |     0
 .../ignite/stream/kafka/connect/package-tree.html  |     0
 .../ignite/stream/kafka/connect/package-use.html   |     0
 .../connect/serialization/CacheEventConverter.html |     0
 .../serialization/CacheEventDeserializer.html      |     0
 .../serialization/CacheEventSerializer.html        |     0
 .../class-use/CacheEventConverter.html             |     0
 .../class-use/CacheEventDeserializer.html          |     0
 .../class-use/CacheEventSerializer.html            |     0
 .../kafka/connect/serialization/package-frame.html |     0
 .../connect/serialization/package-summary.html     |     0
 .../kafka/connect/serialization/package-tree.html  |     0
 .../kafka/connect/serialization/package-use.html   |     0
 .../apache/ignite/stream/kafka/package-frame.html  |     0
 .../ignite/stream/kafka/package-summary.html       |     0
 .../apache/ignite/stream/kafka/package-tree.html   |     0
 .../apache/ignite/stream/kafka/package-use.html    |     0
 .../apache/ignite/stream/mqtt/MqttStreamer.html    |     0
 .../ignite/stream/mqtt/class-use/MqttStreamer.html |     0
 .../apache/ignite/stream/mqtt/package-frame.html   |     0
 .../apache/ignite/stream/mqtt/package-summary.html |     0
 .../apache/ignite/stream/mqtt/package-tree.html    |     0
 .../org/apache/ignite/stream/mqtt/package-use.html |     0
 .../org/apache/ignite/stream/package-frame.html    |     0
 .../org/apache/ignite/stream/package-summary.html  |     0
 .../org/apache/ignite/stream/package-tree.html     |     0
 .../org/apache/ignite/stream/package-use.html      |     0
 .../ignite/stream/rocketmq/RocketMQStreamer.html   |     0
 .../rocketmq/class-use/RocketMQStreamer.html       |     0
 .../ignite/stream/rocketmq/package-frame.html      |     0
 .../ignite/stream/rocketmq/package-summary.html    |     0
 .../ignite/stream/rocketmq/package-tree.html       |     0
 .../apache/ignite/stream/rocketmq/package-use.html |     0
 .../stream/socket/SocketMessageConverter.html      |     0
 .../ignite/stream/socket/SocketStreamer.html       |     0
 .../socket/class-use/SocketMessageConverter.html   |     0
 .../stream/socket/class-use/SocketStreamer.html    |     0
 .../apache/ignite/stream/socket/package-frame.html |     0
 .../ignite/stream/socket/package-summary.html      |     0
 .../apache/ignite/stream/socket/package-tree.html  |     0
 .../apache/ignite/stream/socket/package-use.html   |     0
 .../storm/StormStreamer.StreamerContext.html       |     0
 .../apache/ignite/stream/storm/StormStreamer.html  |     0
 .../class-use/StormStreamer.StreamerContext.html   |     0
 .../stream/storm/class-use/StormStreamer.html      |     0
 .../apache/ignite/stream/storm/package-frame.html  |     0
 .../ignite/stream/storm/package-summary.html       |     0
 .../apache/ignite/stream/storm/package-tree.html   |     0
 .../apache/ignite/stream/storm/package-use.html    |     0
 .../ignite/stream/twitter/OAuthSettings.html       |     0
 .../ignite/stream/twitter/TwitterStreamer.html     |     0
 .../stream/twitter/class-use/OAuthSettings.html    |     0
 .../stream/twitter/class-use/TwitterStreamer.html  |     0
 .../ignite/stream/twitter/package-frame.html       |     0
 .../ignite/stream/twitter/package-summary.html     |     0
 .../apache/ignite/stream/twitter/package-tree.html |     0
 .../apache/ignite/stream/twitter/package-use.html  |     0
 .../ignite/stream/zeromq/IgniteZeroMqStreamer.html |     0
 .../ignite/stream/zeromq/ZeroMqTypeSocket.html     |     0
 .../zeromq/class-use/IgniteZeroMqStreamer.html     |     0
 .../stream/zeromq/class-use/ZeroMqTypeSocket.html  |     0
 .../apache/ignite/stream/zeromq/package-frame.html |     0
 .../ignite/stream/zeromq/package-summary.html      |     0
 .../apache/ignite/stream/zeromq/package-tree.html  |     0
 .../apache/ignite/stream/zeromq/package-use.html   |     0
 .../thread/IgniteStripedThreadPoolExecutor.html    |     0
 .../org/apache/ignite/thread/IgniteThread.html     |     0
 .../apache/ignite/thread/IgniteThreadFactory.html  |     0
 .../ignite/thread/IgniteThreadPoolExecutor.html    |     0
 .../class-use/IgniteStripedThreadPoolExecutor.html |     0
 .../ignite/thread/class-use/IgniteThread.html      |     0
 .../thread/class-use/IgniteThreadFactory.html      |     0
 .../thread/class-use/IgniteThreadPoolExecutor.html |     0
 .../org/apache/ignite/thread/package-frame.html    |     0
 .../org/apache/ignite/thread/package-summary.html  |     0
 .../org/apache/ignite/thread/package-tree.html     |     0
 .../org/apache/ignite/thread/package-use.html      |     0
 .../apache/ignite/transactions/Transaction.html    |     0
 .../transactions/TransactionConcurrency.html       |     0
 .../transactions/TransactionDeadlockException.html |     0
 .../ignite/transactions/TransactionException.html  |     0
 .../TransactionHeuristicException.html             |     0
 .../ignite/transactions/TransactionIsolation.html  |     0
 .../ignite/transactions/TransactionMetrics.html    |     0
 .../TransactionOptimisticException.html            |     0
 .../transactions/TransactionRollbackException.html |     0
 .../ignite/transactions/TransactionState.html      |     0
 .../transactions/TransactionTimeoutException.html  |     0
 .../ignite/transactions/class-use/Transaction.html |     0
 .../class-use/TransactionConcurrency.html          |     0
 .../class-use/TransactionDeadlockException.html    |     0
 .../class-use/TransactionException.html            |     0
 .../class-use/TransactionHeuristicException.html   |     0
 .../class-use/TransactionIsolation.html            |     0
 .../transactions/class-use/TransactionMetrics.html |     0
 .../class-use/TransactionOptimisticException.html  |     0
 .../class-use/TransactionRollbackException.html    |     0
 .../transactions/class-use/TransactionState.html   |     0
 .../class-use/TransactionTimeoutException.html     |     0
 .../apache/ignite/transactions/package-frame.html  |     0
 .../ignite/transactions/package-summary.html       |     0
 .../apache/ignite/transactions/package-tree.html   |     0
 .../apache/ignite/transactions/package-use.html    |     0
 .../spring/SpringTransactionManager.html           |     0
 .../spring/class-use/SpringTransactionManager.html |     0
 .../ignite/transactions/spring/package-frame.html  |     0
 .../transactions/spring/package-summary.html       |     0
 .../ignite/transactions/spring/package-tree.html   |     0
 .../ignite/transactions/spring/package-use.html    |     0
 .../ignite/visor/plugin/VisorExtensionPoint.html   |     0
 .../ignite/visor/plugin/VisorPluggableTab.html     |     0
 .../apache/ignite/visor/plugin/VisorPlugin.html    |     0
 .../ignite/visor/plugin/VisorPluginComponent.html  |     0
 .../visor/plugin/VisorPluginComponentsFactory.html |     0
 .../ignite/visor/plugin/VisorPluginLogPanel.html   |     0
 .../ignite/visor/plugin/VisorPluginModel.html      |     0
 .../ignite/visor/plugin/VisorPluginNodesPanel.html |     0
 .../visor/plugin/VisorSelectionListener.html       |     0
 .../ignite/visor/plugin/VisorTopologyListener.html |     0
 .../plugin/class-use/VisorExtensionPoint.html      |     0
 .../visor/plugin/class-use/VisorPluggableTab.html  |     0
 .../ignite/visor/plugin/class-use/VisorPlugin.html |     0
 .../plugin/class-use/VisorPluginComponent.html     |     0
 .../class-use/VisorPluginComponentsFactory.html    |     0
 .../plugin/class-use/VisorPluginLogPanel.html      |     0
 .../visor/plugin/class-use/VisorPluginModel.html   |     0
 .../plugin/class-use/VisorPluginNodesPanel.html    |     0
 .../plugin/class-use/VisorSelectionListener.html   |     0
 .../plugin/class-use/VisorTopologyListener.html    |     0
 .../apache/ignite/visor/plugin/package-frame.html  |     0
 .../ignite/visor/plugin/package-summary.html       |     0
 .../apache/ignite/visor/plugin/package-tree.html   |     0
 .../apache/ignite/visor/plugin/package-use.html    |     0
 .../org/apache/ignite/yarn/ApplicationMaster.html  |     0
 .../org/apache/ignite/yarn/ClusterProperties.html  |     0
 .../org/apache/ignite/yarn/IgniteContainer.html    |     0
 .../yarn/IgniteProvider.VersionComparator.html     |     0
 .../org/apache/ignite/yarn/IgniteProvider.html     |     0
 .../org/apache/ignite/yarn/IgniteYarnClient.html   |     0
 .../ignite/yarn/class-use/ApplicationMaster.html   |     0
 .../ignite/yarn/class-use/ClusterProperties.html   |     0
 .../ignite/yarn/class-use/IgniteContainer.html     |     0
 .../IgniteProvider.VersionComparator.html          |     0
 .../ignite/yarn/class-use/IgniteProvider.html      |     0
 .../ignite/yarn/class-use/IgniteYarnClient.html    |     0
 .../org/apache/ignite/yarn/package-frame.html      |     0
 .../org/apache/ignite/yarn/package-summary.html    |     0
 .../org/apache/ignite/yarn/package-tree.html       |     0
 .../org/apache/ignite/yarn/package-use.html        |     0
 .../apache/ignite/yarn/utils/IgniteYarnUtils.html  |     0
 .../yarn/utils/class-use/IgniteYarnUtils.html      |     0
 .../apache/ignite/yarn/utils/package-frame.html    |     0
 .../apache/ignite/yarn/utils/package-summary.html  |     0
 .../org/apache/ignite/yarn/utils/package-tree.html |     0
 .../org/apache/ignite/yarn/utils/package-use.html  |     0
 releases/2.3.0/javadoc/overview-frame.html         |     0
 releases/2.3.0/javadoc/overview-summary.html       |     0
 releases/2.3.0/javadoc/overview-tree.html          |     0
 releases/2.3.0/javadoc/package-list                |     0
 releases/2.3.0/javadoc/resources/background.gif    |   Bin
 releases/2.3.0/javadoc/resources/tab.gif           |   Bin
 releases/2.3.0/javadoc/resources/titlebar.gif      |   Bin
 releases/2.3.0/javadoc/resources/titlebar_end.gif  |   Bin
 releases/2.3.0/javadoc/serialized-form.html        |     0
 releases/2.3.0/javadoc/tools.js                    |     0
 releases/2.3.0/scaladoc/scalar/img/avg.png         |   Bin
 .../2.3.0/scaladoc/scalar/img/callout_blue.gif     |   Bin
 .../2.3.0/scaladoc/scalar/img/callout_yellow.gif   |   Bin
 releases/2.3.0/scaladoc/scalar/img/cube.gif        |   Bin
 releases/2.3.0/scaladoc/scalar/img/cube_3.0.gif    |   Bin
 .../2.3.0/scaladoc/scalar/img/cube_transparent.gif |   Bin
 .../2.3.0/scaladoc/scalar/img/documentation.gif    |   Bin
 .../2.3.0/scaladoc/scalar/img/email_support.gif    |   Bin
 releases/2.3.0/scaladoc/scalar/img/forums.gif      |   Bin
 releases/2.3.0/scaladoc/scalar/img/gavg.png        |   Bin
 releases/2.3.0/scaladoc/scalar/img/gg_30.png       |   Bin
 releases/2.3.0/scaladoc/scalar/img/gg_30s.png      |   Bin
 .../scalar/img/gridgain_30c_javadoc_qr.png         |   Bin
 releases/2.3.0/scaladoc/scalar/img/gridgain_qr.png |   Bin
 releases/2.3.0/scaladoc/scalar/img/havg.png        |   Bin
 .../scaladoc/scalar/img/in_memory_compute_grid.png |   Bin
 .../scaladoc/scalar/img/in_memory_data_grid.png    |   Bin
 .../2.3.0/scaladoc/scalar/img/issue_tracking.gif   |   Bin
 .../2.3.0/scaladoc/scalar/img/javadoc4_logo.png    |   Bin
 releases/2.3.0/scaladoc/scalar/img/mail_11x11.gif  |   Bin
 releases/2.3.0/scaladoc/scalar/img/qavg.png        |   Bin
 releases/2.3.0/scaladoc/scalar/img/search.gif      |   Bin
 releases/2.3.0/scaladoc/scalar/img/spacer.gif      |   Bin
 releases/2.3.0/scaladoc/scalar/img/sum.png         |   Bin
 releases/2.3.0/scaladoc/scalar/img/wavg.png        |   Bin
 releases/2.3.0/scaladoc/scalar/index.html          |     0
 releases/2.3.0/scaladoc/scalar/index.js            |     0
 releases/2.3.0/scaladoc/scalar/index/index-_.html  |     0
 releases/2.3.0/scaladoc/scalar/index/index-a.html  |     0
 releases/2.3.0/scaladoc/scalar/index/index-b.html  |     0
 releases/2.3.0/scaladoc/scalar/index/index-c.html  |     0
 releases/2.3.0/scaladoc/scalar/index/index-d.html  |     0
 releases/2.3.0/scaladoc/scalar/index/index-e.html  |     0
 releases/2.3.0/scaladoc/scalar/index/index-f.html  |     0
 releases/2.3.0/scaladoc/scalar/index/index-g.html  |     0
 releases/2.3.0/scaladoc/scalar/index/index-i.html  |     0
 releases/2.3.0/scaladoc/scalar/index/index-k.html  |     0
 releases/2.3.0/scaladoc/scalar/index/index-l.html  |     0
 releases/2.3.0/scaladoc/scalar/index/index-n.html  |     0
 releases/2.3.0/scaladoc/scalar/index/index-o.html  |     0
 releases/2.3.0/scaladoc/scalar/index/index-p.html  |     0
 releases/2.3.0/scaladoc/scalar/index/index-r.html  |     0
 releases/2.3.0/scaladoc/scalar/index/index-s.html  |     0
 releases/2.3.0/scaladoc/scalar/index/index-t.html  |     0
 releases/2.3.0/scaladoc/scalar/index/index-u.html  |     0
 releases/2.3.0/scaladoc/scalar/index/index-v.html  |     0
 releases/2.3.0/scaladoc/scalar/index/index-w.html  |     0
 releases/2.3.0/scaladoc/scalar/lib/arrow-down.png  |   Bin
 releases/2.3.0/scaladoc/scalar/lib/arrow-right.png |   Bin
 releases/2.3.0/scaladoc/scalar/lib/class.png       |   Bin
 releases/2.3.0/scaladoc/scalar/lib/class_big.png   |   Bin
 .../2.3.0/scaladoc/scalar/lib/class_diagram.png    |   Bin
 .../scaladoc/scalar/lib/class_to_object_big.png    |   Bin
 .../2.3.0/scaladoc/scalar/lib/constructorsbg.gif   |   Bin
 .../2.3.0/scaladoc/scalar/lib/conversionbg.gif     |   Bin
 releases/2.3.0/scaladoc/scalar/lib/defbg-blue.gif  |   Bin
 releases/2.3.0/scaladoc/scalar/lib/defbg-green.gif |   Bin
 releases/2.3.0/scaladoc/scalar/lib/diagrams.css    |     0
 releases/2.3.0/scaladoc/scalar/lib/diagrams.js     |     0
 .../2.3.0/scaladoc/scalar/lib/filter_box_left.png  |   Bin
 .../2.3.0/scaladoc/scalar/lib/filter_box_left2.gif |   Bin
 .../2.3.0/scaladoc/scalar/lib/filter_box_right.png |   Bin
 releases/2.3.0/scaladoc/scalar/lib/filterbg.gif    |   Bin
 .../2.3.0/scaladoc/scalar/lib/filterboxbarbg.gif   |   Bin
 .../2.3.0/scaladoc/scalar/lib/filterboxbarbg.png   |   Bin
 releases/2.3.0/scaladoc/scalar/lib/filterboxbg.gif |   Bin
 .../2.3.0/scaladoc/scalar/lib/fullcommenttopbg.gif |   Bin
 releases/2.3.0/scaladoc/scalar/lib/index.css       |     0
 releases/2.3.0/scaladoc/scalar/lib/index.js        |     0
 releases/2.3.0/scaladoc/scalar/lib/jquery-ui.js    |     0
 releases/2.3.0/scaladoc/scalar/lib/jquery.js       |     0
 .../2.3.0/scaladoc/scalar/lib/jquery.layout.js     |     0
 .../2.3.0/scaladoc/scalar/lib/modernizr.custom.js  |     0
 .../2.3.0/scaladoc/scalar/lib/navigation-li-a.png  |   Bin
 .../2.3.0/scaladoc/scalar/lib/navigation-li.png    |   Bin
 releases/2.3.0/scaladoc/scalar/lib/object.png      |   Bin
 releases/2.3.0/scaladoc/scalar/lib/object_big.png  |   Bin
 .../2.3.0/scaladoc/scalar/lib/object_diagram.png   |   Bin
 .../scaladoc/scalar/lib/object_to_class_big.png    |   Bin
 .../scaladoc/scalar/lib/object_to_trait_big.png    |   Bin
 .../scaladoc/scalar/lib/object_to_type_big.png     |   Bin
 releases/2.3.0/scaladoc/scalar/lib/ownderbg2.gif   |   Bin
 releases/2.3.0/scaladoc/scalar/lib/ownerbg.gif     |   Bin
 releases/2.3.0/scaladoc/scalar/lib/ownerbg2.gif    |   Bin
 releases/2.3.0/scaladoc/scalar/lib/package.png     |   Bin
 releases/2.3.0/scaladoc/scalar/lib/package_big.png |   Bin
 releases/2.3.0/scaladoc/scalar/lib/packagesbg.gif  |   Bin
 releases/2.3.0/scaladoc/scalar/lib/permalink.png   |   Bin
 releases/2.3.0/scaladoc/scalar/lib/ref-index.css   |     0
 releases/2.3.0/scaladoc/scalar/lib/remove.png      |   Bin
 releases/2.3.0/scaladoc/scalar/lib/scheduler.js    |     0
 .../scaladoc/scalar/lib/selected-implicits.png     |   Bin
 .../scalar/lib/selected-right-implicits.png        |   Bin
 .../2.3.0/scaladoc/scalar/lib/selected-right.png   |   Bin
 releases/2.3.0/scaladoc/scalar/lib/selected.png    |   Bin
 .../2.3.0/scaladoc/scalar/lib/selected2-right.png  |   Bin
 releases/2.3.0/scaladoc/scalar/lib/selected2.png   |   Bin
 releases/2.3.0/scaladoc/scalar/lib/signaturebg.gif |   Bin
 .../2.3.0/scaladoc/scalar/lib/signaturebg2.gif     |   Bin
 releases/2.3.0/scaladoc/scalar/lib/template.css    |     0
 releases/2.3.0/scaladoc/scalar/lib/template.js     |     0
 .../2.3.0/scaladoc/scalar/lib/tools.tooltip.js     |     0
 releases/2.3.0/scaladoc/scalar/lib/trait.png       |   Bin
 releases/2.3.0/scaladoc/scalar/lib/trait_big.png   |   Bin
 .../2.3.0/scaladoc/scalar/lib/trait_diagram.png    |   Bin
 .../scaladoc/scalar/lib/trait_to_object_big.png    |   Bin
 releases/2.3.0/scaladoc/scalar/lib/type.png        |   Bin
 releases/2.3.0/scaladoc/scalar/lib/type_big.png    |   Bin
 .../2.3.0/scaladoc/scalar/lib/type_diagram.png     |   Bin
 .../scaladoc/scalar/lib/type_to_object_big.png     |   Bin
 releases/2.3.0/scaladoc/scalar/lib/typebg.gif      |   Bin
 releases/2.3.0/scaladoc/scalar/lib/unselected.png  |   Bin
 .../2.3.0/scaladoc/scalar/lib/valuemembersbg.gif   |   Bin
 .../scaladoc/scalar/org/apache/ignite/package.html |     0
 .../apache/ignite/scalar/ScalarConversions.html    |     0
 .../ignite/scalar/lang/ScalarAbsClosure.html       |     0
 .../scalar/lang/ScalarAbsClosureFunction.html      |     0
 .../ignite/scalar/lang/ScalarAbsClosureX.html      |     0
 .../scalar/lang/ScalarAbsClosureXFunction.html     |     0
 .../ignite/scalar/lang/ScalarAbsPredicate.html     |     0
 .../scalar/lang/ScalarAbsPredicateFunction.html    |     0
 .../ignite/scalar/lang/ScalarAbsPredicateX.html    |     0
 .../scalar/lang/ScalarAbsPredicateXFunction.html   |     0
 .../apache/ignite/scalar/lang/ScalarClosure.html   |     0
 .../apache/ignite/scalar/lang/ScalarClosure2.html  |     0
 .../ignite/scalar/lang/ScalarClosure2Function.html |     0
 .../apache/ignite/scalar/lang/ScalarClosure2X.html |     0
 .../scalar/lang/ScalarClosure2XFunction.html       |     0
 .../apache/ignite/scalar/lang/ScalarClosure3.html  |     0
 .../ignite/scalar/lang/ScalarClosure3Function.html |     0
 .../apache/ignite/scalar/lang/ScalarClosure3X.html |     0
 .../scalar/lang/ScalarClosure3XFunction.html       |     0
 .../ignite/scalar/lang/ScalarClosureFunction.html  |     0
 .../apache/ignite/scalar/lang/ScalarClosureX.html  |     0
 .../ignite/scalar/lang/ScalarClosureXFunction.html |     0
 .../apache/ignite/scalar/lang/ScalarInClosure.html |     0
 .../ignite/scalar/lang/ScalarInClosure2.html       |     0
 .../scalar/lang/ScalarInClosure2Function.html      |     0
 .../ignite/scalar/lang/ScalarInClosure2X.html      |     0
 .../scalar/lang/ScalarInClosure2XFunction.html     |     0
 .../ignite/scalar/lang/ScalarInClosure3.html       |     0
 .../scalar/lang/ScalarInClosure3Function.html      |     0
 .../ignite/scalar/lang/ScalarInClosure3X.html      |     0
 .../scalar/lang/ScalarInClosure3XFunction.html     |     0
 .../scalar/lang/ScalarInClosureFunction.html       |     0
 .../ignite/scalar/lang/ScalarInClosureX.html       |     0
 .../scalar/lang/ScalarInClosureXFunction.html      |     0
 .../org/apache/ignite/scalar/lang/ScalarJob.html   |     0
 .../ignite/scalar/lang/ScalarOutClosure.html       |     0
 .../scalar/lang/ScalarOutClosureFunction.html      |     0
 .../ignite/scalar/lang/ScalarOutClosureX.html      |     0
 .../scalar/lang/ScalarOutClosureXFunction.html     |     0
 .../apache/ignite/scalar/lang/ScalarPredicate.html |     0
 .../ignite/scalar/lang/ScalarPredicate2.html       |     0
 .../scalar/lang/ScalarPredicate2Function.html      |     0
 .../ignite/scalar/lang/ScalarPredicate2X.html      |     0
 .../scalar/lang/ScalarPredicate2XFunction.html     |     0
 .../ignite/scalar/lang/ScalarPredicate3.html       |     0
 .../scalar/lang/ScalarPredicate3Function.html      |     0
 .../ignite/scalar/lang/ScalarPredicate3X.html      |     0
 .../scalar/lang/ScalarPredicate3XFunction.html     |     0
 .../scalar/lang/ScalarPredicateFunction.html       |     0
 .../ignite/scalar/lang/ScalarPredicateX.html       |     0
 .../scalar/lang/ScalarPredicateXFunction.html      |     0
 .../apache/ignite/scalar/lang/ScalarReducer.html   |     0
 .../apache/ignite/scalar/lang/ScalarReducer2.html  |     0
 .../ignite/scalar/lang/ScalarReducer2Function.html |     0
 .../apache/ignite/scalar/lang/ScalarReducer3.html  |     0
 .../ignite/scalar/lang/ScalarReducer3Function.html |     0
 .../ignite/scalar/lang/ScalarReducerFunction.html  |     0
 .../org/apache/ignite/scalar/lang/package.html     |     0
 .../scalar/org/apache/ignite/scalar/package.html   |     0
 .../apache/ignite/scalar/pimps/PimpedType$.html    |     0
 .../org/apache/ignite/scalar/pimps/PimpedType.html |     0
 .../ignite/scalar/pimps/ScalarCachePimp$.html      |     0
 .../ignite/scalar/pimps/ScalarCachePimp.html       |     0
 .../ignite/scalar/pimps/ScalarGridPimp$.html       |     0
 .../apache/ignite/scalar/pimps/ScalarGridPimp.html |     0
 .../ignite/scalar/pimps/ScalarProjectionPimp$.html |     0
 .../ignite/scalar/pimps/ScalarProjectionPimp.html  |     0
 .../scalar/pimps/ScalarTaskThreadContext.html      |     0
 .../org/apache/ignite/scalar/pimps/package.html    |     0
 .../scalar/org/apache/ignite/scalar/scalar$.html   |     0
 .../2.3.0/scaladoc/scalar/org/apache/package.html  |     0
 releases/2.3.0/scaladoc/scalar/org/package.html    |     0
 releases/2.3.0/scaladoc/scalar/package.html        |     0
 releases/2.3.0/scaladoc/scalar/tools.js            |     0
 releases/2.4.0/cppdoc/annotated.html               |     0
 releases/2.4.0/cppdoc/arrowdown.png                |   Bin
 releases/2.4.0/cppdoc/arrowright.png               |   Bin
 releases/2.4.0/cppdoc/bc_s.png                     |   Bin
 releases/2.4.0/cppdoc/bdwn.png                     |   Bin
 releases/2.4.0/cppdoc/binary_8h.html               |     0
 releases/2.4.0/cppdoc/binary_8h_source.html        |     0
 releases/2.4.0/cppdoc/binary__consts_8h.html       |     0
 .../2.4.0/cppdoc/binary__consts_8h_source.html     |     0
 releases/2.4.0/cppdoc/binary__containers_8h.html   |     0
 .../2.4.0/cppdoc/binary__containers_8h_source.html |     0
 releases/2.4.0/cppdoc/binary__object_8h.html       |     0
 .../2.4.0/cppdoc/binary__object_8h_source.html     |     0
 releases/2.4.0/cppdoc/binary__raw__reader_8h.html  |     0
 .../cppdoc/binary__raw__reader_8h_source.html      |     0
 releases/2.4.0/cppdoc/binary__raw__writer_8h.html  |     0
 .../cppdoc/binary__raw__writer_8h_source.html      |     0
 releases/2.4.0/cppdoc/binary__reader_8h.html       |     0
 .../2.4.0/cppdoc/binary__reader_8h_source.html     |     0
 releases/2.4.0/cppdoc/binary__type_8h.html         |     0
 releases/2.4.0/cppdoc/binary__type_8h_source.html  |     0
 releases/2.4.0/cppdoc/binary__writer_8h.html       |     0
 .../2.4.0/cppdoc/binary__writer_8h_source.html     |     0
 releases/2.4.0/cppdoc/cache_8h.html                |     0
 releases/2.4.0/cppdoc/cache_8h_source.html         |     0
 releases/2.4.0/cppdoc/cache__entry_8h.html         |     0
 releases/2.4.0/cppdoc/cache__entry_8h_source.html  |     0
 releases/2.4.0/cppdoc/cache__entry__event_8h.html  |     0
 .../cppdoc/cache__entry__event_8h_source.html      |     0
 .../cppdoc/cache__entry__event__filter_8h.html     |     0
 .../cache__entry__event__filter_8h_source.html     |     0
 .../cppdoc/cache__entry__event__listener_8h.html   |     0
 .../cache__entry__event__listener_8h_source.html   |     0
 .../2.4.0/cppdoc/cache__entry__processor_8h.html   |     0
 .../cppdoc/cache__entry__processor_8h_source.html  |     0
 releases/2.4.0/cppdoc/cache__peek__mode_8h.html    |     0
 .../2.4.0/cppdoc/cache__peek__mode_8h_source.html  |     0
 releases/2.4.0/cppdoc/classes.html                 |     0
 .../classignite_1_1ConstReference-members.html     |     0
 .../cppdoc/classignite_1_1ConstReference.html      |     0
 .../2.4.0/cppdoc/classignite_1_1Date-members.html  |     0
 releases/2.4.0/cppdoc/classignite_1_1Date.html     |     0
 .../cppdoc/classignite_1_1Future-members.html      |     0
 releases/2.4.0/cppdoc/classignite_1_1Future.html   |     0
 ...lassignite_1_1Future_3_01void_01_4-members.html |     0
 .../classignite_1_1Future_3_01void_01_4.html       |     0
 .../2.4.0/cppdoc/classignite_1_1Guid-members.html  |     0
 releases/2.4.0/cppdoc/classignite_1_1Guid.html     |     0
 .../cppdoc/classignite_1_1Ignite-members.html      |     0
 releases/2.4.0/cppdoc/classignite_1_1Ignite.html   |     0
 .../classignite_1_1IgniteBinding-members.html      |     0
 .../2.4.0/cppdoc/classignite_1_1IgniteBinding.html |     0
 ...lassignite_1_1IgniteBindingContext-members.html |     0
 .../classignite_1_1IgniteBindingContext.html       |     0
 .../cppdoc/classignite_1_1IgniteError-members.html |     0
 .../2.4.0/cppdoc/classignite_1_1IgniteError.html   |     0
 .../2.4.0/cppdoc/classignite_1_1IgniteError.png    |   Bin
 .../cppdoc/classignite_1_1Ignition-members.html    |     0
 releases/2.4.0/cppdoc/classignite_1_1Ignition.html |     0
 .../cppdoc/classignite_1_1JvmOptions-members.html  |     0
 .../2.4.0/cppdoc/classignite_1_1JvmOptions.html    |     0
 .../cppdoc/classignite_1_1Reference-members.html   |     0
 .../2.4.0/cppdoc/classignite_1_1Reference.html     |     0
 .../2.4.0/cppdoc/classignite_1_1Time-members.html  |     0
 releases/2.4.0/cppdoc/classignite_1_1Time.html     |     0
 .../cppdoc/classignite_1_1Timestamp-members.html   |     0
 .../2.4.0/cppdoc/classignite_1_1Timestamp.html     |     0
 ...ite_1_1binary_1_1BinaryArrayReader-members.html |     0
 ...classignite_1_1binary_1_1BinaryArrayReader.html |     0
 ...ite_1_1binary_1_1BinaryArrayWriter-members.html |     0
 ...classignite_1_1binary_1_1BinaryArrayWriter.html |     0
 ..._1binary_1_1BinaryCollectionReader-members.html |     0
 ...ignite_1_1binary_1_1BinaryCollectionReader.html |     0
 ..._1binary_1_1BinaryCollectionWriter-members.html |     0
 ...ignite_1_1binary_1_1BinaryCollectionWriter.html |     0
 ...gnite_1_1binary_1_1BinaryMapReader-members.html |     0
 .../classignite_1_1binary_1_1BinaryMapReader.html  |     0
 ...gnite_1_1binary_1_1BinaryMapWriter-members.html |     0
 .../classignite_1_1binary_1_1BinaryMapWriter.html  |     0
 ...ssignite_1_1binary_1_1BinaryObject-members.html |     0
 .../classignite_1_1binary_1_1BinaryObject.html     |     0
 ...gnite_1_1binary_1_1BinaryRawReader-members.html |     0
 .../classignite_1_1binary_1_1BinaryRawReader.html  |     0
 ...gnite_1_1binary_1_1BinaryRawWriter-members.html |     0
 .../classignite_1_1binary_1_1BinaryRawWriter.html  |     0
 ...ssignite_1_1binary_1_1BinaryReader-members.html |     0
 .../classignite_1_1binary_1_1BinaryReader.html     |     0
 ...1binary_1_1BinaryStringArrayReader-members.html |     0
 ...gnite_1_1binary_1_1BinaryStringArrayReader.html |     0
 ...1binary_1_1BinaryStringArrayWriter-members.html |     0
 ...gnite_1_1binary_1_1BinaryStringArrayWriter.html |     0
 ...ssignite_1_1binary_1_1BinaryWriter-members.html |     0
 .../classignite_1_1binary_1_1BinaryWriter.html     |     0
 .../classignite_1_1cache_1_1Cache-members.html     |     0
 .../cppdoc/classignite_1_1cache_1_1Cache.html      |     0
 ...classignite_1_1cache_1_1CacheEntry-members.html |     0
 .../cppdoc/classignite_1_1cache_1_1CacheEntry.html |     0
 .../cppdoc/classignite_1_1cache_1_1CacheEntry.png  |   Bin
 ...ignite_1_1cache_1_1CacheEntryEvent-members.html |     0
 .../classignite_1_1cache_1_1CacheEntryEvent.html   |     0
 .../classignite_1_1cache_1_1CacheEntryEvent.png    |   Bin
 ...te_1_1cache_1_1CacheEntryProcessor-members.html |     0
 ...lassignite_1_1cache_1_1CacheEntryProcessor.html |     0
 ...nite_1_1cache_1_1MutableCacheEntry-members.html |     0
 .../classignite_1_1cache_1_1MutableCacheEntry.html |     0
 ..._1_1event_1_1CacheEntryEventFilter-members.html |     0
 ...1_1cache_1_1event_1_1CacheEntryEventFilter.html |     0
 ..._1_1cache_1_1event_1_1CacheEntryEventFilter.png |   Bin
 ..._1event_1_1CacheEntryEventListener-members.html |     0
 ...1cache_1_1event_1_1CacheEntryEventListener.html |     0
 ...e_1_1cache_1_1query_1_1QueryCursor-members.html |     0
 ...assignite_1_1cache_1_1query_1_1QueryCursor.html |     0
 ...ache_1_1query_1_1QueryFieldsCursor-members.html |     0
 ...ite_1_1cache_1_1query_1_1QueryFieldsCursor.html |     0
 ..._1cache_1_1query_1_1QueryFieldsRow-members.html |     0
 ...ignite_1_1cache_1_1query_1_1QueryFieldsRow.html |     0
 ...ite_1_1cache_1_1query_1_1ScanQuery-members.html |     0
 ...classignite_1_1cache_1_1query_1_1ScanQuery.html |     0
 ..._1cache_1_1query_1_1SqlFieldsQuery-members.html |     0
 ...ignite_1_1cache_1_1query_1_1SqlFieldsQuery.html |     0
 ...nite_1_1cache_1_1query_1_1SqlQuery-members.html |     0
 .../classignite_1_1cache_1_1query_1_1SqlQuery.html |     0
 ...ite_1_1cache_1_1query_1_1TextQuery-members.html |     0
 ...classignite_1_1cache_1_1query_1_1TextQuery.html |     0
 ...y_1_1continuous_1_1ContinuousQuery-members.html |     0
 ..._1_1query_1_1continuous_1_1ContinuousQuery.html |     0
 ...ontinuous_1_1ContinuousQueryHandle-members.html |     0
 ...ery_1_1continuous_1_1ContinuousQueryHandle.html |     0
 .../cppdoc/classignite_1_1common_1_1Promise.html   |     0
 .../classignite_1_1compute_1_1Compute-members.html |     0
 .../cppdoc/classignite_1_1compute_1_1Compute.html  |     0
 ...ssignite_1_1compute_1_1ComputeFunc-members.html |     0
 .../classignite_1_1compute_1_1ComputeFunc.html     |     0
 ...he_1_1event_1_1CacheEntryEventFilterHolder.html |     0
 ...ite_1_1transactions_1_1Transaction-members.html |     0
 ...classignite_1_1transactions_1_1Transaction.html |     0
 ...transactions_1_1TransactionMetrics-members.html |     0
 ...nite_1_1transactions_1_1TransactionMetrics.html |     0
 ...te_1_1transactions_1_1Transactions-members.html |     0
 ...lassignite_1_1transactions_1_1Transactions.html |     0
 releases/2.4.0/cppdoc/closed.png                   |   Bin
 releases/2.4.0/cppdoc/compute_8h.html              |     0
 releases/2.4.0/cppdoc/compute_8h_source.html       |     0
 releases/2.4.0/cppdoc/compute__func_8h.html        |     0
 releases/2.4.0/cppdoc/compute__func_8h_source.html |     0
 releases/2.4.0/cppdoc/continuous__query_8h.html    |     0
 .../2.4.0/cppdoc/continuous__query_8h_source.html  |     0
 .../2.4.0/cppdoc/continuous__query__handle_8h.html |     0
 .../continuous__query__handle_8h_source.html       |     0
 releases/2.4.0/cppdoc/date_8h.html                 |     0
 releases/2.4.0/cppdoc/date_8h_source.html          |     0
 .../dir_11fbc4217d50ab21044e5ad6614aede5.html      |     0
 .../dir_13c1d00a1be9b016a133dec12b890b36.html      |     0
 .../dir_1d5505cee217f179c88903b7091c150e.html      |     0
 .../dir_2dedece15635f75054d44afc50ccfbaf.html      |     0
 .../dir_3ea13a7deaf085a2d3c551dce8b68ff3.html      |     0
 .../dir_4e4d22e38ca4e2e8207825ee2d00bc54.html      |     0
 .../dir_70c4f2dc9c34c91dd30b464208cd3c8c.html      |     0
 .../dir_73151ea5884c52b11ec50969c926e1f3.html      |     0
 .../dir_84516225c95b6844f8b87c0f7daf8132.html      |     0
 .../dir_88bd599177f4cc5007b9f053025b0bc5.html      |     0
 .../dir_89e6aceab60817aa630a6f544556b5f7.html      |     0
 .../dir_91ef880c2b12d355e87d8c01b90755f3.html      |     0
 .../dir_985e469ec48e039817ced4926e3f7372.html      |     0
 .../dir_a589d7fa76191ec48a638b0021c39d11.html      |     0
 .../dir_b98deae7bc3b0ca8b45558e3cfe0065d.html      |     0
 .../dir_bdd9a5d540de89e9fe90efdfc6973a4f.html      |     0
 .../dir_cabbc57be87e7b42e2aa05a6e528b8d7.html      |     0
 .../dir_f18fe8b4ea83e72b6c5f9ba3529386ec.html      |     0
 releases/2.4.0/cppdoc/doc.png                      |   Bin
 releases/2.4.0/cppdoc/doxygen.css                  |     0
 releases/2.4.0/cppdoc/doxygen.png                  |   Bin
 releases/2.4.0/cppdoc/dynsections.js               |     0
 releases/2.4.0/cppdoc/files.html                   |     0
 releases/2.4.0/cppdoc/folderclosed.png             |   Bin
 releases/2.4.0/cppdoc/folderopen.png               |   Bin
 releases/2.4.0/cppdoc/functions.html               |     0
 releases/2.4.0/cppdoc/functions_0x7e.html          |     0
 releases/2.4.0/cppdoc/functions_b.html             |     0
 releases/2.4.0/cppdoc/functions_c.html             |     0
 releases/2.4.0/cppdoc/functions_d.html             |     0
 releases/2.4.0/cppdoc/functions_enum.html          |     0
 releases/2.4.0/cppdoc/functions_eval.html          |     0
 releases/2.4.0/cppdoc/functions_f.html             |     0
 releases/2.4.0/cppdoc/functions_func.html          |     0
 releases/2.4.0/cppdoc/functions_func_0x7e.html     |     0
 releases/2.4.0/cppdoc/functions_func_b.html        |     0
 releases/2.4.0/cppdoc/functions_func_c.html        |     0
 releases/2.4.0/cppdoc/functions_func_d.html        |     0
 releases/2.4.0/cppdoc/functions_func_f.html        |     0
 releases/2.4.0/cppdoc/functions_func_g.html        |     0
 releases/2.4.0/cppdoc/functions_func_h.html        |     0
 releases/2.4.0/cppdoc/functions_func_i.html        |     0
 releases/2.4.0/cppdoc/functions_func_j.html        |     0
 releases/2.4.0/cppdoc/functions_func_l.html        |     0
 releases/2.4.0/cppdoc/functions_func_m.html        |     0
 releases/2.4.0/cppdoc/functions_func_o.html        |     0
 releases/2.4.0/cppdoc/functions_func_p.html        |     0
 releases/2.4.0/cppdoc/functions_func_q.html        |     0
 releases/2.4.0/cppdoc/functions_func_r.html        |     0
 releases/2.4.0/cppdoc/functions_func_s.html        |     0
 releases/2.4.0/cppdoc/functions_func_t.html        |     0
 releases/2.4.0/cppdoc/functions_func_w.html        |     0
 releases/2.4.0/cppdoc/functions_g.html             |     0
 releases/2.4.0/cppdoc/functions_h.html             |     0
 releases/2.4.0/cppdoc/functions_i.html             |     0
 releases/2.4.0/cppdoc/functions_j.html             |     0
 releases/2.4.0/cppdoc/functions_k.html             |     0
 releases/2.4.0/cppdoc/functions_l.html             |     0
 releases/2.4.0/cppdoc/functions_m.html             |     0
 releases/2.4.0/cppdoc/functions_n.html             |     0
 releases/2.4.0/cppdoc/functions_o.html             |     0
 releases/2.4.0/cppdoc/functions_p.html             |     0
 releases/2.4.0/cppdoc/functions_q.html             |     0
 releases/2.4.0/cppdoc/functions_r.html             |     0
 releases/2.4.0/cppdoc/functions_rela.html          |     0
 releases/2.4.0/cppdoc/functions_s.html             |     0
 releases/2.4.0/cppdoc/functions_t.html             |     0
 releases/2.4.0/cppdoc/functions_type.html          |     0
 releases/2.4.0/cppdoc/functions_u.html             |     0
 releases/2.4.0/cppdoc/functions_v.html             |     0
 releases/2.4.0/cppdoc/functions_vars.html          |     0
 releases/2.4.0/cppdoc/functions_w.html             |     0
 releases/2.4.0/cppdoc/future_8h.html               |     0
 releases/2.4.0/cppdoc/future_8h_source.html        |     0
 releases/2.4.0/cppdoc/globals.html                 |     0
 releases/2.4.0/cppdoc/globals_defs.html            |     0
 releases/2.4.0/cppdoc/guid_8h.html                 |     0
 releases/2.4.0/cppdoc/guid_8h_source.html          |     0
 releases/2.4.0/cppdoc/hierarchy.html               |     0
 releases/2.4.0/cppdoc/ignite_8h.html               |     0
 releases/2.4.0/cppdoc/ignite_8h_source.html        |     0
 .../2.4.0/cppdoc/ignite__binding_8h_source.html    |     0
 .../2.4.0/cppdoc/ignite__binding__context_8h.html  |     0
 .../cppdoc/ignite__binding__context_8h_source.html |     0
 .../2.4.0/cppdoc/ignite__configuration_8h.html     |     0
 .../cppdoc/ignite__configuration_8h_source.html    |     0
 releases/2.4.0/cppdoc/ignite__error_8h.html        |     0
 releases/2.4.0/cppdoc/ignite__error_8h_source.html |     0
 releases/2.4.0/cppdoc/ignite_logo.png              |   Bin
 releases/2.4.0/cppdoc/ignition_8h.html             |     0
 releases/2.4.0/cppdoc/ignition_8h_source.html      |     0
 releases/2.4.0/cppdoc/index.html                   |     0
 releases/2.4.0/cppdoc/jquery.js                    |     0
 .../cppdoc/mutable__cache__entry_8h_source.html    |     0
 releases/2.4.0/cppdoc/namespaceignite.html         |     0
 .../2.4.0/cppdoc/namespaceignite_1_1binary.html    |     0
 .../2.4.0/cppdoc/namespaceignite_1_1cache.html     |     0
 .../cppdoc/namespaceignite_1_1cache_1_1event.html  |     0
 .../cppdoc/namespaceignite_1_1cache_1_1query.html  |     0
 ...paceignite_1_1cache_1_1query_1_1continuous.html |     0
 .../cppdoc/namespaceignite_1_1transactions.html    |     0
 releases/2.4.0/cppdoc/namespacemembers.html        |     0
 releases/2.4.0/cppdoc/namespacemembers_func.html   |     0
 releases/2.4.0/cppdoc/namespacemembers_vars.html   |     0
 releases/2.4.0/cppdoc/namespaces.html              |     0
 releases/2.4.0/cppdoc/nav_f.png                    |   Bin
 releases/2.4.0/cppdoc/nav_g.png                    |   Bin
 releases/2.4.0/cppdoc/nav_h.png                    |   Bin
 releases/2.4.0/cppdoc/open.png                     |   Bin
 releases/2.4.0/cppdoc/query_8h.html                |     0
 releases/2.4.0/cppdoc/query_8h_source.html         |     0
 releases/2.4.0/cppdoc/query__cursor_8h.html        |     0
 releases/2.4.0/cppdoc/query__cursor_8h_source.html |     0
 .../2.4.0/cppdoc/query__fields__cursor_8h.html     |     0
 .../cppdoc/query__fields__cursor_8h_source.html    |     0
 releases/2.4.0/cppdoc/query__fields__row_8h.html   |     0
 .../2.4.0/cppdoc/query__fields__row_8h_source.html |     0
 releases/2.4.0/cppdoc/query__scan_8h.html          |     0
 releases/2.4.0/cppdoc/query__scan_8h_source.html   |     0
 releases/2.4.0/cppdoc/query__sql_8h.html           |     0
 releases/2.4.0/cppdoc/query__sql_8h_source.html    |     0
 releases/2.4.0/cppdoc/query__sql__fields_8h.html   |     0
 .../2.4.0/cppdoc/query__sql__fields_8h_source.html |     0
 releases/2.4.0/cppdoc/query__text_8h.html          |     0
 releases/2.4.0/cppdoc/query__text_8h_source.html   |     0
 releases/2.4.0/cppdoc/reference_8h.html            |     0
 releases/2.4.0/cppdoc/reference_8h_source.html     |     0
 releases/2.4.0/cppdoc/search/all_0.html            |     0
 releases/2.4.0/cppdoc/search/all_0.js              |     0
 releases/2.4.0/cppdoc/search/all_1.html            |     0
 releases/2.4.0/cppdoc/search/all_1.js              |     0
 releases/2.4.0/cppdoc/search/all_10.html           |     0
 releases/2.4.0/cppdoc/search/all_10.js             |     0
 releases/2.4.0/cppdoc/search/all_11.html           |     0
 releases/2.4.0/cppdoc/search/all_11.js             |     0
 releases/2.4.0/cppdoc/search/all_12.html           |     0
 releases/2.4.0/cppdoc/search/all_12.js             |     0
 releases/2.4.0/cppdoc/search/all_13.html           |     0
 releases/2.4.0/cppdoc/search/all_13.js             |     0
 releases/2.4.0/cppdoc/search/all_14.html           |     0
 releases/2.4.0/cppdoc/search/all_14.js             |     0
 releases/2.4.0/cppdoc/search/all_15.html           |     0
 releases/2.4.0/cppdoc/search/all_15.js             |     0
 releases/2.4.0/cppdoc/search/all_16.html           |     0
 releases/2.4.0/cppdoc/search/all_16.js             |     0
 releases/2.4.0/cppdoc/search/all_2.html            |     0
 releases/2.4.0/cppdoc/search/all_2.js              |     0
 releases/2.4.0/cppdoc/search/all_3.html            |     0
 releases/2.4.0/cppdoc/search/all_3.js              |     0
 releases/2.4.0/cppdoc/search/all_4.html            |     0
 releases/2.4.0/cppdoc/search/all_4.js              |     0
 releases/2.4.0/cppdoc/search/all_5.html            |     0
 releases/2.4.0/cppdoc/search/all_5.js              |     0
 releases/2.4.0/cppdoc/search/all_6.html            |     0
 releases/2.4.0/cppdoc/search/all_6.js              |     0
 releases/2.4.0/cppdoc/search/all_7.html            |     0
 releases/2.4.0/cppdoc/search/all_7.js              |     0
 releases/2.4.0/cppdoc/search/all_8.html            |     0
 releases/2.4.0/cppdoc/search/all_8.js              |     0
 releases/2.4.0/cppdoc/search/all_9.html            |     0
 releases/2.4.0/cppdoc/search/all_9.js              |     0
 releases/2.4.0/cppdoc/search/all_a.html            |     0
 releases/2.4.0/cppdoc/search/all_a.js              |     0
 releases/2.4.0/cppdoc/search/all_b.html            |     0
 releases/2.4.0/cppdoc/search/all_b.js              |     0
 releases/2.4.0/cppdoc/search/all_c.html            |     0
 releases/2.4.0/cppdoc/search/all_c.js              |     0
 releases/2.4.0/cppdoc/search/all_d.html            |     0
 releases/2.4.0/cppdoc/search/all_d.js              |     0
 releases/2.4.0/cppdoc/search/all_e.html            |     0
 releases/2.4.0/cppdoc/search/all_e.js              |     0
 releases/2.4.0/cppdoc/search/all_f.html            |     0
 releases/2.4.0/cppdoc/search/all_f.js              |     0
 releases/2.4.0/cppdoc/search/classes_0.html        |     0
 releases/2.4.0/cppdoc/search/classes_0.js          |     0
 releases/2.4.0/cppdoc/search/classes_1.html        |     0
 releases/2.4.0/cppdoc/search/classes_1.js          |     0
 releases/2.4.0/cppdoc/search/classes_2.html        |     0
 releases/2.4.0/cppdoc/search/classes_2.js          |     0
 releases/2.4.0/cppdoc/search/classes_3.html        |     0
 releases/2.4.0/cppdoc/search/classes_3.js          |     0
 releases/2.4.0/cppdoc/search/classes_4.html        |     0
 releases/2.4.0/cppdoc/search/classes_4.js          |     0
 releases/2.4.0/cppdoc/search/classes_5.html        |     0
 releases/2.4.0/cppdoc/search/classes_5.js          |     0
 releases/2.4.0/cppdoc/search/classes_6.html        |     0
 releases/2.4.0/cppdoc/search/classes_6.js          |     0
 releases/2.4.0/cppdoc/search/classes_7.html        |     0
 releases/2.4.0/cppdoc/search/classes_7.js          |     0
 releases/2.4.0/cppdoc/search/classes_8.html        |     0
 releases/2.4.0/cppdoc/search/classes_8.js          |     0
 releases/2.4.0/cppdoc/search/classes_9.html        |     0
 releases/2.4.0/cppdoc/search/classes_9.js          |     0
 releases/2.4.0/cppdoc/search/classes_a.html        |     0
 releases/2.4.0/cppdoc/search/classes_a.js          |     0
 releases/2.4.0/cppdoc/search/classes_b.html        |     0
 releases/2.4.0/cppdoc/search/classes_b.js          |     0
 releases/2.4.0/cppdoc/search/classes_c.html        |     0
 releases/2.4.0/cppdoc/search/classes_c.js          |     0
 releases/2.4.0/cppdoc/search/close.png             |   Bin
 releases/2.4.0/cppdoc/search/defines_0.html        |     0
 releases/2.4.0/cppdoc/search/defines_0.js          |     0
 releases/2.4.0/cppdoc/search/enums_0.html          |     0
 releases/2.4.0/cppdoc/search/enums_0.js            |     0
 releases/2.4.0/cppdoc/search/enumvalues_0.html     |     0
 releases/2.4.0/cppdoc/search/enumvalues_0.js       |     0
 releases/2.4.0/cppdoc/search/enumvalues_1.html     |     0
 releases/2.4.0/cppdoc/search/enumvalues_1.js       |     0
 releases/2.4.0/cppdoc/search/enumvalues_2.html     |     0
 releases/2.4.0/cppdoc/search/enumvalues_2.js       |     0
 releases/2.4.0/cppdoc/search/enumvalues_3.html     |     0
 releases/2.4.0/cppdoc/search/enumvalues_3.js       |     0
 releases/2.4.0/cppdoc/search/enumvalues_4.html     |     0
 releases/2.4.0/cppdoc/search/enumvalues_4.js       |     0
 releases/2.4.0/cppdoc/search/enumvalues_5.html     |     0
 releases/2.4.0/cppdoc/search/enumvalues_5.js       |     0
 releases/2.4.0/cppdoc/search/enumvalues_6.html     |     0
 releases/2.4.0/cppdoc/search/enumvalues_6.js       |     0
 releases/2.4.0/cppdoc/search/enumvalues_7.html     |     0
 releases/2.4.0/cppdoc/search/enumvalues_7.js       |     0
 releases/2.4.0/cppdoc/search/enumvalues_8.html     |     0
 releases/2.4.0/cppdoc/search/enumvalues_8.js       |     0
 releases/2.4.0/cppdoc/search/enumvalues_9.html     |     0
 releases/2.4.0/cppdoc/search/enumvalues_9.js       |     0
 releases/2.4.0/cppdoc/search/enumvalues_a.html     |     0
 releases/2.4.0/cppdoc/search/enumvalues_a.js       |     0
 releases/2.4.0/cppdoc/search/enumvalues_b.html     |     0
 releases/2.4.0/cppdoc/search/enumvalues_b.js       |     0
 releases/2.4.0/cppdoc/search/files_0.html          |     0
 releases/2.4.0/cppdoc/search/files_0.js            |     0
 releases/2.4.0/cppdoc/search/files_1.html          |     0
 releases/2.4.0/cppdoc/search/files_1.js            |     0
 releases/2.4.0/cppdoc/search/files_2.html          |     0
 releases/2.4.0/cppdoc/search/files_2.js            |     0
 releases/2.4.0/cppdoc/search/files_3.html          |     0
 releases/2.4.0/cppdoc/search/files_3.js            |     0
 releases/2.4.0/cppdoc/search/files_4.html          |     0
 releases/2.4.0/cppdoc/search/files_4.js            |     0
 releases/2.4.0/cppdoc/search/files_5.html          |     0
 releases/2.4.0/cppdoc/search/files_5.js            |     0
 releases/2.4.0/cppdoc/search/files_6.html          |     0
 releases/2.4.0/cppdoc/search/files_6.js            |     0
 releases/2.4.0/cppdoc/search/files_7.html          |     0
 releases/2.4.0/cppdoc/search/files_7.js            |     0
 releases/2.4.0/cppdoc/search/files_8.html          |     0
 releases/2.4.0/cppdoc/search/files_8.js            |     0
 releases/2.4.0/cppdoc/search/functions_0.html      |     0
 releases/2.4.0/cppdoc/search/functions_0.js        |     0
 releases/2.4.0/cppdoc/search/functions_1.html      |     0
 releases/2.4.0/cppdoc/search/functions_1.js        |     0
 releases/2.4.0/cppdoc/search/functions_10.html     |     0
 releases/2.4.0/cppdoc/search/functions_10.js       |     0
 releases/2.4.0/cppdoc/search/functions_11.html     |     0
 releases/2.4.0/cppdoc/search/functions_11.js       |     0
 releases/2.4.0/cppdoc/search/functions_12.html     |     0
 releases/2.4.0/cppdoc/search/functions_12.js       |     0
 releases/2.4.0/cppdoc/search/functions_2.html      |     0
 releases/2.4.0/cppdoc/search/functions_2.js        |     0
 releases/2.4.0/cppdoc/search/functions_3.html      |     0
 releases/2.4.0/cppdoc/search/functions_3.js        |     0
 releases/2.4.0/cppdoc/search/functions_4.html      |     0
 releases/2.4.0/cppdoc/search/functions_4.js        |     0
 releases/2.4.0/cppdoc/search/functions_5.html      |     0
 releases/2.4.0/cppdoc/search/functions_5.js        |     0
 releases/2.4.0/cppdoc/search/functions_6.html      |     0
 releases/2.4.0/cppdoc/search/functions_6.js        |     0
 releases/2.4.0/cppdoc/search/functions_7.html      |     0
 releases/2.4.0/cppdoc/search/functions_7.js        |     0
 releases/2.4.0/cppdoc/search/functions_8.html      |     0
 releases/2.4.0/cppdoc/search/functions_8.js        |     0
 releases/2.4.0/cppdoc/search/functions_9.html      |     0
 releases/2.4.0/cppdoc/search/functions_9.js        |     0
 releases/2.4.0/cppdoc/search/functions_a.html      |     0
 releases/2.4.0/cppdoc/search/functions_a.js        |     0
 releases/2.4.0/cppdoc/search/functions_b.html      |     0
 releases/2.4.0/cppdoc/search/functions_b.js        |     0
 releases/2.4.0/cppdoc/search/functions_c.html      |     0
 releases/2.4.0/cppdoc/search/functions_c.js        |     0
 releases/2.4.0/cppdoc/search/functions_d.html      |     0
 releases/2.4.0/cppdoc/search/functions_d.js        |     0
 releases/2.4.0/cppdoc/search/functions_e.html      |     0
 releases/2.4.0/cppdoc/search/functions_e.js        |     0
 releases/2.4.0/cppdoc/search/functions_f.html      |     0
 releases/2.4.0/cppdoc/search/functions_f.js        |     0
 releases/2.4.0/cppdoc/search/mag_sel.png           |   Bin
 releases/2.4.0/cppdoc/search/namespaces_0.html     |     0
 releases/2.4.0/cppdoc/search/namespaces_0.js       |     0
 releases/2.4.0/cppdoc/search/nomatches.html        |     0
 releases/2.4.0/cppdoc/search/pages_0.html          |     0
 releases/2.4.0/cppdoc/search/pages_0.js            |     0
 releases/2.4.0/cppdoc/search/related_0.html        |     0
 releases/2.4.0/cppdoc/search/related_0.js          |     0
 releases/2.4.0/cppdoc/search/search.css            |     0
 releases/2.4.0/cppdoc/search/search.js             |     0
 releases/2.4.0/cppdoc/search/search_l.png          |   Bin
 releases/2.4.0/cppdoc/search/search_m.png          |   Bin
 releases/2.4.0/cppdoc/search/search_r.png          |   Bin
 releases/2.4.0/cppdoc/search/searchdata.js         |     0
 releases/2.4.0/cppdoc/search/typedefs_0.html       |     0
 releases/2.4.0/cppdoc/search/typedefs_0.js         |     0
 releases/2.4.0/cppdoc/search/typedefs_1.html       |     0
 releases/2.4.0/cppdoc/search/typedefs_1.js         |     0
 releases/2.4.0/cppdoc/search/variables_0.html      |     0
 releases/2.4.0/cppdoc/search/variables_0.js        |     0
 releases/2.4.0/cppdoc/search/variables_1.html      |     0
 releases/2.4.0/cppdoc/search/variables_1.js        |     0
 releases/2.4.0/cppdoc/search/variables_2.html      |     0
 releases/2.4.0/cppdoc/search/variables_2.js        |     0
 releases/2.4.0/cppdoc/search/variables_3.html      |     0
 releases/2.4.0/cppdoc/search/variables_3.js        |     0
 releases/2.4.0/cppdoc/search/variables_4.html      |     0
 releases/2.4.0/cppdoc/search/variables_4.js        |     0
 releases/2.4.0/cppdoc/search/variables_5.html      |     0
 releases/2.4.0/cppdoc/search/variables_5.js        |     0
 releases/2.4.0/cppdoc/search/variables_6.html      |     0
 releases/2.4.0/cppdoc/search/variables_6.js        |     0
 releases/2.4.0/cppdoc/search/variables_7.html      |     0
 releases/2.4.0/cppdoc/search/variables_7.js        |     0
 releases/2.4.0/cppdoc/splitbar.png                 |   Bin
 ...tructignite_1_1IgniteConfiguration-members.html |     0
 .../structignite_1_1IgniteConfiguration.html       |     0
 .../structignite_1_1binary_1_1BinaryType.html      |     0
 ...nary_1_1BinaryType_3_01T_01_5_01_4-members.html |     0
 ...te_1_1binary_1_1BinaryType_3_01T_01_5_01_4.html |     0
 ...ignite_1_1binary_1_1CollectionType-members.html |     0
 .../structignite_1_1binary_1_1CollectionType.html  |     0
 .../structignite_1_1binary_1_1MapType-members.html |     0
 .../cppdoc/structignite_1_1binary_1_1MapType.html  |     0
 ...ctignite_1_1cache_1_1CachePeekMode-members.html |     0
 .../structignite_1_1cache_1_1CachePeekMode.html    |     0
 ...sactions_1_1TransactionConcurrency-members.html |     0
 ..._1_1transactions_1_1TransactionConcurrency.html |     0
 ...ansactions_1_1TransactionIsolation-members.html |     0
 ...te_1_1transactions_1_1TransactionIsolation.html |     0
 ..._1transactions_1_1TransactionState-members.html |     0
 ...ignite_1_1transactions_1_1TransactionState.html |     0
 releases/2.4.0/cppdoc/sync_off.png                 |   Bin
 releases/2.4.0/cppdoc/sync_on.png                  |   Bin
 releases/2.4.0/cppdoc/tab_a.png                    |   Bin
 releases/2.4.0/cppdoc/tab_b.png                    |   Bin
 releases/2.4.0/cppdoc/tab_h.png                    |   Bin
 releases/2.4.0/cppdoc/tab_s.png                    |   Bin
 releases/2.4.0/cppdoc/tabs.css                     |     0
 releases/2.4.0/cppdoc/time_8h.html                 |     0
 releases/2.4.0/cppdoc/time_8h_source.html          |     0
 releases/2.4.0/cppdoc/timestamp_8h.html            |     0
 releases/2.4.0/cppdoc/timestamp_8h_source.html     |     0
 releases/2.4.0/cppdoc/transaction_8h.html          |     0
 releases/2.4.0/cppdoc/transaction_8h_source.html   |     0
 releases/2.4.0/cppdoc/transaction__consts_8h.html  |     0
 .../cppdoc/transaction__consts_8h_source.html      |     0
 releases/2.4.0/cppdoc/transaction__metrics_8h.html |     0
 .../cppdoc/transaction__metrics_8h_source.html     |     0
 releases/2.4.0/cppdoc/transactions_8h.html         |     0
 releases/2.4.0/cppdoc/transactions_8h_source.html  |     0
 ...he.Ignite.AspNet.IgniteOutputCacheProvider.html |   704 +-
 ...ite.AspNet.IgniteSessionStateStoreProvider.html |  1400 +-
 .../api/Apache.Ignite.AspNet.IgniteWebUtils.html   |   354 +-
 .../2.4.0/dotnetdoc/api/Apache.Ignite.AspNet.html  |   250 +-
 ...e.Ignite.Core.Binary.BinaryBasicNameMapper.html |   534 +-
 ...che.Ignite.Core.Binary.BinaryConfiguration.html |   842 +-
 ...e.Ignite.Core.Binary.BinaryObjectException.html |   588 +-
 ...ite.Core.Binary.BinaryReflectiveSerializer.html |   540 +-
 ...Ignite.Core.Binary.BinaryTypeConfiguration.html |   848 +-
 .../Apache.Ignite.Core.Binary.BinaryTypeNames.html |  1716 +-
 .../Apache.Ignite.Core.Binary.IBinarizable.html    |   410 +-
 .../api/Apache.Ignite.Core.Binary.IBinary.html     |  1416 +-
 .../Apache.Ignite.Core.Binary.IBinaryIdMapper.html |   420 +-
 ...pache.Ignite.Core.Binary.IBinaryNameMapper.html |   410 +-
 .../Apache.Ignite.Core.Binary.IBinaryObject.html   |   704 +-
 ...he.Ignite.Core.Binary.IBinaryObjectBuilder.html |  3306 +-
 ...Apache.Ignite.Core.Binary.IBinaryRawReader.html |  1920 +-
 ...Apache.Ignite.Core.Binary.IBinaryRawWriter.html |  1870 +-
 .../Apache.Ignite.Core.Binary.IBinaryReader.html   |  3006 +-
 ...pache.Ignite.Core.Binary.IBinarySerializer.html |   370 +-
 .../api/Apache.Ignite.Core.Binary.IBinaryType.html |   610 +-
 .../Apache.Ignite.Core.Binary.IBinaryWriter.html   |  2216 +-
 ...ache.Ignite.Core.Binary.TimestampAttribute.html |   556 +-
 .../dotnetdoc/api/Apache.Ignite.Core.Binary.html   |   318 +-
 ...e.Core.Cache.Affinity.AffinityFunctionBase.html |   680 +-
 ...ore.Cache.Affinity.AffinityFunctionContext.html |   576 +-
 ...che.Ignite.Core.Cache.Affinity.AffinityKey.html |   998 +-
 ....Cache.Affinity.AffinityKeyMappedAttribute.html |   640 +-
 ...ore.Cache.Affinity.AffinityTopologyVersion.html |   898 +-
 ...nite.Core.Cache.Affinity.IAffinityFunction.html |   510 +-
 ...nity.Rendezvous.RendezvousAffinityFunction.html |   358 +-
 ...ache.Ignite.Core.Cache.Affinity.Rendezvous.html |   242 +-
 .../api/Apache.Ignite.Core.Cache.Affinity.html     |   270 +-
 ...re.Cache.CacheAtomicUpdateTimeoutException.html |   590 +-
 ...te.Core.Cache.CacheEntryProcessorException.html |   638 +-
 .../Apache.Ignite.Core.Cache.CacheException.html   |   594 +-
 ...ite.Core.Cache.CachePartialUpdateException.html |   788 +-
 .../Apache.Ignite.Core.Cache.CachePeekMode.html    |   318 +-
 .../Apache.Ignite.Core.Cache.CacheResult-1.html    |   874 +-
 ...ore.Cache.Configuration.CacheAtomicityMode.html |   286 +-
 ...ore.Cache.Configuration.CacheConfiguration.html |  4436 +-
 ....Cache.Configuration.CacheKeyConfiguration.html |   470 +-
 ....Ignite.Core.Cache.Configuration.CacheMode.html |   294 +-
 ...ore.Cache.Configuration.CacheRebalanceMode.html |   294 +-
 ...onfiguration.CacheWriteSynchronizationMode.html |   294 +-
 ...e.Cache.Configuration.DataPageEvictionMode.html |   294 +-
 ...re.Cache.Configuration.MemoryConfiguration.html |   834 +-
 ...he.Configuration.MemoryPolicyConfiguration.html |  1056 +-
 ...Cache.Configuration.NearCacheConfiguration.html |   468 +-
 ...re.Cache.Configuration.PartitionLossPolicy.html |   310 +-
 ...Ignite.Core.Cache.Configuration.QueryAlias.html |   480 +-
 ...gnite.Core.Cache.Configuration.QueryEntity.html |   898 +-
 ...Ignite.Core.Cache.Configuration.QueryField.html |   724 +-
 ...Ignite.Core.Cache.Configuration.QueryIndex.html |   790 +-
 ...e.Core.Cache.Configuration.QueryIndexField.html |   530 +-
 ...te.Core.Cache.Configuration.QueryIndexType.html |   294 +-
 ...Cache.Configuration.QuerySqlFieldAttribute.html |   902 +-
 ...ache.Configuration.QueryTextFieldAttribute.html |   606 +-
 .../Apache.Ignite.Core.Cache.Configuration.html    |   318 +-
 ...gnite.Core.Cache.Event.CacheEntryEventType.html |   294 +-
 ...Ignite.Core.Cache.Event.ICacheEntryEvent-2.html |   490 +-
 ....Core.Cache.Event.ICacheEntryEventFilter-2.html |   368 +-
 ...ore.Cache.Event.ICacheEntryEventListener-2.html |   338 +-
 .../api/Apache.Ignite.Core.Cache.Event.html        |   258 +-
 ...ite.Core.Cache.Eviction.EvictionPolicyBase.html |   602 +-
 ...ite.Core.Cache.Eviction.FifoEvictionPolicy.html |   358 +-
 ...Ignite.Core.Cache.Eviction.IEvictionPolicy.html |   246 +-
 ...nite.Core.Cache.Eviction.LruEvictionPolicy.html |   358 +-
 .../api/Apache.Ignite.Core.Cache.Eviction.html     |   258 +-
 ...ache.Ignite.Core.Cache.Expiry.ExpiryPolicy.html |   536 +-
 ...che.Ignite.Core.Cache.Expiry.IExpiryPolicy.html |   388 +-
 .../api/Apache.Ignite.Core.Cache.Expiry.html       |   250 +-
 .../api/Apache.Ignite.Core.Cache.ICache-2.html     |  6948 +--
 .../Apache.Ignite.Core.Cache.ICacheAffinity.html   |  1698 +-
 .../Apache.Ignite.Core.Cache.ICacheEntry-2.html    |   380 +-
 ...ache.Ignite.Core.Cache.ICacheEntryFilter-2.html |   368 +-
 ...e.Ignite.Core.Cache.ICacheEntryProcessor-4.html |   394 +-
 ...te.Core.Cache.ICacheEntryProcessorResult-2.html |   380 +-
 .../api/Apache.Ignite.Core.Cache.ICacheLock.html   |   420 +-
 .../Apache.Ignite.Core.Cache.ICacheMetrics.html    |  3562 +-
 .../Apache.Ignite.Core.Cache.IMemoryMetrics.html   |   526 +-
 ...che.Ignite.Core.Cache.IMutableCacheEntry-2.html |   418 +-
 ...e.Cache.Query.Continuous.ContinuousQuery-2.html |   886 +-
 ...ore.Cache.Query.Continuous.ContinuousQuery.html |   462 +-
 ...Query.Continuous.ContinuousQueryExtensions.html |   426 +-
 ....Query.Continuous.IContinuousQueryHandle-1.html |   338 +-
 ...he.Query.Continuous.IContinuousQueryHandle.html |   258 +-
 .../Apache.Ignite.Core.Cache.Query.Continuous.html |   262 +-
 ...Ignite.Core.Cache.Query.IFieldsQueryCursor.html |   320 +-
 ...che.Ignite.Core.Cache.Query.IQueryCursor-1.html |   344 +-
 .../Apache.Ignite.Core.Cache.Query.QueryBase.html  |   474 +-
 ...Apache.Ignite.Core.Cache.Query.ScanQuery-2.html |   512 +-
 ...che.Ignite.Core.Cache.Query.SqlFieldsQuery.html |  1044 +-
 .../Apache.Ignite.Core.Cache.Query.SqlQuery.html   |   956 +-
 .../Apache.Ignite.Core.Cache.Query.TextQuery.html  |   684 +-
 .../api/Apache.Ignite.Core.Cache.Query.html        |   270 +-
 ...ache.Store.CacheParallelLoadStoreAdapter-3.html |  1098 +-
 ...gnite.Core.Cache.Store.CacheStoreAdapter-2.html |   850 +-
 ...gnite.Core.Cache.Store.CacheStoreException.html |   590 +-
 ...ache.Ignite.Core.Cache.Store.ICacheStore-2.html |  1008 +-
 ...Apache.Ignite.Core.Cache.Store.ICacheStore.html |   246 +-
 ...Ignite.Core.Cache.Store.ICacheStoreSession.html |   342 +-
 .../api/Apache.Ignite.Core.Cache.Store.html        |   266 +-
 .../dotnetdoc/api/Apache.Ignite.Core.Cache.html    |   314 +-
 ...Core.Client.Cache.CacheClientConfiguration.html |  2038 +-
 ...he.Ignite.Core.Client.Cache.ICacheClient-2.html |  4268 +-
 .../api/Apache.Ignite.Core.Client.Cache.html       |   250 +-
 ...Apache.Ignite.Core.Client.ClientStatusCode.html |   318 +-
 .../Apache.Ignite.Core.Client.IIgniteClient.html   |  1040 +-
 ...nite.Core.Client.IgniteClientConfiguration.html |  1150 +-
 ...re.Client.IgniteClientConfigurationSection.html |   742 +-
 ...e.Ignite.Core.Client.IgniteClientException.html |   814 +-
 .../dotnetdoc/api/Apache.Ignite.Core.Client.html   |   266 +-
 ...te.Core.Cluster.ClusterGroupEmptyException.html |   588 +-
 ...nite.Core.Cluster.ClusterTopologyException.html |   588 +-
 .../Apache.Ignite.Core.Cluster.IBaselineNode.html  |   342 +-
 .../api/Apache.Ignite.Core.Cluster.ICluster.html   |  1228 +-
 .../Apache.Ignite.Core.Cluster.IClusterGroup.html  |  1834 +-
 ...Apache.Ignite.Core.Cluster.IClusterMetrics.html |  2826 +-
 .../Apache.Ignite.Core.Cluster.IClusterNode.html   |   916 +-
 ...che.Ignite.Core.Cluster.IClusterNodeFilter.html |   330 +-
 .../dotnetdoc/api/Apache.Ignite.Core.Cluster.html  |   274 +-
 ...te.Core.Common.ClientDisconnectedException.html |   648 +-
 ...Apache.Ignite.Core.Common.ExceptionFactory.html |   340 +-
 .../api/Apache.Ignite.Core.Common.IFactory-1.html  |   326 +-
 .../Apache.Ignite.Core.Common.IgniteException.html |   628 +-
 ...Core.Common.IgniteFutureCancelledException.html |   588 +-
 .../api/Apache.Ignite.Core.Common.IgniteGuid.html  |   898 +-
 .../Apache.Ignite.Core.Common.JavaException.html   |   896 +-
 .../dotnetdoc/api/Apache.Ignite.Core.Common.html   |   278 +-
 ...gnite.Core.Communication.ICommunicationSpi.html |   246 +-
 ...Core.Communication.Tcp.TcpCommunicationSpi.html |  1702 +-
 .../api/Apache.Ignite.Core.Communication.Tcp.html  |   242 +-
 .../api/Apache.Ignite.Core.Communication.html      |   242 +-
 ....Compute.ComputeExecutionRejectedException.html |   588 +-
 ...he.Ignite.Core.Compute.ComputeJobAdapter-1.html |   692 +-
 ...e.Core.Compute.ComputeJobFailoverException.html |   588 +-
 ...Ignite.Core.Compute.ComputeJobResultPolicy.html |   294 +-
 ...e.Ignite.Core.Compute.ComputeTaskAdapter-3.html |   632 +-
 ...Core.Compute.ComputeTaskCancelledException.html |   588 +-
 ....Compute.ComputeTaskNoResultCacheAttribute.html |   556 +-
 ...ite.Core.Compute.ComputeTaskSplitAdapter-3.html |   604 +-
 ...e.Core.Compute.ComputeTaskTimeoutException.html |   588 +-
 ...ore.Compute.ComputeUserUndeclaredException.html |   588 +-
 .../api/Apache.Ignite.Core.Compute.ICompute.html   |  6790 +-
 .../Apache.Ignite.Core.Compute.IComputeAction.html |   266 +-
 .../Apache.Ignite.Core.Compute.IComputeFunc-1.html |   326 +-
 .../Apache.Ignite.Core.Compute.IComputeFunc-2.html |   368 +-
 .../Apache.Ignite.Core.Compute.IComputeJob-1.html  |   342 +-
 ...he.Ignite.Core.Compute.IComputeJobResult-1.html |   510 +-
 ...ache.Ignite.Core.Compute.IComputeReducer-2.html |   414 +-
 .../Apache.Ignite.Core.Compute.IComputeTask-2.html |   308 +-
 .../Apache.Ignite.Core.Compute.IComputeTask-3.html |   556 +-
 .../dotnetdoc/api/Apache.Ignite.Core.Compute.html  |   322 +-
 ...te.Core.Configuration.CheckpointWriteOrder.html |   286 +-
 ...Configuration.ClientConnectorConfiguration.html |  1324 +-
 ...te.Core.Configuration.DataPageEvictionMode.html |   294 +-
 ...Core.Configuration.DataRegionConfiguration.html |  1192 +-
 ...ore.Configuration.DataStorageConfiguration.html |  2676 +-
 ...re.Configuration.SqlConnectorConfiguration.html |   964 +-
 .../Apache.Ignite.Core.Configuration.WalMode.html  |   310 +-
 .../api/Apache.Ignite.Core.Configuration.html      |   270 +-
 ...ructures.Configuration.AtomicConfiguration.html |   602 +-
 ...e.Ignite.Core.DataStructures.Configuration.html |   242 +-
 ...che.Ignite.Core.DataStructures.IAtomicLong.html |   750 +-
 ...ite.Core.DataStructures.IAtomicReference-1.html |   578 +-
 ...Ignite.Core.DataStructures.IAtomicSequence.html |   580 +-
 .../api/Apache.Ignite.Core.DataStructures.html     |   250 +-
 ...gnite.Core.Datastream.DataStreamerDefaults.html |   440 +-
 ...che.Ignite.Core.Datastream.IDataStreamer-2.html |  1214 +-
 ...e.Ignite.Core.Datastream.IStreamReceiver-2.html |   348 +-
 ...Ignite.Core.Datastream.StreamTransformer-4.html |   492 +-
 ...che.Ignite.Core.Datastream.StreamVisitor-2.html |   476 +-
 .../api/Apache.Ignite.Core.Datastream.html         |   262 +-
 ...te.Core.Deployment.PeerAssemblyLoadingMode.html |   286 +-
 .../api/Apache.Ignite.Core.Deployment.html         |   242 +-
 ...Apache.Ignite.Core.Discovery.IDiscoverySpi.html |   246 +-
 ...e.Core.Discovery.Tcp.ITcpDiscoveryIpFinder.html |   246 +-
 ...cp.Multicast.TcpDiscoveryMulticastIpFinder.html |   872 +-
 ...Apache.Ignite.Core.Discovery.Tcp.Multicast.html |   242 +-
 ...very.Tcp.Static.TcpDiscoveryStaticIpFinder.html |   456 +-
 .../Apache.Ignite.Core.Discovery.Tcp.Static.html   |   242 +-
 ...ore.Discovery.Tcp.TcpDiscoveryIpFinderBase.html |   484 +-
 ....Ignite.Core.Discovery.Tcp.TcpDiscoverySpi.html |  1568 +-
 .../api/Apache.Ignite.Core.Discovery.Tcp.html      |   254 +-
 .../api/Apache.Ignite.Core.Discovery.html          |   242 +-
 .../api/Apache.Ignite.Core.Events.CacheEvent.html  |  1040 +-
 ...Ignite.Core.Events.CacheQueryExecutedEvent.html |   718 +-
 ...che.Ignite.Core.Events.CacheQueryReadEvent.html |   902 +-
 ...e.Ignite.Core.Events.CacheRebalancingEvent.html |   718 +-
 .../Apache.Ignite.Core.Events.CheckpointEvent.html |   488 +-
 .../Apache.Ignite.Core.Events.DiscoveryEvent.html  |   580 +-
 .../api/Apache.Ignite.Core.Events.EventBase.html   |  1100 +-
 .../api/Apache.Ignite.Core.Events.EventType.html   |  2974 +-
 .../api/Apache.Ignite.Core.Events.IEvent.html      |   622 +-
 .../Apache.Ignite.Core.Events.IEventFilter-1.html  |   360 +-
 ...Apache.Ignite.Core.Events.IEventListener-1.html |   360 +-
 ...Apache.Ignite.Core.Events.IEventStorageSpi.html |   246 +-
 .../api/Apache.Ignite.Core.Events.IEvents.html     |  2606 +-
 .../api/Apache.Ignite.Core.Events.JobEvent.html    |   718 +-
 ...he.Ignite.Core.Events.LocalEventListener-1.html |   392 +-
 ...ache.Ignite.Core.Events.LocalEventListener.html |   376 +-
 ...e.Ignite.Core.Events.MemoryEventStorageSpi.html |   528 +-
 ...che.Ignite.Core.Events.NoopEventStorageSpi.html |   320 +-
 .../api/Apache.Ignite.Core.Events.TaskEvent.html   |   672 +-
 .../dotnetdoc/api/Apache.Ignite.Core.Events.html   |   318 +-
 .../api/Apache.Ignite.Core.IDataRegionMetrics.html |   940 +-
 .../Apache.Ignite.Core.IDataStorageMetrics.html    |   802 +-
 .../dotnetdoc/api/Apache.Ignite.Core.IIgnite.html  |  3452 +-
 .../Apache.Ignite.Core.IgniteConfiguration.html    |  4158 +-
 ...che.Ignite.Core.IgniteConfigurationSection.html |   742 +-
 .../dotnetdoc/api/Apache.Ignite.Core.Ignition.html |  1666 +-
 ...Apache.Ignite.Core.Interop.IPlatformTarget.html |  1260 +-
 .../api/Apache.Ignite.Core.Interop.JavaObject.html |   522 +-
 .../dotnetdoc/api/Apache.Ignite.Core.Interop.html  |   250 +-
 ...te.Core.Lifecycle.ClientReconnectEventArgs.html |   416 +-
 ...he.Ignite.Core.Lifecycle.ILifecycleHandler.html |   300 +-
 ...e.Ignite.Core.Lifecycle.LifecycleEventType.html |   302 +-
 .../api/Apache.Ignite.Core.Lifecycle.html          |   258 +-
 .../api/Apache.Ignite.Core.Log.CategoryLogger.html |   730 +-
 .../api/Apache.Ignite.Core.Log.ILogger.html        |   592 +-
 .../api/Apache.Ignite.Core.Log.LogLevel.html       |   310 +-
 .../Apache.Ignite.Core.Log.LoggerExtensions.html   |  2118 +-
 .../dotnetdoc/api/Apache.Ignite.Core.Log.html      |   262 +-
 ...e.Ignite.Core.Messaging.IMessageListener-1.html |   370 +-
 .../Apache.Ignite.Core.Messaging.IMessaging.html   |  1040 +-
 .../api/Apache.Ignite.Core.Messaging.html          |   246 +-
 ....Core.PersistentStore.CheckpointWriteOrder.html |   286 +-
 ...re.PersistentStore.IPersistentStoreMetrics.html |   802 +-
 ...rsistentStore.PersistentStoreConfiguration.html |  2002 +-
 ...Apache.Ignite.Core.PersistentStore.WalMode.html |   302 +-
 .../api/Apache.Ignite.Core.PersistentStore.html    |   262 +-
 ...ore.Plugin.Cache.ICachePluginConfiguration.html |   350 +-
 .../api/Apache.Ignite.Core.Plugin.Cache.html       |   242 +-
 ...he.Ignite.Core.Plugin.IPluginConfiguration.html |   350 +-
 ...Apache.Ignite.Core.Plugin.IPluginContext-1.html |   672 +-
 ...pache.Ignite.Core.Plugin.IPluginProvider-1.html |   618 +-
 .../Apache.Ignite.Core.Plugin.PluginCallback.html  |   320 +-
 ...Ignite.Core.Plugin.PluginNotFoundException.html |   586 +-
 ...te.Core.Plugin.PluginProviderTypeAttribute.html |   660 +-
 .../dotnetdoc/api/Apache.Ignite.Core.Plugin.html   |   270 +-
 ...te.Core.Resource.InstanceResourceAttribute.html |   556 +-
 ...ore.Resource.StoreSessionResourceAttribute.html |   556 +-
 .../dotnetdoc/api/Apache.Ignite.Core.Resource.html |   246 +-
 .../api/Apache.Ignite.Core.Services.IService.html  |   400 +-
 ...pache.Ignite.Core.Services.IServiceContext.html |   480 +-
 ...he.Ignite.Core.Services.IServiceDescriptor.html |   618 +-
 .../api/Apache.Ignite.Core.Services.IServices.html |  2080 +-
 ....Ignite.Core.Services.ServiceConfiguration.html |   650 +-
 ...e.Core.Services.ServiceDeploymentException.html |   886 +-
 ...e.Core.Services.ServiceInvocationException.html |   760 +-
 .../dotnetdoc/api/Apache.Ignite.Core.Services.html |   270 +-
 ...ache.Ignite.Core.Transactions.ITransaction.html |  1144 +-
 ...nite.Core.Transactions.ITransactionMetrics.html |   434 +-
 ...che.Ignite.Core.Transactions.ITransactions.html |   746 +-
 ...e.Core.Transactions.TransactionConcurrency.html |   286 +-
 ...Core.Transactions.TransactionConfiguration.html |   782 +-
 ....Transactions.TransactionDeadlockException.html |   588 +-
 ...Transactions.TransactionHeuristicException.html |   588 +-
 ...ite.Core.Transactions.TransactionIsolation.html |   294 +-
 ...ransactions.TransactionOptimisticException.html |   588 +-
 ....Transactions.TransactionRollbackException.html |   588 +-
 ....Ignite.Core.Transactions.TransactionState.html |   342 +-
 ...e.Transactions.TransactionTimeoutException.html |   588 +-
 .../api/Apache.Ignite.Core.Transactions.html       |   294 +-
 .../2.4.0/dotnetdoc/api/Apache.Ignite.Core.html    |   266 +-
 ...pache.Ignite.EntityFramework.DbCachingMode.html |   286 +-
 ...che.Ignite.EntityFramework.DbCachingPolicy.html |   654 +-
 .../Apache.Ignite.EntityFramework.DbQueryInfo.html |   446 +-
 ...he.Ignite.EntityFramework.IDbCachingPolicy.html |   580 +-
 ...nite.EntityFramework.IgniteDbConfiguration.html |   970 +-
 .../api/Apache.Ignite.EntityFramework.html         |   266 +-
 ...ache.Ignite.Linq.CacheClientLinqExtensions.html |   820 +-
 .../Apache.Ignite.Linq.CacheLinqExtensions.html    |  1176 +-
 .../api/Apache.Ignite.Linq.CompiledQuery.html      |  1696 +-
 .../Apache.Ignite.Linq.CompiledQueryFunc-1.html    |   340 +-
 .../api/Apache.Ignite.Linq.ICacheQueryable.html    |   438 +-
 .../api/Apache.Ignite.Linq.QueryOptions.html       |   790 +-
 .../2.4.0/dotnetdoc/api/Apache.Ignite.Linq.html    |   270 +-
 .../Apache.Ignite.Log4Net.IgniteLog4NetLogger.html |   664 +-
 .../2.4.0/dotnetdoc/api/Apache.Ignite.Log4Net.html |   242 +-
 .../api/Apache.Ignite.NLog.IgniteNLogLogger.html   |   724 +-
 .../2.4.0/dotnetdoc/api/Apache.Ignite.NLog.html    |   242 +-
 releases/2.4.0/dotnetdoc/api/index.html            |   220 +-
 releases/2.4.0/dotnetdoc/api/toc.html              |  2196 +-
 releases/2.4.0/dotnetdoc/favicon.ico               |   Bin
 .../fonts/glyphicons-halflings-regular.eot         |   Bin
 .../fonts/glyphicons-halflings-regular.svg         |     0
 .../fonts/glyphicons-halflings-regular.ttf         |   Bin
 .../fonts/glyphicons-halflings-regular.woff        |   Bin
 .../fonts/glyphicons-halflings-regular.woff2       |   Bin
 releases/2.4.0/dotnetdoc/images/favicon.ico        |   Bin
 .../2.4.0/dotnetdoc/images/logo_ignite_32_32.png   |   Bin
 releases/2.4.0/dotnetdoc/index.html                |   250 +-
 releases/2.4.0/dotnetdoc/index.json                |  2852 +-
 releases/2.4.0/dotnetdoc/logo.svg                  |    50 +-
 releases/2.4.0/dotnetdoc/manifest.json             |  7070 +--
 releases/2.4.0/dotnetdoc/search-stopwords.json     |   242 +-
 releases/2.4.0/dotnetdoc/styles/docfx.css          |  1788 +-
 releases/2.4.0/dotnetdoc/styles/docfx.js           |  1568 +-
 releases/2.4.0/dotnetdoc/styles/docfx.vendor.css   |  2920 +-
 releases/2.4.0/dotnetdoc/styles/docfx.vendor.js    |    32 +-
 releases/2.4.0/dotnetdoc/styles/lunr.js            |     0
 releases/2.4.0/dotnetdoc/styles/lunr.min.js        |     0
 releases/2.4.0/dotnetdoc/styles/main.css           |     0
 releases/2.4.0/dotnetdoc/styles/main.js            |     2 +-
 releases/2.4.0/dotnetdoc/styles/search-worker.js   |   160 +-
 releases/2.4.0/dotnetdoc/toc.html                  |   240 +-
 releases/2.4.0/dotnetdoc/xrefmap.yml               | 52534 ++++++++--------
 releases/2.4.0/javadoc/allclasses-frame.html       |     0
 releases/2.4.0/javadoc/allclasses-noframe.html     |     0
 releases/2.4.0/javadoc/constant-values.html        |     0
 releases/2.4.0/javadoc/deprecated-list.html        |     0
 releases/2.4.0/javadoc/help-doc.html               |     0
 releases/2.4.0/javadoc/img/avg.png                 |   Bin
 releases/2.4.0/javadoc/img/callout_blue.gif        |   Bin
 releases/2.4.0/javadoc/img/callout_yellow.gif      |   Bin
 releases/2.4.0/javadoc/img/cube.gif                |   Bin
 releases/2.4.0/javadoc/img/cube_3.0.gif            |   Bin
 releases/2.4.0/javadoc/img/cube_transparent.gif    |   Bin
 releases/2.4.0/javadoc/img/documentation.gif       |   Bin
 releases/2.4.0/javadoc/img/email_support.gif       |   Bin
 releases/2.4.0/javadoc/img/forums.gif              |   Bin
 releases/2.4.0/javadoc/img/gavg.png                |   Bin
 releases/2.4.0/javadoc/img/gg_30.png               |   Bin
 releases/2.4.0/javadoc/img/gg_30s.png              |   Bin
 .../2.4.0/javadoc/img/gridgain_30c_javadoc_qr.png  |   Bin
 releases/2.4.0/javadoc/img/gridgain_qr.png         |   Bin
 releases/2.4.0/javadoc/img/havg.png                |   Bin
 .../2.4.0/javadoc/img/in_memory_compute_grid.png   |   Bin
 releases/2.4.0/javadoc/img/in_memory_data_grid.png |   Bin
 releases/2.4.0/javadoc/img/issue_tracking.gif      |   Bin
 releases/2.4.0/javadoc/img/javadoc4_logo.png       |   Bin
 releases/2.4.0/javadoc/img/mail_11x11.gif          |   Bin
 releases/2.4.0/javadoc/img/qavg.png                |   Bin
 releases/2.4.0/javadoc/img/search.gif              |   Bin
 releases/2.4.0/javadoc/img/spacer.gif              |   Bin
 releases/2.4.0/javadoc/img/sum.png                 |   Bin
 releases/2.4.0/javadoc/img/wavg.png                |   Bin
 releases/2.4.0/javadoc/index-all.html              |     0
 releases/2.4.0/javadoc/index.html                  |     0
 releases/2.4.0/javadoc/javadoc.css                 |     0
 .../org/apache/ignite/DataRegionMetrics.html       |     0
 .../apache/ignite/DataRegionMetricsAdapter.html    |     0
 .../org/apache/ignite/DataStorageMetrics.html      |     0
 .../apache/ignite/DataStorageMetricsAdapter.html   |     0
 .../2.4.0/javadoc/org/apache/ignite/Ignite.html    |     0
 .../org/apache/ignite/IgniteAtomicLong.html        |     0
 .../org/apache/ignite/IgniteAtomicReference.html   |     0
 .../org/apache/ignite/IgniteAtomicSequence.html    |     0
 .../org/apache/ignite/IgniteAtomicStamped.html     |     0
 .../ignite/IgniteAuthenticationException.html      |     0
 .../javadoc/org/apache/ignite/IgniteBinary.html    |     0
 .../javadoc/org/apache/ignite/IgniteCache.html     |     0
 .../ignite/IgniteCacheRestartingException.html     |     0
 .../org/apache/ignite/IgniteCheckedException.html  |     0
 .../ignite/IgniteClientDisconnectedException.html  |     0
 .../javadoc/org/apache/ignite/IgniteCluster.html   |     0
 .../javadoc/org/apache/ignite/IgniteCompute.html   |     0
 .../javadoc/org/apache/ignite/IgniteCondition.html |     0
 .../org/apache/ignite/IgniteCountDownLatch.html    |     0
 .../org/apache/ignite/IgniteDataStreamer.html      |     0
 .../ignite/IgniteDataStreamerTimeoutException.html |     0
 .../apache/ignite/IgniteDeploymentException.html   |     0
 .../javadoc/org/apache/ignite/IgniteEvents.html    |     0
 .../javadoc/org/apache/ignite/IgniteException.html |     0
 .../org/apache/ignite/IgniteFileSystem.html        |     0
 .../apache/ignite/IgniteIllegalStateException.html |     0
 .../apache/ignite/IgniteInterruptedException.html  |     0
 .../org/apache/ignite/IgniteJdbcDriver.html        |     0
 .../org/apache/ignite/IgniteJdbcThinDriver.html    |     0
 .../javadoc/org/apache/ignite/IgniteLock.html      |     0
 .../javadoc/org/apache/ignite/IgniteLogger.html    |     0
 .../javadoc/org/apache/ignite/IgniteMessaging.html |     0
 .../javadoc/org/apache/ignite/IgniteQueue.html     |     0
 .../javadoc/org/apache/ignite/IgniteScheduler.html |     0
 .../javadoc/org/apache/ignite/IgniteSemaphore.html |     0
 .../javadoc/org/apache/ignite/IgniteServices.html  |     0
 .../2.4.0/javadoc/org/apache/ignite/IgniteSet.html |     0
 .../javadoc/org/apache/ignite/IgniteSpring.html    |     0
 .../org/apache/ignite/IgniteSpringBean.html        |     0
 .../javadoc/org/apache/ignite/IgniteState.html     |     0
 .../org/apache/ignite/IgniteSystemProperties.html  |     0
 .../org/apache/ignite/IgniteTransactions.html      |     0
 .../2.4.0/javadoc/org/apache/ignite/Ignition.html  |     0
 .../org/apache/ignite/IgnitionListener.html        |     0
 .../javadoc/org/apache/ignite/MemoryMetrics.html   |     0
 .../org/apache/ignite/PersistenceMetrics.html      |     0
 .../apache/ignite/binary/BinaryBasicIdMapper.html  |     0
 .../ignite/binary/BinaryBasicNameMapper.html       |     0
 .../ignite/binary/BinaryCollectionFactory.html     |     0
 .../org/apache/ignite/binary/BinaryField.html      |     0
 .../org/apache/ignite/binary/BinaryIdMapper.html   |     0
 .../ignite/binary/BinaryInvalidTypeException.html  |     0
 .../org/apache/ignite/binary/BinaryMapFactory.html |     0
 .../org/apache/ignite/binary/BinaryNameMapper.html |     0
 .../org/apache/ignite/binary/BinaryObject.html     |     0
 .../apache/ignite/binary/BinaryObjectBuilder.html  |     0
 .../ignite/binary/BinaryObjectException.html       |     0
 .../org/apache/ignite/binary/BinaryRawReader.html  |     0
 .../org/apache/ignite/binary/BinaryRawWriter.html  |     0
 .../org/apache/ignite/binary/BinaryReader.html     |     0
 .../ignite/binary/BinaryReflectiveSerializer.html  |     0
 .../org/apache/ignite/binary/BinarySerializer.html |     0
 .../org/apache/ignite/binary/BinaryType.html       |     0
 .../ignite/binary/BinaryTypeConfiguration.html     |     0
 .../org/apache/ignite/binary/BinaryWriter.html     |     0
 .../org/apache/ignite/binary/Binarylizable.html    |     0
 .../binary/class-use/BinaryBasicIdMapper.html      |     0
 .../binary/class-use/BinaryBasicNameMapper.html    |     0
 .../binary/class-use/BinaryCollectionFactory.html  |     0
 .../ignite/binary/class-use/BinaryField.html       |     0
 .../ignite/binary/class-use/BinaryIdMapper.html    |     0
 .../class-use/BinaryInvalidTypeException.html      |     0
 .../ignite/binary/class-use/BinaryMapFactory.html  |     0
 .../ignite/binary/class-use/BinaryNameMapper.html  |     0
 .../ignite/binary/class-use/BinaryObject.html      |     0
 .../binary/class-use/BinaryObjectBuilder.html      |     0
 .../binary/class-use/BinaryObjectException.html    |     0
 .../ignite/binary/class-use/BinaryRawReader.html   |     0
 .../ignite/binary/class-use/BinaryRawWriter.html   |     0
 .../ignite/binary/class-use/BinaryReader.html      |     0
 .../class-use/BinaryReflectiveSerializer.html      |     0
 .../ignite/binary/class-use/BinarySerializer.html  |     0
 .../apache/ignite/binary/class-use/BinaryType.html |     0
 .../binary/class-use/BinaryTypeConfiguration.html  |     0
 .../ignite/binary/class-use/BinaryWriter.html      |     0
 .../ignite/binary/class-use/Binarylizable.html     |     0
 .../org/apache/ignite/binary/package-frame.html    |     0
 .../org/apache/ignite/binary/package-summary.html  |     0
 .../org/apache/ignite/binary/package-tree.html     |     0
 .../org/apache/ignite/binary/package-use.html      |     0
 .../cache/CacheAtomicUpdateTimeoutException.html   |     0
 .../apache/ignite/cache/CacheAtomicityMode.html    |     0
 .../org/apache/ignite/cache/CacheEntry.html        |     0
 .../cache/CacheEntryEventSerializableFilter.html   |     0
 .../apache/ignite/cache/CacheEntryProcessor.html   |     0
 .../apache/ignite/cache/CacheExistsException.html  |     0
 .../org/apache/ignite/cache/CacheInterceptor.html  |     0
 .../ignite/cache/CacheInterceptorAdapter.html      |     0
 .../apache/ignite/cache/CacheInterceptorEntry.html |     0
 .../apache/ignite/cache/CacheKeyConfiguration.html |     0
 .../org/apache/ignite/cache/CacheManager.html      |     0
 .../org/apache/ignite/cache/CacheMetrics.html      |     0
 .../javadoc/org/apache/ignite/cache/CacheMode.html |     0
 .../ignite/cache/CachePartialUpdateException.html  |     0
 .../org/apache/ignite/cache/CachePeekMode.html     |     0
 .../apache/ignite/cache/CacheRebalanceMode.html    |     0
 .../ignite/cache/CacheServerNotFoundException.html |     0
 .../cache/CacheWriteSynchronizationMode.html       |     0
 .../org/apache/ignite/cache/CachingProvider.html   |     0
 .../apache/ignite/cache/PartitionLossPolicy.html   |     0
 .../org/apache/ignite/cache/QueryEntity.html       |     0
 .../org/apache/ignite/cache/QueryIndex.html        |     0
 .../org/apache/ignite/cache/QueryIndexType.html    |     0
 .../org/apache/ignite/cache/affinity/Affinity.html |     0
 .../affinity/AffinityCentralizedFunction.html      |     0
 .../ignite/cache/affinity/AffinityFunction.html    |     0
 .../cache/affinity/AffinityFunctionContext.html    |     0
 .../apache/ignite/cache/affinity/AffinityKey.html  |     0
 .../ignite/cache/affinity/AffinityKeyMapped.html   |     0
 .../ignite/cache/affinity/AffinityKeyMapper.html   |     0
 .../apache/ignite/cache/affinity/AffinityUuid.html |     0
 .../ignite/cache/affinity/class-use/Affinity.html  |     0
 .../class-use/AffinityCentralizedFunction.html     |     0
 .../cache/affinity/class-use/AffinityFunction.html |     0
 .../class-use/AffinityFunctionContext.html         |     0
 .../cache/affinity/class-use/AffinityKey.html      |     0
 .../affinity/class-use/AffinityKeyMapped.html      |     0
 .../affinity/class-use/AffinityKeyMapper.html      |     0
 .../cache/affinity/class-use/AffinityUuid.html     |     0
 .../ignite/cache/affinity/package-frame.html       |     0
 .../ignite/cache/affinity/package-summary.html     |     0
 .../apache/ignite/cache/affinity/package-tree.html |     0
 .../apache/ignite/cache/affinity/package-use.html  |     0
 .../rendezvous/RendezvousAffinityFunction.html     |     0
 .../class-use/RendezvousAffinityFunction.html      |     0
 .../cache/affinity/rendezvous/package-frame.html   |     0
 .../cache/affinity/rendezvous/package-summary.html |     0
 .../cache/affinity/rendezvous/package-tree.html    |     0
 .../cache/affinity/rendezvous/package-use.html     |     0
 .../CacheAtomicUpdateTimeoutException.html         |     0
 .../ignite/cache/class-use/CacheAtomicityMode.html |     0
 .../apache/ignite/cache/class-use/CacheEntry.html  |     0
 .../CacheEntryEventSerializableFilter.html         |     0
 .../cache/class-use/CacheEntryProcessor.html       |     0
 .../cache/class-use/CacheExistsException.html      |     0
 .../ignite/cache/class-use/CacheInterceptor.html   |     0
 .../cache/class-use/CacheInterceptorAdapter.html   |     0
 .../cache/class-use/CacheInterceptorEntry.html     |     0
 .../cache/class-use/CacheKeyConfiguration.html     |     0
 .../ignite/cache/class-use/CacheManager.html       |     0
 .../ignite/cache/class-use/CacheMetrics.html       |     0
 .../apache/ignite/cache/class-use/CacheMode.html   |     0
 .../class-use/CachePartialUpdateException.html     |     0
 .../ignite/cache/class-use/CachePeekMode.html      |     0
 .../ignite/cache/class-use/CacheRebalanceMode.html |     0
 .../class-use/CacheServerNotFoundException.html    |     0
 .../class-use/CacheWriteSynchronizationMode.html   |     0
 .../ignite/cache/class-use/CachingProvider.html    |     0
 .../cache/class-use/PartitionLossPolicy.html       |     0
 .../apache/ignite/cache/class-use/QueryEntity.html |     0
 .../apache/ignite/cache/class-use/QueryIndex.html  |     0
 .../ignite/cache/class-use/QueryIndexType.html     |     0
 .../cache/eviction/AbstractEvictionPolicy.html     |     0
 .../eviction/AbstractEvictionPolicyFactory.html    |     0
 .../ignite/cache/eviction/EvictableEntry.html      |     0
 .../ignite/cache/eviction/EvictionFilter.html      |     0
 .../ignite/cache/eviction/EvictionPolicy.html      |     0
 .../eviction/class-use/AbstractEvictionPolicy.html |     0
 .../class-use/AbstractEvictionPolicyFactory.html   |     0
 .../cache/eviction/class-use/EvictableEntry.html   |     0
 .../cache/eviction/class-use/EvictionFilter.html   |     0
 .../cache/eviction/class-use/EvictionPolicy.html   |     0
 .../cache/eviction/fifo/FifoEvictionPolicy.html    |     0
 .../eviction/fifo/FifoEvictionPolicyFactory.html   |     0
 .../eviction/fifo/FifoEvictionPolicyMBean.html     |     0
 .../fifo/class-use/FifoEvictionPolicy.html         |     0
 .../fifo/class-use/FifoEvictionPolicyFactory.html  |     0
 .../fifo/class-use/FifoEvictionPolicyMBean.html    |     0
 .../ignite/cache/eviction/fifo/package-frame.html  |     0
 .../cache/eviction/fifo/package-summary.html       |     0
 .../ignite/cache/eviction/fifo/package-tree.html   |     0
 .../ignite/cache/eviction/fifo/package-use.html    |     0
 .../cache/eviction/igfs/IgfsEvictionFilter.html    |     0
 .../igfs/IgfsPerBlockLruEvictionPolicy.html        |     0
 .../igfs/IgfsPerBlockLruEvictionPolicyMXBean.html  |     0
 .../igfs/class-use/IgfsEvictionFilter.html         |     0
 .../class-use/IgfsPerBlockLruEvictionPolicy.html   |     0
 .../IgfsPerBlockLruEvictionPolicyMXBean.html       |     0
 .../ignite/cache/eviction/igfs/package-frame.html  |     0
 .../cache/eviction/igfs/package-summary.html       |     0
 .../ignite/cache/eviction/igfs/package-tree.html   |     0
 .../ignite/cache/eviction/igfs/package-use.html    |     0
 .../cache/eviction/lru/LruEvictionPolicy.html      |     0
 .../eviction/lru/LruEvictionPolicyFactory.html     |     0
 .../cache/eviction/lru/LruEvictionPolicyMBean.html |     0
 .../eviction/lru/class-use/LruEvictionPolicy.html  |     0
 .../lru/class-use/LruEvictionPolicyFactory.html    |     0
 .../lru/class-use/LruEvictionPolicyMBean.html      |     0
 .../ignite/cache/eviction/lru/package-frame.html   |     0
 .../ignite/cache/eviction/lru/package-summary.html |     0
 .../ignite/cache/eviction/lru/package-tree.html    |     0
 .../ignite/cache/eviction/lru/package-use.html     |     0
 .../ignite/cache/eviction/package-frame.html       |     0
 .../ignite/cache/eviction/package-summary.html     |     0
 .../apache/ignite/cache/eviction/package-tree.html |     0
 .../apache/ignite/cache/eviction/package-use.html  |     0
 .../cache/eviction/random/package-frame.html       |     0
 .../cache/eviction/random/package-summary.html     |     0
 .../ignite/cache/eviction/random/package-tree.html |     0
 .../ignite/cache/eviction/random/package-use.html  |     0
 .../eviction/sorted/SortedEvictionPolicy.html      |     0
 .../sorted/SortedEvictionPolicyFactory.html        |     0
 .../eviction/sorted/SortedEvictionPolicyMBean.html |     0
 .../sorted/class-use/SortedEvictionPolicy.html     |     0
 .../class-use/SortedEvictionPolicyFactory.html     |     0
 .../class-use/SortedEvictionPolicyMBean.html       |     0
 .../cache/eviction/sorted/package-frame.html       |     0
 .../cache/eviction/sorted/package-summary.html     |     0
 .../ignite/cache/eviction/sorted/package-tree.html |     0
 .../ignite/cache/eviction/sorted/package-use.html  |     0
 .../hibernate/HibernateAccessStrategyAdapter.html  |     0
 .../hibernate/HibernateAccessStrategyFactory.html  |     0
 .../cache/hibernate/HibernateCacheProxy.html       |     0
 .../hibernate/HibernateExceptionConverter.html     |     0
 .../cache/hibernate/HibernateKeyTransformer.html   |     0
 .../HibernateNonStrictAccessStrategy.html          |     0
 .../hibernate/HibernateReadOnlyAccessStrategy.html |     0
 .../HibernateReadWriteAccessStrategy.html          |     0
 .../HibernateTransactionalAccessStrategy.html      |     0
 .../class-use/HibernateAccessStrategyAdapter.html  |     0
 .../class-use/HibernateAccessStrategyFactory.html  |     0
 .../hibernate/class-use/HibernateCacheProxy.html   |     0
 .../class-use/HibernateExceptionConverter.html     |     0
 .../class-use/HibernateKeyTransformer.html         |     0
 .../HibernateNonStrictAccessStrategy.html          |     0
 .../class-use/HibernateReadOnlyAccessStrategy.html |     0
 .../HibernateReadWriteAccessStrategy.html          |     0
 .../HibernateTransactionalAccessStrategy.html      |     0
 .../ignite/cache/hibernate/package-frame.html      |     0
 .../ignite/cache/hibernate/package-summary.html    |     0
 .../ignite/cache/hibernate/package-tree.html       |     0
 .../apache/ignite/cache/hibernate/package-use.html |     0
 .../org/apache/ignite/cache/jta/CacheTmLookup.html |     0
 .../ignite/cache/jta/class-use/CacheTmLookup.html  |     0
 .../ignite/cache/jta/jndi/CacheJndiTmFactory.html  |     0
 .../ignite/cache/jta/jndi/CacheJndiTmLookup.html   |     0
 .../jta/jndi/class-use/CacheJndiTmFactory.html     |     0
 .../jta/jndi/class-use/CacheJndiTmLookup.html      |     0
 .../ignite/cache/jta/jndi/package-frame.html       |     0
 .../ignite/cache/jta/jndi/package-summary.html     |     0
 .../apache/ignite/cache/jta/jndi/package-tree.html |     0
 .../apache/ignite/cache/jta/jndi/package-use.html  |     0
 .../org/apache/ignite/cache/jta/package-frame.html |     0
 .../apache/ignite/cache/jta/package-summary.html   |     0
 .../org/apache/ignite/cache/jta/package-tree.html  |     0
 .../org/apache/ignite/cache/jta/package-use.html   |     0
 .../cache/jta/reflect/CacheReflectionTmLookup.html |     0
 .../reflect/class-use/CacheReflectionTmLookup.html |     0
 .../ignite/cache/jta/reflect/package-frame.html    |     0
 .../ignite/cache/jta/reflect/package-summary.html  |     0
 .../ignite/cache/jta/reflect/package-tree.html     |     0
 .../ignite/cache/jta/reflect/package-use.html      |     0
 .../jta/websphere/WebSphereLibertyTmFactory.html   |     0
 .../cache/jta/websphere/WebSphereTmFactory.html    |     0
 .../class-use/WebSphereLibertyTmFactory.html       |     0
 .../websphere/class-use/WebSphereTmFactory.html    |     0
 .../ignite/cache/jta/websphere/package-frame.html  |     0
 .../cache/jta/websphere/package-summary.html       |     0
 .../ignite/cache/jta/websphere/package-tree.html   |     0
 .../ignite/cache/jta/websphere/package-use.html    |     0
 .../org/apache/ignite/cache/package-frame.html     |     0
 .../org/apache/ignite/cache/package-summary.html   |     0
 .../org/apache/ignite/cache/package-tree.html      |     0
 .../org/apache/ignite/cache/package-use.html       |     0
 .../ignite/cache/query/CacheQueryEntryEvent.html   |     0
 .../apache/ignite/cache/query/ContinuousQuery.html |     0
 .../ignite/cache/query/FieldsQueryCursor.html      |     0
 .../org/apache/ignite/cache/query/Query.html       |     0
 .../cache/query/QueryCancelledException.html       |     0
 .../org/apache/ignite/cache/query/QueryCursor.html |     0
 .../ignite/cache/query/QueryDetailMetrics.html     |     0
 .../apache/ignite/cache/query/QueryMetrics.html    |     0
 .../org/apache/ignite/cache/query/ScanQuery.html   |     0
 .../org/apache/ignite/cache/query/SpiQuery.html    |     0
 .../apache/ignite/cache/query/SqlFieldsQuery.html  |     0
 .../org/apache/ignite/cache/query/SqlQuery.html    |     0
 .../org/apache/ignite/cache/query/TextQuery.html   |     0
 .../query/annotations/QueryGroupIndex.List.html    |     0
 .../cache/query/annotations/QueryGroupIndex.html   |     0
 .../query/annotations/QuerySqlField.Group.html     |     0
 .../cache/query/annotations/QuerySqlField.html     |     0
 .../cache/query/annotations/QuerySqlFunction.html  |     0
 .../cache/query/annotations/QueryTextField.html    |     0
 .../class-use/QueryGroupIndex.List.html            |     0
 .../annotations/class-use/QueryGroupIndex.html     |     0
 .../annotations/class-use/QuerySqlField.Group.html |     0
 .../query/annotations/class-use/QuerySqlField.html |     0
 .../annotations/class-use/QuerySqlFunction.html    |     0
 .../annotations/class-use/QueryTextField.html      |     0
 .../cache/query/annotations/package-frame.html     |     0
 .../cache/query/annotations/package-summary.html   |     0
 .../cache/query/annotations/package-tree.html      |     0
 .../cache/query/annotations/package-use.html       |     0
 .../query/class-use/CacheQueryEntryEvent.html      |     0
 .../cache/query/class-use/ContinuousQuery.html     |     0
 .../cache/query/class-use/FieldsQueryCursor.html   |     0
 .../apache/ignite/cache/query/class-use/Query.html |     0
 .../query/class-use/QueryCancelledException.html   |     0
 .../ignite/cache/query/class-use/QueryCursor.html  |     0
 .../cache/query/class-use/QueryDetailMetrics.html  |     0
 .../ignite/cache/query/class-use/QueryMetrics.html |     0
 .../ignite/cache/query/class-use/ScanQuery.html    |     0
 .../ignite/cache/query/class-use/SpiQuery.html     |     0
 .../cache/query/class-use/SqlFieldsQuery.html      |     0
 .../ignite/cache/query/class-use/SqlQuery.html     |     0
 .../ignite/cache/query/class-use/TextQuery.html    |     0
 .../apache/ignite/cache/query/package-frame.html   |     0
 .../apache/ignite/cache/query/package-summary.html |     0
 .../apache/ignite/cache/query/package-tree.html    |     0
 .../org/apache/ignite/cache/query/package-use.html |     0
 .../ignite/cache/spring/SpringCacheManager.html    |     0
 .../cache/spring/class-use/SpringCacheManager.html |     0
 .../apache/ignite/cache/spring/package-frame.html  |     0
 .../ignite/cache/spring/package-summary.html       |     0
 .../apache/ignite/cache/spring/package-tree.html   |     0
 .../apache/ignite/cache/spring/package-use.html    |     0
 .../cache/store/CacheLoadOnlyStoreAdapter.html     |     0
 .../org/apache/ignite/cache/store/CacheStore.html  |     0
 .../ignite/cache/store/CacheStoreAdapter.html      |     0
 .../ignite/cache/store/CacheStoreSession.html      |     0
 .../cache/store/CacheStoreSessionListener.html     |     0
 .../cache/store/cassandra/CassandraCacheStore.html |     0
 .../cassandra/CassandraCacheStoreFactory.html      |     0
 .../cassandra/class-use/CassandraCacheStore.html   |     0
 .../class-use/CassandraCacheStoreFactory.html      |     0
 .../store/cassandra/common/CassandraHelper.html    |     0
 .../cassandra/common/PropertyMappingHelper.html    |     0
 .../store/cassandra/common/RandomSleeper.html      |     0
 .../cache/store/cassandra/common/SystemHelper.html |     0
 .../common/class-use/CassandraHelper.html          |     0
 .../common/class-use/PropertyMappingHelper.html    |     0
 .../cassandra/common/class-use/RandomSleeper.html  |     0
 .../cassandra/common/class-use/SystemHelper.html   |     0
 .../store/cassandra/common/package-frame.html      |     0
 .../store/cassandra/common/package-summary.html    |     0
 .../cache/store/cassandra/common/package-tree.html |     0
 .../cache/store/cassandra/common/package-use.html  |     0
 .../store/cassandra/datasource/Credentials.html    |     0
 .../store/cassandra/datasource/DataSource.html     |     0
 .../cassandra/datasource/PlainCredentials.html     |     0
 .../datasource/class-use/Credentials.html          |     0
 .../cassandra/datasource/class-use/DataSource.html |     0
 .../datasource/class-use/PlainCredentials.html     |     0
 .../store/cassandra/datasource/package-frame.html  |     0
 .../cassandra/datasource/package-summary.html      |     0
 .../store/cassandra/datasource/package-tree.html   |     0
 .../store/cassandra/datasource/package-use.html    |     0
 .../cache/store/cassandra/package-frame.html       |     0
 .../cache/store/cassandra/package-summary.html     |     0
 .../ignite/cache/store/cassandra/package-tree.html |     0
 .../ignite/cache/store/cassandra/package-use.html  |     0
 .../persistence/KeyPersistenceSettings.html        |     0
 .../persistence/KeyValuePersistenceSettings.html   |     0
 .../persistence/PersistenceController.html         |     0
 .../cassandra/persistence/PersistenceSettings.html |     0
 .../cassandra/persistence/PersistenceStrategy.html |     0
 .../store/cassandra/persistence/PojoField.html     |     0
 .../cassandra/persistence/PojoFieldAccessor.html   |     0
 .../persistence/PojoKeyField.SortOrder.html        |     0
 .../store/cassandra/persistence/PojoKeyField.html  |     0
 .../cassandra/persistence/PojoValueField.html      |     0
 .../persistence/ValuePersistenceSettings.html      |     0
 .../class-use/KeyPersistenceSettings.html          |     0
 .../class-use/KeyValuePersistenceSettings.html     |     0
 .../class-use/PersistenceController.html           |     0
 .../persistence/class-use/PersistenceSettings.html |     0
 .../persistence/class-use/PersistenceStrategy.html |     0
 .../cassandra/persistence/class-use/PojoField.html |     0
 .../persistence/class-use/PojoFieldAccessor.html   |     0
 .../class-use/PojoKeyField.SortOrder.html          |     0
 .../persistence/class-use/PojoKeyField.html        |     0
 .../persistence/class-use/PojoValueField.html      |     0
 .../class-use/ValuePersistenceSettings.html        |     0
 .../store/cassandra/persistence/package-frame.html |     0
 .../cassandra/persistence/package-summary.html     |     0
 .../store/cassandra/persistence/package-tree.html  |     0
 .../store/cassandra/persistence/package-use.html   |     0
 .../store/cassandra/serializer/JavaSerializer.html |     0
 .../store/cassandra/serializer/KryoSerializer.html |     0
 .../store/cassandra/serializer/Serializer.html     |     0
 .../serializer/class-use/JavaSerializer.html       |     0
 .../serializer/class-use/KryoSerializer.html       |     0
 .../cassandra/serializer/class-use/Serializer.html |     0
 .../store/cassandra/serializer/package-frame.html  |     0
 .../cassandra/serializer/package-summary.html      |     0
 .../store/cassandra/serializer/package-tree.html   |     0
 .../store/cassandra/serializer/package-use.html    |     0
 .../cassandra/session/BatchExecutionAssistant.html |     0
 .../cassandra/session/BatchLoaderAssistant.html    |     0
 .../store/cassandra/session/CassandraSession.html  |     0
 .../cassandra/session/CassandraSessionImpl.html    |     0
 .../cassandra/session/ExecutionAssistant.html      |     0
 .../session/GenericBatchExecutionAssistant.html    |     0
 .../session/LoadCacheCustomQueryWorker.html        |     0
 .../session/class-use/BatchExecutionAssistant.html |     0
 .../session/class-use/BatchLoaderAssistant.html    |     0
 .../session/class-use/CassandraSession.html        |     0
 .../session/class-use/CassandraSessionImpl.html    |     0
 .../session/class-use/ExecutionAssistant.html      |     0
 .../class-use/GenericBatchExecutionAssistant.html  |     0
 .../class-use/LoadCacheCustomQueryWorker.html      |     0
 .../store/cassandra/session/package-frame.html     |     0
 .../store/cassandra/session/package-summary.html   |     0
 .../store/cassandra/session/package-tree.html      |     0
 .../cache/store/cassandra/session/package-use.html |     0
 .../store/cassandra/session/pool/SessionPool.html  |     0
 .../cassandra/session/pool/SessionWrapper.html     |     0
 .../session/pool/class-use/SessionPool.html        |     0
 .../session/pool/class-use/SessionWrapper.html     |     0
 .../cassandra/session/pool/package-frame.html      |     0
 .../cassandra/session/pool/package-summary.html    |     0
 .../store/cassandra/session/pool/package-tree.html |     0
 .../store/cassandra/session/pool/package-use.html  |     0
 .../session/transaction/BaseMutation.html          |     0
 .../session/transaction/DeleteMutation.html        |     0
 .../cassandra/session/transaction/Mutation.html    |     0
 .../session/transaction/WriteMutation.html         |     0
 .../transaction/class-use/BaseMutation.html        |     0
 .../transaction/class-use/DeleteMutation.html      |     0
 .../session/transaction/class-use/Mutation.html    |     0
 .../transaction/class-use/WriteMutation.html       |     0
 .../session/transaction/package-frame.html         |     0
 .../session/transaction/package-summary.html       |     0
 .../session/transaction/package-tree.html          |     0
 .../cassandra/session/transaction/package-use.html |     0
 .../cache/store/cassandra/utils/DDLGenerator.html  |     0
 .../cassandra/utils/class-use/DDLGenerator.html    |     0
 .../cache/store/cassandra/utils/package-frame.html |     0
 .../store/cassandra/utils/package-summary.html     |     0
 .../cache/store/cassandra/utils/package-tree.html  |     0
 .../cache/store/cassandra/utils/package-use.html   |     0
 .../store/class-use/CacheLoadOnlyStoreAdapter.html |     0
 .../ignite/cache/store/class-use/CacheStore.html   |     0
 .../cache/store/class-use/CacheStoreAdapter.html   |     0
 .../cache/store/class-use/CacheStoreSession.html   |     0
 .../store/class-use/CacheStoreSessionListener.html |     0
 .../jdbc/CacheAbstractJdbcStore.EntryMapping.html  |     0
 .../jdbc/CacheAbstractJdbcStore.TypeKind.html      |     0
 .../cache/store/jdbc/CacheAbstractJdbcStore.html   |     0
 .../cache/store/jdbc/CacheJdbcBlobStore.html       |     0
 .../store/jdbc/CacheJdbcBlobStoreFactory.html      |     0
 .../cache/store/jdbc/CacheJdbcPojoStore.html       |     0
 .../store/jdbc/CacheJdbcPojoStoreFactory.html      |     0
 .../store/jdbc/CacheJdbcStoreSessionListener.html  |     0
 .../apache/ignite/cache/store/jdbc/JdbcType.html   |     0
 .../cache/store/jdbc/JdbcTypeDefaultHasher.html    |     0
 .../ignite/cache/store/jdbc/JdbcTypeField.html     |     0
 .../ignite/cache/store/jdbc/JdbcTypeHasher.html    |     0
 .../store/jdbc/JdbcTypesDefaultTransformer.html    |     0
 .../cache/store/jdbc/JdbcTypesTransformer.html     |     0
 .../CacheAbstractJdbcStore.EntryMapping.html       |     0
 .../class-use/CacheAbstractJdbcStore.TypeKind.html |     0
 .../jdbc/class-use/CacheAbstractJdbcStore.html     |     0
 .../store/jdbc/class-use/CacheJdbcBlobStore.html   |     0
 .../jdbc/class-use/CacheJdbcBlobStoreFactory.html  |     0
 .../store/jdbc/class-use/CacheJdbcPojoStore.html   |     0
 .../jdbc/class-use/CacheJdbcPojoStoreFactory.html  |     0
 .../class-use/CacheJdbcStoreSessionListener.html   |     0
 .../cache/store/jdbc/class-use/JdbcType.html       |     0
 .../jdbc/class-use/JdbcTypeDefaultHasher.html      |     0
 .../cache/store/jdbc/class-use/JdbcTypeField.html  |     0
 .../cache/store/jdbc/class-use/JdbcTypeHasher.html |     0
 .../class-use/JdbcTypesDefaultTransformer.html     |     0
 .../store/jdbc/class-use/JdbcTypesTransformer.html |     0
 .../cache/store/jdbc/dialect/BasicJdbcDialect.html |     0
 .../cache/store/jdbc/dialect/DB2Dialect.html       |     0
 .../ignite/cache/store/jdbc/dialect/H2Dialect.html |     0
 .../cache/store/jdbc/dialect/JdbcDialect.html      |     0
 .../cache/store/jdbc/dialect/MySQLDialect.html     |     0
 .../cache/store/jdbc/dialect/OracleDialect.html    |     0
 .../cache/store/jdbc/dialect/SQLServerDialect.html |     0
 .../jdbc/dialect/class-use/BasicJdbcDialect.html   |     0
 .../store/jdbc/dialect/class-use/DB2Dialect.html   |     0
 .../store/jdbc/dialect/class-use/H2Dialect.html    |     0
 .../store/jdbc/dialect/class-use/JdbcDialect.html  |     0
 .../store/jdbc/dialect/class-use/MySQLDialect.html |     0
 .../jdbc/dialect/class-use/OracleDialect.html      |     0
 .../jdbc/dialect/class-use/SQLServerDialect.html   |     0
 .../cache/store/jdbc/dialect/package-frame.html    |     0
 .../cache/store/jdbc/dialect/package-summary.html  |     0
 .../cache/store/jdbc/dialect/package-tree.html     |     0
 .../cache/store/jdbc/dialect/package-use.html      |     0
 .../ignite/cache/store/jdbc/package-frame.html     |     0
 .../ignite/cache/store/jdbc/package-summary.html   |     0
 .../ignite/cache/store/jdbc/package-tree.html      |     0
 .../ignite/cache/store/jdbc/package-use.html       |     0
 .../apache/ignite/cache/store/package-frame.html   |     0
 .../apache/ignite/cache/store/package-summary.html |     0
 .../apache/ignite/cache/store/package-tree.html    |     0
 .../org/apache/ignite/cache/store/package-use.html |     0
 .../spring/CacheSpringStoreSessionListener.html    |     0
 .../class-use/CacheSpringStoreSessionListener.html |     0
 .../ignite/cache/store/spring/package-frame.html   |     0
 .../ignite/cache/store/spring/package-summary.html |     0
 .../ignite/cache/store/spring/package-tree.html    |     0
 .../ignite/cache/store/spring/package-use.html     |     0
 .../ignite/cache/websession/WebSessionFilter.html  |     0
 .../websession/class-use/WebSessionFilter.html     |     0
 .../ignite/cache/websession/package-frame.html     |     0
 .../ignite/cache/websession/package-summary.html   |     0
 .../ignite/cache/websession/package-tree.html      |     0
 .../ignite/cache/websession/package-use.html       |     0
 .../apache/ignite/class-use/DataRegionMetrics.html |     0
 .../ignite/class-use/DataRegionMetricsAdapter.html |     0
 .../ignite/class-use/DataStorageMetrics.html       |     0
 .../class-use/DataStorageMetricsAdapter.html       |     0
 .../org/apache/ignite/class-use/Ignite.html        |     0
 .../apache/ignite/class-use/IgniteAtomicLong.html  |     0
 .../ignite/class-use/IgniteAtomicReference.html    |     0
 .../ignite/class-use/IgniteAtomicSequence.html     |     0
 .../ignite/class-use/IgniteAtomicStamped.html      |     0
 .../class-use/IgniteAuthenticationException.html   |     0
 .../org/apache/ignite/class-use/IgniteBinary.html  |     0
 .../org/apache/ignite/class-use/IgniteCache.html   |     0
 .../class-use/IgniteCacheRestartingException.html  |     0
 .../ignite/class-use/IgniteCheckedException.html   |     0
 .../IgniteClientDisconnectedException.html         |     0
 .../org/apache/ignite/class-use/IgniteCluster.html |     0
 .../org/apache/ignite/class-use/IgniteCompute.html |     0
 .../apache/ignite/class-use/IgniteCondition.html   |     0
 .../ignite/class-use/IgniteCountDownLatch.html     |     0
 .../ignite/class-use/IgniteDataStreamer.html       |     0
 .../IgniteDataStreamerTimeoutException.html        |     0
 .../class-use/IgniteDeploymentException.html       |     0
 .../org/apache/ignite/class-use/IgniteEvents.html  |     0
 .../apache/ignite/class-use/IgniteException.html   |     0
 .../apache/ignite/class-use/IgniteFileSystem.html  |     0
 .../class-use/IgniteIllegalStateException.html     |     0
 .../class-use/IgniteInterruptedException.html      |     0
 .../apache/ignite/class-use/IgniteJdbcDriver.html  |     0
 .../ignite/class-use/IgniteJdbcThinDriver.html     |     0
 .../org/apache/ignite/class-use/IgniteLock.html    |     0
 .../org/apache/ignite/class-use/IgniteLogger.html  |     0
 .../apache/ignite/class-use/IgniteMessaging.html   |     0
 .../org/apache/ignite/class-use/IgniteQueue.html   |     0
 .../apache/ignite/class-use/IgniteScheduler.html   |     0
 .../apache/ignite/class-use/IgniteSemaphore.html   |     0
 .../apache/ignite/class-use/IgniteServices.html    |     0
 .../org/apache/ignite/class-use/IgniteSet.html     |     0
 .../org/apache/ignite/class-use/IgniteSpring.html  |     0
 .../apache/ignite/class-use/IgniteSpringBean.html  |     0
 .../org/apache/ignite/class-use/IgniteState.html   |     0
 .../ignite/class-use/IgniteSystemProperties.html   |     0
 .../ignite/class-use/IgniteTransactions.html       |     0
 .../org/apache/ignite/class-use/Ignition.html      |     0
 .../apache/ignite/class-use/IgnitionListener.html  |     0
 .../org/apache/ignite/class-use/MemoryMetrics.html |     0
 .../ignite/class-use/PersistenceMetrics.html       |     0
 .../org/apache/ignite/cluster/BaselineNode.html    |     0
 .../org/apache/ignite/cluster/ClusterGroup.html    |     0
 .../ignite/cluster/ClusterGroupEmptyException.html |     0
 .../org/apache/ignite/cluster/ClusterMetrics.html  |     0
 .../org/apache/ignite/cluster/ClusterNode.html     |     0
 .../ignite/cluster/ClusterStartNodeResult.html     |     0
 .../ignite/cluster/ClusterTopologyException.html   |     0
 .../ignite/cluster/class-use/BaselineNode.html     |     0
 .../ignite/cluster/class-use/ClusterGroup.html     |     0
 .../class-use/ClusterGroupEmptyException.html      |     0
 .../ignite/cluster/class-use/ClusterMetrics.html   |     0
 .../ignite/cluster/class-use/ClusterNode.html      |     0
 .../cluster/class-use/ClusterStartNodeResult.html  |     0
 .../class-use/ClusterTopologyException.html        |     0
 .../org/apache/ignite/cluster/package-frame.html   |     0
 .../org/apache/ignite/cluster/package-summary.html |     0
 .../org/apache/ignite/cluster/package-tree.html    |     0
 .../org/apache/ignite/cluster/package-use.html     |     0
 .../compute/ComputeExecutionRejectedException.html |     0
 .../org/apache/ignite/compute/ComputeJob.html      |     0
 .../apache/ignite/compute/ComputeJobAdapter.html   |     0
 .../apache/ignite/compute/ComputeJobAfterSend.html |     0
 .../ignite/compute/ComputeJobBeforeFailover.html   |     0
 .../apache/ignite/compute/ComputeJobContext.html   |     0
 .../ignite/compute/ComputeJobContinuation.html     |     0
 .../compute/ComputeJobContinuationAdapter.html     |     0
 .../compute/ComputeJobFailoverException.html       |     0
 .../ignite/compute/ComputeJobMasterLeaveAware.html |     0
 .../apache/ignite/compute/ComputeJobResult.html    |     0
 .../ignite/compute/ComputeJobResultPolicy.html     |     0
 .../apache/ignite/compute/ComputeJobSibling.html   |     0
 .../apache/ignite/compute/ComputeLoadBalancer.html |     0
 .../org/apache/ignite/compute/ComputeTask.html     |     0
 .../apache/ignite/compute/ComputeTaskAdapter.html  |     0
 .../compute/ComputeTaskCancelledException.html     |     0
 .../compute/ComputeTaskContinuousMapper.html       |     0
 .../apache/ignite/compute/ComputeTaskFuture.html   |     0
 .../apache/ignite/compute/ComputeTaskMapAsync.html |     0
 .../org/apache/ignite/compute/ComputeTaskName.html |     0
 .../ignite/compute/ComputeTaskNoResultCache.html   |     0
 .../apache/ignite/compute/ComputeTaskSession.html  |     0
 .../ComputeTaskSessionAttributeListener.html       |     0
 .../compute/ComputeTaskSessionFullSupport.html     |     0
 .../ignite/compute/ComputeTaskSessionScope.html    |     0
 .../org/apache/ignite/compute/ComputeTaskSpis.html |     0
 .../ignite/compute/ComputeTaskSplitAdapter.html    |     0
 .../compute/ComputeTaskTimeoutException.html       |     0
 .../compute/ComputeUserUndeclaredException.html    |     0
 .../ComputeExecutionRejectedException.html         |     0
 .../ignite/compute/class-use/ComputeJob.html       |     0
 .../compute/class-use/ComputeJobAdapter.html       |     0
 .../compute/class-use/ComputeJobAfterSend.html     |     0
 .../class-use/ComputeJobBeforeFailover.html        |     0
 .../compute/class-use/ComputeJobContext.html       |     0
 .../compute/class-use/ComputeJobContinuation.html  |     0
 .../class-use/ComputeJobContinuationAdapter.html   |     0
 .../class-use/ComputeJobFailoverException.html     |     0
 .../class-use/ComputeJobMasterLeaveAware.html      |     0
 .../ignite/compute/class-use/ComputeJobResult.html |     0
 .../compute/class-use/ComputeJobResultPolicy.html  |     0
 .../compute/class-use/ComputeJobSibling.html       |     0
 .../compute/class-use/ComputeLoadBalancer.html     |     0
 .../ignite/compute/class-use/ComputeTask.html      |     0
 .../compute/class-use/ComputeTaskAdapter.html      |     0
 .../class-use/ComputeTaskCancelledException.html   |     0
 .../class-use/ComputeTaskContinuousMapper.html     |     0
 .../compute/class-use/ComputeTaskFuture.html       |     0
 .../compute/class-use/ComputeTaskMapAsync.html     |     0
 .../ignite/compute/class-use/ComputeTaskName.html  |     0
 .../class-use/ComputeTaskNoResultCache.html        |     0
 .../compute/class-use/ComputeTaskSession.html      |     0
 .../ComputeTaskSessionAttributeListener.html       |     0
 .../class-use/ComputeTaskSessionFullSupport.html   |     0
 .../compute/class-use/ComputeTaskSessionScope.html |     0
 .../ignite/compute/class-use/ComputeTaskSpis.html  |     0
 .../compute/class-use/ComputeTaskSplitAdapter.html |     0
 .../class-use/ComputeTaskTimeoutException.html     |     0
 .../class-use/ComputeUserUndeclaredException.html  |     0
 .../org/apache/ignite/compute/gridify/Gridify.html |     0
 .../ignite/compute/gridify/GridifyArgument.html    |     0
 .../ignite/compute/gridify/GridifyInput.html       |     0
 .../ignite/compute/gridify/GridifyInterceptor.html |     0
 .../ignite/compute/gridify/GridifyNodeFilter.html  |     0
 .../compute/gridify/GridifyRuntimeException.html   |     0
 .../ignite/compute/gridify/GridifySetToSet.html    |     0
 .../ignite/compute/gridify/GridifySetToValue.html  |     0
 .../ignite/compute/gridify/GridifyTaskAdapter.html |     0
 .../compute/gridify/GridifyTaskSplitAdapter.html   |     0
 .../gridify/aop/GridifyArgumentAdapter.html        |     0
 .../gridify/aop/GridifyDefaultRangeTask.html       |     0
 .../compute/gridify/aop/GridifyDefaultTask.html    |     0
 .../gridify/aop/GridifySetToSetAbstractAspect.html |     0
 .../aop/GridifySetToValueAbstractAspect.html       |     0
 .../gridify/aop/aspectj/GridifyAspectJAspect.html  |     0
 .../aop/aspectj/GridifySetToSetAspectJAspect.html  |     0
 .../aspectj/GridifySetToValueAspectJAspect.html    |     0
 .../aspectj/class-use/GridifyAspectJAspect.html    |     0
 .../class-use/GridifySetToSetAspectJAspect.html    |     0
 .../class-use/GridifySetToValueAspectJAspect.html  |     0
 .../compute/gridify/aop/aspectj/package-frame.html |     0
 .../gridify/aop/aspectj/package-summary.html       |     0
 .../compute/gridify/aop/aspectj/package-tree.html  |     0
 .../compute/gridify/aop/aspectj/package-use.html   |     0
 .../aop/class-use/GridifyArgumentAdapter.html      |     0
 .../aop/class-use/GridifyDefaultRangeTask.html     |     0
 .../gridify/aop/class-use/GridifyDefaultTask.html  |     0
 .../class-use/GridifySetToSetAbstractAspect.html   |     0
 .../class-use/GridifySetToValueAbstractAspect.html |     0
 .../ignite/compute/gridify/aop/package-frame.html  |     0
 .../compute/gridify/aop/package-summary.html       |     0
 .../ignite/compute/gridify/aop/package-tree.html   |     0
 .../ignite/compute/gridify/aop/package-use.html    |     0
 .../aop/spring/GridifySetToSetSpringAspect.html    |     0
 .../aop/spring/GridifySetToValueSpringAspect.html  |     0
 .../gridify/aop/spring/GridifySpringAspect.html    |     0
 .../gridify/aop/spring/GridifySpringEnhancer.html  |     0
 ...fySpringPointcut.GridifySpringPointcutType.html |     0
 .../gridify/aop/spring/GridifySpringPointcut.html  |     0
 .../class-use/GridifySetToSetSpringAspect.html     |     0
 .../class-use/GridifySetToValueSpringAspect.html   |     0
 .../aop/spring/class-use/GridifySpringAspect.html  |     0
 .../spring/class-use/GridifySpringEnhancer.html    |     0
 ...fySpringPointcut.GridifySpringPointcutType.html |     0
 .../spring/class-use/GridifySpringPointcut.html    |     0
 .../compute/gridify/aop/spring/package-frame.html  |     0
 .../gridify/aop/spring/package-summary.html        |     0
 .../compute/gridify/aop/spring/package-tree.html   |     0
 .../compute/gridify/aop/spring/package-use.html    |     0
 .../ignite/compute/gridify/class-use/Gridify.html  |     0
 .../compute/gridify/class-use/GridifyArgument.html |     0
 .../compute/gridify/class-use/GridifyInput.html    |     0
 .../gridify/class-use/GridifyInterceptor.html      |     0
 .../gridify/class-use/GridifyNodeFilter.html       |     0
 .../gridify/class-use/GridifyRuntimeException.html |     0
 .../compute/gridify/class-use/GridifySetToSet.html |     0
 .../gridify/class-use/GridifySetToValue.html       |     0
 .../gridify/class-use/GridifyTaskAdapter.html      |     0
 .../gridify/class-use/GridifyTaskSplitAdapter.html |     0
 .../ignite/compute/gridify/package-frame.html      |     0
 .../ignite/compute/gridify/package-summary.html    |     0
 .../ignite/compute/gridify/package-tree.html       |     0
 .../apache/ignite/compute/gridify/package-use.html |     0
 .../org/apache/ignite/compute/package-frame.html   |     0
 .../org/apache/ignite/compute/package-summary.html |     0
 .../org/apache/ignite/compute/package-tree.html    |     0
 .../org/apache/ignite/compute/package-use.html     |     0
 .../ignite/configuration/AddressResolver.html      |     0
 .../ignite/configuration/AtomicConfiguration.html  |     0
 .../ignite/configuration/BasicAddressResolver.html |     0
 .../ignite/configuration/BinaryConfiguration.html  |     0
 ...CacheConfiguration.IgniteAllNodesPredicate.html |     0
 .../ignite/configuration/CacheConfiguration.html   |     0
 .../ignite/configuration/CheckpointWriteOrder.html |     0
 .../ClientConnectorConfiguration.html              |     0
 .../configuration/CollectionConfiguration.html     |     0
 .../configuration/ConnectorConfiguration.html      |     0
 .../configuration/ConnectorMessageInterceptor.html |     0
 .../ignite/configuration/DataPageEvictionMode.html |     0
 .../configuration/DataRegionConfiguration.html     |     0
 .../configuration/DataStorageConfiguration.html    |     0
 .../ignite/configuration/DeploymentMode.html       |     0
 .../configuration/ExecutorConfiguration.html       |     0
 .../configuration/FileSystemConfiguration.html     |     0
 .../ignite/configuration/HadoopConfiguration.html  |     0
 .../ignite/configuration/IgniteConfiguration.html  |     0
 .../configuration/IgniteReflectionFactory.html     |     0
 .../ignite/configuration/MemoryConfiguration.html  |     0
 .../configuration/MemoryPolicyConfiguration.html   |     0
 .../configuration/NearCacheConfiguration.html      |     0
 .../ignite/configuration/OdbcConfiguration.html    |     0
 .../PersistentStoreConfiguration.html              |     0
 .../configuration/PlatformConfiguration.html       |     0
 .../configuration/SqlConnectorConfiguration.html   |     0
 .../ignite/configuration/TopologyValidator.html    |     0
 .../configuration/TransactionConfiguration.html    |     0
 .../org/apache/ignite/configuration/WALMode.html   |     0
 .../configuration/class-use/AddressResolver.html   |     0
 .../class-use/AtomicConfiguration.html             |     0
 .../class-use/BasicAddressResolver.html            |     0
 .../class-use/BinaryConfiguration.html             |     0
 ...CacheConfiguration.IgniteAllNodesPredicate.html |     0
 .../class-use/CacheConfiguration.html              |     0
 .../class-use/CheckpointWriteOrder.html            |     0
 .../class-use/ClientConnectorConfiguration.html    |     0
 .../class-use/CollectionConfiguration.html         |     0
 .../class-use/ConnectorConfiguration.html          |     0
 .../class-use/ConnectorMessageInterceptor.html     |     0
 .../class-use/DataPageEvictionMode.html            |     0
 .../class-use/DataRegionConfiguration.html         |     0
 .../class-use/DataStorageConfiguration.html        |     0
 .../configuration/class-use/DeploymentMode.html    |     0
 .../class-use/ExecutorConfiguration.html           |     0
 .../class-use/FileSystemConfiguration.html         |     0
 .../class-use/HadoopConfiguration.html             |     0
 .../class-use/IgniteConfiguration.html             |     0
 .../class-use/IgniteReflectionFactory.html         |     0
 .../class-use/MemoryConfiguration.html             |     0
 .../class-use/MemoryPolicyConfiguration.html       |     0
 .../class-use/NearCacheConfiguration.html          |     0
 .../configuration/class-use/OdbcConfiguration.html |     0
 .../class-use/PersistentStoreConfiguration.html    |     0
 .../class-use/PlatformConfiguration.html           |     0
 .../class-use/SqlConnectorConfiguration.html       |     0
 .../configuration/class-use/TopologyValidator.html |     0
 .../class-use/TransactionConfiguration.html        |     0
 .../ignite/configuration/class-use/WALMode.html    |     0
 .../apache/ignite/configuration/package-frame.html |     0
 .../ignite/configuration/package-summary.html      |     0
 .../apache/ignite/configuration/package-tree.html  |     0
 .../apache/ignite/configuration/package-use.html   |     0
 .../development/utils/IgniteWalConverter.html      |     0
 .../development/utils/RecordSizeCountStat.html     |     0
 .../apache/ignite/development/utils/TxWalStat.html |     0
 .../apache/ignite/development/utils/WalStat.html   |     0
 .../utils/class-use/IgniteWalConverter.html        |     0
 .../utils/class-use/RecordSizeCountStat.html       |     0
 .../development/utils/class-use/TxWalStat.html     |     0
 .../development/utils/class-use/WalStat.html       |     0
 .../ignite/development/utils/package-frame.html    |     0
 .../ignite/development/utils/package-summary.html  |     0
 .../ignite/development/utils/package-tree.html     |     0
 .../ignite/development/utils/package-use.html      |     0
 .../org/apache/ignite/events/CacheEvent.html       |     0
 .../ignite/events/CacheQueryExecutedEvent.html     |     0
 .../apache/ignite/events/CacheQueryReadEvent.html  |     0
 .../ignite/events/CacheRebalancingEvent.html       |     0
 .../org/apache/ignite/events/CheckpointEvent.html  |     0
 .../org/apache/ignite/events/DeploymentEvent.html  |     0
 .../org/apache/ignite/events/DiscoveryEvent.html   |     0
 .../javadoc/org/apache/ignite/events/Event.html    |     0
 .../org/apache/ignite/events/EventAdapter.html     |     0
 .../org/apache/ignite/events/EventType.html        |     0
 .../org/apache/ignite/events/IgfsEvent.html        |     0
 .../javadoc/org/apache/ignite/events/JobEvent.html |     0
 .../org/apache/ignite/events/TaskEvent.html        |     0
 .../ignite/events/WalSegmentArchivedEvent.html     |     0
 .../apache/ignite/events/class-use/CacheEvent.html |     0
 .../events/class-use/CacheQueryExecutedEvent.html  |     0
 .../events/class-use/CacheQueryReadEvent.html      |     0
 .../events/class-use/CacheRebalancingEvent.html    |     0
 .../ignite/events/class-use/CheckpointEvent.html   |     0
 .../ignite/events/class-use/DeploymentEvent.html   |     0
 .../ignite/events/class-use/DiscoveryEvent.html    |     0
 .../org/apache/ignite/events/class-use/Event.html  |     0
 .../ignite/events/class-use/EventAdapter.html      |     0
 .../apache/ignite/events/class-use/EventType.html  |     0
 .../apache/ignite/events/class-use/IgfsEvent.html  |     0
 .../apache/ignite/events/class-use/JobEvent.html   |     0
 .../apache/ignite/events/class-use/TaskEvent.html  |     0
 .../events/class-use/WalSegmentArchivedEvent.html  |     0
 .../org/apache/ignite/events/package-frame.html    |     0
 .../org/apache/ignite/events/package-summary.html  |     0
 .../org/apache/ignite/events/package-tree.html     |     0
 .../org/apache/ignite/events/package-use.html      |     0
 .../org/apache/ignite/hadoop/HadoopInputSplit.html |     0
 .../org/apache/ignite/hadoop/HadoopJob.html        |     0
 .../apache/ignite/hadoop/HadoopMapReducePlan.html  |     0
 .../ignite/hadoop/HadoopMapReducePlanner.html      |     0
 .../ignite/hadoop/class-use/HadoopInputSplit.html  |     0
 .../apache/ignite/hadoop/class-use/HadoopJob.html  |     0
 .../hadoop/class-use/HadoopMapReducePlan.html      |     0
 .../hadoop/class-use/HadoopMapReducePlanner.html   |     0
 .../hadoop/fs/BasicHadoopFileSystemFactory.html    |     0
 .../hadoop/fs/CachingHadoopFileSystemFactory.html  |     0
 .../ignite/hadoop/fs/HadoopFileSystemFactory.html  |     0
 .../fs/IgniteHadoopFileSystemCounterWriter.html    |     0
 .../fs/IgniteHadoopIgfsSecondaryFileSystem.html    |     0
 .../hadoop/fs/KerberosHadoopFileSystemFactory.html |     0
 .../fs/class-use/BasicHadoopFileSystemFactory.html |     0
 .../class-use/CachingHadoopFileSystemFactory.html  |     0
 .../fs/class-use/HadoopFileSystemFactory.html      |     0
 .../IgniteHadoopFileSystemCounterWriter.html       |     0
 .../IgniteHadoopIgfsSecondaryFileSystem.html       |     0
 .../class-use/KerberosHadoopFileSystemFactory.html |     0
 .../org/apache/ignite/hadoop/fs/package-frame.html |     0
 .../apache/ignite/hadoop/fs/package-summary.html   |     0
 .../org/apache/ignite/hadoop/fs/package-tree.html  |     0
 .../org/apache/ignite/hadoop/fs/package-use.html   |     0
 .../hadoop/fs/v1/IgniteHadoopFileSystem.html       |     0
 .../fs/v1/class-use/IgniteHadoopFileSystem.html    |     0
 .../apache/ignite/hadoop/fs/v1/package-frame.html  |     0
 .../ignite/hadoop/fs/v1/package-summary.html       |     0
 .../apache/ignite/hadoop/fs/v1/package-tree.html   |     0
 .../apache/ignite/hadoop/fs/v1/package-use.html    |     0
 .../hadoop/fs/v2/IgniteHadoopFileSystem.html       |     0
 .../fs/v2/class-use/IgniteHadoopFileSystem.html    |     0
 .../apache/ignite/hadoop/fs/v2/package-frame.html  |     0
 .../ignite/hadoop/fs/v2/package-summary.html       |     0
 .../apache/ignite/hadoop/fs/v2/package-tree.html   |     0
 .../apache/ignite/hadoop/fs/v2/package-use.html    |     0
 .../io/BytesWritablePartiallyRawComparator.html    |     0
 .../ignite/hadoop/io/PartiallyRawComparator.html   |     0
 .../org/apache/ignite/hadoop/io/RawMemory.html     |     0
 .../hadoop/io/TextPartiallyRawComparator.html      |     0
 .../BytesWritablePartiallyRawComparator.html       |     0
 .../io/class-use/PartiallyRawComparator.html       |     0
 .../ignite/hadoop/io/class-use/RawMemory.html      |     0
 .../io/class-use/TextPartiallyRawComparator.html   |     0
 .../org/apache/ignite/hadoop/io/package-frame.html |     0
 .../apache/ignite/hadoop/io/package-summary.html   |     0
 .../org/apache/ignite/hadoop/io/package-tree.html  |     0
 .../org/apache/ignite/hadoop/io/package-use.html   |     0
 .../IgniteHadoopClientProtocolProvider.html        |     0
 .../IgniteHadoopWeightedMapReducePlanner.html      |     0
 .../IgniteHadoopClientProtocolProvider.html        |     0
 .../IgniteHadoopWeightedMapReducePlanner.html      |     0
 .../ignite/hadoop/mapreduce/package-frame.html     |     0
 .../ignite/hadoop/mapreduce/package-summary.html   |     0
 .../ignite/hadoop/mapreduce/package-tree.html      |     0
 .../ignite/hadoop/mapreduce/package-use.html       |     0
 .../org/apache/ignite/hadoop/package-frame.html    |     0
 .../org/apache/ignite/hadoop/package-summary.html  |     0
 .../org/apache/ignite/hadoop/package-tree.html     |     0
 .../org/apache/ignite/hadoop/package-use.html      |     0
 .../planner/HadoopAbstractMapReducePlanner.html    |     0
 .../planner/HadoopTestRoundRobinMrPlanner.html     |     0
 .../class-use/HadoopAbstractMapReducePlanner.html  |     0
 .../class-use/HadoopTestRoundRobinMrPlanner.html   |     0
 .../ignite/hadoop/planner/package-frame.html       |     0
 .../ignite/hadoop/planner/package-summary.html     |     0
 .../apache/ignite/hadoop/planner/package-tree.html |     0
 .../apache/ignite/hadoop/planner/package-use.html  |     0
 .../ignite/hadoop/util/BasicUserNameMapper.html    |     0
 .../ignite/hadoop/util/ChainedUserNameMapper.html  |     0
 .../ignite/hadoop/util/KerberosUserNameMapper.html |     0
 .../apache/ignite/hadoop/util/UserNameMapper.html  |     0
 .../hadoop/util/class-use/BasicUserNameMapper.html |     0
 .../util/class-use/ChainedUserNameMapper.html      |     0
 .../util/class-use/KerberosUserNameMapper.html     |     0
 .../hadoop/util/class-use/UserNameMapper.html      |     0
 .../apache/ignite/hadoop/util/package-frame.html   |     0
 .../apache/ignite/hadoop/util/package-summary.html |     0
 .../apache/ignite/hadoop/util/package-tree.html    |     0
 .../org/apache/ignite/hadoop/util/package-use.html |     0
 .../org/apache/ignite/igfs/IgfsBlockLocation.html  |     0
 .../igfs/IgfsConcurrentModificationException.html  |     0
 .../ignite/igfs/IgfsCorruptedFileException.html    |     0
 .../igfs/IgfsDirectoryNotEmptyException.html       |     0
 .../org/apache/ignite/igfs/IgfsException.html      |     0
 .../javadoc/org/apache/ignite/igfs/IgfsFile.html   |     0
 .../ignite/igfs/IgfsGroupDataBlocksKeyMapper.html  |     0
 .../org/apache/ignite/igfs/IgfsInputStream.html    |     0
 .../igfs/IgfsInvalidHdfsVersionException.html      |     0
 .../ignite/igfs/IgfsInvalidPathException.html      |     0
 .../ignite/igfs/IgfsIpcEndpointConfiguration.html  |     0
 .../apache/ignite/igfs/IgfsIpcEndpointType.html    |     0
 .../org/apache/ignite/igfs/IgfsMetrics.html        |     0
 .../javadoc/org/apache/ignite/igfs/IgfsMode.html   |     0
 .../ignite/igfs/IgfsOutOfSpaceException.html       |     0
 .../org/apache/ignite/igfs/IgfsOutputStream.html   |     0
 .../igfs/IgfsParentNotDirectoryException.html      |     0
 .../javadoc/org/apache/ignite/igfs/IgfsPath.html   |     0
 .../igfs/IgfsPathAlreadyExistsException.html       |     0
 .../ignite/igfs/IgfsPathIsDirectoryException.html  |     0
 .../igfs/IgfsPathIsNotDirectoryException.html      |     0
 .../ignite/igfs/IgfsPathNotFoundException.html     |     0
 .../org/apache/ignite/igfs/IgfsPathSummary.html    |     0
 .../org/apache/ignite/igfs/IgfsUserContext.html    |     0
 .../ignite/igfs/class-use/IgfsBlockLocation.html   |     0
 .../IgfsConcurrentModificationException.html       |     0
 .../igfs/class-use/IgfsCorruptedFileException.html |     0
 .../class-use/IgfsDirectoryNotEmptyException.html  |     0
 .../ignite/igfs/class-use/IgfsException.html       |     0
 .../org/apache/ignite/igfs/class-use/IgfsFile.html |     0
 .../class-use/IgfsGroupDataBlocksKeyMapper.html    |     0
 .../ignite/igfs/class-use/IgfsInputStream.html     |     0
 .../class-use/IgfsInvalidHdfsVersionException.html |     0
 .../igfs/class-use/IgfsInvalidPathException.html   |     0
 .../class-use/IgfsIpcEndpointConfiguration.html    |     0
 .../ignite/igfs/class-use/IgfsIpcEndpointType.html |     0
 .../apache/ignite/igfs/class-use/IgfsMetrics.html  |     0
 .../org/apache/ignite/igfs/class-use/IgfsMode.html |     0
 .../igfs/class-use/IgfsOutOfSpaceException.html    |     0
 .../ignite/igfs/class-use/IgfsOutputStream.html    |     0
 .../class-use/IgfsParentNotDirectoryException.html |     0
 .../org/apache/ignite/igfs/class-use/IgfsPath.html |     0
 .../class-use/IgfsPathAlreadyExistsException.html  |     0
 .../class-use/IgfsPathIsDirectoryException.html    |     0
 .../class-use/IgfsPathIsNotDirectoryException.html |     0
 .../igfs/class-use/IgfsPathNotFoundException.html  |     0
 .../ignite/igfs/class-use/IgfsPathSummary.html     |     0
 .../ignite/igfs/class-use/IgfsUserContext.html     |     0
 .../ignite/igfs/mapreduce/IgfsFileRange.html       |     0
 .../igfs/mapreduce/IgfsInputStreamJobAdapter.html  |     0
 .../org/apache/ignite/igfs/mapreduce/IgfsJob.html  |     0
 .../ignite/igfs/mapreduce/IgfsJobAdapter.html      |     0
 .../igfs/mapreduce/IgfsRangeInputStream.html       |     0
 .../ignite/igfs/mapreduce/IgfsRecordResolver.html  |     0
 .../org/apache/ignite/igfs/mapreduce/IgfsTask.html |     0
 .../apache/ignite/igfs/mapreduce/IgfsTaskArgs.html |     0
 .../igfs/mapreduce/IgfsTaskNoReduceAdapter.html    |     0
 .../igfs/mapreduce/class-use/IgfsFileRange.html    |     0
 .../class-use/IgfsInputStreamJobAdapter.html       |     0
 .../ignite/igfs/mapreduce/class-use/IgfsJob.html   |     0
 .../igfs/mapreduce/class-use/IgfsJobAdapter.html   |     0
 .../mapreduce/class-use/IgfsRangeInputStream.html  |     0
 .../mapreduce/class-use/IgfsRecordResolver.html    |     0
 .../ignite/igfs/mapreduce/class-use/IgfsTask.html  |     0
 .../igfs/mapreduce/class-use/IgfsTaskArgs.html     |     0
 .../class-use/IgfsTaskNoReduceAdapter.html         |     0
 .../ignite/igfs/mapreduce/package-frame.html       |     0
 .../ignite/igfs/mapreduce/package-summary.html     |     0
 .../apache/ignite/igfs/mapreduce/package-tree.html |     0
 .../apache/ignite/igfs/mapreduce/package-use.html  |     0
 .../records/IgfsByteDelimiterRecordResolver.html   |     0
 .../records/IgfsFixedLengthRecordResolver.html     |     0
 .../records/IgfsNewLineRecordResolver.html         |     0
 .../records/IgfsStringDelimiterRecordResolver.html |     0
 .../class-use/IgfsByteDelimiterRecordResolver.html |     0
 .../class-use/IgfsFixedLengthRecordResolver.html   |     0
 .../class-use/IgfsNewLineRecordResolver.html       |     0
 .../IgfsStringDelimiterRecordResolver.html         |     0
 .../igfs/mapreduce/records/package-frame.html      |     0
 .../igfs/mapreduce/records/package-summary.html    |     0
 .../igfs/mapreduce/records/package-tree.html       |     0
 .../ignite/igfs/mapreduce/records/package-use.html |     0
 .../org/apache/ignite/igfs/package-frame.html      |     0
 .../org/apache/ignite/igfs/package-summary.html    |     0
 .../org/apache/ignite/igfs/package-tree.html       |     0
 .../org/apache/ignite/igfs/package-use.html        |     0
 .../igfs/secondary/IgfsSecondaryFileSystem.html    |     0
 .../IgfsSecondaryFileSystemPositionedReadable.html |     0
 .../class-use/IgfsSecondaryFileSystem.html         |     0
 .../IgfsSecondaryFileSystemPositionedReadable.html |     0
 .../local/LocalIgfsSecondaryFileSystem.html        |     0
 .../class-use/LocalIgfsSecondaryFileSystem.html    |     0
 .../ignite/igfs/secondary/local/package-frame.html |     0
 .../igfs/secondary/local/package-summary.html      |     0
 .../ignite/igfs/secondary/local/package-tree.html  |     0
 .../ignite/igfs/secondary/local/package-use.html   |     0
 .../ignite/igfs/secondary/package-frame.html       |     0
 .../ignite/igfs/secondary/package-summary.html     |     0
 .../apache/ignite/igfs/secondary/package-tree.html |     0
 .../apache/ignite/igfs/secondary/package-use.html  |     0
 .../apache/ignite/lang/IgniteAsyncCallback.html    |     0
 .../org/apache/ignite/lang/IgniteAsyncSupport.html |     0
 .../apache/ignite/lang/IgniteAsyncSupported.html   |     0
 .../org/apache/ignite/lang/IgniteBiClosure.html    |     0
 .../org/apache/ignite/lang/IgniteBiInClosure.html  |     0
 .../org/apache/ignite/lang/IgniteBiPredicate.html  |     0
 .../org/apache/ignite/lang/IgniteBiTuple.html      |     0
 .../org/apache/ignite/lang/IgniteCallable.html     |     0
 .../org/apache/ignite/lang/IgniteClosure.html      |     0
 .../org/apache/ignite/lang/IgniteFuture.html       |     0
 .../lang/IgniteFutureCancelledException.html       |     0
 .../ignite/lang/IgniteFutureTimeoutException.html  |     0
 .../org/apache/ignite/lang/IgniteInClosure.html    |     0
 .../ignite/lang/IgniteNotPeerDeployable.html       |     0
 .../org/apache/ignite/lang/IgniteOutClosure.html   |     0
 .../org/apache/ignite/lang/IgnitePredicate.html    |     0
 .../apache/ignite/lang/IgniteProductVersion.html   |     0
 .../org/apache/ignite/lang/IgniteReducer.html      |     0
 .../org/apache/ignite/lang/IgniteRunnable.html     |     0
 .../javadoc/org/apache/ignite/lang/IgniteUuid.html |     0
 .../ignite/lang/class-use/IgniteAsyncCallback.html |     0
 .../ignite/lang/class-use/IgniteAsyncSupport.html  |     0
 .../lang/class-use/IgniteAsyncSupported.html       |     0
 .../ignite/lang/class-use/IgniteBiClosure.html     |     0
 .../ignite/lang/class-use/IgniteBiInClosure.html   |     0
 .../ignite/lang/class-use/IgniteBiPredicate.html   |     0
 .../ignite/lang/class-use/IgniteBiTuple.html       |     0
 .../ignite/lang/class-use/IgniteCallable.html      |     0
 .../ignite/lang/class-use/IgniteClosure.html       |     0
 .../apache/ignite/lang/class-use/IgniteFuture.html |     0
 .../class-use/IgniteFutureCancelledException.html  |     0
 .../class-use/IgniteFutureTimeoutException.html    |     0
 .../ignite/lang/class-use/IgniteInClosure.html     |     0
 .../lang/class-use/IgniteNotPeerDeployable.html    |     0
 .../ignite/lang/class-use/IgniteOutClosure.html    |     0
 .../ignite/lang/class-use/IgnitePredicate.html     |     0
 .../lang/class-use/IgniteProductVersion.html       |     0
 .../ignite/lang/class-use/IgniteReducer.html       |     0
 .../ignite/lang/class-use/IgniteRunnable.html      |     0
 .../apache/ignite/lang/class-use/IgniteUuid.html   |     0
 .../org/apache/ignite/lang/package-frame.html      |     0
 .../org/apache/ignite/lang/package-summary.html    |     0
 .../org/apache/ignite/lang/package-tree.html       |     0
 .../org/apache/ignite/lang/package-use.html        |     0
 .../apache/ignite/lifecycle/LifecycleAware.html    |     0
 .../org/apache/ignite/lifecycle/LifecycleBean.html |     0
 .../ignite/lifecycle/LifecycleEventType.html       |     0
 .../ignite/lifecycle/class-use/LifecycleAware.html |     0
 .../ignite/lifecycle/class-use/LifecycleBean.html  |     0
 .../lifecycle/class-use/LifecycleEventType.html    |     0
 .../org/apache/ignite/lifecycle/package-frame.html |     0
 .../apache/ignite/lifecycle/package-summary.html   |     0
 .../org/apache/ignite/lifecycle/package-tree.html  |     0
 .../org/apache/ignite/lifecycle/package-use.html   |     0
 .../apache/ignite/logger/LoggerNodeIdAware.html    |     0
 .../org/apache/ignite/logger/NullLogger.html       |     0
 .../ignite/logger/class-use/LoggerNodeIdAware.html |     0
 .../apache/ignite/logger/class-use/NullLogger.html |     0
 .../org/apache/ignite/logger/java/JavaLogger.html  |     0
 .../ignite/logger/java/JavaLoggerFileHandler.html  |     0
 .../ignite/logger/java/JavaLoggerFormatter.html    |     0
 .../ignite/logger/java/class-use/JavaLogger.html   |     0
 .../java/class-use/JavaLoggerFileHandler.html      |     0
 .../logger/java/class-use/JavaLoggerFormatter.html |     0
 .../apache/ignite/logger/java/package-frame.html   |     0
 .../apache/ignite/logger/java/package-summary.html |     0
 .../apache/ignite/logger/java/package-tree.html    |     0
 .../org/apache/ignite/logger/java/package-use.html |     0
 .../org/apache/ignite/logger/jcl/JclLogger.html    |     0
 .../ignite/logger/jcl/class-use/JclLogger.html     |     0
 .../apache/ignite/logger/jcl/package-frame.html    |     0
 .../apache/ignite/logger/jcl/package-summary.html  |     0
 .../org/apache/ignite/logger/jcl/package-tree.html |     0
 .../org/apache/ignite/logger/jcl/package-use.html  |     0
 .../log4j/Log4JDailyRollingFileAppender.html       |     0
 .../log4j/Log4JExternallyRolledFileAppender.html   |     0
 .../ignite/logger/log4j/Log4JFileAppender.html     |     0
 .../apache/ignite/logger/log4j/Log4JLogger.html    |     0
 .../logger/log4j/Log4jRollingFileAppender.html     |     0
 .../class-use/Log4JDailyRollingFileAppender.html   |     0
 .../Log4JExternallyRolledFileAppender.html         |     0
 .../logger/log4j/class-use/Log4JFileAppender.html  |     0
 .../ignite/logger/log4j/class-use/Log4JLogger.html |     0
 .../log4j/class-use/Log4jRollingFileAppender.html  |     0
 .../apache/ignite/logger/log4j/package-frame.html  |     0
 .../ignite/logger/log4j/package-summary.html       |     0
 .../apache/ignite/logger/log4j/package-tree.html   |     0
 .../apache/ignite/logger/log4j/package-use.html    |     0
 .../apache/ignite/logger/log4j2/Log4J2Logger.html  |     0
 .../logger/log4j2/class-use/Log4J2Logger.html      |     0
 .../apache/ignite/logger/log4j2/package-frame.html |     0
 .../ignite/logger/log4j2/package-summary.html      |     0
 .../apache/ignite/logger/log4j2/package-tree.html  |     0
 .../apache/ignite/logger/log4j2/package-use.html   |     0
 .../org/apache/ignite/logger/package-frame.html    |     0
 .../org/apache/ignite/logger/package-summary.html  |     0
 .../org/apache/ignite/logger/package-tree.html     |     0
 .../org/apache/ignite/logger/package-use.html      |     0
 .../apache/ignite/logger/slf4j/Slf4jLogger.html    |     0
 .../ignite/logger/slf4j/class-use/Slf4jLogger.html |     0
 .../apache/ignite/logger/slf4j/package-frame.html  |     0
 .../ignite/logger/slf4j/package-summary.html       |     0
 .../apache/ignite/logger/slf4j/package-tree.html   |     0
 .../apache/ignite/logger/slf4j/package-use.html    |     0
 .../ignite/marshaller/AbstractMarshaller.html      |     0
 .../AbstractNodeNameAwareMarshaller.html           |     0
 .../org/apache/ignite/marshaller/Marshaller.html   |     0
 .../ignite/marshaller/MarshallerContext.html       |     0
 .../ignite/marshaller/MarshallerExclusions.html    |     0
 .../apache/ignite/marshaller/MarshallerUtils.html  |     0
 .../marshaller/class-use/AbstractMarshaller.html   |     0
 .../class-use/AbstractNodeNameAwareMarshaller.html |     0
 .../ignite/marshaller/class-use/Marshaller.html    |     0
 .../marshaller/class-use/MarshallerContext.html    |     0
 .../marshaller/class-use/MarshallerExclusions.html |     0
 .../marshaller/class-use/MarshallerUtils.html      |     0
 .../ignite/marshaller/jdk/JdkMarshaller.html       |     0
 .../marshaller/jdk/class-use/JdkMarshaller.html    |     0
 .../ignite/marshaller/jdk/package-frame.html       |     0
 .../ignite/marshaller/jdk/package-summary.html     |     0
 .../apache/ignite/marshaller/jdk/package-tree.html |     0
 .../apache/ignite/marshaller/jdk/package-use.html  |     0
 .../apache/ignite/marshaller/package-frame.html    |     0
 .../apache/ignite/marshaller/package-summary.html  |     0
 .../org/apache/ignite/marshaller/package-tree.html |     0
 .../org/apache/ignite/marshaller/package-use.html  |     0
 .../org/apache/ignite/mesos/ClusterProperties.html |     0
 .../org/apache/ignite/mesos/IgniteFramework.html   |     0
 .../org/apache/ignite/mesos/IgniteScheduler.html   |     0
 .../org/apache/ignite/mesos/IgniteTask.html        |     0
 .../ignite/mesos/class-use/ClusterProperties.html  |     0
 .../ignite/mesos/class-use/IgniteFramework.html    |     0
 .../ignite/mesos/class-use/IgniteScheduler.html    |     0
 .../apache/ignite/mesos/class-use/IgniteTask.html  |     0
 .../org/apache/ignite/mesos/package-frame.html     |     0
 .../org/apache/ignite/mesos/package-summary.html   |     0
 .../org/apache/ignite/mesos/package-tree.html      |     0
 .../org/apache/ignite/mesos/package-use.html       |     0
 .../ignite/mesos/resource/IgniteProvider.html      |     0
 .../apache/ignite/mesos/resource/JettyServer.html  |     0
 .../ignite/mesos/resource/ResourceHandler.html     |     0
 .../ignite/mesos/resource/ResourceProvider.html    |     0
 .../mesos/resource/class-use/IgniteProvider.html   |     0
 .../mesos/resource/class-use/JettyServer.html      |     0
 .../mesos/resource/class-use/ResourceHandler.html  |     0
 .../mesos/resource/class-use/ResourceProvider.html |     0
 .../ignite/mesos/resource/package-frame.html       |     0
 .../ignite/mesos/resource/package-summary.html     |     0
 .../apache/ignite/mesos/resource/package-tree.html |     0
 .../apache/ignite/mesos/resource/package-use.html  |     0
 .../ignite/messaging/MessagingListenActor.html     |     0
 .../messaging/class-use/MessagingListenActor.html  |     0
 .../org/apache/ignite/messaging/package-frame.html |     0
 .../apache/ignite/messaging/package-summary.html   |     0
 .../org/apache/ignite/messaging/package-tree.html  |     0
 .../org/apache/ignite/messaging/package-use.html   |     0
 .../javadoc/org/apache/ignite/ml/Exportable.html   |     0
 .../javadoc/org/apache/ignite/ml/Exporter.html     |     0
 .../javadoc/org/apache/ignite/ml/FileExporter.html |     0
 .../apache/ignite/ml/FuzzyCMeansModelFormat.html   |     0
 .../org/apache/ignite/ml/KMeansModelFormat.html    |     0
 .../2.4.0/javadoc/org/apache/ignite/ml/Model.html  |     0
 .../javadoc/org/apache/ignite/ml/Trainer.html      |     0
 .../org/apache/ignite/ml/class-use/Exportable.html |     0
 .../org/apache/ignite/ml/class-use/Exporter.html   |     0
 .../apache/ignite/ml/class-use/FileExporter.html   |     0
 .../ml/class-use/FuzzyCMeansModelFormat.html       |     0
 .../ignite/ml/class-use/KMeansModelFormat.html     |     0
 .../org/apache/ignite/ml/class-use/Model.html      |     0
 .../org/apache/ignite/ml/class-use/Trainer.html    |     0
 .../BaseFuzzyCMeansClusterer.StopCondition.html    |     0
 .../ml/clustering/BaseFuzzyCMeansClusterer.html    |     0
 .../ignite/ml/clustering/BaseKMeansClusterer.html  |     0
 .../org/apache/ignite/ml/clustering/Clusterer.html |     0
 .../ignite/ml/clustering/ClusterizationModel.html  |     0
 .../FuzzyCMeansDistributedClusterer.html           |     0
 .../ml/clustering/FuzzyCMeansLocalClusterer.html   |     0
 .../ignite/ml/clustering/FuzzyCMeansModel.html     |     0
 .../ml/clustering/KMeansDistributedClusterer.html  |     0
 .../ignite/ml/clustering/KMeansLocalClusterer.html |     0
 .../apache/ignite/ml/clustering/KMeansModel.html   |     0
 .../ignite/ml/clustering/WeightedClusterer.html    |     0
 .../BaseFuzzyCMeansClusterer.StopCondition.html    |     0
 .../class-use/BaseFuzzyCMeansClusterer.html        |     0
 .../clustering/class-use/BaseKMeansClusterer.html  |     0
 .../ignite/ml/clustering/class-use/Clusterer.html  |     0
 .../clustering/class-use/ClusterizationModel.html  |     0
 .../class-use/FuzzyCMeansDistributedClusterer.html |     0
 .../class-use/FuzzyCMeansLocalClusterer.html       |     0
 .../ml/clustering/class-use/FuzzyCMeansModel.html  |     0
 .../class-use/KMeansDistributedClusterer.html      |     0
 .../clustering/class-use/KMeansLocalClusterer.html |     0
 .../ml/clustering/class-use/KMeansModel.html       |     0
 .../ml/clustering/class-use/WeightedClusterer.html |     0
 .../apache/ignite/ml/clustering/package-frame.html |     0
 .../ignite/ml/clustering/package-summary.html      |     0
 .../apache/ignite/ml/clustering/package-tree.html  |     0
 .../apache/ignite/ml/clustering/package-use.html   |     0
 .../apache/ignite/ml/estimators/Estimators.html    |     0
 .../ignite/ml/estimators/class-use/Estimators.html |     0
 .../apache/ignite/ml/estimators/package-frame.html |     0
 .../ignite/ml/estimators/package-summary.html      |     0
 .../apache/ignite/ml/estimators/package-tree.html  |     0
 .../apache/ignite/ml/estimators/package-use.html   |     0
 .../org/apache/ignite/ml/knn/models/KNNModel.html  |     0
 .../ignite/ml/knn/models/KNNModelFormat.html       |     0
 .../apache/ignite/ml/knn/models/KNNStrategy.html   |     0
 .../ignite/ml/knn/models/class-use/KNNModel.html   |     0
 .../ml/knn/models/class-use/KNNModelFormat.html    |     0
 .../ml/knn/models/class-use/KNNStrategy.html       |     0
 .../apache/ignite/ml/knn/models/package-frame.html |     0
 .../ignite/ml/knn/models/package-summary.html      |     0
 .../apache/ignite/ml/knn/models/package-tree.html  |     0
 .../apache/ignite/ml/knn/models/package-use.html   |     0
 .../org/apache/ignite/ml/knn/package-frame.html    |     0
 .../org/apache/ignite/ml/knn/package-summary.html  |     0
 .../org/apache/ignite/ml/knn/package-tree.html     |     0
 .../org/apache/ignite/ml/knn/package-use.html      |     0
 .../regression/KNNMultipleLinearRegression.html    |     0
 .../class-use/KNNMultipleLinearRegression.html     |     0
 .../ignite/ml/knn/regression/package-frame.html    |     0
 .../ignite/ml/knn/regression/package-summary.html  |     0
 .../ignite/ml/knn/regression/package-tree.html     |     0
 .../ignite/ml/knn/regression/package-use.html      |     0
 .../javadoc/org/apache/ignite/ml/math/Algebra.html |     0
 .../javadoc/org/apache/ignite/ml/math/Blas.html    |     0
 .../org/apache/ignite/ml/math/Constants.html       |     0
 .../org/apache/ignite/ml/math/Destroyable.html     |     0
 .../apache/ignite/ml/math/IdentityValueMapper.html |     0
 .../org/apache/ignite/ml/math/Isomorphism.html     |     0
 .../org/apache/ignite/ml/math/KeyMapper.html       |     0
 .../org/apache/ignite/ml/math/MathUtils.html       |     0
 .../org/apache/ignite/ml/math/Matrix.Element.html  |     0
 .../javadoc/org/apache/ignite/ml/math/Matrix.html  |     0
 .../org/apache/ignite/ml/math/MatrixStorage.html   |     0
 .../org/apache/ignite/ml/math/MetaAttributes.html  |     0
 .../org/apache/ignite/ml/math/MurmurHash.html      |     0
 .../org/apache/ignite/ml/math/OrderedMatrix.html   |     0
 .../org/apache/ignite/ml/math/Precision.html       |     0
 .../apache/ignite/ml/math/StorageConstants.html    |     0
 .../apache/ignite/ml/math/StorageOpsMetrics.html   |     0
 .../apache/ignite/ml/math/Tracer.ColorMapper.html  |     0
 .../javadoc/org/apache/ignite/ml/math/Tracer.html  |     0
 .../org/apache/ignite/ml/math/Vector.Element.html  |     0
 .../javadoc/org/apache/ignite/ml/math/Vector.html  |     0
 .../org/apache/ignite/ml/math/VectorStorage.html   |     0
 .../org/apache/ignite/ml/math/VectorUtils.html     |     0
 .../apache/ignite/ml/math/class-use/Algebra.html   |     0
 .../org/apache/ignite/ml/math/class-use/Blas.html  |     0
 .../apache/ignite/ml/math/class-use/Constants.html |     0
 .../ignite/ml/math/class-use/Destroyable.html      |     0
 .../ml/math/class-use/IdentityValueMapper.html     |     0
 .../ignite/ml/math/class-use/Isomorphism.html      |     0
 .../apache/ignite/ml/math/class-use/KeyMapper.html |     0
 .../apache/ignite/ml/math/class-use/MathUtils.html |     0
 .../ignite/ml/math/class-use/Matrix.Element.html   |     0
 .../apache/ignite/ml/math/class-use/Matrix.html    |     0
 .../ignite/ml/math/class-use/MatrixStorage.html    |     0
 .../ignite/ml/math/class-use/MetaAttributes.html   |     0
 .../ignite/ml/math/class-use/MurmurHash.html       |     0
 .../ignite/ml/math/class-use/OrderedMatrix.html    |     0
 .../apache/ignite/ml/math/class-use/Precision.html |     0
 .../ignite/ml/math/class-use/StorageConstants.html |     0
 .../ml/math/class-use/StorageOpsMetrics.html       |     0
 .../ml/math/class-use/Tracer.ColorMapper.html      |     0
 .../apache/ignite/ml/math/class-use/Tracer.html    |     0
 .../ignite/ml/math/class-use/Vector.Element.html   |     0
 .../apache/ignite/ml/math/class-use/Vector.html    |     0
 .../ignite/ml/math/class-use/VectorStorage.html    |     0
 .../ignite/ml/math/class-use/VectorUtils.html      |     0
 .../math/decompositions/CholeskyDecomposition.html |     0
 .../math/decompositions/DecompositionSupport.html  |     0
 .../ml/math/decompositions/EigenDecomposition.html |     0
 .../ml/math/decompositions/LUDecomposition.html    |     0
 .../ignite/ml/math/decompositions/QRDSolver.html   |     0
 .../ml/math/decompositions/QRDecomposition.html    |     0
 .../decompositions/SingularValueDecomposition.html |     0
 .../class-use/CholeskyDecomposition.html           |     0
 .../class-use/DecompositionSupport.html            |     0
 .../class-use/EigenDecomposition.html              |     0
 .../decompositions/class-use/LUDecomposition.html  |     0
 .../math/decompositions/class-use/QRDSolver.html   |     0
 .../decompositions/class-use/QRDecomposition.html  |     0
 .../class-use/SingularValueDecomposition.html      |     0
 .../ml/math/decompositions/package-frame.html      |     0
 .../ml/math/decompositions/package-summary.html    |     0
 .../ml/math/decompositions/package-tree.html       |     0
 .../ignite/ml/math/decompositions/package-use.html |     0
 .../ignite/ml/math/distances/DistanceMeasure.html  |     0
 .../ml/math/distances/EuclideanDistance.html       |     0
 .../ignite/ml/math/distances/HammingDistance.html  |     0
 .../ml/math/distances/ManhattanDistance.html       |     0
 .../math/distances/class-use/DistanceMeasure.html  |     0
 .../distances/class-use/EuclideanDistance.html     |     0
 .../math/distances/class-use/HammingDistance.html  |     0
 .../distances/class-use/ManhattanDistance.html     |     0
 .../ignite/ml/math/distances/package-frame.html    |     0
 .../ignite/ml/math/distances/package-summary.html  |     0
 .../ignite/ml/math/distances/package-tree.html     |     0
 .../ignite/ml/math/distances/package-use.html      |     0
 .../ml/math/distributed/CacheUtils.CacheEntry.html |     0
 .../ignite/ml/math/distributed/CacheUtils.html     |     0
 .../ml/math/distributed/DistributedStorage.html    |     0
 .../ml/math/distributed/MatrixKeyMapper.html       |     0
 .../ignite/ml/math/distributed/ValueMapper.html    |     0
 .../ml/math/distributed/VectorKeyMapper.html       |     0
 .../class-use/CacheUtils.CacheEntry.html           |     0
 .../ml/math/distributed/class-use/CacheUtils.html  |     0
 .../distributed/class-use/DistributedStorage.html  |     0
 .../distributed/class-use/MatrixKeyMapper.html     |     0
 .../ml/math/distributed/class-use/ValueMapper.html |     0
 .../distributed/class-use/VectorKeyMapper.html     |     0
 .../distributed/keys/DataStructureCacheKey.html    |     0
 .../ml/math/distributed/keys/MatrixBlockKey.html   |     0
 .../ml/math/distributed/keys/RowColMatrixKey.html  |     0
 .../ml/math/distributed/keys/VectorBlockKey.html   |     0
 .../keys/class-use/DataStructureCacheKey.html      |     0
 .../distributed/keys/class-use/MatrixBlockKey.html |     0
 .../keys/class-use/RowColMatrixKey.html            |     0
 .../distributed/keys/class-use/VectorBlockKey.html |     0
 .../math/distributed/keys/impl/MatrixBlockKey.html |     0
 .../distributed/keys/impl/SparseMatrixKey.html     |     0
 .../math/distributed/keys/impl/VectorBlockKey.html |     0
 .../keys/impl/class-use/MatrixBlockKey.html        |     0
 .../keys/impl/class-use/SparseMatrixKey.html       |     0
 .../keys/impl/class-use/VectorBlockKey.html        |     0
 .../math/distributed/keys/impl/package-frame.html  |     0
 .../distributed/keys/impl/package-summary.html     |     0
 .../math/distributed/keys/impl/package-tree.html   |     0
 .../ml/math/distributed/keys/impl/package-use.html |     0
 .../ml/math/distributed/keys/package-frame.html    |     0
 .../ml/math/distributed/keys/package-summary.html  |     0
 .../ml/math/distributed/keys/package-tree.html     |     0
 .../ml/math/distributed/keys/package-use.html      |     0
 .../ignite/ml/math/distributed/package-frame.html  |     0
 .../ml/math/distributed/package-summary.html       |     0
 .../ignite/ml/math/distributed/package-tree.html   |     0
 .../ignite/ml/math/distributed/package-use.html    |     0
 .../ml/math/exceptions/CardinalityException.html   |     0
 .../ml/math/exceptions/ColumnIndexException.html   |     0
 .../ml/math/exceptions/ConvergenceException.html   |     0
 .../ignite/ml/math/exceptions/IndexException.html  |     0
 .../math/exceptions/InsufficientDataException.html |     0
 .../math/exceptions/MathArithmeticException.html   |     0
 .../exceptions/MathIllegalArgumentException.html   |     0
 .../exceptions/MathIllegalNumberException.html     |     0
 .../math/exceptions/MathIllegalStateException.html |     0
 .../ml/math/exceptions/MathRuntimeException.html   |     0
 .../ignite/ml/math/exceptions/NoDataException.html |     0
 .../NonPositiveDefiniteMatrixException.html        |     0
 .../math/exceptions/NonSquareMatrixException.html  |     0
 .../exceptions/NonSymmetricMatrixException.html    |     0
 .../ml/math/exceptions/NullArgumentException.html  |     0
 .../math/exceptions/NumberIsTooSmallException.html |     0
 .../ml/math/exceptions/RowIndexException.html      |     0
 .../math/exceptions/SingularMatrixException.html   |     0
 .../math/exceptions/UnknownProviderException.html  |     0
 .../exceptions/UnsupportedOperationException.html  |     0
 .../exceptions/class-use/CardinalityException.html |     0
 .../exceptions/class-use/ColumnIndexException.html |     0
 .../exceptions/class-use/ConvergenceException.html |     0
 .../math/exceptions/class-use/IndexException.html  |     0
 .../class-use/InsufficientDataException.html       |     0
 .../class-use/MathArithmeticException.html         |     0
 .../class-use/MathIllegalArgumentException.html    |     0
 .../class-use/MathIllegalNumberException.html      |     0
 .../class-use/MathIllegalStateException.html       |     0
 .../exceptions/class-use/MathRuntimeException.html |     0
 .../math/exceptions/class-use/NoDataException.html |     0
 .../NonPositiveDefiniteMatrixException.html        |     0
 .../class-use/NonSquareMatrixException.html        |     0
 .../class-use/NonSymmetricMatrixException.html     |     0
 .../class-use/NullArgumentException.html           |     0
 .../class-use/NumberIsTooSmallException.html       |     0
 .../exceptions/class-use/RowIndexException.html    |     0
 .../class-use/SingularMatrixException.html         |     0
 .../class-use/UnknownProviderException.html        |     0
 .../class-use/UnsupportedOperationException.html   |     0
 .../ml/math/exceptions/knn/EmptyFileException.html |     0
 .../math/exceptions/knn/FileParsingException.html  |     0
 .../exceptions/knn/NoLabelVectorException.html     |     0
 .../knn/SmallTrainingDatasetSizeException.html     |     0
 .../knn/class-use/EmptyFileException.html          |     0
 .../knn/class-use/FileParsingException.html        |     0
 .../knn/class-use/NoLabelVectorException.html      |     0
 .../SmallTrainingDatasetSizeException.html         |     0
 .../ml/math/exceptions/knn/package-frame.html      |     0
 .../ml/math/exceptions/knn/package-summary.html    |     0
 .../ml/math/exceptions/knn/package-tree.html       |     0
 .../ignite/ml/math/exceptions/knn/package-use.html |     0
 .../ignite/ml/math/exceptions/package-frame.html   |     0
 .../ignite/ml/math/exceptions/package-summary.html |     0
 .../ignite/ml/math/exceptions/package-tree.html    |     0
 .../ignite/ml/math/exceptions/package-use.html     |     0
 .../apache/ignite/ml/math/functions/Functions.html |     0
 .../ignite/ml/math/functions/IgniteBiConsumer.html |     0
 .../ignite/ml/math/functions/IgniteBiFunction.html |     0
 .../ml/math/functions/IgniteBinaryOperator.html    |     0
 .../ignite/ml/math/functions/IgniteConsumer.html   |     0
 .../ml/math/functions/IgniteCurriedBiFunction.html |     0
 .../math/functions/IgniteCurriedTriFunction.html   |     0
 ...IgniteDifferentiableDoubleToDoubleFunction.html |     0
 ...IgniteDifferentiableVectorToDoubleFunction.html |     0
 .../ml/math/functions/IgniteDoubleFunction.html    |     0
 .../ignite/ml/math/functions/IgniteFunction.html   |     0
 .../IgniteIntDoubleToDoubleBiFunction.html         |     0
 .../functions/IgniteIntIntToIntBiFunction.html     |     0
 .../ignite/ml/math/functions/IgniteSupplier.html   |     0
 .../ml/math/functions/IgniteToDoubleFunction.html  |     0
 .../ml/math/functions/IgniteTriConsumer.html       |     0
 .../ml/math/functions/IgniteTriFunction.html       |     0
 .../ml/math/functions/IntDoubleToVoidFunction.html |     0
 .../math/functions/IntIntDoubleToVoidFunction.html |     0
 .../ml/math/functions/IntIntToDoubleFunction.html  |     0
 .../ml/math/functions/class-use/Functions.html     |     0
 .../math/functions/class-use/IgniteBiConsumer.html |     0
 .../math/functions/class-use/IgniteBiFunction.html |     0
 .../functions/class-use/IgniteBinaryOperator.html  |     0
 .../math/functions/class-use/IgniteConsumer.html   |     0
 .../class-use/IgniteCurriedBiFunction.html         |     0
 .../class-use/IgniteCurriedTriFunction.html        |     0
 ...IgniteDifferentiableDoubleToDoubleFunction.html |     0
 ...IgniteDifferentiableVectorToDoubleFunction.html |     0
 .../functions/class-use/IgniteDoubleFunction.html  |     0
 .../math/functions/class-use/IgniteFunction.html   |     0
 .../IgniteIntDoubleToDoubleBiFunction.html         |     0
 .../class-use/IgniteIntIntToIntBiFunction.html     |     0
 .../math/functions/class-use/IgniteSupplier.html   |     0
 .../class-use/IgniteToDoubleFunction.html          |     0
 .../functions/class-use/IgniteTriConsumer.html     |     0
 .../functions/class-use/IgniteTriFunction.html     |     0
 .../class-use/IntDoubleToVoidFunction.html         |     0
 .../class-use/IntIntDoubleToVoidFunction.html      |     0
 .../class-use/IntIntToDoubleFunction.html          |     0
 .../ignite/ml/math/functions/package-frame.html    |     0
 .../ignite/ml/math/functions/package-summary.html  |     0
 .../ignite/ml/math/functions/package-tree.html     |     0
 .../ignite/ml/math/functions/package-use.html      |     0
 .../ml/math/impls/matrix/AbstractMatrix.html       |     0
 .../ignite/ml/math/impls/matrix/CacheMatrix.html   |     0
 .../math/impls/matrix/DenseLocalOffHeapMatrix.html |     0
 .../math/impls/matrix/DenseLocalOnHeapMatrix.html  |     0
 .../ml/math/impls/matrix/DiagonalMatrix.html       |     0
 .../ml/math/impls/matrix/FunctionMatrix.html       |     0
 .../ml/math/impls/matrix/MatrixBlockEntry.html     |     0
 .../ignite/ml/math/impls/matrix/MatrixView.html    |     0
 .../ml/math/impls/matrix/PivotedMatrixView.html    |     0
 .../ignite/ml/math/impls/matrix/RandomMatrix.html  |     0
 .../impls/matrix/SparseBlockDistributedMatrix.html |     0
 .../math/impls/matrix/SparseDistributedMatrix.html |     0
 .../math/impls/matrix/SparseLocalOnHeapMatrix.html |     0
 .../ml/math/impls/matrix/TransposedMatrixView.html |     0
 .../impls/matrix/class-use/AbstractMatrix.html     |     0
 .../math/impls/matrix/class-use/CacheMatrix.html   |     0
 .../matrix/class-use/DenseLocalOffHeapMatrix.html  |     0
 .../matrix/class-use/DenseLocalOnHeapMatrix.html   |     0
 .../impls/matrix/class-use/DiagonalMatrix.html     |     0
 .../impls/matrix/class-use/FunctionMatrix.html     |     0
 .../impls/matrix/class-use/MatrixBlockEntry.html   |     0
 .../ml/math/impls/matrix/class-use/MatrixView.html |     0
 .../impls/matrix/class-use/PivotedMatrixView.html  |     0
 .../math/impls/matrix/class-use/RandomMatrix.html  |     0
 .../class-use/SparseBlockDistributedMatrix.html    |     0
 .../matrix/class-use/SparseDistributedMatrix.html  |     0
 .../matrix/class-use/SparseLocalOnHeapMatrix.html  |     0
 .../matrix/class-use/TransposedMatrixView.html     |     0
 .../ignite/ml/math/impls/matrix/package-frame.html |     0
 .../ml/math/impls/matrix/package-summary.html      |     0
 .../ignite/ml/math/impls/matrix/package-tree.html  |     0
 .../ignite/ml/math/impls/matrix/package-use.html   |     0
 .../apache/ignite/ml/math/impls/package-frame.html |     0
 .../ignite/ml/math/impls/package-summary.html      |     0
 .../apache/ignite/ml/math/impls/package-tree.html  |     0
 .../apache/ignite/ml/math/impls/package-use.html   |     0
 .../impls/storage/matrix/ArrayMatrixStorage.html   |     0
 .../impls/storage/matrix/BlockMatrixStorage.html   |     0
 .../impls/storage/matrix/BlockVectorStorage.html   |     0
 .../impls/storage/matrix/CacheMatrixStorage.html   |     0
 .../storage/matrix/DenseOffHeapMatrixStorage.html  |     0
 .../storage/matrix/DiagonalMatrixStorage.html      |     0
 .../storage/matrix/FunctionMatrixStorage.html      |     0
 .../impls/storage/matrix/MapWrapperStorage.html    |     0
 .../storage/matrix/MatrixDelegateStorage.html      |     0
 .../impls/storage/matrix/PivotedMatrixStorage.html |     0
 .../impls/storage/matrix/RandomMatrixStorage.html  |     0
 .../matrix/SparseDistributedMatrixStorage.html     |     0
 .../matrix/SparseLocalOnHeapMatrixStorage.html     |     0
 .../matrix/class-use/ArrayMatrixStorage.html       |     0
 .../matrix/class-use/BlockMatrixStorage.html       |     0
 .../matrix/class-use/BlockVectorStorage.html       |     0
 .../matrix/class-use/CacheMatrixStorage.html       |     0
 .../class-use/DenseOffHeapMatrixStorage.html       |     0
 .../matrix/class-use/DiagonalMatrixStorage.html    |     0
 .../matrix/class-use/FunctionMatrixStorage.html    |     0
 .../matrix/class-use/MapWrapperStorage.html        |     0
 .../matrix/class-use/MatrixDelegateStorage.html    |     0
 .../matrix/class-use/PivotedMatrixStorage.html     |     0
 .../matrix/class-use/RandomMatrixStorage.html      |     0
 .../class-use/SparseDistributedMatrixStorage.html  |     0
 .../class-use/SparseLocalOnHeapMatrixStorage.html  |     0
 .../math/impls/storage/matrix/package-frame.html   |     0
 .../math/impls/storage/matrix/package-summary.html |     0
 .../ml/math/impls/storage/matrix/package-tree.html |     0
 .../ml/math/impls/storage/matrix/package-use.html  |     0
 .../impls/storage/vector/ArrayVectorStorage.html   |     0
 .../impls/storage/vector/CacheVectorStorage.html   |     0
 .../storage/vector/ConstantVectorStorage.html      |     0
 .../storage/vector/DelegateVectorStorage.html      |     0
 .../vector/DenseLocalOffHeapVectorStorage.html     |     0
 .../storage/vector/FunctionVectorStorage.html      |     0
 .../impls/storage/vector/MatrixVectorStorage.html  |     0
 .../impls/storage/vector/PivotedVectorStorage.html |     0
 .../impls/storage/vector/RandomVectorStorage.html  |     0
 .../vector/SingleElementVectorDelegateStorage.html |     0
 .../storage/vector/SingleElementVectorStorage.html |     0
 .../vector/SparseDistributedVectorStorage.html     |     0
 .../vector/SparseLocalOffHeapVectorStorage.html    |     0
 .../vector/SparseLocalOnHeapVectorStorage.html     |     0
 .../vector/class-use/ArrayVectorStorage.html       |     0
 .../vector/class-use/CacheVectorStorage.html       |     0
 .../vector/class-use/ConstantVectorStorage.html    |     0
 .../vector/class-use/DelegateVectorStorage.html    |     0
 .../class-use/DenseLocalOffHeapVectorStorage.html  |     0
 .../vector/class-use/FunctionVectorStorage.html    |     0
 .../vector/class-use/MatrixVectorStorage.html      |     0
 .../vector/class-use/PivotedVectorStorage.html     |     0
 .../vector/class-use/RandomVectorStorage.html      |     0
 .../SingleElementVectorDelegateStorage.html        |     0
 .../class-use/SingleElementVectorStorage.html      |     0
 .../class-use/SparseDistributedVectorStorage.html  |     0
 .../class-use/SparseLocalOffHeapVectorStorage.html |     0
 .../class-use/SparseLocalOnHeapVectorStorage.html  |     0
 .../math/impls/storage/vector/package-frame.html   |     0
 .../math/impls/storage/vector/package-summary.html |     0
 .../ml/math/impls/storage/vector/package-tree.html |     0
 .../ml/math/impls/storage/vector/package-use.html  |     0
 .../math/impls/vector/AbstractReadOnlyVector.html  |     0
 .../ml/math/impls/vector/AbstractVector.html       |     0
 .../ignite/ml/math/impls/vector/CacheVector.html   |     0
 .../ml/math/impls/vector/ConstantVector.html       |     0
 .../ml/math/impls/vector/DelegatingVector.html     |     0
 .../math/impls/vector/DenseLocalOffHeapVector.html |     0
 .../math/impls/vector/DenseLocalOnHeapVector.html  |     0
 .../ml/math/impls/vector/FunctionVector.html       |     0
 .../ml/math/impls/vector/MapWrapperVector.html     |     0
 .../ml/math/impls/vector/MatrixVectorView.html     |     0
 .../ml/math/impls/vector/PivotedVectorView.html    |     0
 .../ignite/ml/math/impls/vector/RandomVector.html  |     0
 .../ml/math/impls/vector/SingleElementVector.html  |     0
 .../math/impls/vector/SingleElementVectorView.html |     0
 .../impls/vector/SparseBlockDistributedVector.html |     0
 .../math/impls/vector/SparseDistributedVector.html |     0
 .../impls/vector/SparseLocalOffHeapVector.html     |     0
 .../ml/math/impls/vector/SparseLocalVector.html    |     0
 .../ml/math/impls/vector/VectorBlockEntry.html     |     0
 .../ignite/ml/math/impls/vector/VectorView.html    |     0
 .../vector/class-use/AbstractReadOnlyVector.html   |     0
 .../impls/vector/class-use/AbstractVector.html     |     0
 .../math/impls/vector/class-use/CacheVector.html   |     0
 .../impls/vector/class-use/ConstantVector.html     |     0
 .../impls/vector/class-use/DelegatingVector.html   |     0
 .../vector/class-use/DenseLocalOffHeapVector.html  |     0
 .../vector/class-use/DenseLocalOnHeapVector.html   |     0
 .../impls/vector/class-use/FunctionVector.html     |     0
 .../impls/vector/class-use/MapWrapperVector.html   |     0
 .../impls/vector/class-use/MatrixVectorView.html   |     0
 .../impls/vector/class-use/PivotedVectorView.html  |     0
 .../math/impls/vector/class-use/RandomVector.html  |     0
 .../vector/class-use/SingleElementVector.html      |     0
 .../vector/class-use/SingleElementVectorView.html  |     0
 .../class-use/SparseBlockDistributedVector.html    |     0
 .../vector/class-use/SparseDistributedVector.html  |     0
 .../vector/class-use/SparseLocalOffHeapVector.html |     0
 .../impls/vector/class-use/SparseLocalVector.html  |     0
 .../impls/vector/class-use/VectorBlockEntry.html   |     0
 .../ml/math/impls/vector/class-use/VectorView.html |     0
 .../ignite/ml/math/impls/vector/package-frame.html |     0
 .../ml/math/impls/vector/package-summary.html      |     0
 .../ignite/ml/math/impls/vector/package-tree.html  |     0
 .../ignite/ml/math/impls/vector/package-use.html   |     0
 .../org/apache/ignite/ml/math/package-frame.html   |     0
 .../org/apache/ignite/ml/math/package-summary.html |     0
 .../org/apache/ignite/ml/math/package-tree.html    |     0
 .../org/apache/ignite/ml/math/package-use.html     |     0
 .../apache/ignite/ml/math/statistics/Variance.html |     0
 .../ml/math/statistics/class-use/Variance.html     |     0
 .../ignite/ml/math/statistics/package-frame.html   |     0
 .../ignite/ml/math/statistics/package-summary.html |     0
 .../ignite/ml/math/statistics/package-tree.html    |     0
 .../ignite/ml/math/statistics/package-use.html     |     0
 .../org/apache/ignite/ml/math/util/MapUtil.html    |     0
 .../org/apache/ignite/ml/math/util/MatrixUtil.html |     0
 .../ignite/ml/math/util/class-use/MapUtil.html     |     0
 .../ignite/ml/math/util/class-use/MatrixUtil.html  |     0
 .../apache/ignite/ml/math/util/package-frame.html  |     0
 .../ignite/ml/math/util/package-summary.html       |     0
 .../apache/ignite/ml/math/util/package-tree.html   |     0
 .../apache/ignite/ml/math/util/package-use.html    |     0
 .../org/apache/ignite/ml/nn/Activators.html        |     0
 .../apache/ignite/ml/nn/LabeledVectorsCache.html   |     0
 .../ml/nn/MLPGroupUpdateTrainerCacheInput.html     |     0
 .../javadoc/org/apache/ignite/ml/nn/MLPLayer.html  |     0
 .../javadoc/org/apache/ignite/ml/nn/MLPState.html  |     0
 .../apache/ignite/ml/nn/MultilayerPerceptron.html  |     0
 .../ml/nn/architecture/LayerArchitecture.html      |     0
 .../ignite/ml/nn/architecture/MLPArchitecture.html |     0
 .../TransformationLayerArchitecture.html           |     0
 .../architecture/class-use/LayerArchitecture.html  |     0
 .../nn/architecture/class-use/MLPArchitecture.html |     0
 .../class-use/TransformationLayerArchitecture.html |     0
 .../ignite/ml/nn/architecture/package-frame.html   |     0
 .../ignite/ml/nn/architecture/package-summary.html |     0
 .../ignite/ml/nn/architecture/package-tree.html    |     0
 .../ignite/ml/nn/architecture/package-use.html     |     0
 .../apache/ignite/ml/nn/class-use/Activators.html  |     0
 .../ml/nn/class-use/LabeledVectorsCache.html       |     0
 .../class-use/MLPGroupUpdateTrainerCacheInput.html |     0
 .../apache/ignite/ml/nn/class-use/MLPLayer.html    |     0
 .../apache/ignite/ml/nn/class-use/MLPState.html    |     0
 .../ml/nn/class-use/MultilayerPerceptron.html      |     0
 .../ignite/ml/nn/initializers/MLPInitializer.html  |     0
 .../ml/nn/initializers/RandomInitializer.html      |     0
 .../nn/initializers/class-use/MLPInitializer.html  |     0
 .../initializers/class-use/RandomInitializer.html  |     0
 .../ignite/ml/nn/initializers/package-frame.html   |     0
 .../ignite/ml/nn/initializers/package-summary.html |     0
 .../ignite/ml/nn/initializers/package-tree.html    |     0
 .../ignite/ml/nn/initializers/package-use.html     |     0
 .../org/apache/ignite/ml/nn/package-frame.html     |     0
 .../org/apache/ignite/ml/nn/package-summary.html   |     0
 .../org/apache/ignite/ml/nn/package-tree.html      |     0
 .../org/apache/ignite/ml/nn/package-use.html       |     0
 .../AbstractMLPGroupUpdateTrainerInput.html        |     0
 .../ml/nn/trainers/distributed/MLPCache.html       |     0
 .../distributed/MLPGroupTrainingCacheValue.html    |     0
 .../distributed/MLPGroupUpdateTrainer.html         |     0
 .../MLPGroupUpdateTrainerDataCache.html            |     0
 .../MLPGroupUpdateTrainerLocalContext.html         |     0
 .../distributed/MLPGroupUpdateTrainingContext.html |     0
 .../distributed/MLPGroupUpdateTrainingData.html    |     0
 .../MLPGroupUpdateTrainingLoopData.html            |     0
 .../nn/trainers/distributed/MLPMetaoptimizer.html  |     0
 .../AbstractMLPGroupUpdateTrainerInput.html        |     0
 .../trainers/distributed/class-use/MLPCache.html   |     0
 .../class-use/MLPGroupTrainingCacheValue.html      |     0
 .../class-use/MLPGroupUpdateTrainer.html           |     0
 .../class-use/MLPGroupUpdateTrainerDataCache.html  |     0
 .../MLPGroupUpdateTrainerLocalContext.html         |     0
 .../class-use/MLPGroupUpdateTrainingContext.html   |     0
 .../class-use/MLPGroupUpdateTrainingData.html      |     0
 .../class-use/MLPGroupUpdateTrainingLoopData.html  |     0
 .../distributed/class-use/MLPMetaoptimizer.html    |     0
 .../ml/nn/trainers/distributed/package-frame.html  |     0
 .../nn/trainers/distributed/package-summary.html   |     0
 .../ml/nn/trainers/distributed/package-tree.html   |     0
 .../ml/nn/trainers/distributed/package-use.html    |     0
 .../ml/nn/trainers/local/MLPLocalBatchTrainer.html |     0
 .../local/class-use/MLPLocalBatchTrainer.html      |     0
 .../ignite/ml/nn/trainers/local/package-frame.html |     0
 .../ml/nn/trainers/local/package-summary.html      |     0
 .../ignite/ml/nn/trainers/local/package-tree.html  |     0
 .../ignite/ml/nn/trainers/local/package-use.html   |     0
 .../ignite/ml/nn/trainers/package-frame.html       |     0
 .../ignite/ml/nn/trainers/package-summary.html     |     0
 .../apache/ignite/ml/nn/trainers/package-tree.html |     0
 .../apache/ignite/ml/nn/trainers/package-use.html  |     0
 .../ml/optimization/BarzilaiBorweinUpdater.html    |     0
 .../ignite/ml/optimization/GradientDescent.html    |     0
 .../ignite/ml/optimization/GradientFunction.html   |     0
 .../optimization/LeastSquaresGradientFunction.html |     0
 .../ignite/ml/optimization/LossFunctions.html      |     0
 .../ignite/ml/optimization/Parametrized.html       |     0
 .../ignite/ml/optimization/SimpleUpdater.html      |     0
 .../ignite/ml/optimization/SmoothParametrized.html |     0
 .../org/apache/ignite/ml/optimization/Updater.html |     0
 .../class-use/BarzilaiBorweinUpdater.html          |     0
 .../ml/optimization/class-use/GradientDescent.html |     0
 .../optimization/class-use/GradientFunction.html   |     0
 .../class-use/LeastSquaresGradientFunction.html    |     0
 .../ml/optimization/class-use/LossFunctions.html   |     0
 .../ml/optimization/class-use/Parametrized.html    |     0
 .../ml/optimization/class-use/SimpleUpdater.html   |     0
 .../optimization/class-use/SmoothParametrized.html |     0
 .../ignite/ml/optimization/class-use/Updater.html  |     0
 .../ignite/ml/optimization/package-frame.html      |     0
 .../ignite/ml/optimization/package-summary.html    |     0
 .../ignite/ml/optimization/package-tree.html       |     0
 .../apache/ignite/ml/optimization/package-use.html |     0
 .../updatecalculators/NesterovParameterUpdate.html |     0
 .../NesterovUpdateCalculator.html                  |     0
 .../ParameterUpdateCalculator.html                 |     0
 .../updatecalculators/RPropParameterUpdate.html    |     0
 .../updatecalculators/RPropUpdateCalculator.html   |     0
 .../updatecalculators/SimpleGDParameterUpdate.html |     0
 .../SimpleGDUpdateCalculator.html                  |     0
 .../class-use/NesterovParameterUpdate.html         |     0
 .../class-use/NesterovUpdateCalculator.html        |     0
 .../class-use/ParameterUpdateCalculator.html       |     0
 .../class-use/RPropParameterUpdate.html            |     0
 .../class-use/RPropUpdateCalculator.html           |     0
 .../class-use/SimpleGDParameterUpdate.html         |     0
 .../class-use/SimpleGDUpdateCalculator.html        |     0
 .../updatecalculators/package-frame.html           |     0
 .../updatecalculators/package-summary.html         |     0
 .../updatecalculators/package-tree.html            |     0
 .../updatecalculators/package-use.html             |     0
 .../util/SparseDistributedMatrixMapReducer.html    |     0
 .../SparseDistributedMatrixMapReducer.html         |     0
 .../ignite/ml/optimization/util/package-frame.html |     0
 .../ml/optimization/util/package-summary.html      |     0
 .../ignite/ml/optimization/util/package-tree.html  |     0
 .../ignite/ml/optimization/util/package-use.html   |     0
 .../org/apache/ignite/ml/package-frame.html        |     0
 .../org/apache/ignite/ml/package-summary.html      |     0
 .../javadoc/org/apache/ignite/ml/package-tree.html |     0
 .../javadoc/org/apache/ignite/ml/package-use.html  |     0
 .../regressions/linear/LinearRegressionModel.html  |     0
 .../linear/LinearRegressionQRTrainer.html          |     0
 .../linear/LinearRegressionSGDTrainer.html         |     0
 .../linear/class-use/LinearRegressionModel.html    |     0
 .../class-use/LinearRegressionQRTrainer.html       |     0
 .../class-use/LinearRegressionSGDTrainer.html      |     0
 .../ml/regressions/linear/package-frame.html       |     0
 .../ml/regressions/linear/package-summary.html     |     0
 .../ignite/ml/regressions/linear/package-tree.html |     0
 .../ignite/ml/regressions/linear/package-use.html  |     0
 .../ignite/ml/regressions/package-frame.html       |     0
 .../ignite/ml/regressions/package-summary.html     |     0
 .../apache/ignite/ml/regressions/package-tree.html |     0
 .../apache/ignite/ml/regressions/package-use.html  |     0
 .../org/apache/ignite/ml/structures/Dataset.html   |     0
 .../apache/ignite/ml/structures/DatasetRow.html    |     0
 .../ignite/ml/structures/FeatureMetadata.html      |     0
 .../ignite/ml/structures/LabeledDataset.html       |     0
 .../ml/structures/LabeledDatasetTestTrainPair.html |     0
 .../apache/ignite/ml/structures/LabeledVector.html |     0
 .../ignite/ml/structures/LabeledVectorDouble.html  |     0
 .../ignite/ml/structures/class-use/Dataset.html    |     0
 .../ignite/ml/structures/class-use/DatasetRow.html |     0
 .../ml/structures/class-use/FeatureMetadata.html   |     0
 .../ml/structures/class-use/LabeledDataset.html    |     0
 .../class-use/LabeledDatasetTestTrainPair.html     |     0
 .../ml/structures/class-use/LabeledVector.html     |     0
 .../structures/class-use/LabeledVectorDouble.html  |     0
 .../apache/ignite/ml/structures/package-frame.html |     0
 .../ignite/ml/structures/package-summary.html      |     0
 .../apache/ignite/ml/structures/package-tree.html  |     0
 .../apache/ignite/ml/structures/package-use.html   |     0
 .../preprocessing/LabeledDatasetLoader.html        |     0
 .../structures/preprocessing/LabellingMachine.html |     0
 .../ml/structures/preprocessing/Normalizer.html    |     0
 .../class-use/LabeledDatasetLoader.html            |     0
 .../preprocessing/class-use/LabellingMachine.html  |     0
 .../preprocessing/class-use/Normalizer.html        |     0
 .../ml/structures/preprocessing/package-frame.html |     0
 .../structures/preprocessing/package-summary.html  |     0
 .../ml/structures/preprocessing/package-tree.html  |     0
 .../ml/structures/preprocessing/package-use.html   |     0
 .../org/apache/ignite/ml/trainers/Trainer.html     |     0
 .../ignite/ml/trainers/class-use/Trainer.html      |     0
 .../ml/trainers/group/BaseLocalProcessorJob.html   |     0
 .../ignite/ml/trainers/group/ConstModel.html       |     0
 .../group/GroupTrainerBaseProcessorTask.html       |     0
 .../ml/trainers/group/GroupTrainerCacheKey.html    |     0
 .../group/GroupTrainerEntriesProcessorTask.html    |     0
 .../ml/trainers/group/GroupTrainerInput.html       |     0
 .../group/GroupTrainerKeysProcessorTask.html       |     0
 .../ml/trainers/group/GroupTrainingContext.html    |     0
 .../trainers/group/LocalEntriesProcessorJob.html   |     0
 .../ml/trainers/group/LocalKeysProcessorJob.html   |     0
 .../ignite/ml/trainers/group/Metaoptimizer.html    |     0
 .../trainers/group/MetaoptimizerGroupTrainer.html  |     0
 .../ignite/ml/trainers/group/ResultAndUpdates.html |     0
 .../ignite/ml/trainers/group/UpdateStrategies.html |     0
 .../ignite/ml/trainers/group/UpdatesStrategy.html  |     0
 .../ignite/ml/trainers/group/chain/Chains.html     |     0
 .../ml/trainers/group/chain/ComputationsChain.html |     0
 .../chain/DistributedEntryProcessingStep.html      |     0
 .../group/chain/DistributedKeyProcessingStep.html  |     0
 .../ml/trainers/group/chain/DistributedStep.html   |     0
 .../ml/trainers/group/chain/EntryAndContext.html   |     0
 .../ml/trainers/group/chain/HasTrainingUUID.html   |     0
 .../ml/trainers/group/chain/KeyAndContext.html     |     0
 .../ml/trainers/group/chain/class-use/Chains.html  |     0
 .../group/chain/class-use/ComputationsChain.html   |     0
 .../class-use/DistributedEntryProcessingStep.html  |     0
 .../class-use/DistributedKeyProcessingStep.html    |     0
 .../group/chain/class-use/DistributedStep.html     |     0
 .../group/chain/class-use/EntryAndContext.html     |     0
 .../group/chain/class-use/HasTrainingUUID.html     |     0
 .../group/chain/class-use/KeyAndContext.html       |     0
 .../ml/trainers/group/chain/package-frame.html     |     0
 .../ml/trainers/group/chain/package-summary.html   |     0
 .../ml/trainers/group/chain/package-tree.html      |     0
 .../ml/trainers/group/chain/package-use.html       |     0
 .../group/class-use/BaseLocalProcessorJob.html     |     0
 .../ml/trainers/group/class-use/ConstModel.html    |     0
 .../class-use/GroupTrainerBaseProcessorTask.html   |     0
 .../group/class-use/GroupTrainerCacheKey.html      |     0
 .../GroupTrainerEntriesProcessorTask.html          |     0
 .../group/class-use/GroupTrainerInput.html         |     0
 .../class-use/GroupTrainerKeysProcessorTask.html   |     0
 .../group/class-use/GroupTrainingContext.html      |     0
 .../group/class-use/LocalEntriesProcessorJob.html  |     0
 .../group/class-use/LocalKeysProcessorJob.html     |     0
 .../ml/trainers/group/class-use/Metaoptimizer.html |     0
 .../group/class-use/MetaoptimizerGroupTrainer.html |     0
 .../trainers/group/class-use/ResultAndUpdates.html |     0
 .../trainers/group/class-use/UpdateStrategies.html |     0
 .../trainers/group/class-use/UpdatesStrategy.html  |     0
 .../ignite/ml/trainers/group/package-frame.html    |     0
 .../ignite/ml/trainers/group/package-summary.html  |     0
 .../ignite/ml/trainers/group/package-tree.html     |     0
 .../ignite/ml/trainers/group/package-use.html      |     0
 .../ml/trainers/local/LocalBatchTrainer.html       |     0
 .../ml/trainers/local/LocalBatchTrainerInput.html  |     0
 .../local/class-use/LocalBatchTrainer.html         |     0
 .../local/class-use/LocalBatchTrainerInput.html    |     0
 .../ignite/ml/trainers/local/package-frame.html    |     0
 .../ignite/ml/trainers/local/package-summary.html  |     0
 .../ignite/ml/trainers/local/package-tree.html     |     0
 .../ignite/ml/trainers/local/package-use.html      |     0
 .../apache/ignite/ml/trainers/package-frame.html   |     0
 .../apache/ignite/ml/trainers/package-summary.html |     0
 .../apache/ignite/ml/trainers/package-tree.html    |     0
 .../org/apache/ignite/ml/trainers/package-use.html |     0
 .../ignite/ml/trees/CategoricalRegionInfo.html     |     0
 .../ignite/ml/trees/CategoricalSplitInfo.html      |     0
 .../ignite/ml/trees/ContinuousRegionInfo.html      |     0
 .../ignite/ml/trees/ContinuousSplitCalculator.html |     0
 .../org/apache/ignite/ml/trees/RegionInfo.html     |     0
 .../ml/trees/class-use/CategoricalRegionInfo.html  |     0
 .../ml/trees/class-use/CategoricalSplitInfo.html   |     0
 .../ml/trees/class-use/ContinuousRegionInfo.html   |     0
 .../trees/class-use/ContinuousSplitCalculator.html |     0
 .../ignite/ml/trees/class-use/RegionInfo.html      |     0
 .../ignite/ml/trees/models/DecisionTreeModel.html  |     0
 .../trees/models/class-use/DecisionTreeModel.html  |     0
 .../ignite/ml/trees/models/package-frame.html      |     0
 .../ignite/ml/trees/models/package-summary.html    |     0
 .../ignite/ml/trees/models/package-tree.html       |     0
 .../apache/ignite/ml/trees/models/package-use.html |     0
 .../ml/trees/nodes/CategoricalSplitNode.html       |     0
 .../ignite/ml/trees/nodes/ContinuousSplitNode.html |     0
 .../ignite/ml/trees/nodes/DecisionTreeNode.html    |     0
 .../org/apache/ignite/ml/trees/nodes/Leaf.html     |     0
 .../apache/ignite/ml/trees/nodes/SplitNode.html    |     0
 .../nodes/class-use/CategoricalSplitNode.html      |     0
 .../trees/nodes/class-use/ContinuousSplitNode.html |     0
 .../ml/trees/nodes/class-use/DecisionTreeNode.html |     0
 .../ignite/ml/trees/nodes/class-use/Leaf.html      |     0
 .../ignite/ml/trees/nodes/class-use/SplitNode.html |     0
 .../ignite/ml/trees/nodes/package-frame.html       |     0
 .../ignite/ml/trees/nodes/package-summary.html     |     0
 .../apache/ignite/ml/trees/nodes/package-tree.html |     0
 .../apache/ignite/ml/trees/nodes/package-use.html  |     0
 .../org/apache/ignite/ml/trees/package-frame.html  |     0
 .../apache/ignite/ml/trees/package-summary.html    |     0
 .../org/apache/ignite/ml/trees/package-tree.html   |     0
 .../org/apache/ignite/ml/trees/package-use.html    |     0
 .../ml/trees/trainers/columnbased/BiIndex.html     |     0
 ...IndexedCacheColumnDecisionTreeTrainerInput.html |     0
 .../CacheColumnDecisionTreeTrainerInput.html       |     0
 .../columnbased/ColumnDecisionTreeTrainer.html     |     0
 .../ColumnDecisionTreeTrainerInput.html            |     0
 .../MatrixColumnDecisionTreeTrainerInput.html      |     0
 .../trainers/columnbased/RegionProjection.html     |     0
 .../trainers/columnbased/TrainingContext.html      |     0
 .../trainers/columnbased/caches/ContextCache.html  |     0
 .../caches/FeaturesCache.FeatureKey.html           |     0
 .../trainers/columnbased/caches/FeaturesCache.html |     0
 .../caches/ProjectionsCache.RegionKey.html         |     0
 .../columnbased/caches/ProjectionsCache.html       |     0
 .../columnbased/caches/SplitCache.SplitKey.html    |     0
 .../trainers/columnbased/caches/SplitCache.html    |     0
 .../columnbased/caches/class-use/ContextCache.html |     0
 .../caches/class-use/FeaturesCache.FeatureKey.html |     0
 .../caches/class-use/FeaturesCache.html            |     0
 .../class-use/ProjectionsCache.RegionKey.html      |     0
 .../caches/class-use/ProjectionsCache.html         |     0
 .../caches/class-use/SplitCache.SplitKey.html      |     0
 .../columnbased/caches/class-use/SplitCache.html   |     0
 .../trainers/columnbased/caches/package-frame.html |     0
 .../columnbased/caches/package-summary.html        |     0
 .../trainers/columnbased/caches/package-tree.html  |     0
 .../trainers/columnbased/caches/package-use.html   |     0
 .../trainers/columnbased/class-use/BiIndex.html    |     0
 ...IndexedCacheColumnDecisionTreeTrainerInput.html |     0
 .../CacheColumnDecisionTreeTrainerInput.html       |     0
 .../class-use/ColumnDecisionTreeTrainer.html       |     0
 .../class-use/ColumnDecisionTreeTrainerInput.html  |     0
 .../MatrixColumnDecisionTreeTrainerInput.html      |     0
 .../columnbased/class-use/RegionProjection.html    |     0
 .../columnbased/class-use/TrainingContext.html     |     0
 .../contsplitcalcs/ContinuousSplitCalculators.html |     0
 .../GiniSplitCalculator.GiniData.html              |     0
 .../contsplitcalcs/GiniSplitCalculator.html        |     0
 .../VarianceSplitCalculator.VarianceData.html      |     0
 .../contsplitcalcs/VarianceSplitCalculator.html    |     0
 .../class-use/ContinuousSplitCalculators.html      |     0
 .../class-use/GiniSplitCalculator.GiniData.html    |     0
 .../class-use/GiniSplitCalculator.html             |     0
 .../VarianceSplitCalculator.VarianceData.html      |     0
 .../class-use/VarianceSplitCalculator.html         |     0
 .../columnbased/contsplitcalcs/package-frame.html  |     0
 .../contsplitcalcs/package-summary.html            |     0
 .../columnbased/contsplitcalcs/package-tree.html   |     0
 .../columnbased/contsplitcalcs/package-use.html    |     0
 .../trees/trainers/columnbased/package-frame.html  |     0
 .../trainers/columnbased/package-summary.html      |     0
 .../trees/trainers/columnbased/package-tree.html   |     0
 .../ml/trees/trainers/columnbased/package-use.html |     0
 .../columnbased/regcalcs/RegionCalculators.html    |     0
 .../regcalcs/class-use/RegionCalculators.html      |     0
 .../columnbased/regcalcs/package-frame.html        |     0
 .../columnbased/regcalcs/package-summary.html      |     0
 .../columnbased/regcalcs/package-tree.html         |     0
 .../trainers/columnbased/regcalcs/package-use.html |     0
 .../vectors/CategoricalFeatureProcessor.html       |     0
 .../vectors/ContinuousFeatureProcessor.html        |     0
 .../columnbased/vectors/ContinuousSplitInfo.html   |     0
 .../columnbased/vectors/FeatureProcessor.html      |     0
 .../vectors/FeatureVectorProcessorUtils.html       |     0
 .../trainers/columnbased/vectors/SampleInfo.html   |     0
 .../trainers/columnbased/vectors/SplitInfo.html    |     0
 .../class-use/CategoricalFeatureProcessor.html     |     0
 .../class-use/ContinuousFeatureProcessor.html      |     0
 .../vectors/class-use/ContinuousSplitInfo.html     |     0
 .../vectors/class-use/FeatureProcessor.html        |     0
 .../class-use/FeatureVectorProcessorUtils.html     |     0
 .../columnbased/vectors/class-use/SampleInfo.html  |     0
 .../columnbased/vectors/class-use/SplitInfo.html   |     0
 .../columnbased/vectors/package-frame.html         |     0
 .../columnbased/vectors/package-summary.html       |     0
 .../trainers/columnbased/vectors/package-tree.html |     0
 .../trainers/columnbased/vectors/package-use.html  |     0
 .../org/apache/ignite/ml/util/MnistUtils.html      |     0
 .../javadoc/org/apache/ignite/ml/util/Utils.html   |     0
 .../ignite/ml/util/class-use/MnistUtils.html       |     0
 .../org/apache/ignite/ml/util/class-use/Utils.html |     0
 .../org/apache/ignite/ml/util/package-frame.html   |     0
 .../org/apache/ignite/ml/util/package-summary.html |     0
 .../org/apache/ignite/ml/util/package-tree.html    |     0
 .../org/apache/ignite/ml/util/package-use.html     |     0
 .../ignite/mxbean/CacheGroupMetricsMXBean.html     |     0
 .../apache/ignite/mxbean/CacheMetricsMXBean.html   |     0
 .../apache/ignite/mxbean/ClusterMetricsMXBean.html |     0
 .../ignite/mxbean/DataRegionMetricsMXBean.html     |     0
 .../ignite/mxbean/DataStorageMetricsMXBean.html    |     0
 .../org/apache/ignite/mxbean/IgniteMBeanAware.html |     0
 .../org/apache/ignite/mxbean/IgniteMXBean.html     |     0
 .../org/apache/ignite/mxbean/IgnitionMXBean.html   |     0
 .../apache/ignite/mxbean/MXBeanDescription.html    |     0
 .../mxbean/MXBeanParametersDescriptions.html       |     0
 .../ignite/mxbean/MXBeanParametersNames.html       |     0
 .../apache/ignite/mxbean/MemoryMetricsMXBean.html  |     0
 .../ignite/mxbean/PersistenceMetricsMXBean.html    |     0
 .../ignite/mxbean/StripedExecutorMXBean.html       |     0
 .../org/apache/ignite/mxbean/ThreadPoolMXBean.html |     0
 .../mxbean/class-use/CacheGroupMetricsMXBean.html  |     0
 .../mxbean/class-use/CacheMetricsMXBean.html       |     0
 .../mxbean/class-use/ClusterMetricsMXBean.html     |     0
 .../mxbean/class-use/DataRegionMetricsMXBean.html  |     0
 .../mxbean/class-use/DataStorageMetricsMXBean.html |     0
 .../ignite/mxbean/class-use/IgniteMBeanAware.html  |     0
 .../ignite/mxbean/class-use/IgniteMXBean.html      |     0
 .../ignite/mxbean/class-use/IgnitionMXBean.html    |     0
 .../ignite/mxbean/class-use/MXBeanDescription.html |     0
 .../class-use/MXBeanParametersDescriptions.html    |     0
 .../mxbean/class-use/MXBeanParametersNames.html    |     0
 .../mxbean/class-use/MemoryMetricsMXBean.html      |     0
 .../mxbean/class-use/PersistenceMetricsMXBean.html |     0
 .../mxbean/class-use/StripedExecutorMXBean.html    |     0
 .../ignite/mxbean/class-use/ThreadPoolMXBean.html  |     0
 .../org/apache/ignite/mxbean/package-frame.html    |     0
 .../org/apache/ignite/mxbean/package-summary.html  |     0
 .../org/apache/ignite/mxbean/package-tree.html     |     0
 .../org/apache/ignite/mxbean/package-use.html      |     0
 .../osgi/IgniteAbstractOsgiContextActivator.html   |     0
 .../org/apache/ignite/osgi/IgniteOsgiUtils.html    |     0
 .../IgniteAbstractOsgiContextActivator.html        |     0
 .../ignite/osgi/class-use/IgniteOsgiUtils.html     |     0
 .../classloaders/BundleDelegatingClassLoader.html  |     0
 .../classloaders/ContainerSweepClassLoader.html    |     0
 .../classloaders/OsgiClassLoadingStrategyType.html |     0
 .../class-use/BundleDelegatingClassLoader.html     |     0
 .../class-use/ContainerSweepClassLoader.html       |     0
 .../class-use/OsgiClassLoadingStrategyType.html    |     0
 .../ignite/osgi/classloaders/package-frame.html    |     0
 .../ignite/osgi/classloaders/package-summary.html  |     0
 .../ignite/osgi/classloaders/package-tree.html     |     0
 .../ignite/osgi/classloaders/package-use.html      |     0
 .../org/apache/ignite/osgi/package-frame.html      |     0
 .../org/apache/ignite/osgi/package-summary.html    |     0
 .../org/apache/ignite/osgi/package-tree.html       |     0
 .../org/apache/ignite/osgi/package-use.html        |     0
 .../javadoc/org/apache/ignite/package-frame.html   |     0
 .../javadoc/org/apache/ignite/package-summary.html |     0
 .../javadoc/org/apache/ignite/package-tree.html    |     0
 .../javadoc/org/apache/ignite/package-use.html     |     0
 .../ignite/platform/PlatformJavaObjectFactory.html |     0
 .../class-use/PlatformJavaObjectFactory.html       |     0
 .../platform/cpp/PlatformCppConfiguration.html     |     0
 .../cpp/class-use/PlatformCppConfiguration.html    |     0
 .../apache/ignite/platform/cpp/package-frame.html  |     0
 .../ignite/platform/cpp/package-summary.html       |     0
 .../apache/ignite/platform/cpp/package-tree.html   |     0
 .../apache/ignite/platform/cpp/package-use.html    |     0
 .../dotnet/PlatformDotNetAffinityFunction.html     |     0
 .../dotnet/PlatformDotNetBinaryConfiguration.html  |     0
 .../PlatformDotNetBinaryTypeConfiguration.html     |     0
 .../dotnet/PlatformDotNetCacheStoreFactory.html    |     0
 .../PlatformDotNetCacheStoreFactoryNative.html     |     0
 .../dotnet/PlatformDotNetConfiguration.html        |     0
 .../dotnet/PlatformDotNetLifecycleBean.html        |     0
 .../class-use/PlatformDotNetAffinityFunction.html  |     0
 .../PlatformDotNetBinaryConfiguration.html         |     0
 .../PlatformDotNetBinaryTypeConfiguration.html     |     0
 .../class-use/PlatformDotNetCacheStoreFactory.html |     0
 .../PlatformDotNetCacheStoreFactoryNative.html     |     0
 .../class-use/PlatformDotNetConfiguration.html     |     0
 .../class-use/PlatformDotNetLifecycleBean.html     |     0
 .../ignite/platform/dotnet/package-frame.html      |     0
 .../ignite/platform/dotnet/package-summary.html    |     0
 .../ignite/platform/dotnet/package-tree.html       |     0
 .../apache/ignite/platform/dotnet/package-use.html |     0
 .../org/apache/ignite/platform/package-frame.html  |     0
 .../apache/ignite/platform/package-summary.html    |     0
 .../org/apache/ignite/platform/package-tree.html   |     0
 .../org/apache/ignite/platform/package-use.html    |     0
 .../ignite/plugin/CachePluginConfiguration.html    |     0
 .../apache/ignite/plugin/CachePluginContext.html   |     0
 .../apache/ignite/plugin/CachePluginProvider.html  |     0
 .../org/apache/ignite/plugin/Extension.html        |     0
 .../apache/ignite/plugin/ExtensionRegistry.html    |     0
 .../org/apache/ignite/plugin/IgnitePlugin.html     |     0
 .../apache/ignite/plugin/PluginConfiguration.html  |     0
 .../org/apache/ignite/plugin/PluginContext.html    |     0
 .../ignite/plugin/PluginNotFoundException.html     |     0
 .../org/apache/ignite/plugin/PluginProvider.html   |     0
 .../ignite/plugin/PluginValidationException.html   |     0
 .../plugin/class-use/CachePluginConfiguration.html |     0
 .../plugin/class-use/CachePluginContext.html       |     0
 .../plugin/class-use/CachePluginProvider.html      |     0
 .../apache/ignite/plugin/class-use/Extension.html  |     0
 .../ignite/plugin/class-use/ExtensionRegistry.html |     0
 .../ignite/plugin/class-use/IgnitePlugin.html      |     0
 .../plugin/class-use/PluginConfiguration.html      |     0
 .../ignite/plugin/class-use/PluginContext.html     |     0
 .../plugin/class-use/PluginNotFoundException.html  |     0
 .../ignite/plugin/class-use/PluginProvider.html    |     0
 .../class-use/PluginValidationException.html       |     0
 .../plugin/extensions/communication/IoPool.html    |     0
 .../plugin/extensions/communication/Message.html   |     0
 .../communication/MessageCollectionItemType.html   |     0
 .../extensions/communication/MessageFactory.html   |     0
 .../extensions/communication/MessageFormatter.html |     0
 .../extensions/communication/MessageReader.html    |     0
 .../extensions/communication/MessageWriter.html    |     0
 .../extensions/communication/class-use/IoPool.html |     0
 .../communication/class-use/Message.html           |     0
 .../class-use/MessageCollectionItemType.html       |     0
 .../communication/class-use/MessageFactory.html    |     0
 .../communication/class-use/MessageFormatter.html  |     0
 .../communication/class-use/MessageReader.html     |     0
 .../communication/class-use/MessageWriter.html     |     0
 .../extensions/communication/package-frame.html    |     0
 .../extensions/communication/package-summary.html  |     0
 .../extensions/communication/package-tree.html     |     0
 .../extensions/communication/package-use.html      |     0
 .../org/apache/ignite/plugin/package-frame.html    |     0
 .../org/apache/ignite/plugin/package-summary.html  |     0
 .../org/apache/ignite/plugin/package-tree.html     |     0
 .../org/apache/ignite/plugin/package-use.html      |     0
 .../PlatformCachePluginConfigurationClosure.html   |     0
 ...formCachePluginConfigurationClosureFactory.html |     0
 .../PlatformPluginConfigurationClosure.html        |     0
 .../PlatformPluginConfigurationClosureFactory.html |     0
 .../PlatformCachePluginConfigurationClosure.html   |     0
 ...formCachePluginConfigurationClosureFactory.html |     0
 .../PlatformPluginConfigurationClosure.html        |     0
 .../PlatformPluginConfigurationClosureFactory.html |     0
 .../ignite/plugin/platform/package-frame.html      |     0
 .../ignite/plugin/platform/package-summary.html    |     0
 .../ignite/plugin/platform/package-tree.html       |     0
 .../apache/ignite/plugin/platform/package-use.html |     0
 .../plugin/security/AuthenticationContext.html     |     0
 .../security/SecurityBasicPermissionSet.html       |     0
 .../plugin/security/SecurityCredentials.html       |     0
 .../security/SecurityCredentialsBasicProvider.html |     0
 .../security/SecurityCredentialsProvider.html      |     0
 .../ignite/plugin/security/SecurityException.html  |     0
 .../ignite/plugin/security/SecurityPermission.html |     0
 .../plugin/security/SecurityPermissionSet.html     |     0
 .../security/SecurityPermissionSetBuilder.html     |     0
 .../ignite/plugin/security/SecuritySubject.html    |     0
 .../plugin/security/SecuritySubjectType.html       |     0
 .../security/class-use/AuthenticationContext.html  |     0
 .../class-use/SecurityBasicPermissionSet.html      |     0
 .../security/class-use/SecurityCredentials.html    |     0
 .../SecurityCredentialsBasicProvider.html          |     0
 .../class-use/SecurityCredentialsProvider.html     |     0
 .../security/class-use/SecurityException.html      |     0
 .../security/class-use/SecurityPermission.html     |     0
 .../security/class-use/SecurityPermissionSet.html  |     0
 .../class-use/SecurityPermissionSetBuilder.html    |     0
 .../plugin/security/class-use/SecuritySubject.html |     0
 .../security/class-use/SecuritySubjectType.html    |     0
 .../ignite/plugin/security/package-frame.html      |     0
 .../ignite/plugin/security/package-summary.html    |     0
 .../ignite/plugin/security/package-tree.html       |     0
 .../apache/ignite/plugin/security/package-use.html |     0
 .../plugin/segmentation/SegmentationPolicy.html    |     0
 .../plugin/segmentation/SegmentationResolver.html  |     0
 .../segmentation/class-use/SegmentationPolicy.html |     0
 .../class-use/SegmentationResolver.html            |     0
 .../ignite/plugin/segmentation/package-frame.html  |     0
 .../plugin/segmentation/package-summary.html       |     0
 .../ignite/plugin/segmentation/package-tree.html   |     0
 .../ignite/plugin/segmentation/package-use.html    |     0
 .../apache/ignite/resources/CacheNameResource.html |     0
 .../resources/CacheStoreSessionResource.html       |     0
 .../ignite/resources/FileSystemResource.html       |     0
 .../ignite/resources/IgniteInstanceResource.html   |     0
 .../ignite/resources/JobContextResource.html       |     0
 .../ignite/resources/LoadBalancerResource.html     |     0
 .../apache/ignite/resources/LoggerResource.html    |     0
 .../apache/ignite/resources/ServiceResource.html   |     0
 .../SpringApplicationContextResource.html          |     0
 .../ignite/resources/SpringResource.DEFAULT.html   |     0
 .../apache/ignite/resources/SpringResource.html    |     0
 .../resources/TaskContinuousMapperResource.html    |     0
 .../ignite/resources/TaskSessionResource.html      |     0
 .../resources/class-use/CacheNameResource.html     |     0
 .../class-use/CacheStoreSessionResource.html       |     0
 .../resources/class-use/FileSystemResource.html    |     0
 .../class-use/IgniteInstanceResource.html          |     0
 .../resources/class-use/JobContextResource.html    |     0
 .../resources/class-use/LoadBalancerResource.html  |     0
 .../ignite/resources/class-use/LoggerResource.html |     0
 .../resources/class-use/ServiceResource.html       |     0
 .../SpringApplicationContextResource.html          |     0
 .../class-use/SpringResource.DEFAULT.html          |     0
 .../ignite/resources/class-use/SpringResource.html |     0
 .../class-use/TaskContinuousMapperResource.html    |     0
 .../resources/class-use/TaskSessionResource.html   |     0
 .../org/apache/ignite/resources/package-frame.html |     0
 .../apache/ignite/resources/package-summary.html   |     0
 .../org/apache/ignite/resources/package-tree.html  |     0
 .../org/apache/ignite/resources/package-use.html   |     0
 .../apache/ignite/scheduler/SchedulerFuture.html   |     0
 .../scheduler/class-use/SchedulerFuture.html       |     0
 .../org/apache/ignite/scheduler/package-frame.html |     0
 .../apache/ignite/scheduler/package-summary.html   |     0
 .../org/apache/ignite/scheduler/package-tree.html  |     0
 .../org/apache/ignite/scheduler/package-use.html   |     0
 .../org/apache/ignite/services/Service.html        |     0
 .../ignite/services/ServiceConfiguration.html      |     0
 .../org/apache/ignite/services/ServiceContext.html |     0
 .../services/ServiceDeploymentException.html       |     0
 .../apache/ignite/services/ServiceDescriptor.html  |     0
 .../apache/ignite/services/class-use/Service.html  |     0
 .../services/class-use/ServiceConfiguration.html   |     0
 .../ignite/services/class-use/ServiceContext.html  |     0
 .../class-use/ServiceDeploymentException.html      |     0
 .../services/class-use/ServiceDescriptor.html      |     0
 .../org/apache/ignite/services/package-frame.html  |     0
 .../apache/ignite/services/package-summary.html    |     0
 .../org/apache/ignite/services/package-tree.html   |     0
 .../org/apache/ignite/services/package-use.html    |     0
 .../org/apache/ignite/sink/flink/IgniteSink.html   |     0
 .../ignite/sink/flink/class-use/IgniteSink.html    |     0
 .../apache/ignite/sink/flink/package-frame.html    |     0
 .../apache/ignite/sink/flink/package-summary.html  |     0
 .../org/apache/ignite/sink/flink/package-tree.html |     0
 .../org/apache/ignite/sink/flink/package-use.html  |     0
 .../ignite/spi/IgniteNodeValidationResult.html     |     0
 .../org/apache/ignite/spi/IgnitePortProtocol.html  |     0
 .../javadoc/org/apache/ignite/spi/IgniteSpi.html   |     0
 .../org/apache/ignite/spi/IgniteSpiAdapter.html    |     0
 .../ignite/spi/IgniteSpiCloseableIterator.html     |     0
 .../apache/ignite/spi/IgniteSpiConfiguration.html  |     0
 .../ignite/spi/IgniteSpiConsistencyChecked.html    |     0
 .../org/apache/ignite/spi/IgniteSpiContext.html    |     0
 .../org/apache/ignite/spi/IgniteSpiException.html  |     0
 .../apache/ignite/spi/IgniteSpiMBeanAdapter.html   |     0
 .../ignite/spi/IgniteSpiManagementMBean.html       |     0
 .../apache/ignite/spi/IgniteSpiMultiException.html |     0
 .../spi/IgniteSpiMultipleInstancesSupport.html     |     0
 .../org/apache/ignite/spi/IgniteSpiNoop.html       |     0
 .../spi/IgniteSpiOperationTimeoutException.html    |     0
 .../spi/IgniteSpiOperationTimeoutHelper.html       |     0
 .../org/apache/ignite/spi/IgniteSpiThread.html     |     0
 .../apache/ignite/spi/IgniteSpiThreadFactory.html  |     0
 .../apache/ignite/spi/IgniteSpiTimeoutObject.html  |     0
 .../ignite/spi/IgniteSpiVersionCheckException.html |     0
 .../ignite/spi/checkpoint/CheckpointListener.html  |     0
 .../ignite/spi/checkpoint/CheckpointSpi.html       |     0
 .../spi/checkpoint/cache/CacheCheckpointSpi.html   |     0
 .../checkpoint/cache/CacheCheckpointSpiMBean.html  |     0
 .../cache/class-use/CacheCheckpointSpi.html        |     0
 .../cache/class-use/CacheCheckpointSpiMBean.html   |     0
 .../ignite/spi/checkpoint/cache/package-frame.html |     0
 .../spi/checkpoint/cache/package-summary.html      |     0
 .../ignite/spi/checkpoint/cache/package-tree.html  |     0
 .../ignite/spi/checkpoint/cache/package-use.html   |     0
 .../checkpoint/class-use/CheckpointListener.html   |     0
 .../spi/checkpoint/class-use/CheckpointSpi.html    |     0
 .../spi/checkpoint/jdbc/JdbcCheckpointSpi.html     |     0
 .../checkpoint/jdbc/JdbcCheckpointSpiMBean.html    |     0
 .../jdbc/class-use/JdbcCheckpointSpi.html          |     0
 .../jdbc/class-use/JdbcCheckpointSpiMBean.html     |     0
 .../ignite/spi/checkpoint/jdbc/package-frame.html  |     0
 .../spi/checkpoint/jdbc/package-summary.html       |     0
 .../ignite/spi/checkpoint/jdbc/package-tree.html   |     0
 .../ignite/spi/checkpoint/jdbc/package-use.html    |     0
 .../spi/checkpoint/noop/NoopCheckpointSpi.html     |     0
 .../noop/class-use/NoopCheckpointSpi.html          |     0
 .../ignite/spi/checkpoint/noop/package-frame.html  |     0
 .../spi/checkpoint/noop/package-summary.html       |     0
 .../ignite/spi/checkpoint/noop/package-tree.html   |     0
 .../ignite/spi/checkpoint/noop/package-use.html    |     0
 .../ignite/spi/checkpoint/package-frame.html       |     0
 .../ignite/spi/checkpoint/package-summary.html     |     0
 .../apache/ignite/spi/checkpoint/package-tree.html |     0
 .../apache/ignite/spi/checkpoint/package-use.html  |     0
 .../ignite/spi/checkpoint/s3/S3CheckpointSpi.html  |     0
 .../spi/checkpoint/s3/S3CheckpointSpiMBean.html    |     0
 .../checkpoint/s3/class-use/S3CheckpointSpi.html   |     0
 .../s3/class-use/S3CheckpointSpiMBean.html         |     0
 .../ignite/spi/checkpoint/s3/package-frame.html    |     0
 .../ignite/spi/checkpoint/s3/package-summary.html  |     0
 .../ignite/spi/checkpoint/s3/package-tree.html     |     0
 .../ignite/spi/checkpoint/s3/package-use.html      |     0
 .../checkpoint/sharedfs/SharedFsCheckpointSpi.html |     0
 .../sharedfs/SharedFsCheckpointSpiMBean.html       |     0
 .../sharedfs/class-use/SharedFsCheckpointSpi.html  |     0
 .../class-use/SharedFsCheckpointSpiMBean.html      |     0
 .../spi/checkpoint/sharedfs/package-frame.html     |     0
 .../spi/checkpoint/sharedfs/package-summary.html   |     0
 .../spi/checkpoint/sharedfs/package-tree.html      |     0
 .../spi/checkpoint/sharedfs/package-use.html       |     0
 .../spi/class-use/IgniteNodeValidationResult.html  |     0
 .../ignite/spi/class-use/IgnitePortProtocol.html   |     0
 .../org/apache/ignite/spi/class-use/IgniteSpi.html |     0
 .../ignite/spi/class-use/IgniteSpiAdapter.html     |     0
 .../spi/class-use/IgniteSpiCloseableIterator.html  |     0
 .../spi/class-use/IgniteSpiConfiguration.html      |     0
 .../spi/class-use/IgniteSpiConsistencyChecked.html |     0
 .../ignite/spi/class-use/IgniteSpiContext.html     |     0
 .../ignite/spi/class-use/IgniteSpiException.html   |     0
 .../spi/class-use/IgniteSpiMBeanAdapter.html       |     0
 .../spi/class-use/IgniteSpiManagementMBean.html    |     0
 .../spi/class-use/IgniteSpiMultiException.html     |     0
 .../IgniteSpiMultipleInstancesSupport.html         |     0
 .../apache/ignite/spi/class-use/IgniteSpiNoop.html |     0
 .../IgniteSpiOperationTimeoutException.html        |     0
 .../class-use/IgniteSpiOperationTimeoutHelper.html |     0
 .../ignite/spi/class-use/IgniteSpiThread.html      |     0
 .../spi/class-use/IgniteSpiThreadFactory.html      |     0
 .../spi/class-use/IgniteSpiTimeoutObject.html      |     0
 .../class-use/IgniteSpiVersionCheckException.html  |     0
 .../ignite/spi/collision/CollisionContext.html     |     0
 .../spi/collision/CollisionExternalListener.html   |     0
 .../ignite/spi/collision/CollisionJobContext.html  |     0
 .../apache/ignite/spi/collision/CollisionSpi.html  |     0
 .../spi/collision/class-use/CollisionContext.html  |     0
 .../class-use/CollisionExternalListener.html       |     0
 .../collision/class-use/CollisionJobContext.html   |     0
 .../spi/collision/class-use/CollisionSpi.html      |     0
 .../collision/fifoqueue/FifoQueueCollisionSpi.html |     0
 .../fifoqueue/FifoQueueCollisionSpiMBean.html      |     0
 .../fifoqueue/class-use/FifoQueueCollisionSpi.html |     0
 .../class-use/FifoQueueCollisionSpiMBean.html      |     0
 .../spi/collision/fifoqueue/package-frame.html     |     0
 .../spi/collision/fifoqueue/package-summary.html   |     0
 .../spi/collision/fifoqueue/package-tree.html      |     0
 .../spi/collision/fifoqueue/package-use.html       |     0
 .../jobstealing/JobStealingCollisionSpi.html       |     0
 .../jobstealing/JobStealingCollisionSpiMBean.html  |     0
 .../collision/jobstealing/JobStealingDisabled.html |     0
 .../collision/jobstealing/JobStealingRequest.html  |     0
 .../class-use/JobStealingCollisionSpi.html         |     0
 .../class-use/JobStealingCollisionSpiMBean.html    |     0
 .../jobstealing/class-use/JobStealingDisabled.html |     0
 .../jobstealing/class-use/JobStealingRequest.html  |     0
 .../spi/collision/jobstealing/package-frame.html   |     0
 .../spi/collision/jobstealing/package-summary.html |     0
 .../spi/collision/jobstealing/package-tree.html    |     0
 .../spi/collision/jobstealing/package-use.html     |     0
 .../spi/collision/noop/NoopCollisionSpi.html       |     0
 .../collision/noop/class-use/NoopCollisionSpi.html |     0
 .../ignite/spi/collision/noop/package-frame.html   |     0
 .../ignite/spi/collision/noop/package-summary.html |     0
 .../ignite/spi/collision/noop/package-tree.html    |     0
 .../ignite/spi/collision/noop/package-use.html     |     0
 .../apache/ignite/spi/collision/package-frame.html |     0
 .../ignite/spi/collision/package-summary.html      |     0
 .../apache/ignite/spi/collision/package-tree.html  |     0
 .../apache/ignite/spi/collision/package-use.html   |     0
 .../priorityqueue/PriorityQueueCollisionSpi.html   |     0
 .../PriorityQueueCollisionSpiMBean.html            |     0
 .../class-use/PriorityQueueCollisionSpi.html       |     0
 .../class-use/PriorityQueueCollisionSpiMBean.html  |     0
 .../spi/collision/priorityqueue/package-frame.html |     0
 .../collision/priorityqueue/package-summary.html   |     0
 .../spi/collision/priorityqueue/package-tree.html  |     0
 .../spi/collision/priorityqueue/package-use.html   |     0
 .../spi/communication/CommunicationListener.html   |     0
 .../ignite/spi/communication/CommunicationSpi.html |     0
 .../class-use/CommunicationListener.html           |     0
 .../communication/class-use/CommunicationSpi.html  |     0
 .../ignite/spi/communication/package-frame.html    |     0
 .../ignite/spi/communication/package-summary.html  |     0
 .../ignite/spi/communication/package-tree.html     |     0
 .../ignite/spi/communication/package-use.html      |     0
 .../tcp/TcpCommunicationMetricsListener.html       |     0
 .../spi/communication/tcp/TcpCommunicationSpi.html |     0
 .../tcp/TcpCommunicationSpiMBean.html              |     0
 .../class-use/TcpCommunicationMetricsListener.html |     0
 .../tcp/class-use/TcpCommunicationSpi.html         |     0
 .../tcp/class-use/TcpCommunicationSpiMBean.html    |     0
 .../tcp/messages/HandshakeMessage.html             |     0
 .../tcp/messages/HandshakeMessage2.html            |     0
 .../communication/tcp/messages/NodeIdMessage.html  |     0
 .../tcp/messages/RecoveryLastReceivedMessage.html  |     0
 .../tcp/messages/class-use/HandshakeMessage.html   |     0
 .../tcp/messages/class-use/HandshakeMessage2.html  |     0
 .../tcp/messages/class-use/NodeIdMessage.html      |     0
 .../class-use/RecoveryLastReceivedMessage.html     |     0
 .../communication/tcp/messages/package-frame.html  |     0
 .../tcp/messages/package-summary.html              |     0
 .../communication/tcp/messages/package-tree.html   |     0
 .../communication/tcp/messages/package-use.html    |     0
 .../spi/communication/tcp/package-frame.html       |     0
 .../spi/communication/tcp/package-summary.html     |     0
 .../ignite/spi/communication/tcp/package-tree.html |     0
 .../ignite/spi/communication/tcp/package-use.html  |     0
 .../ignite/spi/deployment/DeploymentListener.html  |     0
 .../ignite/spi/deployment/DeploymentResource.html  |     0
 .../spi/deployment/DeploymentResourceAdapter.html  |     0
 .../ignite/spi/deployment/DeploymentSpi.html       |     0
 .../IgnoreIfPeerClassLoadingDisabled.html          |     0
 .../deployment/class-use/DeploymentListener.html   |     0
 .../deployment/class-use/DeploymentResource.html   |     0
 .../class-use/DeploymentResourceAdapter.html       |     0
 .../spi/deployment/class-use/DeploymentSpi.html    |     0
 .../IgnoreIfPeerClassLoadingDisabled.html          |     0
 .../spi/deployment/local/LocalDeploymentSpi.html   |     0
 .../deployment/local/LocalDeploymentSpiMBean.html  |     0
 .../local/class-use/LocalDeploymentSpi.html        |     0
 .../local/class-use/LocalDeploymentSpiMBean.html   |     0
 .../ignite/spi/deployment/local/package-frame.html |     0
 .../spi/deployment/local/package-summary.html      |     0
 .../ignite/spi/deployment/local/package-tree.html  |     0
 .../ignite/spi/deployment/local/package-use.html   |     0
 .../ignite/spi/deployment/package-frame.html       |     0
 .../ignite/spi/deployment/package-summary.html     |     0
 .../apache/ignite/spi/deployment/package-tree.html |     0
 .../apache/ignite/spi/deployment/package-use.html  |     0
 .../spi/deployment/uri/UriDeploymentSpi.html       |     0
 .../spi/deployment/uri/UriDeploymentSpiMBean.html  |     0
 .../deployment/uri/class-use/UriDeploymentSpi.html |     0
 .../uri/class-use/UriDeploymentSpiMBean.html       |     0
 .../ignite/spi/deployment/uri/package-frame.html   |     0
 .../ignite/spi/deployment/uri/package-summary.html |     0
 .../ignite/spi/deployment/uri/package-tree.html    |     0
 .../ignite/spi/deployment/uri/package-use.html     |     0
 .../DiscoveryDataBag.GridDiscoveryData.html        |     0
 .../DiscoveryDataBag.JoiningNodeDiscoveryData.html |     0
 .../ignite/spi/discovery/DiscoveryDataBag.html     |     0
 .../spi/discovery/DiscoveryMetricsProvider.html    |     0
 .../apache/ignite/spi/discovery/DiscoverySpi.html  |     0
 .../spi/discovery/DiscoverySpiCustomMessage.html   |     0
 .../spi/discovery/DiscoverySpiDataExchange.html    |     0
 .../spi/discovery/DiscoverySpiHistorySupport.html  |     0
 .../ignite/spi/discovery/DiscoverySpiListener.html |     0
 .../discovery/DiscoverySpiNodeAuthenticator.html   |     0
 .../spi/discovery/DiscoverySpiOrderSupport.html    |     0
 .../spi/discovery/IgniteDiscoveryThread.html       |     0
 .../DiscoveryDataBag.GridDiscoveryData.html        |     0
 .../DiscoveryDataBag.JoiningNodeDiscoveryData.html |     0
 .../spi/discovery/class-use/DiscoveryDataBag.html  |     0
 .../class-use/DiscoveryMetricsProvider.html        |     0
 .../spi/discovery/class-use/DiscoverySpi.html      |     0
 .../class-use/DiscoverySpiCustomMessage.html       |     0
 .../class-use/DiscoverySpiDataExchange.html        |     0
 .../class-use/DiscoverySpiHistorySupport.html      |     0
 .../discovery/class-use/DiscoverySpiListener.html  |     0
 .../class-use/DiscoverySpiNodeAuthenticator.html   |     0
 .../class-use/DiscoverySpiOrderSupport.html        |     0
 .../discovery/class-use/IgniteDiscoveryThread.html |     0
 .../apache/ignite/spi/discovery/package-frame.html |     0
 .../ignite/spi/discovery/package-summary.html      |     0
 .../apache/ignite/spi/discovery/package-tree.html  |     0
 .../apache/ignite/spi/discovery/package-use.html   |     0
 .../ignite/spi/discovery/tcp/TcpDiscoverySpi.html  |     0
 .../spi/discovery/tcp/TcpDiscoverySpiMBean.html    |     0
 .../discovery/tcp/class-use/TcpDiscoverySpi.html   |     0
 .../tcp/class-use/TcpDiscoverySpiMBean.html        |     0
 .../tcp/ipfinder/TcpDiscoveryIpFinder.html         |     0
 .../tcp/ipfinder/TcpDiscoveryIpFinderAdapter.html  |     0
 .../ipfinder/class-use/TcpDiscoveryIpFinder.html   |     0
 .../class-use/TcpDiscoveryIpFinderAdapter.html     |     0
 .../ipfinder/cloud/TcpDiscoveryCloudIpFinder.html  |     0
 .../cloud/class-use/TcpDiscoveryCloudIpFinder.html |     0
 .../tcp/ipfinder/cloud/package-frame.html          |     0
 .../tcp/ipfinder/cloud/package-summary.html        |     0
 .../discovery/tcp/ipfinder/cloud/package-tree.html |     0
 .../discovery/tcp/ipfinder/cloud/package-use.html  |     0
 .../tcp/ipfinder/elb/TcpDiscoveryElbIpFinder.html  |     0
 .../elb/class-use/TcpDiscoveryElbIpFinder.html     |     0
 .../discovery/tcp/ipfinder/elb/package-frame.html  |     0
 .../tcp/ipfinder/elb/package-summary.html          |     0
 .../discovery/tcp/ipfinder/elb/package-tree.html   |     0
 .../discovery/tcp/ipfinder/elb/package-use.html    |     0
 .../gce/TcpDiscoveryGoogleStorageIpFinder.html     |     0
 .../TcpDiscoveryGoogleStorageIpFinder.html         |     0
 .../discovery/tcp/ipfinder/gce/package-frame.html  |     0
 .../tcp/ipfinder/gce/package-summary.html          |     0
 .../discovery/tcp/ipfinder/gce/package-tree.html   |     0
 .../discovery/tcp/ipfinder/gce/package-use.html    |     0
 .../ipfinder/jdbc/BasicJdbcIpFinderDialect.html    |     0
 .../tcp/ipfinder/jdbc/JdbcIpFinderDialect.html     |     0
 .../ipfinder/jdbc/OracleJdbcIpFinderDialect.html   |     0
 .../ipfinder/jdbc/TcpDiscoveryJdbcIpFinder.html    |     0
 .../jdbc/class-use/BasicJdbcIpFinderDialect.html   |     0
 .../jdbc/class-use/JdbcIpFinderDialect.html        |     0
 .../jdbc/class-use/OracleJdbcIpFinderDialect.html  |     0
 .../jdbc/class-use/TcpDiscoveryJdbcIpFinder.html   |     0
 .../discovery/tcp/ipfinder/jdbc/package-frame.html |     0
 .../tcp/ipfinder/jdbc/package-summary.html         |     0
 .../discovery/tcp/ipfinder/jdbc/package-tree.html  |     0
 .../discovery/tcp/ipfinder/jdbc/package-use.html   |     0
 .../kubernetes/TcpDiscoveryKubernetesIpFinder.html |     0
 .../class-use/TcpDiscoveryKubernetesIpFinder.html  |     0
 .../tcp/ipfinder/kubernetes/package-frame.html     |     0
 .../tcp/ipfinder/kubernetes/package-summary.html   |     0
 .../tcp/ipfinder/kubernetes/package-tree.html      |     0
 .../tcp/ipfinder/kubernetes/package-use.html       |     0
 .../multicast/TcpDiscoveryMulticastIpFinder.html   |     0
 .../class-use/TcpDiscoveryMulticastIpFinder.html   |     0
 .../tcp/ipfinder/multicast/package-frame.html      |     0
 .../tcp/ipfinder/multicast/package-summary.html    |     0
 .../tcp/ipfinder/multicast/package-tree.html       |     0
 .../tcp/ipfinder/multicast/package-use.html        |     0
 .../spi/discovery/tcp/ipfinder/package-frame.html  |     0
 .../discovery/tcp/ipfinder/package-summary.html    |     0
 .../spi/discovery/tcp/ipfinder/package-tree.html   |     0
 .../spi/discovery/tcp/ipfinder/package-use.html    |     0
 .../tcp/ipfinder/s3/TcpDiscoveryS3IpFinder.html    |     0
 .../s3/class-use/TcpDiscoveryS3IpFinder.html       |     0
 .../discovery/tcp/ipfinder/s3/package-frame.html   |     0
 .../discovery/tcp/ipfinder/s3/package-summary.html |     0
 .../discovery/tcp/ipfinder/s3/package-tree.html    |     0
 .../spi/discovery/tcp/ipfinder/s3/package-use.html |     0
 .../sharedfs/TcpDiscoverySharedFsIpFinder.html     |     0
 .../class-use/TcpDiscoverySharedFsIpFinder.html    |     0
 .../tcp/ipfinder/sharedfs/package-frame.html       |     0
 .../tcp/ipfinder/sharedfs/package-summary.html     |     0
 .../tcp/ipfinder/sharedfs/package-tree.html        |     0
 .../tcp/ipfinder/sharedfs/package-use.html         |     0
 .../tcp/ipfinder/vm/TcpDiscoveryVmIpFinder.html    |     0
 .../vm/class-use/TcpDiscoveryVmIpFinder.html       |     0
 .../discovery/tcp/ipfinder/vm/package-frame.html   |     0
 .../discovery/tcp/ipfinder/vm/package-summary.html |     0
 .../discovery/tcp/ipfinder/vm/package-tree.html    |     0
 .../spi/discovery/tcp/ipfinder/vm/package-use.html |     0
 .../ipfinder/zk/TcpDiscoveryZookeeperIpFinder.html |     0
 .../class-use/TcpDiscoveryZookeeperIpFinder.html   |     0
 .../discovery/tcp/ipfinder/zk/package-frame.html   |     0
 .../discovery/tcp/ipfinder/zk/package-summary.html |     0
 .../discovery/tcp/ipfinder/zk/package-tree.html    |     0
 .../spi/discovery/tcp/ipfinder/zk/package-use.html |     0
 .../ignite/spi/discovery/tcp/package-frame.html    |     0
 .../ignite/spi/discovery/tcp/package-summary.html  |     0
 .../ignite/spi/discovery/tcp/package-tree.html     |     0
 .../ignite/spi/discovery/tcp/package-use.html      |     0
 .../ignite/spi/eventstorage/EventStorageSpi.html   |     0
 .../spi/eventstorage/NoopEventStorageSpi.html      |     0
 .../eventstorage/class-use/EventStorageSpi.html    |     0
 .../class-use/NoopEventStorageSpi.html             |     0
 .../eventstorage/memory/MemoryEventStorageSpi.html |     0
 .../memory/MemoryEventStorageSpiMBean.html         |     0
 .../memory/class-use/MemoryEventStorageSpi.html    |     0
 .../class-use/MemoryEventStorageSpiMBean.html      |     0
 .../spi/eventstorage/memory/package-frame.html     |     0
 .../spi/eventstorage/memory/package-summary.html   |     0
 .../spi/eventstorage/memory/package-tree.html      |     0
 .../spi/eventstorage/memory/package-use.html       |     0
 .../ignite/spi/eventstorage/package-frame.html     |     0
 .../ignite/spi/eventstorage/package-summary.html   |     0
 .../ignite/spi/eventstorage/package-tree.html      |     0
 .../ignite/spi/eventstorage/package-use.html       |     0
 .../ignite/spi/failover/FailoverContext.html       |     0
 .../apache/ignite/spi/failover/FailoverSpi.html    |     0
 .../spi/failover/always/AlwaysFailoverSpi.html     |     0
 .../failover/always/AlwaysFailoverSpiMBean.html    |     0
 .../always/class-use/AlwaysFailoverSpi.html        |     0
 .../always/class-use/AlwaysFailoverSpiMBean.html   |     0
 .../ignite/spi/failover/always/package-frame.html  |     0
 .../spi/failover/always/package-summary.html       |     0
 .../ignite/spi/failover/always/package-tree.html   |     0
 .../ignite/spi/failover/always/package-use.html    |     0
 .../spi/failover/class-use/FailoverContext.html    |     0
 .../ignite/spi/failover/class-use/FailoverSpi.html |     0
 .../jobstealing/JobStealingFailoverSpi.html        |     0
 .../jobstealing/JobStealingFailoverSpiMBean.html   |     0
 .../class-use/JobStealingFailoverSpi.html          |     0
 .../class-use/JobStealingFailoverSpiMBean.html     |     0
 .../spi/failover/jobstealing/package-frame.html    |     0
 .../spi/failover/jobstealing/package-summary.html  |     0
 .../spi/failover/jobstealing/package-tree.html     |     0
 .../spi/failover/jobstealing/package-use.html      |     0
 .../spi/failover/never/NeverFailoverSpi.html       |     0
 .../spi/failover/never/NeverFailoverSpiMBean.html  |     0
 .../failover/never/class-use/NeverFailoverSpi.html |     0
 .../never/class-use/NeverFailoverSpiMBean.html     |     0
 .../ignite/spi/failover/never/package-frame.html   |     0
 .../ignite/spi/failover/never/package-summary.html |     0
 .../ignite/spi/failover/never/package-tree.html    |     0
 .../ignite/spi/failover/never/package-use.html     |     0
 .../apache/ignite/spi/failover/package-frame.html  |     0
 .../ignite/spi/failover/package-summary.html       |     0
 .../apache/ignite/spi/failover/package-tree.html   |     0
 .../apache/ignite/spi/failover/package-use.html    |     0
 .../spi/indexing/IndexingQueryCacheFilter.html     |     0
 .../ignite/spi/indexing/IndexingQueryFilter.html   |     0
 .../spi/indexing/IndexingQueryFilterImpl.html      |     0
 .../apache/ignite/spi/indexing/IndexingSpi.html    |     0
 .../class-use/IndexingQueryCacheFilter.html        |     0
 .../indexing/class-use/IndexingQueryFilter.html    |     0
 .../class-use/IndexingQueryFilterImpl.html         |     0
 .../ignite/spi/indexing/class-use/IndexingSpi.html |     0
 .../ignite/spi/indexing/noop/NoopIndexingSpi.html  |     0
 .../indexing/noop/class-use/NoopIndexingSpi.html   |     0
 .../ignite/spi/indexing/noop/package-frame.html    |     0
 .../ignite/spi/indexing/noop/package-summary.html  |     0
 .../ignite/spi/indexing/noop/package-tree.html     |     0
 .../ignite/spi/indexing/noop/package-use.html      |     0
 .../apache/ignite/spi/indexing/package-frame.html  |     0
 .../ignite/spi/indexing/package-summary.html       |     0
 .../apache/ignite/spi/indexing/package-tree.html   |     0
 .../apache/ignite/spi/indexing/package-use.html    |     0
 .../ignite/spi/loadbalancing/LoadBalancingSpi.html |     0
 .../adaptive/AdaptiveCpuLoadProbe.html             |     0
 .../adaptive/AdaptiveJobCountLoadProbe.html        |     0
 .../adaptive/AdaptiveLoadBalancingSpi.html         |     0
 .../adaptive/AdaptiveLoadBalancingSpiMBean.html    |     0
 .../loadbalancing/adaptive/AdaptiveLoadProbe.html  |     0
 .../adaptive/AdaptiveProcessingTimeLoadProbe.html  |     0
 .../adaptive/class-use/AdaptiveCpuLoadProbe.html   |     0
 .../class-use/AdaptiveJobCountLoadProbe.html       |     0
 .../class-use/AdaptiveLoadBalancingSpi.html        |     0
 .../class-use/AdaptiveLoadBalancingSpiMBean.html   |     0
 .../adaptive/class-use/AdaptiveLoadProbe.html      |     0
 .../class-use/AdaptiveProcessingTimeLoadProbe.html |     0
 .../spi/loadbalancing/adaptive/package-frame.html  |     0
 .../loadbalancing/adaptive/package-summary.html    |     0
 .../spi/loadbalancing/adaptive/package-tree.html   |     0
 .../spi/loadbalancing/adaptive/package-use.html    |     0
 .../loadbalancing/class-use/LoadBalancingSpi.html  |     0
 .../ignite/spi/loadbalancing/package-frame.html    |     0
 .../ignite/spi/loadbalancing/package-summary.html  |     0
 .../ignite/spi/loadbalancing/package-tree.html     |     0
 .../ignite/spi/loadbalancing/package-use.html      |     0
 .../roundrobin/RoundRobinLoadBalancingSpi.html     |     0
 .../RoundRobinLoadBalancingSpiMBean.html           |     0
 .../class-use/RoundRobinLoadBalancingSpi.html      |     0
 .../class-use/RoundRobinLoadBalancingSpiMBean.html |     0
 .../loadbalancing/roundrobin/package-frame.html    |     0
 .../loadbalancing/roundrobin/package-summary.html  |     0
 .../spi/loadbalancing/roundrobin/package-tree.html |     0
 .../spi/loadbalancing/roundrobin/package-use.html  |     0
 .../WeightedRandomLoadBalancingSpi.html            |     0
 .../WeightedRandomLoadBalancingSpiMBean.html       |     0
 .../class-use/WeightedRandomLoadBalancingSpi.html  |     0
 .../WeightedRandomLoadBalancingSpiMBean.html       |     0
 .../weightedrandom/package-frame.html              |     0
 .../weightedrandom/package-summary.html            |     0
 .../loadbalancing/weightedrandom/package-tree.html |     0
 .../loadbalancing/weightedrandom/package-use.html  |     0
 .../org/apache/ignite/spi/package-frame.html       |     0
 .../org/apache/ignite/spi/package-summary.html     |     0
 .../org/apache/ignite/spi/package-tree.html        |     0
 .../javadoc/org/apache/ignite/spi/package-use.html |     0
 .../springdata/repository/IgniteRepository.html    |     0
 .../repository/class-use/IgniteRepository.html     |     0
 .../config/EnableIgniteRepositories.html           |     0
 .../config/IgniteRepositoriesRegistar.html         |     0
 .../IgniteRepositoryConfigurationExtension.html    |     0
 .../ignite/springdata/repository/config/Query.html |     0
 .../repository/config/RepositoryConfig.html        |     0
 .../config/class-use/EnableIgniteRepositories.html |     0
 .../class-use/IgniteRepositoriesRegistar.html      |     0
 .../IgniteRepositoryConfigurationExtension.html    |     0
 .../repository/config/class-use/Query.html         |     0
 .../config/class-use/RepositoryConfig.html         |     0
 .../repository/config/package-frame.html           |     0
 .../repository/config/package-summary.html         |     0
 .../springdata/repository/config/package-tree.html |     0
 .../springdata/repository/config/package-use.html  |     0
 .../springdata/repository/package-frame.html       |     0
 .../springdata/repository/package-summary.html     |     0
 .../ignite/springdata/repository/package-tree.html |     0
 .../ignite/springdata/repository/package-use.html  |     0
 .../springdata/repository/query/IgniteQuery.html   |     0
 .../repository/query/IgniteQueryGenerator.html     |     0
 .../repository/query/IgniteRepositoryQuery.html    |     0
 .../repository/query/class-use/IgniteQuery.html    |     0
 .../query/class-use/IgniteQueryGenerator.html      |     0
 .../query/class-use/IgniteRepositoryQuery.html     |     0
 .../springdata/repository/query/package-frame.html |     0
 .../repository/query/package-summary.html          |     0
 .../springdata/repository/query/package-tree.html  |     0
 .../springdata/repository/query/package-use.html   |     0
 .../support/IgniteRepositoryFactory.html           |     0
 .../support/IgniteRepositoryFactoryBean.html       |     0
 .../repository/support/IgniteRepositoryImpl.html   |     0
 .../support/class-use/IgniteRepositoryFactory.html |     0
 .../class-use/IgniteRepositoryFactoryBean.html     |     0
 .../support/class-use/IgniteRepositoryImpl.html    |     0
 .../repository/support/package-frame.html          |     0
 .../repository/support/package-summary.html        |     0
 .../repository/support/package-tree.html           |     0
 .../springdata/repository/support/package-use.html |     0
 .../org/apache/ignite/ssl/SslContextFactory.html   |     0
 .../ignite/ssl/class-use/SslContextFactory.html    |     0
 .../org/apache/ignite/ssl/package-frame.html       |     0
 .../org/apache/ignite/ssl/package-summary.html     |     0
 .../org/apache/ignite/ssl/package-tree.html        |     0
 .../javadoc/org/apache/ignite/ssl/package-use.html |     0
 .../apache/ignite/startup/BasicWarmupClosure.html  |     0
 .../startup/class-use/BasicWarmupClosure.html      |     0
 .../apache/ignite/startup/cmdline/AboutDialog.html |     0
 .../cmdline/CommandLineRandomNumberGenerator.html  |     0
 .../ignite/startup/cmdline/CommandLineStartup.html |     0
 .../startup/cmdline/CommandLineTransformer.html    |     0
 .../startup/cmdline/class-use/AboutDialog.html     |     0
 .../CommandLineRandomNumberGenerator.html          |     0
 .../cmdline/class-use/CommandLineStartup.html      |     0
 .../cmdline/class-use/CommandLineTransformer.html  |     0
 .../ignite/startup/cmdline/package-frame.html      |     0
 .../ignite/startup/cmdline/package-summary.html    |     0
 .../ignite/startup/cmdline/package-tree.html       |     0
 .../apache/ignite/startup/cmdline/package-use.html |     0
 .../org/apache/ignite/startup/package-frame.html   |     0
 .../org/apache/ignite/startup/package-summary.html |     0
 .../org/apache/ignite/startup/package-tree.html    |     0
 .../org/apache/ignite/startup/package-use.html     |     0
 .../servlet/ServletContextListenerStartup.html     |     0
 .../ignite/startup/servlet/ServletStartup.html     |     0
 .../class-use/ServletContextListenerStartup.html   |     0
 .../startup/servlet/class-use/ServletStartup.html  |     0
 .../ignite/startup/servlet/package-frame.html      |     0
 .../ignite/startup/servlet/package-summary.html    |     0
 .../ignite/startup/servlet/package-tree.html       |     0
 .../apache/ignite/startup/servlet/package-use.html |     0
 .../org/apache/ignite/stream/StreamAdapter.html    |     0
 .../stream/StreamMultipleTupleExtractor.html       |     0
 .../org/apache/ignite/stream/StreamReceiver.html   |     0
 .../ignite/stream/StreamSingleTupleExtractor.html  |     0
 .../apache/ignite/stream/StreamTransformer.html    |     0
 .../apache/ignite/stream/StreamTupleExtractor.html |     0
 .../org/apache/ignite/stream/StreamVisitor.html    |     0
 .../apache/ignite/stream/camel/CamelStreamer.html  |     0
 .../stream/camel/class-use/CamelStreamer.html      |     0
 .../apache/ignite/stream/camel/package-frame.html  |     0
 .../ignite/stream/camel/package-summary.html       |     0
 .../apache/ignite/stream/camel/package-tree.html   |     0
 .../apache/ignite/stream/camel/package-use.html    |     0
 .../ignite/stream/class-use/StreamAdapter.html     |     0
 .../class-use/StreamMultipleTupleExtractor.html    |     0
 .../ignite/stream/class-use/StreamReceiver.html    |     0
 .../class-use/StreamSingleTupleExtractor.html      |     0
 .../ignite/stream/class-use/StreamTransformer.html |     0
 .../stream/class-use/StreamTupleExtractor.html     |     0
 .../ignite/stream/class-use/StreamVisitor.html     |     0
 .../ignite/stream/flume/EventTransformer.html      |     0
 .../org/apache/ignite/stream/flume/IgniteSink.html |     0
 .../ignite/stream/flume/IgniteSinkConstants.html   |     0
 .../stream/flume/class-use/EventTransformer.html   |     0
 .../ignite/stream/flume/class-use/IgniteSink.html  |     0
 .../flume/class-use/IgniteSinkConstants.html       |     0
 .../apache/ignite/stream/flume/package-frame.html  |     0
 .../ignite/stream/flume/package-summary.html       |     0
 .../apache/ignite/stream/flume/package-tree.html   |     0
 .../apache/ignite/stream/flume/package-use.html    |     0
 .../apache/ignite/stream/jms11/JmsStreamer.html    |     0
 .../ignite/stream/jms11/MessageTransformer.html    |     0
 .../ignite/stream/jms11/class-use/JmsStreamer.html |     0
 .../stream/jms11/class-use/MessageTransformer.html |     0
 .../apache/ignite/stream/jms11/package-frame.html  |     0
 .../ignite/stream/jms11/package-summary.html       |     0
 .../apache/ignite/stream/jms11/package-tree.html   |     0
 .../apache/ignite/stream/jms11/package-use.html    |     0
 .../apache/ignite/stream/kafka/KafkaStreamer.html  |     0
 .../stream/kafka/class-use/KafkaStreamer.html      |     0
 .../stream/kafka/connect/IgniteSinkConnector.html  |     0
 .../stream/kafka/connect/IgniteSinkConstants.html  |     0
 .../connect/IgniteSinkTask.StreamerContext.html    |     0
 .../stream/kafka/connect/IgniteSinkTask.html       |     0
 .../kafka/connect/IgniteSourceConnector.html       |     0
 .../kafka/connect/IgniteSourceConstants.html       |     0
 .../stream/kafka/connect/IgniteSourceTask.html     |     0
 .../connect/class-use/IgniteSinkConnector.html     |     0
 .../connect/class-use/IgniteSinkConstants.html     |     0
 .../class-use/IgniteSinkTask.StreamerContext.html  |     0
 .../kafka/connect/class-use/IgniteSinkTask.html    |     0
 .../connect/class-use/IgniteSourceConnector.html   |     0
 .../connect/class-use/IgniteSourceConstants.html   |     0
 .../kafka/connect/class-use/IgniteSourceTask.html  |     0
 .../ignite/stream/kafka/connect/package-frame.html |     0
 .../stream/kafka/connect/package-summary.html      |     0
 .../ignite/stream/kafka/connect/package-tree.html  |     0
 .../ignite/stream/kafka/connect/package-use.html   |     0
 .../connect/serialization/CacheEventConverter.html |     0
 .../serialization/CacheEventDeserializer.html      |     0
 .../serialization/CacheEventSerializer.html        |     0
 .../class-use/CacheEventConverter.html             |     0
 .../class-use/CacheEventDeserializer.html          |     0
 .../class-use/CacheEventSerializer.html            |     0
 .../kafka/connect/serialization/package-frame.html |     0
 .../connect/serialization/package-summary.html     |     0
 .../kafka/connect/serialization/package-tree.html  |     0
 .../kafka/connect/serialization/package-use.html   |     0
 .../apache/ignite/stream/kafka/package-frame.html  |     0
 .../ignite/stream/kafka/package-summary.html       |     0
 .../apache/ignite/stream/kafka/package-tree.html   |     0
 .../apache/ignite/stream/kafka/package-use.html    |     0
 .../apache/ignite/stream/mqtt/MqttStreamer.html    |     0
 .../ignite/stream/mqtt/class-use/MqttStreamer.html |     0
 .../apache/ignite/stream/mqtt/package-frame.html   |     0
 .../apache/ignite/stream/mqtt/package-summary.html |     0
 .../apache/ignite/stream/mqtt/package-tree.html    |     0
 .../org/apache/ignite/stream/mqtt/package-use.html |     0
 .../org/apache/ignite/stream/package-frame.html    |     0
 .../org/apache/ignite/stream/package-summary.html  |     0
 .../org/apache/ignite/stream/package-tree.html     |     0
 .../org/apache/ignite/stream/package-use.html      |     0
 .../ignite/stream/rocketmq/RocketMQStreamer.html   |     0
 .../rocketmq/class-use/RocketMQStreamer.html       |     0
 .../ignite/stream/rocketmq/package-frame.html      |     0
 .../ignite/stream/rocketmq/package-summary.html    |     0
 .../ignite/stream/rocketmq/package-tree.html       |     0
 .../apache/ignite/stream/rocketmq/package-use.html |     0
 .../stream/socket/SocketMessageConverter.html      |     0
 .../ignite/stream/socket/SocketStreamer.html       |     0
 .../socket/class-use/SocketMessageConverter.html   |     0
 .../stream/socket/class-use/SocketStreamer.html    |     0
 .../apache/ignite/stream/socket/package-frame.html |     0
 .../ignite/stream/socket/package-summary.html      |     0
 .../apache/ignite/stream/socket/package-tree.html  |     0
 .../apache/ignite/stream/socket/package-use.html   |     0
 .../storm/StormStreamer.StreamerContext.html       |     0
 .../apache/ignite/stream/storm/StormStreamer.html  |     0
 .../class-use/StormStreamer.StreamerContext.html   |     0
 .../stream/storm/class-use/StormStreamer.html      |     0
 .../apache/ignite/stream/storm/package-frame.html  |     0
 .../ignite/stream/storm/package-summary.html       |     0
 .../apache/ignite/stream/storm/package-tree.html   |     0
 .../apache/ignite/stream/storm/package-use.html    |     0
 .../ignite/stream/twitter/OAuthSettings.html       |     0
 .../ignite/stream/twitter/TwitterStreamer.html     |     0
 .../stream/twitter/class-use/OAuthSettings.html    |     0
 .../stream/twitter/class-use/TwitterStreamer.html  |     0
 .../ignite/stream/twitter/package-frame.html       |     0
 .../ignite/stream/twitter/package-summary.html     |     0
 .../apache/ignite/stream/twitter/package-tree.html |     0
 .../apache/ignite/stream/twitter/package-use.html  |     0
 .../ignite/stream/zeromq/IgniteZeroMqStreamer.html |     0
 .../ignite/stream/zeromq/ZeroMqTypeSocket.html     |     0
 .../zeromq/class-use/IgniteZeroMqStreamer.html     |     0
 .../stream/zeromq/class-use/ZeroMqTypeSocket.html  |     0
 .../apache/ignite/stream/zeromq/package-frame.html |     0
 .../ignite/stream/zeromq/package-summary.html      |     0
 .../apache/ignite/stream/zeromq/package-tree.html  |     0
 .../apache/ignite/stream/zeromq/package-use.html   |     0
 .../thread/IgniteStripedThreadPoolExecutor.html    |     0
 .../org/apache/ignite/thread/IgniteThread.html     |     0
 .../apache/ignite/thread/IgniteThreadFactory.html  |     0
 .../ignite/thread/IgniteThreadPoolExecutor.html    |     0
 .../class-use/IgniteStripedThreadPoolExecutor.html |     0
 .../ignite/thread/class-use/IgniteThread.html      |     0
 .../thread/class-use/IgniteThreadFactory.html      |     0
 .../thread/class-use/IgniteThreadPoolExecutor.html |     0
 .../org/apache/ignite/thread/package-frame.html    |     0
 .../org/apache/ignite/thread/package-summary.html  |     0
 .../org/apache/ignite/thread/package-tree.html     |     0
 .../org/apache/ignite/thread/package-use.html      |     0
 .../apache/ignite/transactions/Transaction.html    |     0
 .../transactions/TransactionConcurrency.html       |     0
 .../transactions/TransactionDeadlockException.html |     0
 .../ignite/transactions/TransactionException.html  |     0
 .../TransactionHeuristicException.html             |     0
 .../ignite/transactions/TransactionIsolation.html  |     0
 .../ignite/transactions/TransactionMetrics.html    |     0
 .../TransactionOptimisticException.html            |     0
 .../transactions/TransactionRollbackException.html |     0
 .../ignite/transactions/TransactionState.html      |     0
 .../transactions/TransactionTimeoutException.html  |     0
 .../ignite/transactions/class-use/Transaction.html |     0
 .../class-use/TransactionConcurrency.html          |     0
 .../class-use/TransactionDeadlockException.html    |     0
 .../class-use/TransactionException.html            |     0
 .../class-use/TransactionHeuristicException.html   |     0
 .../class-use/TransactionIsolation.html            |     0
 .../transactions/class-use/TransactionMetrics.html |     0
 .../class-use/TransactionOptimisticException.html  |     0
 .../class-use/TransactionRollbackException.html    |     0
 .../transactions/class-use/TransactionState.html   |     0
 .../class-use/TransactionTimeoutException.html     |     0
 .../apache/ignite/transactions/package-frame.html  |     0
 .../ignite/transactions/package-summary.html       |     0
 .../apache/ignite/transactions/package-tree.html   |     0
 .../apache/ignite/transactions/package-use.html    |     0
 .../spring/SpringTransactionManager.html           |     0
 .../spring/class-use/SpringTransactionManager.html |     0
 .../ignite/transactions/spring/package-frame.html  |     0
 .../transactions/spring/package-summary.html       |     0
 .../ignite/transactions/spring/package-tree.html   |     0
 .../ignite/transactions/spring/package-use.html    |     0
 .../ignite/visor/plugin/VisorExtensionPoint.html   |     0
 .../ignite/visor/plugin/VisorPluggableTab.html     |     0
 .../apache/ignite/visor/plugin/VisorPlugin.html    |     0
 .../ignite/visor/plugin/VisorPluginComponent.html  |     0
 .../visor/plugin/VisorPluginComponentsFactory.html |     0
 .../ignite/visor/plugin/VisorPluginLogPanel.html   |     0
 .../ignite/visor/plugin/VisorPluginModel.html      |     0
 .../ignite/visor/plugin/VisorPluginNodesPanel.html |     0
 .../visor/plugin/VisorSelectionListener.html       |     0
 .../ignite/visor/plugin/VisorTopologyListener.html |     0
 .../plugin/class-use/VisorExtensionPoint.html      |     0
 .../visor/plugin/class-use/VisorPluggableTab.html  |     0
 .../ignite/visor/plugin/class-use/VisorPlugin.html |     0
 .../plugin/class-use/VisorPluginComponent.html     |     0
 .../class-use/VisorPluginComponentsFactory.html    |     0
 .../plugin/class-use/VisorPluginLogPanel.html      |     0
 .../visor/plugin/class-use/VisorPluginModel.html   |     0
 .../plugin/class-use/VisorPluginNodesPanel.html    |     0
 .../plugin/class-use/VisorSelectionListener.html   |     0
 .../plugin/class-use/VisorTopologyListener.html    |     0
 .../apache/ignite/visor/plugin/package-frame.html  |     0
 .../ignite/visor/plugin/package-summary.html       |     0
 .../apache/ignite/visor/plugin/package-tree.html   |     0
 .../apache/ignite/visor/plugin/package-use.html    |     0
 .../org/apache/ignite/yarn/ApplicationMaster.html  |     0
 .../org/apache/ignite/yarn/ClusterProperties.html  |     0
 .../org/apache/ignite/yarn/IgniteContainer.html    |     0
 .../yarn/IgniteProvider.VersionComparator.html     |     0
 .../org/apache/ignite/yarn/IgniteProvider.html     |     0
 .../org/apache/ignite/yarn/IgniteYarnClient.html   |     0
 .../ignite/yarn/class-use/ApplicationMaster.html   |     0
 .../ignite/yarn/class-use/ClusterProperties.html   |     0
 .../ignite/yarn/class-use/IgniteContainer.html     |     0
 .../IgniteProvider.VersionComparator.html          |     0
 .../ignite/yarn/class-use/IgniteProvider.html      |     0
 .../ignite/yarn/class-use/IgniteYarnClient.html    |     0
 .../org/apache/ignite/yarn/package-frame.html      |     0
 .../org/apache/ignite/yarn/package-summary.html    |     0
 .../org/apache/ignite/yarn/package-tree.html       |     0
 .../org/apache/ignite/yarn/package-use.html        |     0
 .../apache/ignite/yarn/utils/IgniteYarnUtils.html  |     0
 .../yarn/utils/class-use/IgniteYarnUtils.html      |     0
 .../apache/ignite/yarn/utils/package-frame.html    |     0
 .../apache/ignite/yarn/utils/package-summary.html  |     0
 .../org/apache/ignite/yarn/utils/package-tree.html |     0
 .../org/apache/ignite/yarn/utils/package-use.html  |     0
 releases/2.4.0/javadoc/overview-frame.html         |     0
 releases/2.4.0/javadoc/overview-summary.html       |     0
 releases/2.4.0/javadoc/overview-tree.html          |     0
 releases/2.4.0/javadoc/package-list                |     0
 releases/2.4.0/javadoc/script.js                   |     0
 releases/2.4.0/javadoc/serialized-form.html        |     0
 releases/2.4.0/javadoc/tools.js                    |     0
 releases/2.4.0/scaladoc/scalar/img/avg.png         |   Bin
 .../2.4.0/scaladoc/scalar/img/callout_blue.gif     |   Bin
 .../2.4.0/scaladoc/scalar/img/callout_yellow.gif   |   Bin
 releases/2.4.0/scaladoc/scalar/img/cube.gif        |   Bin
 releases/2.4.0/scaladoc/scalar/img/cube_3.0.gif    |   Bin
 .../2.4.0/scaladoc/scalar/img/cube_transparent.gif |   Bin
 .../2.4.0/scaladoc/scalar/img/documentation.gif    |   Bin
 .../2.4.0/scaladoc/scalar/img/email_support.gif    |   Bin
 releases/2.4.0/scaladoc/scalar/img/forums.gif      |   Bin
 releases/2.4.0/scaladoc/scalar/img/gavg.png        |   Bin
 releases/2.4.0/scaladoc/scalar/img/gg_30.png       |   Bin
 releases/2.4.0/scaladoc/scalar/img/gg_30s.png      |   Bin
 .../scalar/img/gridgain_30c_javadoc_qr.png         |   Bin
 releases/2.4.0/scaladoc/scalar/img/gridgain_qr.png |   Bin
 releases/2.4.0/scaladoc/scalar/img/havg.png        |   Bin
 .../scaladoc/scalar/img/in_memory_compute_grid.png |   Bin
 .../scaladoc/scalar/img/in_memory_data_grid.png    |   Bin
 .../2.4.0/scaladoc/scalar/img/issue_tracking.gif   |   Bin
 .../2.4.0/scaladoc/scalar/img/javadoc4_logo.png    |   Bin
 releases/2.4.0/scaladoc/scalar/img/mail_11x11.gif  |   Bin
 releases/2.4.0/scaladoc/scalar/img/qavg.png        |   Bin
 releases/2.4.0/scaladoc/scalar/img/search.gif      |   Bin
 releases/2.4.0/scaladoc/scalar/img/spacer.gif      |   Bin
 releases/2.4.0/scaladoc/scalar/img/sum.png         |   Bin
 releases/2.4.0/scaladoc/scalar/img/wavg.png        |   Bin
 releases/2.4.0/scaladoc/scalar/index.html          |     0
 releases/2.4.0/scaladoc/scalar/index.js            |     0
 releases/2.4.0/scaladoc/scalar/index/index-_.html  |     0
 releases/2.4.0/scaladoc/scalar/index/index-a.html  |     0
 releases/2.4.0/scaladoc/scalar/index/index-b.html  |     0
 releases/2.4.0/scaladoc/scalar/index/index-c.html  |     0
 releases/2.4.0/scaladoc/scalar/index/index-d.html  |     0
 releases/2.4.0/scaladoc/scalar/index/index-e.html  |     0
 releases/2.4.0/scaladoc/scalar/index/index-f.html  |     0
 releases/2.4.0/scaladoc/scalar/index/index-g.html  |     0
 releases/2.4.0/scaladoc/scalar/index/index-i.html  |     0
 releases/2.4.0/scaladoc/scalar/index/index-k.html  |     0
 releases/2.4.0/scaladoc/scalar/index/index-l.html  |     0
 releases/2.4.0/scaladoc/scalar/index/index-n.html  |     0
 releases/2.4.0/scaladoc/scalar/index/index-o.html  |     0
 releases/2.4.0/scaladoc/scalar/index/index-p.html  |     0
 releases/2.4.0/scaladoc/scalar/index/index-r.html  |     0
 releases/2.4.0/scaladoc/scalar/index/index-s.html  |     0
 releases/2.4.0/scaladoc/scalar/index/index-t.html  |     0
 releases/2.4.0/scaladoc/scalar/index/index-u.html  |     0
 releases/2.4.0/scaladoc/scalar/index/index-v.html  |     0
 releases/2.4.0/scaladoc/scalar/index/index-w.html  |     0
 releases/2.4.0/scaladoc/scalar/lib/arrow-down.png  |   Bin
 releases/2.4.0/scaladoc/scalar/lib/arrow-right.png |   Bin
 releases/2.4.0/scaladoc/scalar/lib/class.png       |   Bin
 releases/2.4.0/scaladoc/scalar/lib/class_big.png   |   Bin
 .../2.4.0/scaladoc/scalar/lib/class_diagram.png    |   Bin
 .../scaladoc/scalar/lib/class_to_object_big.png    |   Bin
 .../2.4.0/scaladoc/scalar/lib/constructorsbg.gif   |   Bin
 .../2.4.0/scaladoc/scalar/lib/conversionbg.gif     |   Bin
 releases/2.4.0/scaladoc/scalar/lib/defbg-blue.gif  |   Bin
 releases/2.4.0/scaladoc/scalar/lib/defbg-green.gif |   Bin
 releases/2.4.0/scaladoc/scalar/lib/diagrams.css    |     0
 releases/2.4.0/scaladoc/scalar/lib/diagrams.js     |     0
 .../2.4.0/scaladoc/scalar/lib/filter_box_left.png  |   Bin
 .../2.4.0/scaladoc/scalar/lib/filter_box_left2.gif |   Bin
 .../2.4.0/scaladoc/scalar/lib/filter_box_right.png |   Bin
 releases/2.4.0/scaladoc/scalar/lib/filterbg.gif    |   Bin
 .../2.4.0/scaladoc/scalar/lib/filterboxbarbg.gif   |   Bin
 .../2.4.0/scaladoc/scalar/lib/filterboxbarbg.png   |   Bin
 releases/2.4.0/scaladoc/scalar/lib/filterboxbg.gif |   Bin
 .../2.4.0/scaladoc/scalar/lib/fullcommenttopbg.gif |   Bin
 releases/2.4.0/scaladoc/scalar/lib/index.css       |     0
 releases/2.4.0/scaladoc/scalar/lib/index.js        |     0
 releases/2.4.0/scaladoc/scalar/lib/jquery-ui.js    |     0
 releases/2.4.0/scaladoc/scalar/lib/jquery.js       |     0
 .../2.4.0/scaladoc/scalar/lib/jquery.layout.js     |     0
 .../2.4.0/scaladoc/scalar/lib/modernizr.custom.js  |     0
 .../2.4.0/scaladoc/scalar/lib/navigation-li-a.png  |   Bin
 .../2.4.0/scaladoc/scalar/lib/navigation-li.png    |   Bin
 releases/2.4.0/scaladoc/scalar/lib/object.png      |   Bin
 releases/2.4.0/scaladoc/scalar/lib/object_big.png  |   Bin
 .../2.4.0/scaladoc/scalar/lib/object_diagram.png   |   Bin
 .../scaladoc/scalar/lib/object_to_class_big.png    |   Bin
 .../scaladoc/scalar/lib/object_to_trait_big.png    |   Bin
 .../scaladoc/scalar/lib/object_to_type_big.png     |   Bin
 releases/2.4.0/scaladoc/scalar/lib/ownderbg2.gif   |   Bin
 releases/2.4.0/scaladoc/scalar/lib/ownerbg.gif     |   Bin
 releases/2.4.0/scaladoc/scalar/lib/ownerbg2.gif    |   Bin
 releases/2.4.0/scaladoc/scalar/lib/package.png     |   Bin
 releases/2.4.0/scaladoc/scalar/lib/package_big.png |   Bin
 releases/2.4.0/scaladoc/scalar/lib/packagesbg.gif  |   Bin
 releases/2.4.0/scaladoc/scalar/lib/permalink.png   |   Bin
 releases/2.4.0/scaladoc/scalar/lib/ref-index.css   |     0
 releases/2.4.0/scaladoc/scalar/lib/remove.png      |   Bin
 releases/2.4.0/scaladoc/scalar/lib/scheduler.js    |     0
 .../scaladoc/scalar/lib/selected-implicits.png     |   Bin
 .../scalar/lib/selected-right-implicits.png        |   Bin
 .../2.4.0/scaladoc/scalar/lib/selected-right.png   |   Bin
 releases/2.4.0/scaladoc/scalar/lib/selected.png    |   Bin
 .../2.4.0/scaladoc/scalar/lib/selected2-right.png  |   Bin
 releases/2.4.0/scaladoc/scalar/lib/selected2.png   |   Bin
 releases/2.4.0/scaladoc/scalar/lib/signaturebg.gif |   Bin
 .../2.4.0/scaladoc/scalar/lib/signaturebg2.gif     |   Bin
 releases/2.4.0/scaladoc/scalar/lib/template.css    |     0
 releases/2.4.0/scaladoc/scalar/lib/template.js     |     0
 .../2.4.0/scaladoc/scalar/lib/tools.tooltip.js     |     0
 releases/2.4.0/scaladoc/scalar/lib/trait.png       |   Bin
 releases/2.4.0/scaladoc/scalar/lib/trait_big.png   |   Bin
 .../2.4.0/scaladoc/scalar/lib/trait_diagram.png    |   Bin
 .../scaladoc/scalar/lib/trait_to_object_big.png    |   Bin
 releases/2.4.0/scaladoc/scalar/lib/type.png        |   Bin
 releases/2.4.0/scaladoc/scalar/lib/type_big.png    |   Bin
 .../2.4.0/scaladoc/scalar/lib/type_diagram.png     |   Bin
 .../scaladoc/scalar/lib/type_to_object_big.png     |   Bin
 releases/2.4.0/scaladoc/scalar/lib/typebg.gif      |   Bin
 releases/2.4.0/scaladoc/scalar/lib/unselected.png  |   Bin
 .../2.4.0/scaladoc/scalar/lib/valuemembersbg.gif   |   Bin
 .../scaladoc/scalar/org/apache/ignite/package.html |     0
 .../apache/ignite/scalar/ScalarConversions.html    |     0
 .../ignite/scalar/lang/ScalarAbsClosure.html       |     0
 .../scalar/lang/ScalarAbsClosureFunction.html      |     0
 .../ignite/scalar/lang/ScalarAbsClosureX.html      |     0
 .../scalar/lang/ScalarAbsClosureXFunction.html     |     0
 .../ignite/scalar/lang/ScalarAbsPredicate.html     |     0
 .../scalar/lang/ScalarAbsPredicateFunction.html    |     0
 .../ignite/scalar/lang/ScalarAbsPredicateX.html    |     0
 .../scalar/lang/ScalarAbsPredicateXFunction.html   |     0
 .../apache/ignite/scalar/lang/ScalarClosure.html   |     0
 .../apache/ignite/scalar/lang/ScalarClosure2.html  |     0
 .../ignite/scalar/lang/ScalarClosure2Function.html |     0
 .../apache/ignite/scalar/lang/ScalarClosure2X.html |     0
 .../scalar/lang/ScalarClosure2XFunction.html       |     0
 .../apache/ignite/scalar/lang/ScalarClosure3.html  |     0
 .../ignite/scalar/lang/ScalarClosure3Function.html |     0
 .../apache/ignite/scalar/lang/ScalarClosure3X.html |     0
 .../scalar/lang/ScalarClosure3XFunction.html       |     0
 .../ignite/scalar/lang/ScalarClosureFunction.html  |     0
 .../apache/ignite/scalar/lang/ScalarClosureX.html  |     0
 .../ignite/scalar/lang/ScalarClosureXFunction.html |     0
 .../apache/ignite/scalar/lang/ScalarInClosure.html |     0
 .../ignite/scalar/lang/ScalarInClosure2.html       |     0
 .../scalar/lang/ScalarInClosure2Function.html      |     0
 .../ignite/scalar/lang/ScalarInClosure2X.html      |     0
 .../scalar/lang/ScalarInClosure2XFunction.html     |     0
 .../ignite/scalar/lang/ScalarInClosure3.html       |     0
 .../scalar/lang/ScalarInClosure3Function.html      |     0
 .../ignite/scalar/lang/ScalarInClosure3X.html      |     0
 .../scalar/lang/ScalarInClosure3XFunction.html     |     0
 .../scalar/lang/ScalarInClosureFunction.html       |     0
 .../ignite/scalar/lang/ScalarInClosureX.html       |     0
 .../scalar/lang/ScalarInClosureXFunction.html      |     0
 .../org/apache/ignite/scalar/lang/ScalarJob.html   |     0
 .../ignite/scalar/lang/ScalarOutClosure.html       |     0
 .../scalar/lang/ScalarOutClosureFunction.html      |     0
 .../ignite/scalar/lang/ScalarOutClosureX.html      |     0
 .../scalar/lang/ScalarOutClosureXFunction.html     |     0
 .../apache/ignite/scalar/lang/ScalarPredicate.html |     0
 .../ignite/scalar/lang/ScalarPredicate2.html       |     0
 .../scalar/lang/ScalarPredicate2Function.html      |     0
 .../ignite/scalar/lang/ScalarPredicate2X.html      |     0
 .../scalar/lang/ScalarPredicate2XFunction.html     |     0
 .../ignite/scalar/lang/ScalarPredicate3.html       |     0
 .../scalar/lang/ScalarPredicate3Function.html      |     0
 .../ignite/scalar/lang/ScalarPredicate3X.html      |     0
 .../scalar/lang/ScalarPredicate3XFunction.html     |     0
 .../scalar/lang/ScalarPredicateFunction.html       |     0
 .../ignite/scalar/lang/ScalarPredicateX.html       |     0
 .../scalar/lang/ScalarPredicateXFunction.html      |     0
 .../apache/ignite/scalar/lang/ScalarReducer.html   |     0
 .../apache/ignite/scalar/lang/ScalarReducer2.html  |     0
 .../ignite/scalar/lang/ScalarReducer2Function.html |     0
 .../apache/ignite/scalar/lang/ScalarReducer3.html  |     0
 .../ignite/scalar/lang/ScalarReducer3Function.html |     0
 .../ignite/scalar/lang/ScalarReducerFunction.html  |     0
 .../org/apache/ignite/scalar/lang/package.html     |     0
 .../scalar/org/apache/ignite/scalar/package.html   |     0
 .../apache/ignite/scalar/pimps/PimpedType$.html    |     0
 .../org/apache/ignite/scalar/pimps/PimpedType.html |     0
 .../ignite/scalar/pimps/ScalarCachePimp$.html      |     0
 .../ignite/scalar/pimps/ScalarCachePimp.html       |     0
 .../ignite/scalar/pimps/ScalarGridPimp$.html       |     0
 .../apache/ignite/scalar/pimps/ScalarGridPimp.html |     0
 .../ignite/scalar/pimps/ScalarProjectionPimp$.html |     0
 .../ignite/scalar/pimps/ScalarProjectionPimp.html  |     0
 .../scalar/pimps/ScalarTaskThreadContext.html      |     0
 .../org/apache/ignite/scalar/pimps/package.html    |     0
 .../scalar/org/apache/ignite/scalar/scalar$.html   |     0
 .../2.4.0/scaladoc/scalar/org/apache/package.html  |     0
 releases/2.4.0/scaladoc/scalar/org/package.html    |     0
 releases/2.4.0/scaladoc/scalar/package.html        |     0
 releases/2.4.0/scaladoc/scalar/tools.js            |     0
 ...he.Ignite.AspNet.IgniteOutputCacheProvider.html |   704 +-
 ...ite.AspNet.IgniteSessionStateStoreProvider.html |  1400 +-
 .../api/Apache.Ignite.AspNet.IgniteWebUtils.html   |   354 +-
 .../2.5.0/dotnetdoc/api/Apache.Ignite.AspNet.html  |   250 +-
 ...e.Ignite.Core.Binary.BinaryBasicNameMapper.html |   534 +-
 ...che.Ignite.Core.Binary.BinaryConfiguration.html |   842 +-
 ...e.Ignite.Core.Binary.BinaryObjectException.html |   588 +-
 ...ite.Core.Binary.BinaryReflectiveSerializer.html |   540 +-
 ...Ignite.Core.Binary.BinaryTypeConfiguration.html |   848 +-
 .../Apache.Ignite.Core.Binary.BinaryTypeNames.html |  1716 +-
 .../Apache.Ignite.Core.Binary.IBinarizable.html    |   410 +-
 .../api/Apache.Ignite.Core.Binary.IBinary.html     |  1416 +-
 .../Apache.Ignite.Core.Binary.IBinaryIdMapper.html |   420 +-
 ...pache.Ignite.Core.Binary.IBinaryNameMapper.html |   410 +-
 .../Apache.Ignite.Core.Binary.IBinaryObject.html   |   704 +-
 ...he.Ignite.Core.Binary.IBinaryObjectBuilder.html |  3306 +-
 ...Apache.Ignite.Core.Binary.IBinaryRawReader.html |  1920 +-
 ...Apache.Ignite.Core.Binary.IBinaryRawWriter.html |  1870 +-
 .../Apache.Ignite.Core.Binary.IBinaryReader.html   |  3006 +-
 ...pache.Ignite.Core.Binary.IBinarySerializer.html |   370 +-
 .../api/Apache.Ignite.Core.Binary.IBinaryType.html |   610 +-
 .../Apache.Ignite.Core.Binary.IBinaryWriter.html   |  2216 +-
 ...ache.Ignite.Core.Binary.TimestampAttribute.html |   556 +-
 .../dotnetdoc/api/Apache.Ignite.Core.Binary.html   |   318 +-
 ...e.Core.Cache.Affinity.AffinityFunctionBase.html |   680 +-
 ...ore.Cache.Affinity.AffinityFunctionContext.html |   576 +-
 ...che.Ignite.Core.Cache.Affinity.AffinityKey.html |   998 +-
 ....Cache.Affinity.AffinityKeyMappedAttribute.html |   640 +-
 ...ore.Cache.Affinity.AffinityTopologyVersion.html |   898 +-
 ...nite.Core.Cache.Affinity.IAffinityFunction.html |   510 +-
 ...nity.Rendezvous.RendezvousAffinityFunction.html |   358 +-
 ...ache.Ignite.Core.Cache.Affinity.Rendezvous.html |   242 +-
 .../api/Apache.Ignite.Core.Cache.Affinity.html     |   270 +-
 ...re.Cache.CacheAtomicUpdateTimeoutException.html |   590 +-
 ...te.Core.Cache.CacheEntryProcessorException.html |   638 +-
 .../Apache.Ignite.Core.Cache.CacheException.html   |   594 +-
 ...ite.Core.Cache.CachePartialUpdateException.html |   788 +-
 .../Apache.Ignite.Core.Cache.CachePeekMode.html    |   318 +-
 .../Apache.Ignite.Core.Cache.CacheResult-1.html    |   874 +-
 ...ore.Cache.Configuration.CacheAtomicityMode.html |   286 +-
 ...ore.Cache.Configuration.CacheConfiguration.html |  4436 +-
 ....Cache.Configuration.CacheKeyConfiguration.html |   470 +-
 ....Ignite.Core.Cache.Configuration.CacheMode.html |   294 +-
 ...ore.Cache.Configuration.CacheRebalanceMode.html |   294 +-
 ...onfiguration.CacheWriteSynchronizationMode.html |   294 +-
 ...e.Cache.Configuration.DataPageEvictionMode.html |   294 +-
 ...re.Cache.Configuration.MemoryConfiguration.html |   834 +-
 ...he.Configuration.MemoryPolicyConfiguration.html |  1056 +-
 ...Cache.Configuration.NearCacheConfiguration.html |   468 +-
 ...re.Cache.Configuration.PartitionLossPolicy.html |   310 +-
 ...Ignite.Core.Cache.Configuration.QueryAlias.html |   480 +-
 ...gnite.Core.Cache.Configuration.QueryEntity.html |   898 +-
 ...Ignite.Core.Cache.Configuration.QueryField.html |   724 +-
 ...Ignite.Core.Cache.Configuration.QueryIndex.html |   790 +-
 ...e.Core.Cache.Configuration.QueryIndexField.html |   530 +-
 ...te.Core.Cache.Configuration.QueryIndexType.html |   294 +-
 ...Cache.Configuration.QuerySqlFieldAttribute.html |   902 +-
 ...ache.Configuration.QueryTextFieldAttribute.html |   606 +-
 .../Apache.Ignite.Core.Cache.Configuration.html    |   318 +-
 ...gnite.Core.Cache.Event.CacheEntryEventType.html |   294 +-
 ...Ignite.Core.Cache.Event.ICacheEntryEvent-2.html |   490 +-
 ....Core.Cache.Event.ICacheEntryEventFilter-2.html |   368 +-
 ...ore.Cache.Event.ICacheEntryEventListener-2.html |   338 +-
 .../api/Apache.Ignite.Core.Cache.Event.html        |   258 +-
 ...ite.Core.Cache.Eviction.EvictionPolicyBase.html |   602 +-
 ...ite.Core.Cache.Eviction.FifoEvictionPolicy.html |   358 +-
 ...Ignite.Core.Cache.Eviction.IEvictionPolicy.html |   246 +-
 ...nite.Core.Cache.Eviction.LruEvictionPolicy.html |   358 +-
 .../api/Apache.Ignite.Core.Cache.Eviction.html     |   258 +-
 ...ache.Ignite.Core.Cache.Expiry.ExpiryPolicy.html |   536 +-
 ...che.Ignite.Core.Cache.Expiry.IExpiryPolicy.html |   388 +-
 .../api/Apache.Ignite.Core.Cache.Expiry.html       |   250 +-
 .../api/Apache.Ignite.Core.Cache.ICache-2.html     |  6948 +--
 .../Apache.Ignite.Core.Cache.ICacheAffinity.html   |  1698 +-
 .../Apache.Ignite.Core.Cache.ICacheEntry-2.html    |   380 +-
 ...ache.Ignite.Core.Cache.ICacheEntryFilter-2.html |   368 +-
 ...e.Ignite.Core.Cache.ICacheEntryProcessor-4.html |   394 +-
 ...te.Core.Cache.ICacheEntryProcessorResult-2.html |   380 +-
 .../api/Apache.Ignite.Core.Cache.ICacheLock.html   |   420 +-
 .../Apache.Ignite.Core.Cache.ICacheMetrics.html    |  3608 +-
 .../Apache.Ignite.Core.Cache.IMemoryMetrics.html   |   526 +-
 ...che.Ignite.Core.Cache.IMutableCacheEntry-2.html |   418 +-
 ...e.Cache.Query.Continuous.ContinuousQuery-2.html |   886 +-
 ...ore.Cache.Query.Continuous.ContinuousQuery.html |   462 +-
 ...Query.Continuous.ContinuousQueryExtensions.html |   426 +-
 ....Query.Continuous.IContinuousQueryHandle-1.html |   338 +-
 ...he.Query.Continuous.IContinuousQueryHandle.html |   258 +-
 .../Apache.Ignite.Core.Cache.Query.Continuous.html |   262 +-
 ...Ignite.Core.Cache.Query.IFieldsQueryCursor.html |   320 +-
 ...che.Ignite.Core.Cache.Query.IQueryCursor-1.html |   344 +-
 .../Apache.Ignite.Core.Cache.Query.QueryBase.html  |   474 +-
 ...Apache.Ignite.Core.Cache.Query.ScanQuery-2.html |   512 +-
 ...che.Ignite.Core.Cache.Query.SqlFieldsQuery.html |  1044 +-
 .../Apache.Ignite.Core.Cache.Query.SqlQuery.html   |   956 +-
 .../Apache.Ignite.Core.Cache.Query.TextQuery.html  |   684 +-
 .../api/Apache.Ignite.Core.Cache.Query.html        |   270 +-
 ...ache.Store.CacheParallelLoadStoreAdapter-3.html |  1098 +-
 ...gnite.Core.Cache.Store.CacheStoreAdapter-2.html |   850 +-
 ...gnite.Core.Cache.Store.CacheStoreException.html |   590 +-
 ...ache.Ignite.Core.Cache.Store.ICacheStore-2.html |  1008 +-
 ...Apache.Ignite.Core.Cache.Store.ICacheStore.html |   246 +-
 ...Ignite.Core.Cache.Store.ICacheStoreSession.html |   342 +-
 .../api/Apache.Ignite.Core.Cache.Store.html        |   266 +-
 .../dotnetdoc/api/Apache.Ignite.Core.Cache.html    |   314 +-
 ...Core.Client.Cache.CacheClientConfiguration.html |  2038 +-
 ...he.Ignite.Core.Client.Cache.ICacheClient-2.html |  4268 +-
 .../api/Apache.Ignite.Core.Client.Cache.html       |   250 +-
 ...Apache.Ignite.Core.Client.ClientStatusCode.html |   334 +-
 .../Apache.Ignite.Core.Client.IIgniteClient.html   |  1040 +-
 ...pache.Ignite.Core.Client.ISslStreamFactory.html |   340 +-
 ...nite.Core.Client.IgniteClientConfiguration.html |  1288 +-
 ...re.Client.IgniteClientConfigurationSection.html |   742 +-
 ...e.Ignite.Core.Client.IgniteClientException.html |   814 +-
 ...Apache.Ignite.Core.Client.SslStreamFactory.html |   716 +-
 .../dotnetdoc/api/Apache.Ignite.Core.Client.html   |   274 +-
 ...te.Core.Cluster.ClusterGroupEmptyException.html |   588 +-
 ...nite.Core.Cluster.ClusterTopologyException.html |   588 +-
 .../Apache.Ignite.Core.Cluster.IBaselineNode.html  |   342 +-
 .../api/Apache.Ignite.Core.Cluster.ICluster.html   |  1228 +-
 .../Apache.Ignite.Core.Cluster.IClusterGroup.html  |  1834 +-
 ...Apache.Ignite.Core.Cluster.IClusterMetrics.html |  2826 +-
 .../Apache.Ignite.Core.Cluster.IClusterNode.html   |   916 +-
 ...che.Ignite.Core.Cluster.IClusterNodeFilter.html |   330 +-
 .../dotnetdoc/api/Apache.Ignite.Core.Cluster.html  |   274 +-
 ...te.Core.Common.ClientDisconnectedException.html |   648 +-
 ...Apache.Ignite.Core.Common.ExceptionFactory.html |   340 +-
 .../api/Apache.Ignite.Core.Common.IFactory-1.html  |   326 +-
 .../Apache.Ignite.Core.Common.IgniteException.html |   628 +-
 ...Core.Common.IgniteFutureCancelledException.html |   588 +-
 .../api/Apache.Ignite.Core.Common.IgniteGuid.html  |   898 +-
 .../Apache.Ignite.Core.Common.JavaException.html   |   896 +-
 .../dotnetdoc/api/Apache.Ignite.Core.Common.html   |   278 +-
 ...gnite.Core.Communication.ICommunicationSpi.html |   246 +-
 ...Core.Communication.Tcp.TcpCommunicationSpi.html |  1702 +-
 .../api/Apache.Ignite.Core.Communication.Tcp.html  |   242 +-
 .../api/Apache.Ignite.Core.Communication.html      |   242 +-
 ....Compute.ComputeExecutionRejectedException.html |   588 +-
 ...he.Ignite.Core.Compute.ComputeJobAdapter-1.html |   692 +-
 ...e.Core.Compute.ComputeJobFailoverException.html |   588 +-
 ...Ignite.Core.Compute.ComputeJobResultPolicy.html |   294 +-
 ...e.Ignite.Core.Compute.ComputeTaskAdapter-3.html |   632 +-
 ...Core.Compute.ComputeTaskCancelledException.html |   588 +-
 ....Compute.ComputeTaskNoResultCacheAttribute.html |   556 +-
 ...ite.Core.Compute.ComputeTaskSplitAdapter-3.html |   604 +-
 ...e.Core.Compute.ComputeTaskTimeoutException.html |   588 +-
 ...ore.Compute.ComputeUserUndeclaredException.html |   588 +-
 .../api/Apache.Ignite.Core.Compute.ICompute.html   |  6790 +-
 .../Apache.Ignite.Core.Compute.IComputeAction.html |   266 +-
 .../Apache.Ignite.Core.Compute.IComputeFunc-1.html |   326 +-
 .../Apache.Ignite.Core.Compute.IComputeFunc-2.html |   368 +-
 .../Apache.Ignite.Core.Compute.IComputeJob-1.html  |   342 +-
 ...he.Ignite.Core.Compute.IComputeJobResult-1.html |   510 +-
 ...ache.Ignite.Core.Compute.IComputeReducer-2.html |   414 +-
 .../Apache.Ignite.Core.Compute.IComputeTask-2.html |   308 +-
 .../Apache.Ignite.Core.Compute.IComputeTask-3.html |   556 +-
 .../dotnetdoc/api/Apache.Ignite.Core.Compute.html  |   322 +-
 ...te.Core.Configuration.CheckpointWriteOrder.html |   286 +-
 ...Configuration.ClientConnectorConfiguration.html |  1324 +-
 ...te.Core.Configuration.DataPageEvictionMode.html |   294 +-
 ...Core.Configuration.DataRegionConfiguration.html |  1192 +-
 ...ore.Configuration.DataStorageConfiguration.html |  2676 +-
 ...re.Configuration.SqlConnectorConfiguration.html |   964 +-
 .../Apache.Ignite.Core.Configuration.WalMode.html  |   310 +-
 .../api/Apache.Ignite.Core.Configuration.html      |   270 +-
 ...ructures.Configuration.AtomicConfiguration.html |   602 +-
 ...e.Ignite.Core.DataStructures.Configuration.html |   242 +-
 ...che.Ignite.Core.DataStructures.IAtomicLong.html |   750 +-
 ...ite.Core.DataStructures.IAtomicReference-1.html |   578 +-
 ...Ignite.Core.DataStructures.IAtomicSequence.html |   580 +-
 .../api/Apache.Ignite.Core.DataStructures.html     |   250 +-
 ...gnite.Core.Datastream.DataStreamerDefaults.html |   440 +-
 ...che.Ignite.Core.Datastream.IDataStreamer-2.html |  1214 +-
 ...e.Ignite.Core.Datastream.IStreamReceiver-2.html |   348 +-
 ...Ignite.Core.Datastream.StreamTransformer-4.html |   492 +-
 ...che.Ignite.Core.Datastream.StreamVisitor-2.html |   476 +-
 .../api/Apache.Ignite.Core.Datastream.html         |   262 +-
 ...te.Core.Deployment.PeerAssemblyLoadingMode.html |   286 +-
 .../api/Apache.Ignite.Core.Deployment.html         |   242 +-
 ...Apache.Ignite.Core.Discovery.IDiscoverySpi.html |   246 +-
 ...e.Core.Discovery.Tcp.ITcpDiscoveryIpFinder.html |   246 +-
 ...cp.Multicast.TcpDiscoveryMulticastIpFinder.html |   872 +-
 ...Apache.Ignite.Core.Discovery.Tcp.Multicast.html |   242 +-
 ...very.Tcp.Static.TcpDiscoveryStaticIpFinder.html |   456 +-
 .../Apache.Ignite.Core.Discovery.Tcp.Static.html   |   242 +-
 ...ore.Discovery.Tcp.TcpDiscoveryIpFinderBase.html |   484 +-
 ....Ignite.Core.Discovery.Tcp.TcpDiscoverySpi.html |  1568 +-
 .../api/Apache.Ignite.Core.Discovery.Tcp.html      |   254 +-
 .../api/Apache.Ignite.Core.Discovery.html          |   242 +-
 .../api/Apache.Ignite.Core.Events.CacheEvent.html  |  1040 +-
 ...Ignite.Core.Events.CacheQueryExecutedEvent.html |   718 +-
 ...che.Ignite.Core.Events.CacheQueryReadEvent.html |   902 +-
 ...e.Ignite.Core.Events.CacheRebalancingEvent.html |   718 +-
 .../Apache.Ignite.Core.Events.CheckpointEvent.html |   488 +-
 .../Apache.Ignite.Core.Events.DiscoveryEvent.html  |   580 +-
 .../api/Apache.Ignite.Core.Events.EventBase.html   |  1100 +-
 .../api/Apache.Ignite.Core.Events.EventType.html   |  2974 +-
 .../api/Apache.Ignite.Core.Events.IEvent.html      |   622 +-
 .../Apache.Ignite.Core.Events.IEventFilter-1.html  |   360 +-
 ...Apache.Ignite.Core.Events.IEventListener-1.html |   360 +-
 ...Apache.Ignite.Core.Events.IEventStorageSpi.html |   246 +-
 .../api/Apache.Ignite.Core.Events.IEvents.html     |  2606 +-
 .../api/Apache.Ignite.Core.Events.JobEvent.html    |   718 +-
 ...he.Ignite.Core.Events.LocalEventListener-1.html |   392 +-
 ...ache.Ignite.Core.Events.LocalEventListener.html |   376 +-
 ...e.Ignite.Core.Events.MemoryEventStorageSpi.html |   528 +-
 ...che.Ignite.Core.Events.NoopEventStorageSpi.html |   320 +-
 .../api/Apache.Ignite.Core.Events.TaskEvent.html   |   672 +-
 .../dotnetdoc/api/Apache.Ignite.Core.Events.html   |   318 +-
 .../api/Apache.Ignite.Core.IDataRegionMetrics.html |   940 +-
 .../Apache.Ignite.Core.IDataStorageMetrics.html    |   802 +-
 .../dotnetdoc/api/Apache.Ignite.Core.IIgnite.html  |  3452 +-
 .../Apache.Ignite.Core.IgniteConfiguration.html    |  4294 +-
 ...che.Ignite.Core.IgniteConfigurationSection.html |   742 +-
 .../dotnetdoc/api/Apache.Ignite.Core.Ignition.html |  1666 +-
 ...Apache.Ignite.Core.Interop.IPlatformTarget.html |  1260 +-
 .../api/Apache.Ignite.Core.Interop.JavaObject.html |   522 +-
 .../dotnetdoc/api/Apache.Ignite.Core.Interop.html  |   250 +-
 ...te.Core.Lifecycle.ClientReconnectEventArgs.html |   416 +-
 ...he.Ignite.Core.Lifecycle.ILifecycleHandler.html |   300 +-
 ...e.Ignite.Core.Lifecycle.LifecycleEventType.html |   302 +-
 .../api/Apache.Ignite.Core.Lifecycle.html          |   258 +-
 .../api/Apache.Ignite.Core.Log.CategoryLogger.html |   730 +-
 .../api/Apache.Ignite.Core.Log.ILogger.html        |   592 +-
 .../api/Apache.Ignite.Core.Log.LogLevel.html       |   310 +-
 .../Apache.Ignite.Core.Log.LoggerExtensions.html   |  2118 +-
 .../dotnetdoc/api/Apache.Ignite.Core.Log.html      |   262 +-
 ...e.Ignite.Core.Messaging.IMessageListener-1.html |   370 +-
 .../Apache.Ignite.Core.Messaging.IMessaging.html   |  1040 +-
 .../api/Apache.Ignite.Core.Messaging.html          |   246 +-
 ....Core.PersistentStore.CheckpointWriteOrder.html |   286 +-
 ...re.PersistentStore.IPersistentStoreMetrics.html |   802 +-
 ...rsistentStore.PersistentStoreConfiguration.html |  2002 +-
 ...Apache.Ignite.Core.PersistentStore.WalMode.html |   302 +-
 .../api/Apache.Ignite.Core.PersistentStore.html    |   262 +-
 ...ore.Plugin.Cache.ICachePluginConfiguration.html |   350 +-
 .../api/Apache.Ignite.Core.Plugin.Cache.html       |   242 +-
 ...he.Ignite.Core.Plugin.IPluginConfiguration.html |   350 +-
 ...Apache.Ignite.Core.Plugin.IPluginContext-1.html |   672 +-
 ...pache.Ignite.Core.Plugin.IPluginProvider-1.html |   618 +-
 .../Apache.Ignite.Core.Plugin.PluginCallback.html  |   320 +-
 ...Ignite.Core.Plugin.PluginNotFoundException.html |   586 +-
 ...te.Core.Plugin.PluginProviderTypeAttribute.html |   660 +-
 .../dotnetdoc/api/Apache.Ignite.Core.Plugin.html   |   270 +-
 ...te.Core.Resource.InstanceResourceAttribute.html |   556 +-
 ...ore.Resource.StoreSessionResourceAttribute.html |   556 +-
 .../dotnetdoc/api/Apache.Ignite.Core.Resource.html |   246 +-
 .../api/Apache.Ignite.Core.Services.IService.html  |   400 +-
 ...pache.Ignite.Core.Services.IServiceContext.html |   480 +-
 ...he.Ignite.Core.Services.IServiceDescriptor.html |   618 +-
 .../api/Apache.Ignite.Core.Services.IServices.html |  2250 +-
 ....Ignite.Core.Services.ServiceConfiguration.html |   650 +-
 ...e.Core.Services.ServiceDeploymentException.html |   886 +-
 ...e.Core.Services.ServiceInvocationException.html |   760 +-
 .../dotnetdoc/api/Apache.Ignite.Core.Services.html |   270 +-
 .../Apache.Ignite.Core.Ssl.ISslContextFactory.html |   246 +-
 .../Apache.Ignite.Core.Ssl.SslContextFactory.html  |   988 +-
 .../dotnetdoc/api/Apache.Ignite.Core.Ssl.html      |   250 +-
 ...ache.Ignite.Core.Transactions.ITransaction.html |  1144 +-
 ...nite.Core.Transactions.ITransactionMetrics.html |   434 +-
 ...che.Ignite.Core.Transactions.ITransactions.html |   746 +-
 ...e.Core.Transactions.TransactionConcurrency.html |   286 +-
 ...Core.Transactions.TransactionConfiguration.html |   782 +-
 ....Transactions.TransactionDeadlockException.html |   588 +-
 ...Transactions.TransactionHeuristicException.html |   588 +-
 ...ite.Core.Transactions.TransactionIsolation.html |   294 +-
 ...ransactions.TransactionOptimisticException.html |   588 +-
 ....Transactions.TransactionRollbackException.html |   588 +-
 ....Ignite.Core.Transactions.TransactionState.html |   342 +-
 ...e.Transactions.TransactionTimeoutException.html |   588 +-
 .../api/Apache.Ignite.Core.Transactions.html       |   294 +-
 .../2.5.0/dotnetdoc/api/Apache.Ignite.Core.html    |   266 +-
 ...pache.Ignite.EntityFramework.DbCachingMode.html |   286 +-
 ...che.Ignite.EntityFramework.DbCachingPolicy.html |   654 +-
 .../Apache.Ignite.EntityFramework.DbQueryInfo.html |   446 +-
 ...he.Ignite.EntityFramework.IDbCachingPolicy.html |   580 +-
 ...nite.EntityFramework.IgniteDbConfiguration.html |   970 +-
 .../api/Apache.Ignite.EntityFramework.html         |   266 +-
 ...ache.Ignite.Linq.CacheClientLinqExtensions.html |   820 +-
 .../Apache.Ignite.Linq.CacheLinqExtensions.html    |  1304 +-
 .../api/Apache.Ignite.Linq.CompiledQuery.html      |  1696 +-
 .../Apache.Ignite.Linq.CompiledQueryFunc-1.html    |   340 +-
 .../api/Apache.Ignite.Linq.ICacheQueryable.html    |   438 +-
 .../Apache.Ignite.Linq.IUpdateDescriptor-2.html    |   528 +-
 .../api/Apache.Ignite.Linq.QueryOptions.html       |   790 +-
 .../2.5.0/dotnetdoc/api/Apache.Ignite.Linq.html    |   274 +-
 .../Apache.Ignite.Log4Net.IgniteLog4NetLogger.html |   664 +-
 .../2.5.0/dotnetdoc/api/Apache.Ignite.Log4Net.html |   242 +-
 .../api/Apache.Ignite.NLog.IgniteNLogLogger.html   |   724 +-
 .../2.5.0/dotnetdoc/api/Apache.Ignite.NLog.html    |   242 +-
 releases/2.5.0/dotnetdoc/api/index.html            |   220 +-
 releases/2.5.0/dotnetdoc/api/toc.html              |  2238 +-
 releases/2.5.0/dotnetdoc/index.html                |   250 +-
 releases/2.5.0/dotnetdoc/index.json                |  2912 +-
 releases/2.5.0/dotnetdoc/logo.svg                  |    50 +-
 releases/2.5.0/dotnetdoc/manifest.json             |  7214 +--
 releases/2.5.0/dotnetdoc/search-stopwords.json     |   242 +-
 releases/2.5.0/dotnetdoc/styles/docfx.css          |  1788 +-
 releases/2.5.0/dotnetdoc/styles/docfx.js           |  1568 +-
 releases/2.5.0/dotnetdoc/styles/docfx.vendor.css   |  2920 +-
 releases/2.5.0/dotnetdoc/styles/docfx.vendor.js    |    32 +-
 releases/2.5.0/dotnetdoc/styles/main.js            |     2 +-
 releases/2.5.0/dotnetdoc/styles/search-worker.js   |   160 +-
 releases/2.5.0/dotnetdoc/toc.html                  |   240 +-
 releases/2.5.0/dotnetdoc/xrefmap.yml               | 53390 ++++++++--------
 ...he.Ignite.AspNet.IgniteOutputCacheProvider.html |   692 +-
 ...ite.AspNet.IgniteSessionStateStoreProvider.html |  1388 +-
 .../api/Apache.Ignite.AspNet.IgniteWebUtils.html   |   342 +-
 .../2.6.0/dotnetdoc/api/Apache.Ignite.AspNet.html  |   238 +-
 ...e.Ignite.Core.Binary.BinaryBasicNameMapper.html |   522 +-
 ...che.Ignite.Core.Binary.BinaryConfiguration.html |   830 +-
 ...e.Ignite.Core.Binary.BinaryObjectException.html |   576 +-
 ...ite.Core.Binary.BinaryReflectiveSerializer.html |   528 +-
 ...Ignite.Core.Binary.BinaryTypeConfiguration.html |   836 +-
 .../Apache.Ignite.Core.Binary.BinaryTypeNames.html |  1704 +-
 .../Apache.Ignite.Core.Binary.IBinarizable.html    |   398 +-
 .../api/Apache.Ignite.Core.Binary.IBinary.html     |  1404 +-
 .../Apache.Ignite.Core.Binary.IBinaryIdMapper.html |   408 +-
 ...pache.Ignite.Core.Binary.IBinaryNameMapper.html |   398 +-
 .../Apache.Ignite.Core.Binary.IBinaryObject.html   |   692 +-
 ...he.Ignite.Core.Binary.IBinaryObjectBuilder.html |  3294 +-
 ...Apache.Ignite.Core.Binary.IBinaryRawReader.html |  1908 +-
 ...Apache.Ignite.Core.Binary.IBinaryRawWriter.html |  1858 +-
 .../Apache.Ignite.Core.Binary.IBinaryReader.html   |  2994 +-
 ...pache.Ignite.Core.Binary.IBinarySerializer.html |   358 +-
 .../api/Apache.Ignite.Core.Binary.IBinaryType.html |   598 +-
 .../Apache.Ignite.Core.Binary.IBinaryWriter.html   |  2204 +-
 ...ache.Ignite.Core.Binary.TimestampAttribute.html |   544 +-
 .../dotnetdoc/api/Apache.Ignite.Core.Binary.html   |   306 +-
 ...e.Core.Cache.Affinity.AffinityFunctionBase.html |   668 +-
 ...ore.Cache.Affinity.AffinityFunctionContext.html |   564 +-
 ...che.Ignite.Core.Cache.Affinity.AffinityKey.html |   986 +-
 ....Cache.Affinity.AffinityKeyMappedAttribute.html |   628 +-
 ...ore.Cache.Affinity.AffinityTopologyVersion.html |   886 +-
 ...nite.Core.Cache.Affinity.IAffinityFunction.html |   498 +-
 ...nity.Rendezvous.RendezvousAffinityFunction.html |   346 +-
 ...ache.Ignite.Core.Cache.Affinity.Rendezvous.html |   230 +-
 .../api/Apache.Ignite.Core.Cache.Affinity.html     |   258 +-
 ...re.Cache.CacheAtomicUpdateTimeoutException.html |   578 +-
 ...te.Core.Cache.CacheEntryProcessorException.html |   626 +-
 .../Apache.Ignite.Core.Cache.CacheException.html   |   582 +-
 ...ite.Core.Cache.CachePartialUpdateException.html |   776 +-
 .../Apache.Ignite.Core.Cache.CachePeekMode.html    |   306 +-
 .../Apache.Ignite.Core.Cache.CacheResult-1.html    |   862 +-
 ...ore.Cache.Configuration.CacheAtomicityMode.html |   274 +-
 ...ore.Cache.Configuration.CacheConfiguration.html |  4424 +-
 ....Cache.Configuration.CacheKeyConfiguration.html |   458 +-
 ....Ignite.Core.Cache.Configuration.CacheMode.html |   282 +-
 ...ore.Cache.Configuration.CacheRebalanceMode.html |   282 +-
 ...onfiguration.CacheWriteSynchronizationMode.html |   282 +-
 ...e.Cache.Configuration.DataPageEvictionMode.html |   282 +-
 ...re.Cache.Configuration.MemoryConfiguration.html |   822 +-
 ...he.Configuration.MemoryPolicyConfiguration.html |  1044 +-
 ...Cache.Configuration.NearCacheConfiguration.html |   456 +-
 ...re.Cache.Configuration.PartitionLossPolicy.html |   298 +-
 ...Ignite.Core.Cache.Configuration.QueryAlias.html |   468 +-
 ...gnite.Core.Cache.Configuration.QueryEntity.html |   886 +-
 ...Ignite.Core.Cache.Configuration.QueryField.html |   712 +-
 ...Ignite.Core.Cache.Configuration.QueryIndex.html |   778 +-
 ...e.Core.Cache.Configuration.QueryIndexField.html |   518 +-
 ...te.Core.Cache.Configuration.QueryIndexType.html |   282 +-
 ...Cache.Configuration.QuerySqlFieldAttribute.html |   890 +-
 ...ache.Configuration.QueryTextFieldAttribute.html |   594 +-
 .../Apache.Ignite.Core.Cache.Configuration.html    |   306 +-
 ...gnite.Core.Cache.Event.CacheEntryEventType.html |   282 +-
 ...Ignite.Core.Cache.Event.ICacheEntryEvent-2.html |   478 +-
 ....Core.Cache.Event.ICacheEntryEventFilter-2.html |   356 +-
 ...ore.Cache.Event.ICacheEntryEventListener-2.html |   326 +-
 .../api/Apache.Ignite.Core.Cache.Event.html        |   246 +-
 ...ite.Core.Cache.Eviction.EvictionPolicyBase.html |   590 +-
 ...ite.Core.Cache.Eviction.FifoEvictionPolicy.html |   346 +-
 ...Ignite.Core.Cache.Eviction.IEvictionPolicy.html |   234 +-
 ...nite.Core.Cache.Eviction.LruEvictionPolicy.html |   346 +-
 .../api/Apache.Ignite.Core.Cache.Eviction.html     |   246 +-
 ...ache.Ignite.Core.Cache.Expiry.ExpiryPolicy.html |   524 +-
 ...che.Ignite.Core.Cache.Expiry.IExpiryPolicy.html |   376 +-
 .../api/Apache.Ignite.Core.Cache.Expiry.html       |   238 +-
 .../api/Apache.Ignite.Core.Cache.ICache-2.html     |  6936 +--
 .../Apache.Ignite.Core.Cache.ICacheAffinity.html   |  1686 +-
 .../Apache.Ignite.Core.Cache.ICacheEntry-2.html    |   368 +-
 ...ache.Ignite.Core.Cache.ICacheEntryFilter-2.html |   356 +-
 ...e.Ignite.Core.Cache.ICacheEntryProcessor-4.html |   382 +-
 ...te.Core.Cache.ICacheEntryProcessorResult-2.html |   368 +-
 .../api/Apache.Ignite.Core.Cache.ICacheLock.html   |   408 +-
 .../Apache.Ignite.Core.Cache.ICacheMetrics.html    |  3596 +-
 .../Apache.Ignite.Core.Cache.IMemoryMetrics.html   |   514 +-
 ...che.Ignite.Core.Cache.IMutableCacheEntry-2.html |   406 +-
 ...e.Cache.Query.Continuous.ContinuousQuery-2.html |   874 +-
 ...ore.Cache.Query.Continuous.ContinuousQuery.html |   450 +-
 ...Query.Continuous.ContinuousQueryExtensions.html |   414 +-
 ....Query.Continuous.IContinuousQueryHandle-1.html |   326 +-
 ...he.Query.Continuous.IContinuousQueryHandle.html |   246 +-
 .../Apache.Ignite.Core.Cache.Query.Continuous.html |   250 +-
 ...Ignite.Core.Cache.Query.IFieldsQueryCursor.html |   308 +-
 ...che.Ignite.Core.Cache.Query.IQueryCursor-1.html |   332 +-
 .../Apache.Ignite.Core.Cache.Query.QueryBase.html  |   462 +-
 ...Apache.Ignite.Core.Cache.Query.ScanQuery-2.html |   500 +-
 ...che.Ignite.Core.Cache.Query.SqlFieldsQuery.html |  1032 +-
 .../Apache.Ignite.Core.Cache.Query.SqlQuery.html   |   944 +-
 .../Apache.Ignite.Core.Cache.Query.TextQuery.html  |   672 +-
 .../api/Apache.Ignite.Core.Cache.Query.html        |   258 +-
 ...ache.Store.CacheParallelLoadStoreAdapter-3.html |  1086 +-
 ...gnite.Core.Cache.Store.CacheStoreAdapter-2.html |   838 +-
 ...gnite.Core.Cache.Store.CacheStoreException.html |   578 +-
 ...ache.Ignite.Core.Cache.Store.ICacheStore-2.html |   996 +-
 ...Apache.Ignite.Core.Cache.Store.ICacheStore.html |   234 +-
 ...Ignite.Core.Cache.Store.ICacheStoreSession.html |   330 +-
 .../api/Apache.Ignite.Core.Cache.Store.html        |   254 +-
 .../dotnetdoc/api/Apache.Ignite.Core.Cache.html    |   302 +-
 ...Core.Client.Cache.CacheClientConfiguration.html |  2026 +-
 ...he.Ignite.Core.Client.Cache.ICacheClient-2.html |  4256 +-
 .../api/Apache.Ignite.Core.Client.Cache.html       |   238 +-
 ...Apache.Ignite.Core.Client.ClientStatusCode.html |   322 +-
 .../Apache.Ignite.Core.Client.IIgniteClient.html   |  1028 +-
 ...pache.Ignite.Core.Client.ISslStreamFactory.html |   328 +-
 ...nite.Core.Client.IgniteClientConfiguration.html |  1276 +-
 ...re.Client.IgniteClientConfigurationSection.html |   730 +-
 ...e.Ignite.Core.Client.IgniteClientException.html |   802 +-
 ...Apache.Ignite.Core.Client.SslStreamFactory.html |   704 +-
 .../dotnetdoc/api/Apache.Ignite.Core.Client.html   |   262 +-
 ...te.Core.Cluster.ClusterGroupEmptyException.html |   576 +-
 ...nite.Core.Cluster.ClusterTopologyException.html |   576 +-
 .../Apache.Ignite.Core.Cluster.IBaselineNode.html  |   330 +-
 .../api/Apache.Ignite.Core.Cluster.ICluster.html   |  1216 +-
 .../Apache.Ignite.Core.Cluster.IClusterGroup.html  |  1822 +-
 ...Apache.Ignite.Core.Cluster.IClusterMetrics.html |  2814 +-
 .../Apache.Ignite.Core.Cluster.IClusterNode.html   |   904 +-
 ...che.Ignite.Core.Cluster.IClusterNodeFilter.html |   318 +-
 .../dotnetdoc/api/Apache.Ignite.Core.Cluster.html  |   262 +-
 ...te.Core.Common.ClientDisconnectedException.html |   636 +-
 ...Apache.Ignite.Core.Common.ExceptionFactory.html |   328 +-
 .../api/Apache.Ignite.Core.Common.IFactory-1.html  |   314 +-
 .../Apache.Ignite.Core.Common.IgniteException.html |   616 +-
 ...Core.Common.IgniteFutureCancelledException.html |   576 +-
 .../api/Apache.Ignite.Core.Common.IgniteGuid.html  |   886 +-
 .../Apache.Ignite.Core.Common.JavaException.html   |   884 +-
 .../dotnetdoc/api/Apache.Ignite.Core.Common.html   |   266 +-
 ...gnite.Core.Communication.ICommunicationSpi.html |   234 +-
 ...Core.Communication.Tcp.TcpCommunicationSpi.html |  1690 +-
 .../api/Apache.Ignite.Core.Communication.Tcp.html  |   230 +-
 .../api/Apache.Ignite.Core.Communication.html      |   230 +-
 ....Compute.ComputeExecutionRejectedException.html |   576 +-
 ...he.Ignite.Core.Compute.ComputeJobAdapter-1.html |   680 +-
 ...e.Core.Compute.ComputeJobFailoverException.html |   576 +-
 ...Ignite.Core.Compute.ComputeJobResultPolicy.html |   282 +-
 ...e.Ignite.Core.Compute.ComputeTaskAdapter-3.html |   620 +-
 ...Core.Compute.ComputeTaskCancelledException.html |   576 +-
 ....Compute.ComputeTaskNoResultCacheAttribute.html |   544 +-
 ...ite.Core.Compute.ComputeTaskSplitAdapter-3.html |   592 +-
 ...e.Core.Compute.ComputeTaskTimeoutException.html |   576 +-
 ...ore.Compute.ComputeUserUndeclaredException.html |   576 +-
 .../api/Apache.Ignite.Core.Compute.ICompute.html   |  6778 +-
 .../Apache.Ignite.Core.Compute.IComputeAction.html |   254 +-
 .../Apache.Ignite.Core.Compute.IComputeFunc-1.html |   314 +-
 .../Apache.Ignite.Core.Compute.IComputeFunc-2.html |   356 +-
 .../Apache.Ignite.Core.Compute.IComputeJob-1.html  |   330 +-
 ...he.Ignite.Core.Compute.IComputeJobResult-1.html |   498 +-
 ...ache.Ignite.Core.Compute.IComputeReducer-2.html |   402 +-
 .../Apache.Ignite.Core.Compute.IComputeTask-2.html |   296 +-
 .../Apache.Ignite.Core.Compute.IComputeTask-3.html |   544 +-
 .../dotnetdoc/api/Apache.Ignite.Core.Compute.html  |   310 +-
 ...te.Core.Configuration.CheckpointWriteOrder.html |   274 +-
 ...Configuration.ClientConnectorConfiguration.html |  1312 +-
 ...te.Core.Configuration.DataPageEvictionMode.html |   282 +-
 ...Core.Configuration.DataRegionConfiguration.html |  1180 +-
 ...ore.Configuration.DataStorageConfiguration.html |  2664 +-
 ...re.Configuration.SqlConnectorConfiguration.html |   952 +-
 .../Apache.Ignite.Core.Configuration.WalMode.html  |   298 +-
 .../api/Apache.Ignite.Core.Configuration.html      |   258 +-
 ...ructures.Configuration.AtomicConfiguration.html |   590 +-
 ...e.Ignite.Core.DataStructures.Configuration.html |   230 +-
 ...che.Ignite.Core.DataStructures.IAtomicLong.html |   738 +-
 ...ite.Core.DataStructures.IAtomicReference-1.html |   566 +-
 ...Ignite.Core.DataStructures.IAtomicSequence.html |   568 +-
 .../api/Apache.Ignite.Core.DataStructures.html     |   238 +-
 ...gnite.Core.Datastream.DataStreamerDefaults.html |   428 +-
 ...che.Ignite.Core.Datastream.IDataStreamer-2.html |  1202 +-
 ...e.Ignite.Core.Datastream.IStreamReceiver-2.html |   336 +-
 ...Ignite.Core.Datastream.StreamTransformer-4.html |   480 +-
 ...che.Ignite.Core.Datastream.StreamVisitor-2.html |   464 +-
 .../api/Apache.Ignite.Core.Datastream.html         |   250 +-
 ...te.Core.Deployment.PeerAssemblyLoadingMode.html |   274 +-
 .../api/Apache.Ignite.Core.Deployment.html         |   230 +-
 ...Apache.Ignite.Core.Discovery.IDiscoverySpi.html |   234 +-
 ...e.Core.Discovery.Tcp.ITcpDiscoveryIpFinder.html |   234 +-
 ...cp.Multicast.TcpDiscoveryMulticastIpFinder.html |   860 +-
 ...Apache.Ignite.Core.Discovery.Tcp.Multicast.html |   230 +-
 ...very.Tcp.Static.TcpDiscoveryStaticIpFinder.html |   444 +-
 .../Apache.Ignite.Core.Discovery.Tcp.Static.html   |   230 +-
 ...ore.Discovery.Tcp.TcpDiscoveryIpFinderBase.html |   472 +-
 ....Ignite.Core.Discovery.Tcp.TcpDiscoverySpi.html |  1556 +-
 .../api/Apache.Ignite.Core.Discovery.Tcp.html      |   242 +-
 .../api/Apache.Ignite.Core.Discovery.html          |   230 +-
 .../api/Apache.Ignite.Core.Events.CacheEvent.html  |  1028 +-
 ...Ignite.Core.Events.CacheQueryExecutedEvent.html |   706 +-
 ...che.Ignite.Core.Events.CacheQueryReadEvent.html |   890 +-
 ...e.Ignite.Core.Events.CacheRebalancingEvent.html |   706 +-
 .../Apache.Ignite.Core.Events.CheckpointEvent.html |   476 +-
 .../Apache.Ignite.Core.Events.DiscoveryEvent.html  |   568 +-
 .../api/Apache.Ignite.Core.Events.EventBase.html   |  1088 +-
 .../api/Apache.Ignite.Core.Events.EventType.html   |  2962 +-
 .../api/Apache.Ignite.Core.Events.IEvent.html      |   610 +-
 .../Apache.Ignite.Core.Events.IEventFilter-1.html  |   348 +-
 ...Apache.Ignite.Core.Events.IEventListener-1.html |   348 +-
 ...Apache.Ignite.Core.Events.IEventStorageSpi.html |   234 +-
 .../api/Apache.Ignite.Core.Events.IEvents.html     |  2594 +-
 .../api/Apache.Ignite.Core.Events.JobEvent.html    |   706 +-
 ...he.Ignite.Core.Events.LocalEventListener-1.html |   380 +-
 ...ache.Ignite.Core.Events.LocalEventListener.html |   364 +-
 ...e.Ignite.Core.Events.MemoryEventStorageSpi.html |   516 +-
 ...che.Ignite.Core.Events.NoopEventStorageSpi.html |   308 +-
 .../api/Apache.Ignite.Core.Events.TaskEvent.html   |   660 +-
 .../dotnetdoc/api/Apache.Ignite.Core.Events.html   |   306 +-
 .../api/Apache.Ignite.Core.IDataRegionMetrics.html |   928 +-
 .../Apache.Ignite.Core.IDataStorageMetrics.html    |   790 +-
 .../dotnetdoc/api/Apache.Ignite.Core.IIgnite.html  |  3440 +-
 .../Apache.Ignite.Core.IgniteConfiguration.html    |  4282 +-
 ...che.Ignite.Core.IgniteConfigurationSection.html |   730 +-
 .../dotnetdoc/api/Apache.Ignite.Core.Ignition.html |  1654 +-
 ...Apache.Ignite.Core.Interop.IPlatformTarget.html |  1248 +-
 .../api/Apache.Ignite.Core.Interop.JavaObject.html |   510 +-
 .../dotnetdoc/api/Apache.Ignite.Core.Interop.html  |   238 +-
 ...te.Core.Lifecycle.ClientReconnectEventArgs.html |   404 +-
 ...he.Ignite.Core.Lifecycle.ILifecycleHandler.html |   288 +-
 ...e.Ignite.Core.Lifecycle.LifecycleEventType.html |   290 +-
 .../api/Apache.Ignite.Core.Lifecycle.html          |   246 +-
 .../api/Apache.Ignite.Core.Log.CategoryLogger.html |   718 +-
 .../api/Apache.Ignite.Core.Log.ILogger.html        |   580 +-
 .../api/Apache.Ignite.Core.Log.LogLevel.html       |   298 +-
 .../Apache.Ignite.Core.Log.LoggerExtensions.html   |  2106 +-
 .../dotnetdoc/api/Apache.Ignite.Core.Log.html      |   250 +-
 ...e.Ignite.Core.Messaging.IMessageListener-1.html |   358 +-
 .../Apache.Ignite.Core.Messaging.IMessaging.html   |  1028 +-
 .../api/Apache.Ignite.Core.Messaging.html          |   234 +-
 ....Core.PersistentStore.CheckpointWriteOrder.html |   274 +-
 ...re.PersistentStore.IPersistentStoreMetrics.html |   790 +-
 ...rsistentStore.PersistentStoreConfiguration.html |  1990 +-
 ...Apache.Ignite.Core.PersistentStore.WalMode.html |   290 +-
 .../api/Apache.Ignite.Core.PersistentStore.html    |   250 +-
 ...ore.Plugin.Cache.ICachePluginConfiguration.html |   338 +-
 .../api/Apache.Ignite.Core.Plugin.Cache.html       |   230 +-
 ...he.Ignite.Core.Plugin.IPluginConfiguration.html |   338 +-
 ...Apache.Ignite.Core.Plugin.IPluginContext-1.html |   660 +-
 ...pache.Ignite.Core.Plugin.IPluginProvider-1.html |   606 +-
 .../Apache.Ignite.Core.Plugin.PluginCallback.html  |   308 +-
 ...Ignite.Core.Plugin.PluginNotFoundException.html |   574 +-
 ...te.Core.Plugin.PluginProviderTypeAttribute.html |   648 +-
 .../dotnetdoc/api/Apache.Ignite.Core.Plugin.html   |   258 +-
 ...te.Core.Resource.InstanceResourceAttribute.html |   544 +-
 ...ore.Resource.StoreSessionResourceAttribute.html |   544 +-
 .../dotnetdoc/api/Apache.Ignite.Core.Resource.html |   234 +-
 .../api/Apache.Ignite.Core.Services.IService.html  |   388 +-
 ...pache.Ignite.Core.Services.IServiceContext.html |   468 +-
 ...he.Ignite.Core.Services.IServiceDescriptor.html |   606 +-
 .../api/Apache.Ignite.Core.Services.IServices.html |  2238 +-
 ....Ignite.Core.Services.ServiceConfiguration.html |   638 +-
 ...e.Core.Services.ServiceDeploymentException.html |   874 +-
 ...e.Core.Services.ServiceInvocationException.html |   748 +-
 .../dotnetdoc/api/Apache.Ignite.Core.Services.html |   258 +-
 .../Apache.Ignite.Core.Ssl.ISslContextFactory.html |   234 +-
 .../Apache.Ignite.Core.Ssl.SslContextFactory.html  |   976 +-
 .../dotnetdoc/api/Apache.Ignite.Core.Ssl.html      |   238 +-
 ...ache.Ignite.Core.Transactions.ITransaction.html |  1132 +-
 ...nite.Core.Transactions.ITransactionMetrics.html |   422 +-
 ...che.Ignite.Core.Transactions.ITransactions.html |   734 +-
 ...e.Core.Transactions.TransactionConcurrency.html |   274 +-
 ...Core.Transactions.TransactionConfiguration.html |   770 +-
 ....Transactions.TransactionDeadlockException.html |   576 +-
 ...Transactions.TransactionHeuristicException.html |   576 +-
 ...ite.Core.Transactions.TransactionIsolation.html |   282 +-
 ...ransactions.TransactionOptimisticException.html |   576 +-
 ....Transactions.TransactionRollbackException.html |   576 +-
 ....Ignite.Core.Transactions.TransactionState.html |   330 +-
 ...e.Transactions.TransactionTimeoutException.html |   576 +-
 .../api/Apache.Ignite.Core.Transactions.html       |   282 +-
 .../2.6.0/dotnetdoc/api/Apache.Ignite.Core.html    |   254 +-
 ...pache.Ignite.EntityFramework.DbCachingMode.html |   274 +-
 ...che.Ignite.EntityFramework.DbCachingPolicy.html |   642 +-
 .../Apache.Ignite.EntityFramework.DbQueryInfo.html |   434 +-
 ...he.Ignite.EntityFramework.IDbCachingPolicy.html |   568 +-
 ...nite.EntityFramework.IgniteDbConfiguration.html |   958 +-
 .../api/Apache.Ignite.EntityFramework.html         |   254 +-
 ...ache.Ignite.Linq.CacheClientLinqExtensions.html |   808 +-
 .../Apache.Ignite.Linq.CacheLinqExtensions.html    |  1292 +-
 .../api/Apache.Ignite.Linq.CompiledQuery.html      |  1684 +-
 .../Apache.Ignite.Linq.CompiledQueryFunc-1.html    |   328 +-
 .../api/Apache.Ignite.Linq.ICacheQueryable.html    |   426 +-
 .../Apache.Ignite.Linq.IUpdateDescriptor-2.html    |   516 +-
 .../api/Apache.Ignite.Linq.QueryOptions.html       |   778 +-
 .../2.6.0/dotnetdoc/api/Apache.Ignite.Linq.html    |   262 +-
 .../Apache.Ignite.Log4Net.IgniteLog4NetLogger.html |   652 +-
 .../2.6.0/dotnetdoc/api/Apache.Ignite.Log4Net.html |   230 +-
 .../api/Apache.Ignite.NLog.IgniteNLogLogger.html   |   712 +-
 .../2.6.0/dotnetdoc/api/Apache.Ignite.NLog.html    |   230 +-
 releases/2.6.0/dotnetdoc/api/index.html            |   208 +-
 releases/2.6.0/dotnetdoc/api/toc.html              |  2226 +-
 releases/2.6.0/dotnetdoc/index.html                |   250 +-
 releases/2.6.0/dotnetdoc/index.json                |  2912 +-
 releases/2.6.0/dotnetdoc/logo.svg                  |    50 +-
 releases/2.6.0/dotnetdoc/manifest.json             |  7214 +--
 releases/2.6.0/dotnetdoc/search-stopwords.json     |   242 +-
 releases/2.6.0/dotnetdoc/styles/docfx.css          |  1788 +-
 releases/2.6.0/dotnetdoc/styles/docfx.js           |  1568 +-
 releases/2.6.0/dotnetdoc/styles/docfx.vendor.css   |  2920 +-
 releases/2.6.0/dotnetdoc/styles/docfx.vendor.js    |    32 +-
 releases/2.6.0/dotnetdoc/styles/main.js            |     2 +-
 releases/2.6.0/dotnetdoc/styles/search-worker.js   |   160 +-
 releases/2.6.0/dotnetdoc/toc.html                  |   228 +-
 releases/2.6.0/dotnetdoc/xrefmap.yml               | 53390 ++++++++--------
 ...he.Ignite.AspNet.IgniteOutputCacheProvider.html |   450 +-
 ...ite.AspNet.IgniteSessionStateStoreProvider.html |   740 +-
 .../api/Apache.Ignite.AspNet.IgniteWebUtils.html   |   282 +-
 .../2.7.0/dotnetdoc/api/Apache.Ignite.AspNet.html  |   182 +-
 ...e.Ignite.Core.Binary.BinaryBasicNameMapper.html |   438 +-
 ...che.Ignite.Core.Binary.BinaryConfiguration.html |   614 +-
 ...e.Ignite.Core.Binary.BinaryObjectException.html |   412 +-
 ...ite.Core.Binary.BinaryReflectiveSerializer.html |   388 +-
 ...Ignite.Core.Binary.BinaryTypeConfiguration.html |   596 +-
 .../Apache.Ignite.Core.Binary.BinaryTypeNames.html |  1272 +-
 .../Apache.Ignite.Core.Binary.IBinarizable.html    |   278 +-
 .../api/Apache.Ignite.Core.Binary.IBinary.html     |   874 +-
 .../Apache.Ignite.Core.Binary.IBinaryIdMapper.html |   278 +-
 ...pache.Ignite.Core.Binary.IBinaryNameMapper.html |   278 +-
 .../Apache.Ignite.Core.Binary.IBinaryObject.html   |   452 +-
 ...he.Ignite.Core.Binary.IBinaryObjectBuilder.html |  1770 +-
 ...Apache.Ignite.Core.Binary.IBinaryRawReader.html |  1058 +-
 ...Apache.Ignite.Core.Binary.IBinaryRawWriter.html |  1090 +-
 .../Apache.Ignite.Core.Binary.IBinaryReader.html   |  1776 +-
 ...pache.Ignite.Core.Binary.IBinarySerializer.html |   242 +-
 .../api/Apache.Ignite.Core.Binary.IBinaryType.html |   394 +-
 .../Apache.Ignite.Core.Binary.IBinaryWriter.html   |  1112 +-
 ...ache.Ignite.Core.Binary.TimestampAttribute.html |   484 +-
 .../dotnetdoc/api/Apache.Ignite.Core.Binary.html   |   182 +-
 ...e.Core.Cache.Affinity.AffinityFunctionBase.html |   478 +-
 ...ore.Cache.Affinity.AffinityFunctionContext.html |   432 +-
 ...che.Ignite.Core.Cache.Affinity.AffinityKey.html |   620 +-
 ....Cache.Affinity.AffinityKeyMappedAttribute.html |   556 +-
 ...ore.Cache.Affinity.AffinityTopologyVersion.html |   568 +-
 ...nite.Core.Cache.Affinity.IAffinityFunction.html |   342 +-
 ...nity.Rendezvous.RendezvousAffinityFunction.html |   286 +-
 ...ache.Ignite.Core.Cache.Affinity.Rendezvous.html |   182 +-
 .../api/Apache.Ignite.Core.Cache.Affinity.html     |   182 +-
 ...te.Core.Cache.CacheEntryProcessorException.html |   438 +-
 .../Apache.Ignite.Core.Cache.CacheException.html   |   416 +-
 ...ite.Core.Cache.CachePartialUpdateException.html |   532 +-
 .../Apache.Ignite.Core.Cache.CachePeekMode.html    |   194 +-
 .../Apache.Ignite.Core.Cache.CacheResult-1.html    |   566 +-
 ...ore.Cache.Configuration.CacheAtomicityMode.html |   206 +-
 ...ore.Cache.Configuration.CacheConfiguration.html |  3250 +-
 ....Cache.Configuration.CacheKeyConfiguration.html |   362 +-
 ....Ignite.Core.Cache.Configuration.CacheMode.html |   206 +-
 ...ore.Cache.Configuration.CacheRebalanceMode.html |   206 +-
 ...onfiguration.CacheWriteSynchronizationMode.html |   206 +-
 ...e.Cache.Configuration.DataPageEvictionMode.html |   194 +-
 ...re.Cache.Configuration.MemoryConfiguration.html |   606 +-
 ...he.Configuration.MemoryPolicyConfiguration.html |   780 +-
 ...Cache.Configuration.NearCacheConfiguration.html |   360 +-
 ...re.Cache.Configuration.PartitionLossPolicy.html |   206 +-
 ...Ignite.Core.Cache.Configuration.QueryAlias.html |   350 +-
 ...gnite.Core.Cache.Configuration.QueryEntity.html |   648 +-
 ...Ignite.Core.Cache.Configuration.QueryField.html |   580 +-
 ...Ignite.Core.Cache.Configuration.QueryIndex.html |   532 +-
 ...e.Core.Cache.Configuration.QueryIndexField.html |   376 +-
 ...te.Core.Cache.Configuration.QueryIndexType.html |   206 +-
 ...Cache.Configuration.QuerySqlFieldAttribute.html |   802 +-
 ...ache.Configuration.QueryTextFieldAttribute.html |   522 +-
 .../Apache.Ignite.Core.Cache.Configuration.html    |   182 +-
 ...gnite.Core.Cache.Event.CacheEntryEventType.html |   206 +-
 ...Ignite.Core.Cache.Event.ICacheEntryEvent-2.html |   382 +-
 ....Core.Cache.Event.ICacheEntryEventFilter-2.html |   284 +-
 ...ore.Cache.Event.ICacheEntryEventListener-2.html |   254 +-
 .../api/Apache.Ignite.Core.Cache.Event.html        |   182 +-
 ...ite.Core.Cache.Eviction.EvictionPolicyBase.html |   470 +-
 ...ite.Core.Cache.Eviction.FifoEvictionPolicy.html |   298 +-
 ...Ignite.Core.Cache.Eviction.IEvictionPolicy.html |   186 +-
 ...nite.Core.Cache.Eviction.LruEvictionPolicy.html |   298 +-
 .../api/Apache.Ignite.Core.Cache.Eviction.html     |   182 +-
 ...ache.Ignite.Core.Cache.Expiry.ExpiryPolicy.html |   360 +-
 ...che.Ignite.Core.Cache.Expiry.IExpiryPolicy.html |   256 +-
 .../api/Apache.Ignite.Core.Cache.Expiry.html       |   182 +-
 .../api/Apache.Ignite.Core.Cache.ICache-2.html     |  3882 +-
 .../Apache.Ignite.Core.Cache.ICacheAffinity.html   |  1104 +-
 .../Apache.Ignite.Core.Cache.ICacheEntry-2.html    |   276 +-
 ...ache.Ignite.Core.Cache.ICacheEntryFilter-2.html |   252 +-
 ...e.Ignite.Core.Cache.ICacheEntryProcessor-4.html |   252 +-
 ...te.Core.Cache.ICacheEntryProcessorResult-2.html |   264 +-
 .../api/Apache.Ignite.Core.Cache.ICacheLock.html   |   276 +-
 .../Apache.Ignite.Core.Cache.ICacheMetrics.html    |  2104 +-
 .../Apache.Ignite.Core.Cache.IMemoryMetrics.html   |   382 +-
 ...che.Ignite.Core.Cache.IMutableCacheEntry-2.html |   302 +-
 .../Apache.Ignite.Core.Cache.IQueryMetrics.html    |   300 +-
 ...e.Cache.Query.Continuous.ContinuousQuery-2.html |   618 +-
 ...ore.Cache.Query.Continuous.ContinuousQuery.html |   354 +-
 ...Query.Continuous.ContinuousQueryExtensions.html |   334 +-
 ....Query.Continuous.IContinuousQueryHandle-1.html |   242 +-
 ...he.Query.Continuous.IContinuousQueryHandle.html |   198 +-
 .../Apache.Ignite.Core.Cache.Query.Continuous.html |   182 +-
 ...Ignite.Core.Cache.Query.IFieldsQueryCursor.html |   248 +-
 ...che.Ignite.Core.Cache.Query.IQueryCursor-1.html |   260 +-
 .../Apache.Ignite.Core.Cache.Query.QueryBase.html  |   366 +-
 ...Apache.Ignite.Core.Cache.Query.ScanQuery-2.html |   404 +-
 ...che.Ignite.Core.Cache.Query.SqlFieldsQuery.html |   714 +-
 .../Apache.Ignite.Core.Cache.Query.SqlQuery.html   |   592 +-
 .../Apache.Ignite.Core.Cache.Query.TextQuery.html  |   444 +-
 .../api/Apache.Ignite.Core.Cache.Query.html        |   182 +-
 ...ache.Store.CacheParallelLoadStoreAdapter-3.html |   718 +-
 ...gnite.Core.Cache.Store.CacheStoreAdapter-2.html |   534 +-
 ...gnite.Core.Cache.Store.CacheStoreException.html |   414 +-
 ...ache.Ignite.Core.Cache.Store.ICacheStore-2.html |   692 +-
 ...Apache.Ignite.Core.Cache.Store.ICacheStore.html |   186 +-
 ...Ignite.Core.Cache.Store.ICacheStoreSession.html |   258 +-
 .../api/Apache.Ignite.Core.Cache.Store.html        |   182 +-
 .../dotnetdoc/api/Apache.Ignite.Core.Cache.html    |   182 +-
 ...Core.Client.Cache.CacheClientConfiguration.html |  1444 +-
 ...he.Ignite.Core.Client.Cache.ICacheClient-2.html |  2402 +-
 .../api/Apache.Ignite.Core.Client.Cache.html       |   182 +-
 ...Apache.Ignite.Core.Client.ClientStatusCode.html |   206 +-
 .../Apache.Ignite.Core.Client.IIgniteClient.html   |   688 +-
 ...pache.Ignite.Core.Client.ISslStreamFactory.html |   234 +-
 ...nite.Core.Client.IgniteClientConfiguration.html |   984 +-
 ...re.Client.IgniteClientConfigurationSection.html |   590 +-
 ...e.Ignite.Core.Client.IgniteClientException.html |   536 +-
 ...Apache.Ignite.Core.Client.SslStreamFactory.html |   572 +-
 .../dotnetdoc/api/Apache.Ignite.Core.Client.html   |   182 +-
 ...te.Core.Cluster.ClusterGroupEmptyException.html |   412 +-
 ...nite.Core.Cluster.ClusterTopologyException.html |   412 +-
 .../Apache.Ignite.Core.Cluster.IBaselineNode.html  |   258 +-
 .../api/Apache.Ignite.Core.Cluster.ICluster.html   |   846 +-
 .../Apache.Ignite.Core.Cluster.IClusterGroup.html  |  1020 +-
 ...Apache.Ignite.Core.Cluster.IClusterMetrics.html |  2094 +-
 .../Apache.Ignite.Core.Cluster.IClusterNode.html   |   598 +-
 ...che.Ignite.Core.Cluster.IClusterNodeFilter.html |   234 +-
 .../dotnetdoc/api/Apache.Ignite.Core.Cluster.html  |   182 +-
 ...te.Core.Common.ClientDisconnectedException.html |   438 +-
 ...Apache.Ignite.Core.Common.ExceptionFactory.html |   226 +-
 .../api/Apache.Ignite.Core.Common.IFactory-1.html  |   242 +-
 .../Apache.Ignite.Core.Common.IgniteException.html |   452 +-
 ...Core.Common.IgniteFutureCancelledException.html |   412 +-
 .../api/Apache.Ignite.Core.Common.IgniteGuid.html  |   556 +-
 .../Apache.Ignite.Core.Common.JavaException.html   |   564 +-
 .../dotnetdoc/api/Apache.Ignite.Core.Common.html   |   182 +-
 ...gnite.Core.Communication.ICommunicationSpi.html |   186 +-
 ...Core.Communication.Tcp.TcpCommunicationSpi.html |  1270 +-
 .../api/Apache.Ignite.Core.Communication.Tcp.html  |   182 +-
 .../api/Apache.Ignite.Core.Communication.html      |   182 +-
 ....Compute.ComputeExecutionRejectedException.html |   412 +-
 ...he.Ignite.Core.Compute.ComputeJobAdapter-1.html |   476 +-
 ...e.Core.Compute.ComputeJobFailoverException.html |   412 +-
 ...Ignite.Core.Compute.ComputeJobResultPolicy.html |   206 +-
 ...e.Ignite.Core.Compute.ComputeTaskAdapter-3.html |   444 +-
 ...Core.Compute.ComputeTaskCancelledException.html |   412 +-
 ....Compute.ComputeTaskNoResultCacheAttribute.html |   484 +-
 ...ite.Core.Compute.ComputeTaskSplitAdapter-3.html |   452 +-
 ...e.Core.Compute.ComputeTaskTimeoutException.html |   412 +-
 ...ore.Compute.ComputeUserUndeclaredException.html |   412 +-
 .../api/Apache.Ignite.Core.Compute.ICompute.html   |  3482 +-
 .../Apache.Ignite.Core.Compute.IComputeAction.html |   194 +-
 .../Apache.Ignite.Core.Compute.IComputeFunc-1.html |   242 +-
 .../Apache.Ignite.Core.Compute.IComputeFunc-2.html |   272 +-
 .../Apache.Ignite.Core.Compute.IComputeJob-1.html  |   246 +-
 ...he.Ignite.Core.Compute.IComputeJobResult-1.html |   366 +-
 ...ache.Ignite.Core.Compute.IComputeReducer-2.html |   274 +-
 .../Apache.Ignite.Core.Compute.IComputeTask-2.html |   248 +-
 .../Apache.Ignite.Core.Compute.IComputeTask-3.html |   340 +-
 .../dotnetdoc/api/Apache.Ignite.Core.Compute.html  |   182 +-
 ...te.Core.Configuration.CheckpointWriteOrder.html |   206 +-
 ...Configuration.ClientConnectorConfiguration.html |   988 +-
 ...te.Core.Configuration.DataPageEvictionMode.html |   206 +-
 ...Core.Configuration.DataRegionConfiguration.html |   892 +-
 ...ore.Configuration.DataStorageConfiguration.html |  2080 +-
 ...re.Configuration.SqlConnectorConfiguration.html |   712 +-
 .../Apache.Ignite.Core.Configuration.WalMode.html  |   206 +-
 .../api/Apache.Ignite.Core.Configuration.html      |   182 +-
 ...ructures.Configuration.AtomicConfiguration.html |   458 +-
 ...e.Ignite.Core.DataStructures.Configuration.html |   182 +-
 ...che.Ignite.Core.DataStructures.IAtomicLong.html |   440 +-
 ...ite.Core.DataStructures.IAtomicReference-1.html |   364 +-
 ...Ignite.Core.DataStructures.IAtomicSequence.html |   352 +-
 .../api/Apache.Ignite.Core.DataStructures.html     |   182 +-
 ...gnite.Core.Datastream.DataStreamerDefaults.html |   376 +-
 ...che.Ignite.Core.Datastream.IDataStreamer-2.html |   834 +-
 ...e.Ignite.Core.Datastream.IStreamReceiver-2.html |   254 +-
 ...Ignite.Core.Datastream.StreamTransformer-4.html |   338 +-
 ...che.Ignite.Core.Datastream.StreamVisitor-2.html |   326 +-
 .../api/Apache.Ignite.Core.Datastream.html         |   182 +-
 ...te.Core.Deployment.PeerAssemblyLoadingMode.html |   206 +-
 .../api/Apache.Ignite.Core.Deployment.html         |   182 +-
 ...Apache.Ignite.Core.Discovery.IDiscoverySpi.html |   186 +-
 ...e.Core.Discovery.Tcp.ITcpDiscoveryIpFinder.html |   186 +-
 ...cp.Multicast.TcpDiscoveryMulticastIpFinder.html |   668 +-
 ...Apache.Ignite.Core.Discovery.Tcp.Multicast.html |   182 +-
 ...very.Tcp.Static.TcpDiscoveryStaticIpFinder.html |   360 +-
 .../Apache.Ignite.Core.Discovery.Tcp.Static.html   |   182 +-
 ...ore.Discovery.Tcp.TcpDiscoveryIpFinderBase.html |   400 +-
 ....Ignite.Core.Discovery.Tcp.TcpDiscoverySpi.html |  1172 +-
 .../api/Apache.Ignite.Core.Discovery.Tcp.html      |   182 +-
 .../api/Apache.Ignite.Core.Discovery.html          |   182 +-
 ...ache.Ignite.Core.Encryption.IEncryptionSpi.html |   186 +-
 ....Encryption.Keystore.KeystoreEncryptionSpi.html |   502 +-
 .../Apache.Ignite.Core.Encryption.Keystore.html    |   182 +-
 .../api/Apache.Ignite.Core.Encryption.html         |   182 +-
 .../api/Apache.Ignite.Core.Events.CacheEvent.html  |   812 +-
 ...Ignite.Core.Events.CacheQueryExecutedEvent.html |   574 +-
 ...che.Ignite.Core.Events.CacheQueryReadEvent.html |   710 +-
 ...e.Ignite.Core.Events.CacheRebalancingEvent.html |   574 +-
 .../Apache.Ignite.Core.Events.CheckpointEvent.html |   404 +-
 .../Apache.Ignite.Core.Events.DiscoveryEvent.html  |   472 +-
 .../api/Apache.Ignite.Core.Events.EventBase.html   |   764 +-
 .../api/Apache.Ignite.Core.Events.EventType.html   |  2194 +-
 .../api/Apache.Ignite.Core.Events.IEvent.html      |   466 +-
 .../Apache.Ignite.Core.Events.IEventFilter-1.html  |   240 +-
 ...Apache.Ignite.Core.Events.IEventListener-1.html |   240 +-
 ...Apache.Ignite.Core.Events.IEventStorageSpi.html |   186 +-
 .../api/Apache.Ignite.Core.Events.IEvents.html     |  1414 +-
 .../api/Apache.Ignite.Core.Events.JobEvent.html    |   574 +-
 ...he.Ignite.Core.Events.LocalEventListener-1.html |   320 +-
 ...ache.Ignite.Core.Events.LocalEventListener.html |   292 +-
 ...e.Ignite.Core.Events.MemoryEventStorageSpi.html |   408 +-
 ...che.Ignite.Core.Events.NoopEventStorageSpi.html |   260 +-
 .../api/Apache.Ignite.Core.Events.TaskEvent.html   |   540 +-
 .../dotnetdoc/api/Apache.Ignite.Core.Events.html   |   182 +-
 ...Apache.Ignite.Core.Failure.IFailureHandler.html |   186 +-
 ...che.Ignite.Core.Failure.NoOpFailureHandler.html |   260 +-
 ...Ignite.Core.Failure.StopNodeFailureHandler.html |   260 +-
 ....Core.Failure.StopNodeOrHaltFailureHandler.html |   340 +-
 .../dotnetdoc/api/Apache.Ignite.Core.Failure.html  |   182 +-
 .../api/Apache.Ignite.Core.IDataRegionMetrics.html |   700 +-
 .../Apache.Ignite.Core.IDataStorageMetrics.html    |   598 +-
 .../dotnetdoc/api/Apache.Ignite.Core.IIgnite.html  |  1980 +-
 .../Apache.Ignite.Core.IgniteConfiguration.html    |  3324 +-
 ...che.Ignite.Core.IgniteConfigurationSection.html |   578 +-
 .../dotnetdoc/api/Apache.Ignite.Core.Ignition.html |  1000 +-
 ...Apache.Ignite.Core.Interop.IPlatformTarget.html |   676 +-
 .../api/Apache.Ignite.Core.Interop.JavaObject.html |   380 +-
 .../dotnetdoc/api/Apache.Ignite.Core.Interop.html  |   182 +-
 ...te.Core.Lifecycle.ClientReconnectEventArgs.html |   320 +-
 ...he.Ignite.Core.Lifecycle.ILifecycleHandler.html |   216 +-
 ...e.Ignite.Core.Lifecycle.LifecycleEventType.html |   206 +-
 .../api/Apache.Ignite.Core.Lifecycle.html          |   182 +-
 .../api/Apache.Ignite.Core.Log.CategoryLogger.html |   516 +-
 .../api/Apache.Ignite.Core.Log.ILogger.html        |   412 +-
 .../api/Apache.Ignite.Core.Log.LogLevel.html       |   194 +-
 .../Apache.Ignite.Core.Log.LoggerExtensions.html   |   916 +-
 .../dotnetdoc/api/Apache.Ignite.Core.Log.html      |   182 +-
 ...e.Ignite.Core.Messaging.IMessageListener-1.html |   264 +-
 .../Apache.Ignite.Core.Messaging.IMessaging.html   |   648 +-
 .../api/Apache.Ignite.Core.Messaging.html          |   182 +-
 ....Core.PersistentStore.CheckpointWriteOrder.html |   194 +-
 ...re.PersistentStore.IPersistentStoreMetrics.html |   586 +-
 ...rsistentStore.PersistentStoreConfiguration.html |  1474 +-
 ...Apache.Ignite.Core.PersistentStore.WalMode.html |   194 +-
 .../api/Apache.Ignite.Core.PersistentStore.html    |   182 +-
 ...ore.Plugin.Cache.ICachePluginConfiguration.html |   254 +-
 .../api/Apache.Ignite.Core.Plugin.Cache.html       |   182 +-
 ...he.Ignite.Core.Plugin.IPluginConfiguration.html |   254 +-
 ...Apache.Ignite.Core.Plugin.IPluginContext-1.html |   436 +-
 ...pache.Ignite.Core.Plugin.IPluginProvider-1.html |   402 +-
 .../Apache.Ignite.Core.Plugin.PluginCallback.html  |   226 +-
 ...Ignite.Core.Plugin.PluginNotFoundException.html |   432 +-
 ...te.Core.Plugin.PluginProviderTypeAttribute.html |   552 +-
 .../dotnetdoc/api/Apache.Ignite.Core.Plugin.html   |   182 +-
 ...te.Core.Resource.InstanceResourceAttribute.html |   484 +-
 ...ore.Resource.StoreSessionResourceAttribute.html |   484 +-
 .../dotnetdoc/api/Apache.Ignite.Core.Resource.html |   182 +-
 .../api/Apache.Ignite.Core.Services.IService.html  |   268 +-
 ...pache.Ignite.Core.Services.IServiceContext.html |   300 +-
 ...he.Ignite.Core.Services.IServiceDescriptor.html |   366 +-
 .../api/Apache.Ignite.Core.Services.IServices.html |  1290 +-
 ....Ignite.Core.Services.ServiceConfiguration.html |   482 +-
 ...e.Core.Services.ServiceDeploymentException.html |   564 +-
 ...e.Core.Services.ServiceInvocationException.html |   504 +-
 .../dotnetdoc/api/Apache.Ignite.Core.Services.html |   182 +-
 .../Apache.Ignite.Core.Ssl.ISslContextFactory.html |   186 +-
 .../Apache.Ignite.Core.Ssl.SslContextFactory.html  |   684 +-
 .../dotnetdoc/api/Apache.Ignite.Core.Ssl.html      |   182 +-
 ...ache.Ignite.Core.Transactions.ITransaction.html |   786 +-
 ...e.Core.Transactions.ITransactionCollection.html |   246 +-
 ...nite.Core.Transactions.ITransactionMetrics.html |   326 +-
 ...che.Ignite.Core.Transactions.ITransactions.html |   590 +-
 ...e.Core.Transactions.TransactionConcurrency.html |   206 +-
 ...Core.Transactions.TransactionConfiguration.html |   656 +-
 ....Transactions.TransactionDeadlockException.html |   412 +-
 ...Transactions.TransactionHeuristicException.html |   412 +-
 ...ite.Core.Transactions.TransactionIsolation.html |   206 +-
 ...ransactions.TransactionOptimisticException.html |   412 +-
 ....Transactions.TransactionRollbackException.html |   412 +-
 ....Ignite.Core.Transactions.TransactionState.html |   206 +-
 ...e.Transactions.TransactionTimeoutException.html |   412 +-
 .../api/Apache.Ignite.Core.Transactions.html       |   182 +-
 .../2.7.0/dotnetdoc/api/Apache.Ignite.Core.html    |   182 +-
 ...pache.Ignite.EntityFramework.DbCachingMode.html |   206 +-
 ...che.Ignite.EntityFramework.DbCachingPolicy.html |   452 +-
 .../Apache.Ignite.EntityFramework.DbQueryInfo.html |   350 +-
 ...he.Ignite.EntityFramework.IDbCachingPolicy.html |   378 +-
 ...nite.EntityFramework.IgniteDbConfiguration.html |   616 +-
 .../api/Apache.Ignite.EntityFramework.html         |   182 +-
 ...ache.Ignite.Linq.CacheClientLinqExtensions.html |   496 +-
 .../Apache.Ignite.Linq.CacheLinqExtensions.html    |   780 +-
 .../api/Apache.Ignite.Linq.CompiledQuery.html      |  1276 +-
 .../Apache.Ignite.Linq.CompiledQueryFunc-1.html    |   244 +-
 .../api/Apache.Ignite.Linq.ICacheQueryable.html    |   298 +-
 .../Apache.Ignite.Linq.IUpdateDescriptor-2.html    |   356 +-
 .../api/Apache.Ignite.Linq.QueryOptions.html       |   562 +-
 .../2.7.0/dotnetdoc/api/Apache.Ignite.Linq.html    |   182 +-
 .../Apache.Ignite.Log4Net.IgniteLog4NetLogger.html |   412 +-
 .../2.7.0/dotnetdoc/api/Apache.Ignite.Log4Net.html |   182 +-
 .../api/Apache.Ignite.NLog.IgniteNLogLogger.html   |   472 +-
 .../2.7.0/dotnetdoc/api/Apache.Ignite.NLog.html    |   182 +-
 releases/2.7.0/dotnetdoc/api/index.html            |   160 +-
 releases/2.7.0/dotnetdoc/api/toc.html              |  2268 +-
 releases/2.7.0/dotnetdoc/index.html                |   250 +-
 releases/2.7.0/dotnetdoc/index.json                |  3012 +-
 releases/2.7.0/dotnetdoc/logo.svg                  |    50 +-
 releases/2.7.0/dotnetdoc/manifest.json             |  7454 +--
 releases/2.7.0/dotnetdoc/search-stopwords.json     |   242 +-
 releases/2.7.0/dotnetdoc/styles/docfx.css          |  1788 +-
 releases/2.7.0/dotnetdoc/styles/docfx.js           |  1568 +-
 releases/2.7.0/dotnetdoc/styles/docfx.vendor.css   |  2920 +-
 releases/2.7.0/dotnetdoc/styles/docfx.vendor.js    |    32 +-
 releases/2.7.0/dotnetdoc/styles/main.js            |     2 +-
 releases/2.7.0/dotnetdoc/styles/search-worker.js   |   160 +-
 releases/2.7.0/dotnetdoc/toc.html                  |   192 +-
 releases/2.7.0/dotnetdoc/xrefmap.yml               | 54942 ++++++++---------
 releases/2.7.5/cppdoc/annotated.html               |     0
 releases/2.7.5/cppdoc/bc_s.png                     |   Bin
 releases/2.7.5/cppdoc/bdwn.png                     |   Bin
 releases/2.7.5/cppdoc/binary_8h.html               |     0
 releases/2.7.5/cppdoc/binary_8h_source.html        |     0
 releases/2.7.5/cppdoc/binary__consts_8h.html       |     0
 .../2.7.5/cppdoc/binary__consts_8h_source.html     |     0
 releases/2.7.5/cppdoc/binary__containers_8h.html   |     0
 .../2.7.5/cppdoc/binary__containers_8h_source.html |     0
 releases/2.7.5/cppdoc/binary__object_8h.html       |     0
 .../2.7.5/cppdoc/binary__object_8h_source.html     |     0
 releases/2.7.5/cppdoc/binary__raw__reader_8h.html  |     0
 .../cppdoc/binary__raw__reader_8h_source.html      |     0
 releases/2.7.5/cppdoc/binary__raw__writer_8h.html  |     0
 .../cppdoc/binary__raw__writer_8h_source.html      |     0
 releases/2.7.5/cppdoc/binary__reader_8h.html       |     0
 .../2.7.5/cppdoc/binary__reader_8h_source.html     |     0
 releases/2.7.5/cppdoc/binary__type_8h.html         |     0
 releases/2.7.5/cppdoc/binary__type_8h_source.html  |     0
 releases/2.7.5/cppdoc/binary__writer_8h.html       |     0
 .../2.7.5/cppdoc/binary__writer_8h_source.html     |     0
 releases/2.7.5/cppdoc/cache_8h.html                |     0
 releases/2.7.5/cppdoc/cache_8h_source.html         |     0
 releases/2.7.5/cppdoc/cache__client_8h.html        |     0
 releases/2.7.5/cppdoc/cache__client_8h_source.html |     0
 releases/2.7.5/cppdoc/cache__entry_8h.html         |     0
 releases/2.7.5/cppdoc/cache__entry_8h_source.html  |     0
 releases/2.7.5/cppdoc/cache__entry__event_8h.html  |     0
 .../cppdoc/cache__entry__event_8h_source.html      |     0
 .../cppdoc/cache__entry__event__filter_8h.html     |     0
 .../cache__entry__event__filter_8h_source.html     |     0
 .../cppdoc/cache__entry__event__listener_8h.html   |     0
 .../cache__entry__event__listener_8h_source.html   |     0
 .../2.7.5/cppdoc/cache__entry__processor_8h.html   |     0
 .../cppdoc/cache__entry__processor_8h_source.html  |     0
 releases/2.7.5/cppdoc/classes.html                 |     0
 .../classignite_1_1ConstReference-members.html     |     0
 .../cppdoc/classignite_1_1ConstReference.html      |     0
 .../2.7.5/cppdoc/classignite_1_1Date-members.html  |     0
 releases/2.7.5/cppdoc/classignite_1_1Date.html     |     0
 .../cppdoc/classignite_1_1Future-members.html      |     0
 releases/2.7.5/cppdoc/classignite_1_1Future.html   |     0
 ...lassignite_1_1Future_3_01void_01_4-members.html |     0
 .../classignite_1_1Future_3_01void_01_4.html       |     0
 .../2.7.5/cppdoc/classignite_1_1Guid-members.html  |     0
 releases/2.7.5/cppdoc/classignite_1_1Guid.html     |     0
 .../cppdoc/classignite_1_1Ignite-members.html      |     0
 releases/2.7.5/cppdoc/classignite_1_1Ignite.html   |     0
 .../classignite_1_1IgniteBinding-members.html      |     0
 .../2.7.5/cppdoc/classignite_1_1IgniteBinding.html |     0
 ...lassignite_1_1IgniteBindingContext-members.html |     0
 .../classignite_1_1IgniteBindingContext.html       |     0
 .../cppdoc/classignite_1_1IgniteError-members.html |     0
 .../2.7.5/cppdoc/classignite_1_1IgniteError.html   |     0
 .../2.7.5/cppdoc/classignite_1_1IgniteError.png    |   Bin
 .../cppdoc/classignite_1_1Ignition-members.html    |     0
 releases/2.7.5/cppdoc/classignite_1_1Ignition.html |     0
 .../cppdoc/classignite_1_1JvmOptions-members.html  |     0
 .../2.7.5/cppdoc/classignite_1_1JvmOptions.html    |     0
 .../cppdoc/classignite_1_1Reference-members.html   |     0
 .../2.7.5/cppdoc/classignite_1_1Reference.html     |     0
 .../2.7.5/cppdoc/classignite_1_1Time-members.html  |     0
 releases/2.7.5/cppdoc/classignite_1_1Time.html     |     0
 .../cppdoc/classignite_1_1Timestamp-members.html   |     0
 .../2.7.5/cppdoc/classignite_1_1Timestamp.html     |     0
 ...ite_1_1binary_1_1BinaryArrayReader-members.html |     0
 ...classignite_1_1binary_1_1BinaryArrayReader.html |     0
 ...ite_1_1binary_1_1BinaryArrayWriter-members.html |     0
 ...classignite_1_1binary_1_1BinaryArrayWriter.html |     0
 ..._1binary_1_1BinaryCollectionReader-members.html |     0
 ...ignite_1_1binary_1_1BinaryCollectionReader.html |     0
 ..._1binary_1_1BinaryCollectionWriter-members.html |     0
 ...ignite_1_1binary_1_1BinaryCollectionWriter.html |     0
 ...gnite_1_1binary_1_1BinaryMapReader-members.html |     0
 .../classignite_1_1binary_1_1BinaryMapReader.html  |     0
 ...gnite_1_1binary_1_1BinaryMapWriter-members.html |     0
 .../classignite_1_1binary_1_1BinaryMapWriter.html  |     0
 ...ssignite_1_1binary_1_1BinaryObject-members.html |     0
 .../classignite_1_1binary_1_1BinaryObject.html     |     0
 ...gnite_1_1binary_1_1BinaryRawReader-members.html |     0
 .../classignite_1_1binary_1_1BinaryRawReader.html  |     0
 ...gnite_1_1binary_1_1BinaryRawWriter-members.html |     0
 .../classignite_1_1binary_1_1BinaryRawWriter.html  |     0
 ...ssignite_1_1binary_1_1BinaryReader-members.html |     0
 .../classignite_1_1binary_1_1BinaryReader.html     |     0
 ...1binary_1_1BinaryStringArrayReader-members.html |     0
 ...gnite_1_1binary_1_1BinaryStringArrayReader.html |     0
 ...1binary_1_1BinaryStringArrayWriter-members.html |     0
 ...gnite_1_1binary_1_1BinaryStringArrayWriter.html |     0
 ...ssignite_1_1binary_1_1BinaryWriter-members.html |     0
 .../classignite_1_1binary_1_1BinaryWriter.html     |     0
 .../classignite_1_1cache_1_1Cache-members.html     |     0
 .../cppdoc/classignite_1_1cache_1_1Cache.html      |     0
 ...classignite_1_1cache_1_1CacheEntry-members.html |     0
 .../cppdoc/classignite_1_1cache_1_1CacheEntry.html |     0
 .../cppdoc/classignite_1_1cache_1_1CacheEntry.png  |   Bin
 ...ignite_1_1cache_1_1CacheEntryEvent-members.html |     0
 .../classignite_1_1cache_1_1CacheEntryEvent.html   |     0
 .../classignite_1_1cache_1_1CacheEntryEvent.png    |   Bin
 ...te_1_1cache_1_1CacheEntryProcessor-members.html |     0
 ...lassignite_1_1cache_1_1CacheEntryProcessor.html |     0
 ...nite_1_1cache_1_1MutableCacheEntry-members.html |     0
 .../classignite_1_1cache_1_1MutableCacheEntry.html |     0
 ..._1_1event_1_1CacheEntryEventFilter-members.html |     0
 ...1_1cache_1_1event_1_1CacheEntryEventFilter.html |     0
 ..._1_1cache_1_1event_1_1CacheEntryEventFilter.png |   Bin
 ..._1event_1_1CacheEntryEventListener-members.html |     0
 ...1cache_1_1event_1_1CacheEntryEventListener.html |     0
 ...e_1_1cache_1_1query_1_1QueryCursor-members.html |     0
 ...assignite_1_1cache_1_1query_1_1QueryCursor.html |     0
 ...ache_1_1query_1_1QueryFieldsCursor-members.html |     0
 ...ite_1_1cache_1_1query_1_1QueryFieldsCursor.html |     0
 ..._1cache_1_1query_1_1QueryFieldsRow-members.html |     0
 ...ignite_1_1cache_1_1query_1_1QueryFieldsRow.html |     0
 ...ite_1_1cache_1_1query_1_1ScanQuery-members.html |     0
 ...classignite_1_1cache_1_1query_1_1ScanQuery.html |     0
 ..._1cache_1_1query_1_1SqlFieldsQuery-members.html |     0
 ...ignite_1_1cache_1_1query_1_1SqlFieldsQuery.html |     0
 ...nite_1_1cache_1_1query_1_1SqlQuery-members.html |     0
 .../classignite_1_1cache_1_1query_1_1SqlQuery.html |     0
 ...ite_1_1cache_1_1query_1_1TextQuery-members.html |     0
 ...classignite_1_1cache_1_1query_1_1TextQuery.html |     0
 ...y_1_1continuous_1_1ContinuousQuery-members.html |     0
 ..._1_1query_1_1continuous_1_1ContinuousQuery.html |     0
 ...ontinuous_1_1ContinuousQueryHandle-members.html |     0
 ...ery_1_1continuous_1_1ContinuousQueryHandle.html |     0
 .../cppdoc/classignite_1_1common_1_1Promise.html   |     0
 .../classignite_1_1compute_1_1Compute-members.html |     0
 .../cppdoc/classignite_1_1compute_1_1Compute.html  |     0
 ...ssignite_1_1compute_1_1ComputeFunc-members.html |     0
 .../classignite_1_1compute_1_1ComputeFunc.html     |     0
 ...he_1_1event_1_1CacheEntryEventFilterHolder.html |     0
 ...lassignite_1_1thin_1_1IgniteClient-members.html |     0
 .../classignite_1_1thin_1_1IgniteClient.html       |     0
 ...1thin_1_1IgniteClientConfiguration-members.html |     0
 ...gnite_1_1thin_1_1IgniteClientConfiguration.html |     0
 ...te_1_1thin_1_1cache_1_1CacheClient-members.html |     0
 ...lassignite_1_1thin_1_1cache_1_1CacheClient.html |     0
 ...ite_1_1transactions_1_1Transaction-members.html |     0
 ...classignite_1_1transactions_1_1Transaction.html |     0
 ...transactions_1_1TransactionMetrics-members.html |     0
 ...nite_1_1transactions_1_1TransactionMetrics.html |     0
 ...te_1_1transactions_1_1Transactions-members.html |     0
 ...lassignite_1_1transactions_1_1Transactions.html |     0
 releases/2.7.5/cppdoc/closed.png                   |   Bin
 releases/2.7.5/cppdoc/compute_8h.html              |     0
 releases/2.7.5/cppdoc/compute_8h_source.html       |     0
 releases/2.7.5/cppdoc/compute__func_8h.html        |     0
 releases/2.7.5/cppdoc/compute__func_8h_source.html |     0
 releases/2.7.5/cppdoc/continuous__query_8h.html    |     0
 .../2.7.5/cppdoc/continuous__query_8h_source.html  |     0
 .../2.7.5/cppdoc/continuous__query__handle_8h.html |     0
 .../continuous__query__handle_8h_source.html       |     0
 ...clude_2ignite_2cache_2cache__peek__mode_8h.html |     0
 ...ignite_2cache_2cache__peek__mode_8h_source.html |     0
 releases/2.7.5/cppdoc/date_8h.html                 |     0
 releases/2.7.5/cppdoc/date_8h_source.html          |     0
 .../dir_097f68cb7241bfc683e7bdc6c58a7783.html      |     0
 .../dir_11fbc4217d50ab21044e5ad6614aede5.html      |     0
 .../dir_13c1d00a1be9b016a133dec12b890b36.html      |     0
 .../dir_1d5505cee217f179c88903b7091c150e.html      |     0
 .../dir_24e2d1412ee8a7e86d9b1f90275cdf97.html      |     0
 .../dir_2dedece15635f75054d44afc50ccfbaf.html      |     0
 .../dir_3785354546cb37560a212b468c73f89f.html      |     0
 .../dir_49602a309fd9b0098e932c76a76b005d.html      |     0
 .../dir_4c59fe678b7d839a2941d6346d743aa7.html      |     0
 .../dir_4e4d22e38ca4e2e8207825ee2d00bc54.html      |     0
 .../dir_5245b79ce3c16f33f8dc1390dd648f75.html      |     0
 .../dir_6917c354dff0dc051d18bd3bcc3faea1.html      |     0
 .../dir_70c4f2dc9c34c91dd30b464208cd3c8c.html      |     0
 .../dir_7f35e367a6a62a2f93c3ab0b0d626ad3.html      |     0
 .../dir_84516225c95b6844f8b87c0f7daf8132.html      |     0
 .../dir_88bd599177f4cc5007b9f053025b0bc5.html      |     0
 .../dir_89e6aceab60817aa630a6f544556b5f7.html      |     0
 .../dir_91ef880c2b12d355e87d8c01b90755f3.html      |     0
 .../dir_985e469ec48e039817ced4926e3f7372.html      |     0
 .../dir_a25bd9eccdb14654cb25552e0e789b46.html      |     0
 .../dir_a589d7fa76191ec48a638b0021c39d11.html      |     0
 .../dir_b7b8033e2b8b8bccc72f628e0d9cc933.html      |     0
 .../dir_b98deae7bc3b0ca8b45558e3cfe0065d.html      |     0
 .../dir_bdd9a5d540de89e9fe90efdfc6973a4f.html      |     0
 .../dir_cb20351644391cb4cd679fbb40e89625.html      |     0
 releases/2.7.5/cppdoc/doc.png                      |   Bin
 releases/2.7.5/cppdoc/doxygen.css                  |     0
 releases/2.7.5/cppdoc/doxygen.png                  |   Bin
 releases/2.7.5/cppdoc/dynsections.js               |     0
 releases/2.7.5/cppdoc/files.html                   |     0
 releases/2.7.5/cppdoc/folderclosed.png             |   Bin
 releases/2.7.5/cppdoc/folderopen.png               |   Bin
 releases/2.7.5/cppdoc/functions.html               |     0
 releases/2.7.5/cppdoc/functions_0x7e.html          |     0
 releases/2.7.5/cppdoc/functions_b.html             |     0
 releases/2.7.5/cppdoc/functions_c.html             |     0
 releases/2.7.5/cppdoc/functions_d.html             |     0
 releases/2.7.5/cppdoc/functions_enum.html          |     0
 releases/2.7.5/cppdoc/functions_eval.html          |     0
 releases/2.7.5/cppdoc/functions_f.html             |     0
 releases/2.7.5/cppdoc/functions_func.html          |     0
 releases/2.7.5/cppdoc/functions_func_0x7e.html     |     0
 releases/2.7.5/cppdoc/functions_func_b.html        |     0
 releases/2.7.5/cppdoc/functions_func_c.html        |     0
 releases/2.7.5/cppdoc/functions_func_d.html        |     0
 releases/2.7.5/cppdoc/functions_func_f.html        |     0
 releases/2.7.5/cppdoc/functions_func_g.html        |     0
 releases/2.7.5/cppdoc/functions_func_h.html        |     0
 releases/2.7.5/cppdoc/functions_func_i.html        |     0
 releases/2.7.5/cppdoc/functions_func_j.html        |     0
 releases/2.7.5/cppdoc/functions_func_l.html        |     0
 releases/2.7.5/cppdoc/functions_func_m.html        |     0
 releases/2.7.5/cppdoc/functions_func_o.html        |     0
 releases/2.7.5/cppdoc/functions_func_p.html        |     0
 releases/2.7.5/cppdoc/functions_func_q.html        |     0
 releases/2.7.5/cppdoc/functions_func_r.html        |     0
 releases/2.7.5/cppdoc/functions_func_s.html        |     0
 releases/2.7.5/cppdoc/functions_func_t.html        |     0
 releases/2.7.5/cppdoc/functions_func_w.html        |     0
 releases/2.7.5/cppdoc/functions_g.html             |     0
 releases/2.7.5/cppdoc/functions_h.html             |     0
 releases/2.7.5/cppdoc/functions_i.html             |     0
 releases/2.7.5/cppdoc/functions_j.html             |     0
 releases/2.7.5/cppdoc/functions_k.html             |     0
 releases/2.7.5/cppdoc/functions_l.html             |     0
 releases/2.7.5/cppdoc/functions_m.html             |     0
 releases/2.7.5/cppdoc/functions_n.html             |     0
 releases/2.7.5/cppdoc/functions_o.html             |     0
 releases/2.7.5/cppdoc/functions_p.html             |     0
 releases/2.7.5/cppdoc/functions_q.html             |     0
 releases/2.7.5/cppdoc/functions_r.html             |     0
 releases/2.7.5/cppdoc/functions_rela.html          |     0
 releases/2.7.5/cppdoc/functions_s.html             |     0
 releases/2.7.5/cppdoc/functions_t.html             |     0
 releases/2.7.5/cppdoc/functions_type.html          |     0
 releases/2.7.5/cppdoc/functions_u.html             |     0
 releases/2.7.5/cppdoc/functions_v.html             |     0
 releases/2.7.5/cppdoc/functions_vars.html          |     0
 releases/2.7.5/cppdoc/functions_w.html             |     0
 releases/2.7.5/cppdoc/future_8h.html               |     0
 releases/2.7.5/cppdoc/future_8h_source.html        |     0
 releases/2.7.5/cppdoc/globals.html                 |     0
 releases/2.7.5/cppdoc/globals_defs.html            |     0
 releases/2.7.5/cppdoc/guid_8h.html                 |     0
 releases/2.7.5/cppdoc/guid_8h_source.html          |     0
 releases/2.7.5/cppdoc/hierarchy.html               |     0
 releases/2.7.5/cppdoc/ignite_8h.html               |     0
 releases/2.7.5/cppdoc/ignite_8h_source.html        |     0
 releases/2.7.5/cppdoc/ignite__binding_8h.html      |     0
 .../2.7.5/cppdoc/ignite__binding_8h_source.html    |     0
 .../2.7.5/cppdoc/ignite__binding__context_8h.html  |     0
 .../cppdoc/ignite__binding__context_8h_source.html |     0
 releases/2.7.5/cppdoc/ignite__client_8h.html       |     0
 .../2.7.5/cppdoc/ignite__client_8h_source.html     |     0
 .../cppdoc/ignite__client__configuration_8h.html   |     0
 .../ignite__client__configuration_8h_source.html   |     0
 .../2.7.5/cppdoc/ignite__configuration_8h.html     |     0
 .../cppdoc/ignite__configuration_8h_source.html    |     0
 releases/2.7.5/cppdoc/ignite__error_8h.html        |     0
 releases/2.7.5/cppdoc/ignite__error_8h_source.html |     0
 releases/2.7.5/cppdoc/ignite_logo.png              |   Bin
 releases/2.7.5/cppdoc/ignition_8h.html             |     0
 releases/2.7.5/cppdoc/ignition_8h_source.html      |     0
 releases/2.7.5/cppdoc/index.html                   |     0
 releases/2.7.5/cppdoc/jquery.js                    |     0
 ...e_modules_platforms_cpp_thin-client_README.html |     0
 releases/2.7.5/cppdoc/menu.js                      |     0
 releases/2.7.5/cppdoc/menudata.js                  |     0
 .../2.7.5/cppdoc/mutable__cache__entry_8h.html     |     0
 .../cppdoc/mutable__cache__entry_8h_source.html    |     0
 releases/2.7.5/cppdoc/namespaceignite.html         |     0
 .../2.7.5/cppdoc/namespaceignite_1_1binary.html    |     0
 .../2.7.5/cppdoc/namespaceignite_1_1cache.html     |     0
 .../cppdoc/namespaceignite_1_1cache_1_1event.html  |     0
 .../cppdoc/namespaceignite_1_1cache_1_1query.html  |     0
 ...paceignite_1_1cache_1_1query_1_1continuous.html |     0
 releases/2.7.5/cppdoc/namespaceignite_1_1thin.html |     0
 .../cppdoc/namespaceignite_1_1thin_1_1cache.html   |     0
 .../cppdoc/namespaceignite_1_1transactions.html    |     0
 releases/2.7.5/cppdoc/namespacemembers.html        |     0
 releases/2.7.5/cppdoc/namespacemembers_func.html   |     0
 releases/2.7.5/cppdoc/namespacemembers_vars.html   |     0
 releases/2.7.5/cppdoc/namespaces.html              |     0
 releases/2.7.5/cppdoc/nav_f.png                    |   Bin
 releases/2.7.5/cppdoc/nav_g.png                    |   Bin
 releases/2.7.5/cppdoc/nav_h.png                    |   Bin
 releases/2.7.5/cppdoc/open.png                     |   Bin
 releases/2.7.5/cppdoc/pages.html                   |     0
 releases/2.7.5/cppdoc/query_8h.html                |     0
 releases/2.7.5/cppdoc/query_8h_source.html         |     0
 releases/2.7.5/cppdoc/query__cursor_8h.html        |     0
 releases/2.7.5/cppdoc/query__cursor_8h_source.html |     0
 .../2.7.5/cppdoc/query__fields__cursor_8h.html     |     0
 .../cppdoc/query__fields__cursor_8h_source.html    |     0
 releases/2.7.5/cppdoc/query__fields__row_8h.html   |     0
 .../2.7.5/cppdoc/query__fields__row_8h_source.html |     0
 releases/2.7.5/cppdoc/query__scan_8h.html          |     0
 releases/2.7.5/cppdoc/query__scan_8h_source.html   |     0
 releases/2.7.5/cppdoc/query__sql_8h.html           |     0
 releases/2.7.5/cppdoc/query__sql_8h_source.html    |     0
 releases/2.7.5/cppdoc/query__sql__fields_8h.html   |     0
 .../2.7.5/cppdoc/query__sql__fields_8h_source.html |     0
 releases/2.7.5/cppdoc/query__text_8h.html          |     0
 releases/2.7.5/cppdoc/query__text_8h_source.html   |     0
 releases/2.7.5/cppdoc/reference_8h.html            |     0
 releases/2.7.5/cppdoc/reference_8h_source.html     |     0
 releases/2.7.5/cppdoc/search/all_0.html            |     0
 releases/2.7.5/cppdoc/search/all_0.js              |     0
 releases/2.7.5/cppdoc/search/all_1.html            |     0
 releases/2.7.5/cppdoc/search/all_1.js              |     0
 releases/2.7.5/cppdoc/search/all_10.html           |     0
 releases/2.7.5/cppdoc/search/all_10.js             |     0
 releases/2.7.5/cppdoc/search/all_11.html           |     0
 releases/2.7.5/cppdoc/search/all_11.js             |     0
 releases/2.7.5/cppdoc/search/all_12.html           |     0
 releases/2.7.5/cppdoc/search/all_12.js             |     0
 releases/2.7.5/cppdoc/search/all_13.html           |     0
 releases/2.7.5/cppdoc/search/all_13.js             |     0
 releases/2.7.5/cppdoc/search/all_14.html           |     0
 releases/2.7.5/cppdoc/search/all_14.js             |     0
 releases/2.7.5/cppdoc/search/all_15.html           |     0
 releases/2.7.5/cppdoc/search/all_15.js             |     0
 releases/2.7.5/cppdoc/search/all_16.html           |     0
 releases/2.7.5/cppdoc/search/all_16.js             |     0
 releases/2.7.5/cppdoc/search/all_2.html            |     0
 releases/2.7.5/cppdoc/search/all_2.js              |     0
 releases/2.7.5/cppdoc/search/all_3.html            |     0
 releases/2.7.5/cppdoc/search/all_3.js              |     0
 releases/2.7.5/cppdoc/search/all_4.html            |     0
 releases/2.7.5/cppdoc/search/all_4.js              |     0
 releases/2.7.5/cppdoc/search/all_5.html            |     0
 releases/2.7.5/cppdoc/search/all_5.js              |     0
 releases/2.7.5/cppdoc/search/all_6.html            |     0
 releases/2.7.5/cppdoc/search/all_6.js              |     0
 releases/2.7.5/cppdoc/search/all_7.html            |     0
 releases/2.7.5/cppdoc/search/all_7.js              |     0
 releases/2.7.5/cppdoc/search/all_8.html            |     0
 releases/2.7.5/cppdoc/search/all_8.js              |     0
 releases/2.7.5/cppdoc/search/all_9.html            |     0
 releases/2.7.5/cppdoc/search/all_9.js              |     0
 releases/2.7.5/cppdoc/search/all_a.html            |     0
 releases/2.7.5/cppdoc/search/all_a.js              |     0
 releases/2.7.5/cppdoc/search/all_b.html            |     0
 releases/2.7.5/cppdoc/search/all_b.js              |     0
 releases/2.7.5/cppdoc/search/all_c.html            |     0
 releases/2.7.5/cppdoc/search/all_c.js              |     0
 releases/2.7.5/cppdoc/search/all_d.html            |     0
 releases/2.7.5/cppdoc/search/all_d.js              |     0
 releases/2.7.5/cppdoc/search/all_e.html            |     0
 releases/2.7.5/cppdoc/search/all_e.js              |     0
 releases/2.7.5/cppdoc/search/all_f.html            |     0
 releases/2.7.5/cppdoc/search/all_f.js              |     0
 releases/2.7.5/cppdoc/search/classes_0.html        |     0
 releases/2.7.5/cppdoc/search/classes_0.js          |     0
 releases/2.7.5/cppdoc/search/classes_1.html        |     0
 releases/2.7.5/cppdoc/search/classes_1.js          |     0
 releases/2.7.5/cppdoc/search/classes_2.html        |     0
 releases/2.7.5/cppdoc/search/classes_2.js          |     0
 releases/2.7.5/cppdoc/search/classes_3.html        |     0
 releases/2.7.5/cppdoc/search/classes_3.js          |     0
 releases/2.7.5/cppdoc/search/classes_4.html        |     0
 releases/2.7.5/cppdoc/search/classes_4.js          |     0
 releases/2.7.5/cppdoc/search/classes_5.html        |     0
 releases/2.7.5/cppdoc/search/classes_5.js          |     0
 releases/2.7.5/cppdoc/search/classes_6.html        |     0
 releases/2.7.5/cppdoc/search/classes_6.js          |     0
 releases/2.7.5/cppdoc/search/classes_7.html        |     0
 releases/2.7.5/cppdoc/search/classes_7.js          |     0
 releases/2.7.5/cppdoc/search/classes_8.html        |     0
 releases/2.7.5/cppdoc/search/classes_8.js          |     0
 releases/2.7.5/cppdoc/search/classes_9.html        |     0
 releases/2.7.5/cppdoc/search/classes_9.js          |     0
 releases/2.7.5/cppdoc/search/classes_a.html        |     0
 releases/2.7.5/cppdoc/search/classes_a.js          |     0
 releases/2.7.5/cppdoc/search/classes_b.html        |     0
 releases/2.7.5/cppdoc/search/classes_b.js          |     0
 releases/2.7.5/cppdoc/search/classes_c.html        |     0
 releases/2.7.5/cppdoc/search/classes_c.js          |     0
 releases/2.7.5/cppdoc/search/close.png             |   Bin
 releases/2.7.5/cppdoc/search/defines_0.html        |     0
 releases/2.7.5/cppdoc/search/defines_0.js          |     0
 releases/2.7.5/cppdoc/search/enums_0.html          |     0
 releases/2.7.5/cppdoc/search/enums_0.js            |     0
 releases/2.7.5/cppdoc/search/enumvalues_0.html     |     0
 releases/2.7.5/cppdoc/search/enumvalues_0.js       |     0
 releases/2.7.5/cppdoc/search/enumvalues_1.html     |     0
 releases/2.7.5/cppdoc/search/enumvalues_1.js       |     0
 releases/2.7.5/cppdoc/search/enumvalues_2.html     |     0
 releases/2.7.5/cppdoc/search/enumvalues_2.js       |     0
 releases/2.7.5/cppdoc/search/enumvalues_3.html     |     0
 releases/2.7.5/cppdoc/search/enumvalues_3.js       |     0
 releases/2.7.5/cppdoc/search/enumvalues_4.html     |     0
 releases/2.7.5/cppdoc/search/enumvalues_4.js       |     0
 releases/2.7.5/cppdoc/search/enumvalues_5.html     |     0
 releases/2.7.5/cppdoc/search/enumvalues_5.js       |     0
 releases/2.7.5/cppdoc/search/enumvalues_6.html     |     0
 releases/2.7.5/cppdoc/search/enumvalues_6.js       |     0
 releases/2.7.5/cppdoc/search/enumvalues_7.html     |     0
 releases/2.7.5/cppdoc/search/enumvalues_7.js       |     0
 releases/2.7.5/cppdoc/search/enumvalues_8.html     |     0
 releases/2.7.5/cppdoc/search/enumvalues_8.js       |     0
 releases/2.7.5/cppdoc/search/enumvalues_9.html     |     0
 releases/2.7.5/cppdoc/search/enumvalues_9.js       |     0
 releases/2.7.5/cppdoc/search/enumvalues_a.html     |     0
 releases/2.7.5/cppdoc/search/enumvalues_a.js       |     0
 releases/2.7.5/cppdoc/search/enumvalues_b.html     |     0
 releases/2.7.5/cppdoc/search/enumvalues_b.js       |     0
 releases/2.7.5/cppdoc/search/enumvalues_c.html     |     0
 releases/2.7.5/cppdoc/search/enumvalues_c.js       |     0
 releases/2.7.5/cppdoc/search/files_0.html          |     0
 releases/2.7.5/cppdoc/search/files_0.js            |     0
 releases/2.7.5/cppdoc/search/files_1.html          |     0
 releases/2.7.5/cppdoc/search/files_1.js            |     0
 releases/2.7.5/cppdoc/search/files_2.html          |     0
 releases/2.7.5/cppdoc/search/files_2.js            |     0
 releases/2.7.5/cppdoc/search/files_3.html          |     0
 releases/2.7.5/cppdoc/search/files_3.js            |     0
 releases/2.7.5/cppdoc/search/files_4.html          |     0
 releases/2.7.5/cppdoc/search/files_4.js            |     0
 releases/2.7.5/cppdoc/search/files_5.html          |     0
 releases/2.7.5/cppdoc/search/files_5.js            |     0
 releases/2.7.5/cppdoc/search/files_6.html          |     0
 releases/2.7.5/cppdoc/search/files_6.js            |     0
 releases/2.7.5/cppdoc/search/files_7.html          |     0
 releases/2.7.5/cppdoc/search/files_7.js            |     0
 releases/2.7.5/cppdoc/search/files_8.html          |     0
 releases/2.7.5/cppdoc/search/files_8.js            |     0
 releases/2.7.5/cppdoc/search/files_9.html          |     0
 releases/2.7.5/cppdoc/search/files_9.js            |     0
 releases/2.7.5/cppdoc/search/files_a.html          |     0
 releases/2.7.5/cppdoc/search/files_a.js            |     0
 releases/2.7.5/cppdoc/search/functions_0.html      |     0
 releases/2.7.5/cppdoc/search/functions_0.js        |     0
 releases/2.7.5/cppdoc/search/functions_1.html      |     0
 releases/2.7.5/cppdoc/search/functions_1.js        |     0
 releases/2.7.5/cppdoc/search/functions_10.html     |     0
 releases/2.7.5/cppdoc/search/functions_10.js       |     0
 releases/2.7.5/cppdoc/search/functions_11.html     |     0
 releases/2.7.5/cppdoc/search/functions_11.js       |     0
 releases/2.7.5/cppdoc/search/functions_12.html     |     0
 releases/2.7.5/cppdoc/search/functions_12.js       |     0
 releases/2.7.5/cppdoc/search/functions_2.html      |     0
 releases/2.7.5/cppdoc/search/functions_2.js        |     0
 releases/2.7.5/cppdoc/search/functions_3.html      |     0
 releases/2.7.5/cppdoc/search/functions_3.js        |     0
 releases/2.7.5/cppdoc/search/functions_4.html      |     0
 releases/2.7.5/cppdoc/search/functions_4.js        |     0
 releases/2.7.5/cppdoc/search/functions_5.html      |     0
 releases/2.7.5/cppdoc/search/functions_5.js        |     0
 releases/2.7.5/cppdoc/search/functions_6.html      |     0
 releases/2.7.5/cppdoc/search/functions_6.js        |     0
 releases/2.7.5/cppdoc/search/functions_7.html      |     0
 releases/2.7.5/cppdoc/search/functions_7.js        |     0
 releases/2.7.5/cppdoc/search/functions_8.html      |     0
 releases/2.7.5/cppdoc/search/functions_8.js        |     0
 releases/2.7.5/cppdoc/search/functions_9.html      |     0
 releases/2.7.5/cppdoc/search/functions_9.js        |     0
 releases/2.7.5/cppdoc/search/functions_a.html      |     0
 releases/2.7.5/cppdoc/search/functions_a.js        |     0
 releases/2.7.5/cppdoc/search/functions_b.html      |     0
 releases/2.7.5/cppdoc/search/functions_b.js        |     0
 releases/2.7.5/cppdoc/search/functions_c.html      |     0
 releases/2.7.5/cppdoc/search/functions_c.js        |     0
 releases/2.7.5/cppdoc/search/functions_d.html      |     0
 releases/2.7.5/cppdoc/search/functions_d.js        |     0
 releases/2.7.5/cppdoc/search/functions_e.html      |     0
 releases/2.7.5/cppdoc/search/functions_e.js        |     0
 releases/2.7.5/cppdoc/search/functions_f.html      |     0
 releases/2.7.5/cppdoc/search/functions_f.js        |     0
 releases/2.7.5/cppdoc/search/mag_sel.png           |   Bin
 releases/2.7.5/cppdoc/search/namespaces_0.html     |     0
 releases/2.7.5/cppdoc/search/namespaces_0.js       |     0
 releases/2.7.5/cppdoc/search/nomatches.html        |     0
 releases/2.7.5/cppdoc/search/pages_0.html          |     0
 releases/2.7.5/cppdoc/search/pages_0.js            |     0
 releases/2.7.5/cppdoc/search/related_0.html        |     0
 releases/2.7.5/cppdoc/search/related_0.js          |     0
 releases/2.7.5/cppdoc/search/search.css            |     0
 releases/2.7.5/cppdoc/search/search.js             |     0
 releases/2.7.5/cppdoc/search/search_l.png          |   Bin
 releases/2.7.5/cppdoc/search/search_m.png          |   Bin
 releases/2.7.5/cppdoc/search/search_r.png          |   Bin
 releases/2.7.5/cppdoc/search/searchdata.js         |     0
 releases/2.7.5/cppdoc/search/typedefs_0.html       |     0
 releases/2.7.5/cppdoc/search/typedefs_0.js         |     0
 releases/2.7.5/cppdoc/search/typedefs_1.html       |     0
 releases/2.7.5/cppdoc/search/typedefs_1.js         |     0
 releases/2.7.5/cppdoc/search/typedefs_2.html       |     0
 releases/2.7.5/cppdoc/search/typedefs_2.js         |     0
 releases/2.7.5/cppdoc/search/variables_0.html      |     0
 releases/2.7.5/cppdoc/search/variables_0.js        |     0
 releases/2.7.5/cppdoc/search/variables_1.html      |     0
 releases/2.7.5/cppdoc/search/variables_1.js        |     0
 releases/2.7.5/cppdoc/search/variables_2.html      |     0
 releases/2.7.5/cppdoc/search/variables_2.js        |     0
 releases/2.7.5/cppdoc/search/variables_3.html      |     0
 releases/2.7.5/cppdoc/search/variables_3.js        |     0
 releases/2.7.5/cppdoc/search/variables_4.html      |     0
 releases/2.7.5/cppdoc/search/variables_4.js        |     0
 releases/2.7.5/cppdoc/search/variables_5.html      |     0
 releases/2.7.5/cppdoc/search/variables_5.js        |     0
 releases/2.7.5/cppdoc/search/variables_6.html      |     0
 releases/2.7.5/cppdoc/search/variables_6.js        |     0
 releases/2.7.5/cppdoc/search/variables_7.html      |     0
 releases/2.7.5/cppdoc/search/variables_7.js        |     0
 releases/2.7.5/cppdoc/splitbar.png                 |   Bin
 releases/2.7.5/cppdoc/ssl__mode_8h.html            |     0
 releases/2.7.5/cppdoc/ssl__mode_8h_source.html     |     0
 ...tructignite_1_1IgniteConfiguration-members.html |     0
 .../structignite_1_1IgniteConfiguration.html       |     0
 .../structignite_1_1binary_1_1BinaryType.html      |     0
 ...1binary_1_1BinaryType_3_01T_01_5_4-members.html |     0
 ...gnite_1_1binary_1_1BinaryType_3_01T_01_5_4.html |     0
 ...ignite_1_1binary_1_1CollectionType-members.html |     0
 .../structignite_1_1binary_1_1CollectionType.html  |     0
 .../structignite_1_1binary_1_1MapType-members.html |     0
 .../cppdoc/structignite_1_1binary_1_1MapType.html  |     0
 ...ctignite_1_1cache_1_1CachePeekMode-members.html |     0
 .../structignite_1_1cache_1_1CachePeekMode.html    |     0
 .../structignite_1_1thin_1_1SslMode-members.html   |     0
 .../cppdoc/structignite_1_1thin_1_1SslMode.html    |     0
 ..._1_1thin_1_1cache_1_1CachePeekMode-members.html |     0
 ...ctignite_1_1thin_1_1cache_1_1CachePeekMode.html |     0
 ...sactions_1_1TransactionConcurrency-members.html |     0
 ..._1_1transactions_1_1TransactionConcurrency.html |     0
 ...ansactions_1_1TransactionIsolation-members.html |     0
 ...te_1_1transactions_1_1TransactionIsolation.html |     0
 ..._1transactions_1_1TransactionState-members.html |     0
 ...ignite_1_1transactions_1_1TransactionState.html |     0
 releases/2.7.5/cppdoc/sync_off.png                 |   Bin
 releases/2.7.5/cppdoc/sync_on.png                  |   Bin
 releases/2.7.5/cppdoc/tab_a.png                    |   Bin
 releases/2.7.5/cppdoc/tab_b.png                    |   Bin
 releases/2.7.5/cppdoc/tab_h.png                    |   Bin
 releases/2.7.5/cppdoc/tab_s.png                    |   Bin
 releases/2.7.5/cppdoc/tabs.css                     |     0
 ...2ignite_2thin_2cache_2cache__peek__mode_8h.html |     0
 ..._2thin_2cache_2cache__peek__mode_8h_source.html |     0
 releases/2.7.5/cppdoc/time_8h.html                 |     0
 releases/2.7.5/cppdoc/time_8h_source.html          |     0
 releases/2.7.5/cppdoc/timestamp_8h.html            |     0
 releases/2.7.5/cppdoc/timestamp_8h_source.html     |     0
 releases/2.7.5/cppdoc/transaction_8h.html          |     0
 releases/2.7.5/cppdoc/transaction_8h_source.html   |     0
 releases/2.7.5/cppdoc/transaction__consts_8h.html  |     0
 .../cppdoc/transaction__consts_8h_source.html      |     0
 releases/2.7.5/cppdoc/transaction__metrics_8h.html |     0
 .../cppdoc/transaction__metrics_8h_source.html     |     0
 releases/2.7.5/cppdoc/transactions_8h.html         |     0
 releases/2.7.5/cppdoc/transactions_8h_source.html  |     0
 ...he.Ignite.AspNet.IgniteOutputCacheProvider.html |   704 +-
 ...ite.AspNet.IgniteSessionStateStoreProvider.html |  1400 +-
 .../api/Apache.Ignite.AspNet.IgniteWebUtils.html   |   354 +-
 .../2.7.5/dotnetdoc/api/Apache.Ignite.AspNet.html  |   250 +-
 ...e.Ignite.Core.Binary.BinaryBasicNameMapper.html |   534 +-
 ...che.Ignite.Core.Binary.BinaryConfiguration.html |   842 +-
 ...e.Ignite.Core.Binary.BinaryObjectException.html |   588 +-
 ...ite.Core.Binary.BinaryReflectiveSerializer.html |   540 +-
 ...Ignite.Core.Binary.BinaryTypeConfiguration.html |   848 +-
 .../Apache.Ignite.Core.Binary.BinaryTypeNames.html |  1716 +-
 .../Apache.Ignite.Core.Binary.IBinarizable.html    |   410 +-
 .../api/Apache.Ignite.Core.Binary.IBinary.html     |  1416 +-
 .../Apache.Ignite.Core.Binary.IBinaryIdMapper.html |   420 +-
 ...pache.Ignite.Core.Binary.IBinaryNameMapper.html |   410 +-
 .../Apache.Ignite.Core.Binary.IBinaryObject.html   |   704 +-
 ...he.Ignite.Core.Binary.IBinaryObjectBuilder.html |  3306 +-
 ...Apache.Ignite.Core.Binary.IBinaryRawReader.html |  1920 +-
 ...Apache.Ignite.Core.Binary.IBinaryRawWriter.html |  1870 +-
 .../Apache.Ignite.Core.Binary.IBinaryReader.html   |  3006 +-
 ...pache.Ignite.Core.Binary.IBinarySerializer.html |   370 +-
 .../api/Apache.Ignite.Core.Binary.IBinaryType.html |   610 +-
 .../Apache.Ignite.Core.Binary.IBinaryWriter.html   |  2216 +-
 ...ache.Ignite.Core.Binary.TimestampAttribute.html |   556 +-
 .../dotnetdoc/api/Apache.Ignite.Core.Binary.html   |   318 +-
 ...e.Core.Cache.Affinity.AffinityFunctionBase.html |   680 +-
 ...ore.Cache.Affinity.AffinityFunctionContext.html |   576 +-
 ...che.Ignite.Core.Cache.Affinity.AffinityKey.html |   998 +-
 ....Cache.Affinity.AffinityKeyMappedAttribute.html |   640 +-
 ...ore.Cache.Affinity.AffinityTopologyVersion.html |   898 +-
 ...nite.Core.Cache.Affinity.IAffinityFunction.html |   510 +-
 ...nity.Rendezvous.RendezvousAffinityFunction.html |   358 +-
 ...ache.Ignite.Core.Cache.Affinity.Rendezvous.html |   242 +-
 .../api/Apache.Ignite.Core.Cache.Affinity.html     |   270 +-
 ...te.Core.Cache.CacheEntryProcessorException.html |   638 +-
 .../Apache.Ignite.Core.Cache.CacheException.html   |   592 +-
 ...ite.Core.Cache.CachePartialUpdateException.html |   788 +-
 .../Apache.Ignite.Core.Cache.CachePeekMode.html    |   318 +-
 .../Apache.Ignite.Core.Cache.CacheResult-1.html    |   874 +-
 ...ore.Cache.Configuration.CacheAtomicityMode.html |   294 +-
 ...ore.Cache.Configuration.CacheConfiguration.html |  4526 +-
 ....Cache.Configuration.CacheKeyConfiguration.html |   470 +-
 ....Ignite.Core.Cache.Configuration.CacheMode.html |   294 +-
 ...ore.Cache.Configuration.CacheRebalanceMode.html |   294 +-
 ...onfiguration.CacheWriteSynchronizationMode.html |   294 +-
 ...e.Cache.Configuration.DataPageEvictionMode.html |   294 +-
 ...re.Cache.Configuration.MemoryConfiguration.html |   834 +-
 ...he.Configuration.MemoryPolicyConfiguration.html |  1056 +-
 ...Cache.Configuration.NearCacheConfiguration.html |   468 +-
 ...re.Cache.Configuration.PartitionLossPolicy.html |   310 +-
 ...Ignite.Core.Cache.Configuration.QueryAlias.html |   480 +-
 ...gnite.Core.Cache.Configuration.QueryEntity.html |   898 +-
 ...Ignite.Core.Cache.Configuration.QueryField.html |   816 +-
 ...Ignite.Core.Cache.Configuration.QueryIndex.html |   790 +-
 ...e.Core.Cache.Configuration.QueryIndexField.html |   530 +-
 ...te.Core.Cache.Configuration.QueryIndexType.html |   294 +-
 ...Cache.Configuration.QuerySqlFieldAttribute.html |   994 +-
 ...ache.Configuration.QueryTextFieldAttribute.html |   606 +-
 .../Apache.Ignite.Core.Cache.Configuration.html    |   318 +-
 ...gnite.Core.Cache.Event.CacheEntryEventType.html |   294 +-
 ...Ignite.Core.Cache.Event.ICacheEntryEvent-2.html |   490 +-
 ....Core.Cache.Event.ICacheEntryEventFilter-2.html |   368 +-
 ...ore.Cache.Event.ICacheEntryEventListener-2.html |   338 +-
 .../api/Apache.Ignite.Core.Cache.Event.html        |   258 +-
 ...ite.Core.Cache.Eviction.EvictionPolicyBase.html |   602 +-
 ...ite.Core.Cache.Eviction.FifoEvictionPolicy.html |   358 +-
 ...Ignite.Core.Cache.Eviction.IEvictionPolicy.html |   246 +-
 ...nite.Core.Cache.Eviction.LruEvictionPolicy.html |   358 +-
 .../api/Apache.Ignite.Core.Cache.Eviction.html     |   258 +-
 ...ache.Ignite.Core.Cache.Expiry.ExpiryPolicy.html |   536 +-
 ...che.Ignite.Core.Cache.Expiry.IExpiryPolicy.html |   388 +-
 .../api/Apache.Ignite.Core.Cache.Expiry.html       |   250 +-
 .../api/Apache.Ignite.Core.Cache.ICache-2.html     |  7102 +--
 .../Apache.Ignite.Core.Cache.ICacheAffinity.html   |  1698 +-
 .../Apache.Ignite.Core.Cache.ICacheEntry-2.html    |   380 +-
 ...ache.Ignite.Core.Cache.ICacheEntryFilter-2.html |   368 +-
 ...e.Ignite.Core.Cache.ICacheEntryProcessor-4.html |   394 +-
 ...te.Core.Cache.ICacheEntryProcessorResult-2.html |   380 +-
 .../api/Apache.Ignite.Core.Cache.ICacheLock.html   |   420 +-
 .../Apache.Ignite.Core.Cache.ICacheMetrics.html    |  4252 +-
 .../Apache.Ignite.Core.Cache.IMemoryMetrics.html   |   526 +-
 ...che.Ignite.Core.Cache.IMutableCacheEntry-2.html |   418 +-
 .../Apache.Ignite.Core.Cache.IQueryMetrics.html    |   480 +-
 ...e.Cache.Query.Continuous.ContinuousQuery-2.html |   886 +-
 ...ore.Cache.Query.Continuous.ContinuousQuery.html |   462 +-
 ...Query.Continuous.ContinuousQueryExtensions.html |   426 +-
 ....Query.Continuous.IContinuousQueryHandle-1.html |   338 +-
 ...he.Query.Continuous.IContinuousQueryHandle.html |   258 +-
 .../Apache.Ignite.Core.Cache.Query.Continuous.html |   262 +-
 ...Ignite.Core.Cache.Query.IFieldsQueryCursor.html |   320 +-
 ...che.Ignite.Core.Cache.Query.IQueryCursor-1.html |   344 +-
 .../Apache.Ignite.Core.Cache.Query.QueryBase.html  |   474 +-
 ...Apache.Ignite.Core.Cache.Query.ScanQuery-2.html |   512 +-
 ...che.Ignite.Core.Cache.Query.SqlFieldsQuery.html |  1044 +-
 .../Apache.Ignite.Core.Cache.Query.SqlQuery.html   |   956 +-
 .../Apache.Ignite.Core.Cache.Query.TextQuery.html  |   684 +-
 .../api/Apache.Ignite.Core.Cache.Query.html        |   270 +-
 ...ache.Store.CacheParallelLoadStoreAdapter-3.html |  1098 +-
 ...gnite.Core.Cache.Store.CacheStoreAdapter-2.html |   850 +-
 ...gnite.Core.Cache.Store.CacheStoreException.html |   590 +-
 ...ache.Ignite.Core.Cache.Store.ICacheStore-2.html |  1008 +-
 ...Apache.Ignite.Core.Cache.Store.ICacheStore.html |   246 +-
 ...Ignite.Core.Cache.Store.ICacheStoreSession.html |   342 +-
 .../api/Apache.Ignite.Core.Cache.Store.html        |   266 +-
 .../dotnetdoc/api/Apache.Ignite.Core.Cache.html    |   314 +-
 ...Core.Client.Cache.CacheClientConfiguration.html |  2038 +-
 ...he.Ignite.Core.Client.Cache.ICacheClient-2.html |  4268 +-
 .../api/Apache.Ignite.Core.Client.Cache.html       |   250 +-
 ...Apache.Ignite.Core.Client.ClientStatusCode.html |   334 +-
 .../Apache.Ignite.Core.Client.IIgniteClient.html   |  1136 +-
 ...pache.Ignite.Core.Client.ISslStreamFactory.html |   340 +-
... 12544 lines suppressed ...

[ignite-website] 02/03: updated Ignite Summit banner to watch-on-demand version

Posted by ma...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

mauriciostekl pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ignite-website.git

commit 54f6678e41d4a6d5734a5e7ea8daeeb28fc0d651
Author: Mauricio Stekl <ma...@stekl.org>
AuthorDate: Mon Dec 13 10:50:29 2021 -0300

    updated Ignite Summit banner to watch-on-demand version
---
 _src/events.pug | 4 ++--
 events.html     | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/_src/events.pug b/_src/events.pug
index ba5bd11..ab6c015 100644
--- a/_src/events.pug
+++ b/_src/events.pug
@@ -53,8 +53,8 @@ block main
         p.capstext Featured Event
         a(href="https://ignite-summit.org/schedule/", target="_blank").event-featured__banner.pt-5
             picture
-                source(srcset="/img/events/event-banner-vert.jpg" media="(max-width: 767px)")
-                img(src="/img/events/event-banner.jpg", alt="")
+                source(srcset="/images/promos/ignite-Summit-cloud-edition--After-banner-375px.jpg" media="(max-width: 767px)")
+                img(src="/images/promos/ignite-Summit-cloud-edition--After-banner.jpg", alt="Ignite Summit watch on demand")
             //- .event-featured__placeholder(style="background:#E8F2FA; height:340px;")
     // /.event-featured
 
diff --git a/events.html b/events.html
index 99a3745..97f90bd 100644
--- a/events.html
+++ b/events.html
@@ -385,8 +385,8 @@
       <p class="capstext">Featured Event</p>
       <a class="event-featured__banner pt-5" href="https://ignite-summit.org/schedule/" target="_blank"
         ><picture
-          ><source srcset="/img/events/event-banner-vert.jpg" media="(max-width: 767px)" />
-          <img src="/img/events/event-banner.jpg" alt="" /></picture
+          ><source srcset="/images/promos/ignite-Summit-cloud-edition--After-banner-375px.jpg" media="(max-width: 767px)" />
+          <img src="/images/promos/ignite-Summit-cloud-edition--After-banner.jpg" alt="Ignite Summit watch on demand" /></picture
       ></a>
     </section>
     <!-- /.event-featured-->

[ignite-website] 03/03: Merge branch 'AddMoreScripts-linearsite21'

Posted by ma...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

mauriciostekl pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ignite-website.git

commit 1f2403279d2e9c9e97a57d0f48f08830bc5d1256
Merge: 7609980 54f6678
Author: Mauricio Stekl <ma...@stekl.org>
AuthorDate: Mon Dec 13 10:56:08 2021 -0300

    Merge branch 'AddMoreScripts-linearsite21'

 .gitignore                                         |     4 +-
 .htaccess                                          |    16 +-
 404.html                                           |   434 +
 _docs/assets/js/anchor.min.js                      |     0
 _docs/assets/js/jquery.swiftype.autocomplete.js    |     0
 _docs/build.sh                                     |     0
 _src/404.pug                                       |    35 +
 _src/_components/base.pug                          |    29 +
 _src/_components/committers.pug                    |   551 +
 _src/_components/counters.html                     |    24 +
 _src/_components/download-binary.pug               |    82 +
 _src/_components/download-docker.pug               |    40 +
 _src/_components/download-select.html              |    23 +
 _src/_components/download-slim.pug                 |    46 +
 _src/_components/download-source.pug               |    82 +
 _src/_components/events/2014.pug                   |    28 +
 _src/_components/events/2015.pug                   |    92 +
 _src/_components/events/2016.pug                   |    77 +
 _src/_components/events/2017.pug                   |   611 +
 _src/_components/events/2018.pug                   |   790 +
 _src/_components/events/2019.pug                   |   293 +
 _src/_components/events/2020.pug                   |   666 +
 _src/_components/events/2021.pug                   |   381 +
 _src/_components/footer.pug                        |    71 +
 _src/_components/header.pug                        |   220 +
 _src/_components/mixins.pug                        |    15 +
 _src/_components/mobmenu.html                      |   118 +
 _src/_components/powered-videos.pug                |   256 +
 _src/_components/variables.pug                     |     1 +
 _src/arch/clustering.pug                           |    66 +
 _src/arch/multi-tier-storage.pug                   |   149 +
 _src/arch/native-persistence.pug                   |   182 +
 _src/community.pug                                 |   511 +
 _src/download.pug                                  |   206 +
 _src/events.pug                                    |   322 +
 _src/faq.pug                                       |   168 +
 _src/features/acid-transactions.pug                |   119 +
 _src/features/compute-apis.pug                     |   198 +
 _src/features/index.pug                            |   204 +
 _src/features/key-value-apis.pug                   |   135 +
 _src/features/machinelearning.pug                  |   119 +
 _src/features/multilanguage.pug                    |    73 +
 _src/features/service-apis.pug                     |   140 +
 _src/features/sql.pug                              |   167 +
 _src/features/streaming.pug                        |   125 +
 _src/features/tooling.pug                          |   194 +
 _src/index.pug                                     |   570 +
 _src/resources.pug                                 |   289 +
 _src/use-cases.pug                                 |   110 +
 _src/use-cases/digital-integration-hub.pug         |   181 +
 _src/use-cases/hadoop-acceleration.pug             |   148 +
 _src/use-cases/high-performance-computing.pug      |   214 +
 _src/use-cases/in-memory-cache.pug                 |   181 +
 _src/use-cases/in-memory-data-grid.pug             |   187 +
 _src/use-cases/in-memory-database.pug              |   191 +
 _src/use-cases/key-value-store.pug                 |   129 +
 _src/use-cases/provenusecases.pug                  |    99 +
 _src/use-cases/spark-acceleration.pug              |   106 +
 add-canonical-metatag.php                          |    84 -
 arch/clustering.html                               |   568 +-
 arch/multi-tier-storage.html                       |   764 +-
 arch/native-persistence.html                       |   720 +-
 assets/js/anchor.min.js                            |     0
 assets/js/jquery.swiftype.autocomplete.js          |     0
 community.html                                     |  1445 +
 community/contribute.html                          |   268 -
 community/resources.html                           |   237 -
 css/acid-transactions.css                          |   222 +
 css/communnity.css                                 |   904 +
 css/compute-apis.css                               |   182 +
 css/database.css                                   |   212 +
 css/datagrid.css                                   |   113 +
 css/deployment-opts.css                            |    71 +
 css/digital-hub.css                                |   268 +
 css/download.css                                   |   433 +
 css/events.css                                     |   964 +
 css/faq.css                                        |   198 +
 css/features.css                                   |   112 +
 css/frontpage.css                                  |   781 +
 css/hadoop.css                                     |   238 +
 css/high-performance-computing.css                 |   275 +
 css/ignite-redesign.css                            |     1 -
 css/in-memory-cache.css                            |   269 +
 css/key-value-api.css                              |   268 +
 css/key-value-store.css                            |    72 +
 css/machinelearning.css                            |   128 +
 css/media.css                                      |   728 +
 css/multi-tier.css                                 |   193 +
 css/multilanguage.css                              |    83 +
 css/native-persistence.css                         |   437 +
 css/prism.css                                      |   232 -
 css/resources.css                                  |   414 +
 css/service.css                                    |   149 +
 css/site.css                                       |  1048 +
 css/spark.css                                      |    89 +
 css/sql.css                                        |   333 +
 css/streaming.css                                  |   221 +
 css/tooling.css                                    |   461 +
 css/usecases.css                                   |   272 +
 css/utils.css                                      |   616 +
 docs-and-apis.html                                 |   169 -
 docs/latest                                        |     0
 download.html                                      |  2232 +-
 events-video.html                                  |   583 +
 events.html                                        | 17581 ++----
 faq.html                                           |   577 +
 favicon.ico                                        |   Bin 1150 -> 0 bytes
 features.html                                      |   150 -
 features/acid-transactions.html                    |   640 +-
 features/collocated-processing.html                |   258 -
 features/compute-apis.html                         |   623 +
 features/datastructures.html                       |   287 -
 features/index.html                                |   558 +
 features/key-value-apis.html                       |   541 +
 features/machinelearning.html                      |   639 +-
 features/management-and-monitoring.html            |   171 -
 features/messaging.html                            |   260 -
 features/multilanguage.html                        |   565 +-
 features/service-apis.html                         |   554 +
 features/servicegrid.html                          |   201 -
 features/sql.html                                  |   718 +-
 features/streaming.html                            |   901 +-
 features/tensorflow.html                           |   122 -
 features/tooling.html                              |   565 +
 fonts/atilla_normal-webfont.eot                    |   Bin 18645 -> 0 bytes
 fonts/atilla_normal-webfont.svg                    |   235 -
 fonts/atilla_normal-webfont.ttf                    |   Bin 37548 -> 0 bytes
 fonts/atilla_normal-webfont.woff                   |   Bin 21996 -> 0 bytes
 fonts/generator_config.txt                         |     5 -
 fonts/glyphicons-halflings-regular.eot             |   Bin 20335 -> 0 bytes
 fonts/glyphicons-halflings-regular.svg             |   229 -
 fonts/glyphicons-halflings-regular.ttf             |   Bin 41280 -> 0 bytes
 fonts/glyphicons-halflings-regular.woff            |   Bin 23320 -> 0 bytes
 fonts/harabara-webfont.eot                         |   Bin 19261 -> 0 bytes
 fonts/harabara-webfont.svg                         |   204 -
 fonts/harabara-webfont.ttf                         |   Bin 38512 -> 0 bytes
 fonts/harabara-webfont.woff                        |   Bin 21444 -> 0 bytes
 fonts/icomoon.eot                                  |   Bin 2740 -> 0 bytes
 fonts/icomoon.svg                                  |    16 -
 fonts/icomoon.ttf                                  |   Bin 2576 -> 0 bytes
 fonts/icomoon.woff                                 |   Bin 2652 -> 0 bytes
 google6a34c6e2aed30744.html                        |     1 -
 gulpfile.js                                        |   228 +-
 howto.md                                           |    50 +
 images/Ignite_tm_Logo_black_RGB.svg                |     1 -
 images/Ignite_tm_Logo_blk_RGB.svg                  |    59 -
 images/Ignite_tm_Logo_white_RGB.svg                |     1 -
 images/Ignite_tm_Logo_wht_RGB.svg                  |    60 -
 .../ignite-diagrams-adobe-illustrator.ai           |  8294 ---
 images/apache-ignite-datadog-dashboard.jpeg        |   Bin 49936 -> 0 bytes
 images/apache_camel.png                            |   Bin 32476 -> 0 bytes
 images/apache_flink.png                            |   Bin 92855 -> 0 bytes
 images/apache_flume.png                            |   Bin 308869 -> 0 bytes
 images/apache_kafka.png                            |   Bin 25198 -> 0 bytes
 images/apache_storm.png                            |   Bin 36598 -> 0 bytes
 images/bg-ignite-summit.svg                        |    13 -
 images/conferences.svg                             |    27 -
 images/dashboardcomp_0.png                         |   Bin 251342 -> 0 bytes
 images/datadog-logo.png                            |   Bin 8413 -> 0 bytes
 images/domain-model.png                            |   Bin 158096 -> 0 bytes
 images/dotnet.png                                  |   Bin 63519 -> 0 bytes
 images/gg-iso-70x80.png                            |   Bin 3812 -> 0 bytes
 images/ggwc-dashboard.png                          |   Bin 100008 -> 0 bytes
 images/ico-csv.png                                 |   Bin 2713 -> 0 bytes
 images/ico-json.png                                |   Bin 2764 -> 0 bytes
 images/ico-pdf.png                                 |   Bin 2444 -> 0 bytes
 images/ico-xls.png                                 |   Bin 3116 -> 0 bytes
 images/ico-xml.png                                 |   Bin 2734 -> 0 bytes
 images/ignite-deploy.png                           |   Bin 117282 -> 0 bytes
 images/ignite-logo-white.svg                       |    65 -
 images/ignite-stream-query.png                     |   Bin 159011 -> 0 bytes
 images/ignite-summit-logo.svg                      |     1 -
 images/ignite_logo_full.svg                        |    84 -
 images/ignite_logo_inv.svg                         |    85 -
 images/ignite_service_grid_v1.png                  |   Bin 114075 -> 0 bytes
 images/logo_ignite_128x128.png                     |   Bin 18667 -> 0 bytes
 images/logo_ignite_250x250.png                     |   Bin 9780 -> 0 bytes
 images/logo_ignite_32_32.png                       |   Bin 4953 -> 0 bytes
 images/logo_ignite_48x48.png                       |   Bin 16572 -> 0 bytes
 images/meetup.svg                                  |    37 -
 images/multilanguage.png                           |   Bin 432541 -> 0 bytes
 images/png-diagrams/acid_transactions.png          |   Bin 230027 -> 0 bytes
 images/png-diagrams/apps_acceleration.png          |   Bin 200615 -> 0 bytes
 images/png-diagrams/client.png                     |   Bin 99006 -> 0 bytes
 images/png-diagrams/data_grid.png                  |   Bin 215161 -> 0 bytes
 images/png-diagrams/database.png                   |   Bin 191785 -> 0 bytes
 images/png-diagrams/digital_hub.png                |   Bin 216616 -> 0 bytes
 images/png-diagrams/distributed_sql.png            |   Bin 188088 -> 0 bytes
 images/png-diagrams/hadoop_acceleration.png        |   Bin 249992 -> 0 bytes
 images/png-diagrams/high_performance_compute.png   |   Bin 214324 -> 0 bytes
 images/png-diagrams/ignite_cluster.png             |   Bin 283675 -> 0 bytes
 images/png-diagrams/ignite_cluster_v2.png          |   Bin 212129 -> 0 bytes
 images/png-diagrams/key_value_store.png            |   Bin 202172 -> 0 bytes
 images/png-diagrams/machine_learning.png           |   Bin 211886 -> 0 bytes
 images/png-diagrams/memory_only_cluster.png        |   Bin 162939 -> 0 bytes
 images/png-diagrams/memory_only_server.png         |   Bin 94458 -> 0 bytes
 images/png-diagrams/native_persistence.png         |   Bin 275749 -> 0 bytes
 images/png-diagrams/server_node.png                |   Bin 115204 -> 0 bytes
 images/png-diagrams/spark_acceleration.png         |   Bin 292587 -> 0 bytes
 images/promos/Ignite-summit-banner-1140px.png      |   Bin 60999 -> 0 bytes
 images/promos/Ignite-summit-banner-375px-alt.png   |   Bin 52725 -> 0 bytes
 images/promos/IgniteSummit-after-sidebanner1.jpg   |   Bin 86733 -> 0 bytes
 images/promos/IgniteSummit-after-sidebanner2.jpg   |   Bin 63891 -> 0 bytes
 images/promos/IgniteSummit-sidebanner1.jpg         |   Bin 9711 -> 0 bytes
 images/promos/IgniteSummit-sidebanner2.jpg         |   Bin 12845 -> 0 bytes
 images/promos/IgniteSummit-sidebanner3.jpg         |   Bin 57121 -> 0 bytes
 images/promos/IgniteSummit-sidebanner4.jpg         |   Bin 56169 -> 0 bytes
 images/promos/ignite-Summit-After-banner-375px.png |   Bin 79943 -> 0 bytes
 images/promos/ignite-Summit-After-banner.png       |   Bin 139529 -> 0 bytes
 .../ignite-Summit-Schedule-banner-horizontal.jpg   |   Bin 290837 -> 0 bytes
 .../ignite-Summit-Schedule-banner-vertical.jpg     |   Bin 98637 -> 0 bytes
 .../ignite-summit-cloud-edition-CfP--vertical.png  |   Bin 33724 -> 0 bytes
 images/promos/ignite-summit-cloud-edition-CfP.png  |   Bin 94964 -> 0 bytes
 images/release.svg                                 |     1 -
 images/rocket_mq.png                               |   Bin 47616 -> 0 bytes
 images/star.png                                    |   Bin 1079 -> 0 bytes
 images/star.svg                                    |     3 -
 images/support-apache-opt.png                      |   Bin 12460 -> 0 bytes
 images/svg-diagrams/acid_transactions.svg          |     1 -
 images/svg-diagrams/apps_acceleration.svg          |     1 -
 images/svg-diagrams/client_node.svg                |     1 -
 images/svg-diagrams/data_grid.svg                  |     1 -
 images/svg-diagrams/database.svg                   |     1 -
 .../digital_hub-withIMDB-version-2.svg             |  2603 -
 images/svg-diagrams/digital_hub-withIMDB.svg       |  1756 -
 images/svg-diagrams/digital_hub.svg                |     1 -
 images/svg-diagrams/distributed_sql.svg            |     1 -
 images/svg-diagrams/hadoop_acceleration.svg        |     1 -
 images/svg-diagrams/high_performance_compute.svg   |     1 -
 .../home--acc-and-data-caching--alt.svg            |     1 -
 images/svg-diagrams/home--acc-and-data-caching.svg |     1 -
 .../home--high-perf-compute-cluster.svg            |     1 -
 .../home--unified-database--vertical.svg           |     1 -
 images/svg-diagrams/home--unified-database.svg     |     1 -
 images/svg-diagrams/ignite_cache_cachestore.svg    |   889 -
 images/svg-diagrams/ignite_cluster.svg             |     1 -
 images/svg-diagrams/ignite_cluster_v2.svg          |     1 -
 images/svg-diagrams/key_value_store.svg            |     1 -
 images/svg-diagrams/machine_learning.svg           |     1 -
 images/svg-diagrams/memory_only_cluster.svg        |     1 -
 images/svg-diagrams/native_persistence.svg         |     1 -
 images/svg-diagrams/server_node.svg                |     1 -
 images/svg-diagrams/server_node_memory_only.svg    |     1 -
 images/svg-diagrams/spark_acceleration.svg         |     1 -
 images/svg-sprites/symbol/svg/sprite.symbol.svg    |     1 -
 images/svg/api-icons/icon-ignite.svg               |     1 -
 images/svg/api-icons/icon-java.svg                 |    25 -
 images/svg/api-icons/icon-python.svg               |     1 -
 images/svg/api-icons/icon-scala.svg                |     1 -
 images/svg/api-icons/icon_cplus.svg                |     1 -
 images/svg/api-icons/icon_net.svg                  |     1 -
 images/svg/api-icons/icon_nodejs.svg               |     1 -
 images/svg/api-icons/icon_php.svg                  |     1 -
 images/svg/bg-flame-banner.svg                     |     1 -
 images/svg/index-icons/ACID.svg                    |     1 -
 images/svg/index-icons/API.svg                     |     1 -
 images/svg/index-icons/Community.svg               |     1 -
 images/svg/index-icons/Company.svg                 |     1 -
 images/svg/index-icons/Database.svg                |     1 -
 images/svg/index-icons/DistriCompute.svg           |     1 -
 images/svg/index-icons/Distributed-IMDataStore.svg |     1 -
 images/svg/index-icons/Docs.svg                    |     1 -
 images/svg/index-icons/Machine-Learning.svg        |     1 -
 images/svg/index-icons/Memory-Centric.svg          |     1 -
 images/svg/index-icons/Multi-Model.svg             |     1 -
 images/svg/index-icons/SVG/Capa 2.svg              |     1 -
 images/svg/index-icons/Streaming-Analytics.svg     |     1 -
 images/svg/index-icons/ico-cont-stream.svg         |     1 -
 images/svg/index-icons/ico-dih.svg                 |     1 -
 images/tensorflow-1.png                            |   Bin 53140 -> 0 bytes
 images/tensorflow.png                              |   Bin 86160 -> 0 bytes
 images/training.svg                                |     1 -
 images/users-logos/Banco_do_Brasil_logo.svg        |    80 -
 images/users-logos/HomeAway_Logo.svg               |  1198 -
 images/users-logos/Microsoft_logo.svg              |     1 -
 images/users-logos/Netflix-Logo.svg                |     1 -
 images/users-logos/New_Bloomberg_Logo.svg          |    32 -
 images/users-logos/PayPal.svg                      |     1 -
 images/users-logos/Yahoo_Japan_Logo.svg            |    54 -
 images/users-logos/apple-logo.svg                  |    22 -
 images/users-logos/dreamworks-logo.jpg             |   Bin 42468 -> 0 bytes
 images/users-logos/dutchrailways-logo.svg          |    60 -
 images/users-logos/resized/120x60/Vrbo.jpg         |   Bin 2795 -> 0 bytes
 images/users-logos/resized/120x60/apple.jpg        |   Bin 1393 -> 0 bytes
 .../users-logos/resized/120x60/banco_do_brasil.jpg |   Bin 2856 -> 0 bytes
 images/users-logos/resized/120x60/bloomberg.jpg    |   Bin 1334 -> 0 bytes
 images/users-logos/resized/120x60/dreamworks.jpg   |   Bin 1962 -> 0 bytes
 .../users-logos/resized/120x60/dutchrailways.jpg   |   Bin 1602 -> 0 bytes
 images/users-logos/resized/120x60/homeaway.jpg     |   Bin 1988 -> 0 bytes
 images/users-logos/resized/120x60/microsoft.jpg    |   Bin 1727 -> 0 bytes
 images/users-logos/resized/120x60/netflix.jpg      |   Bin 2021 -> 0 bytes
 images/users-logos/resized/120x60/paypal.jpg       |   Bin 1855 -> 0 bytes
 images/users-logos/resized/120x60/sber_bank.jpg    |   Bin 1985 -> 0 bytes
 images/users-logos/resized/120x60/teradata.jpg     |   Bin 1459 -> 0 bytes
 images/users-logos/resized/120x60/ups.jpg          |   Bin 1704 -> 0 bytes
 images/users-logos/resized/120x60/yahoo_japan.jpg  |   Bin 2161 -> 0 bytes
 images/users-logos/resized/76x38/Vrbo.jpg          |   Bin 1994 -> 0 bytes
 images/users-logos/resized/76x38/apple.jpg         |   Bin 877 -> 0 bytes
 .../users-logos/resized/76x38/banco_do_brasil.jpg  |   Bin 1498 -> 0 bytes
 images/users-logos/resized/76x38/bloomberg.jpg     |   Bin 809 -> 0 bytes
 images/users-logos/resized/76x38/dreamworks.jpg    |   Bin 999 -> 0 bytes
 images/users-logos/resized/76x38/dutchrailways.jpg |   Bin 1066 -> 0 bytes
 images/users-logos/resized/76x38/homeaway.jpg      |   Bin 1026 -> 0 bytes
 images/users-logos/resized/76x38/microsoft.jpg     |   Bin 1087 -> 0 bytes
 images/users-logos/resized/76x38/netflix.jpg       |   Bin 1279 -> 0 bytes
 images/users-logos/resized/76x38/paypal.jpg        |   Bin 1187 -> 0 bytes
 images/users-logos/resized/76x38/sber_bank.jpg     |   Bin 1144 -> 0 bytes
 images/users-logos/resized/76x38/teradata.jpg      |   Bin 992 -> 0 bytes
 images/users-logos/resized/76x38/ups.jpg           |   Bin 1006 -> 0 bytes
 images/users-logos/resized/76x38/yahoo_japan.jpg   |   Bin 1230 -> 0 bytes
 images/users-logos/resized/apple.jpg               |   Bin 4848 -> 0 bytes
 images/users-logos/resized/banco_do_brasil.jpg     |   Bin 10245 -> 0 bytes
 images/users-logos/resized/bloomberg.jpg           |   Bin 4939 -> 0 bytes
 images/users-logos/resized/dreamworks.jpg          |   Bin 7531 -> 0 bytes
 images/users-logos/resized/dutchrailways.jpg       |   Bin 4808 -> 0 bytes
 images/users-logos/resized/homeaway.jpg            |   Bin 7617 -> 0 bytes
 images/users-logos/resized/microsoft.jpg           |   Bin 5525 -> 0 bytes
 images/users-logos/resized/netflix.jpg             |   Bin 6817 -> 0 bytes
 images/users-logos/resized/paypal.jpg              |   Bin 6867 -> 0 bytes
 images/users-logos/resized/sber_bank.jpg           |   Bin 8223 -> 0 bytes
 images/users-logos/resized/teradata.jpg            |   Bin 5383 -> 0 bytes
 images/users-logos/resized/ups.jpg                 |   Bin 6371 -> 0 bytes
 images/users-logos/resized/yahoo_japan.jpg         |   Bin 8157 -> 0 bytes
 images/users-logos/sber-bank-logo.png              |   Bin 18850 -> 0 bytes
 images/users-logos/sberbank-logo.svg               |    36 -
 images/users-logos/teradata.jpg                    |   Bin 7875 -> 0 bytes
 images/users-logos/ups.png                         |   Bin 16078 -> 0 bytes
 images/users-logos/ups.svg                         |     1 -
 images/video-screen-2.jpg                          |   Bin 66826 -> 0 bytes
 images/visor-command-line.png                      |   Bin 160705 -> 0 bytes
 images/wallpapers/2020/Ignite2020-clean.jpg        |   Bin 745485 -> 0 bytes
 images/wallpapers/2020/Ignite2020-iso-num.jpg      |   Bin 723516 -> 0 bytes
 images/wallpapers/2020/Ignite2020-iso-text-num.jpg |   Bin 725525 -> 0 bytes
 images/wallpapers/2020/Ignite2020-iso.jpg          |   Bin 727545 -> 0 bytes
 images/wallpapers/2020/Ignite2020-logo-burn.jpg    |   Bin 812881 -> 0 bytes
 images/wallpapers/2020/Ignite2020-logo-metal.jpg   |   Bin 772361 -> 0 bytes
 images/wallpapers/2020/Ignite2020-logo.jpg         |   Bin 756702 -> 0 bytes
 .../2020/mobile/Ignite-2020-Mobile-1.jpg           |   Bin 772354 -> 0 bytes
 .../2020/mobile/Ignite-2020-Mobile-2.jpg           |   Bin 776369 -> 0 bytes
 .../2020/mobile/Ignite-2020-Mobile-3.jpg           |   Bin 778391 -> 0 bytes
 .../2020/mobile/Ignite-2020-Mobile-4.jpg           |   Bin 745089 -> 0 bytes
 .../2020/mobile/Ignite-2020-Mobile-5.jpg           |   Bin 723241 -> 0 bytes
 .../2020/mobile/Ignite-2020-Mobile-6.jpg           |   Bin 720896 -> 0 bytes
 .../2021/desktop/wallpaper_big_black.jpg           |   Bin 1869803 -> 0 bytes
 .../2021/desktop/wallpaper_big_black_fire.jpg      |   Bin 1900396 -> 0 bytes
 .../2021/desktop/wallpaper_big_white.jpg           |   Bin 6799619 -> 0 bytes
 .../2021/desktop/wallpaper_big_white_fire.jpg      |   Bin 6673908 -> 0 bytes
 .../2021/phone/1080_1920_phone_black.jpg           |   Bin 496650 -> 0 bytes
 .../2021/phone/1080_1920_phone_black_fire.jpg      |   Bin 583115 -> 0 bytes
 .../2021/phone/1080_1920_phone_white.jpg           |   Bin 972790 -> 0 bytes
 .../2021/phone/1080_1920_phone_white_fire.jpg      |   Bin 913763 -> 0 bytes
 .../zoom/1280x720_logo_wallpaper_zoom_black.jpg    |   Bin 234408 -> 0 bytes
 .../zoom/1280x720_logo_wallpaper_zoom_white.jpg    |   Bin 630537 -> 0 bytes
 .../2021/zoom/1280x720_wallpaper_zoom_black.jpg    |   Bin 121598 -> 0 bytes
 .../2021/zoom/1280x720_wallpaper_zoom_white.jpg    |   Bin 631234 -> 0 bytes
 images/web_sessions.png                            |   Bin 71538 -> 0 bytes
 images/webconsole-sql.png                          |   Bin 257884 -> 0 bytes
 images/webinars.svg                                |    26 -
 images/zabbix-iso.png                              |   Bin 1595 -> 0 bytes
 images/zabbix-screenshot--lg.jpg                   |   Bin 413009 -> 0 bytes
 images/zabbix-screenshot--sm.jpg                   |   Bin 55228 -> 0 bytes
 img/404.svg                                        |    15 +
 img/avatar.png                                     |   Bin 0 -> 634 bytes
 img/community/b1-photo.svg                         |     1 +
 img/community/b1-prize.svg                         |     1 +
 img/community/b11-stat-1.png                       |   Bin 0 -> 11123 bytes
 img/community/b11-stat-2.png                       |   Bin 0 -> 17261 bytes
 img/community/b11-stat1.jpg                        |   Bin 0 -> 9064 bytes
 img/community/b11-stat2.jpg                        |   Bin 0 -> 8869 bytes
 img/community/b12-code.svg                         |     1 +
 img/community/b12-icon-quest.svg                   |     1 +
 img/community/b12-lines.svg                        |     1 +
 img/community/b13-bg-roundes.svg                   |     1 +
 img/community/b13-bg-squares.svg                   |     1 +
 img/community/b13-bottom.png                       |   Bin 0 -> 66249 bytes
 img/community/b13-lines.svg                        |     1 +
 img/community/b15-askimg.svg                       |     1 +
 img/community/b16-icon-comments.svg                |     1 +
 img/community/b16-icon-quest.svg                   |     1 +
 img/community/b16-icon-reports.svg                 |     1 +
 img/community/b2-cos.jpg                           |   Bin 0 -> 30994 bytes
 img/community/b3-quote.svg                         |     1 +
 img/community/b3-rocket1.svg                       |     1 +
 img/community/b3-rocket2.svg                       |     1 +
 img/community/b3-rocket3.svg                       |     1 +
 img/community/b3-rocket4.svg                       |     1 +
 img/community/b3-rocket5.svg                       |     1 +
 img/community/b4-img.svg                           |     1 +
 img/community/b5-img.png                           |   Bin 0 -> 62831 bytes
 img/community/b7-chair-star.svg                    |     1 +
 img/community/b8-img.svg                           |     1 +
 img/community/b9-icon-code.svg                     |     1 +
 img/community/b9-icon-paper.svg                    |     1 +
 img/community/b9-wave.svg                          |     1 +
 img/downloads/hero.svg                             |     1 +
 img/downloads/icon-download.svg                    |     1 +
 img/downloads/icon-shevron.svg                     |     1 +
 img/events/b1-mainpic.svg                          |     1 +
 img/events/b2-summit.svg                           |     1 +
 img/events/b3-online-bg.svg                        |     1 +
 img/events/b3-speaker-bg.svg                       |     1 +
 img/events/b4-world.svg                            |     1 +
 img/events/b5-bg.svg                               |     1 +
 img/events/banner-bott-1.jpg                       |   Bin 0 -> 126752 bytes
 img/events/banner-bott-2.jpg                       |   Bin 0 -> 88480 bytes
 img/events/content/event1.png                      |   Bin 0 -> 2981 bytes
 img/events/content/event2.png                      |   Bin 0 -> 1462 bytes
 img/events/content/event3.png                      |   Bin 0 -> 1697 bytes
 img/events/content/highload.png                    |   Bin 0 -> 893 bytes
 img/events/content/hl++.svg                        |     1 +
 img/events/content/meetup.png                      |   Bin 0 -> 1065 bytes
 img/events/content/meetup.svg                      |     1 +
 img/events/content/merge.png                       |   Bin 0 -> 6326 bytes
 img/events/content/merge.svg                       |     1 +
 img/events/content/summit.png                      |   Bin 0 -> 5729 bytes
 img/events/content/summit.svg                      |     1 +
 img/events/event-banner-vert.jpg                   |   Bin 0 -> 24726 bytes
 img/events/event-banner.jpg                        |   Bin 0 -> 73594 bytes
 img/events/flag-ru.svg                             |     1 +
 img/events/flag-uk.svg                             |     1 +
 img/events/icon-arrow.svg                          |     1 +
 img/events/icon-camera.svg                         |     1 +
 img/events/icon-loc.svg                            |     1 +
 img/events/icon-mic.svg                            |     1 +
 img/events/icon-pero.png                           |   Bin 0 -> 2319 bytes
 img/events/icon-pero.svg                           |     1 +
 img/events/icon-play.svg                           |     1 +
 img/events/icon-plus.svg                           |     1 +
 img/events/logo-meetup.svg                         |    47 +
 img/faq/hero.svg                                   |     1 +
 img/faq/icon-faq1.svg                              |     1 +
 img/faq/icon-faq2.svg                              |     1 +
 img/faq/icon-faq3.svg                              |     1 +
 img/favicon.png                                    |   Bin 0 -> 1324 bytes
 img/features/01-multi-tier-storage.svg             |     1 +
 img/features/02-native-persistence.svg             |     1 +
 img/features/03-distributed-SQL.svg                |     1 +
 img/features/04-ACID-transactions.svg              |     1 +
 img/features/05-key-value-APIs.svg                 |     1 +
 img/features/06-compute-APIs.svg                   |     1 +
 img/features/07-machine-learning.svg               |     1 +
 img/features/08-services.svg                       |     1 +
 img/features/09-streaming.svg                      |     1 +
 img/features/10-continuous-queries.svg             |     1 +
 img/features/11-messaging.svg                      |     1 +
 img/features/acid/acid-func.svg                    |   216 +
 img/features/acid/hero.svg                         |     1 +
 img/features/acid/icon-cross.svg                   |     1 +
 img/features/compute-apis/code.png                 |   Bin 0 -> 41395 bytes
 img/features/compute-apis/compute-hero.svg         |     1 +
 img/features/compute-apis/icon-one.svg             |     1 +
 img/features/compute-apis/icon-two.svg             |     1 +
 img/features/deployment/deploy-pic.svg             |     1 +
 img/features/deployment/hero.svg                   |     1 +
 img/features/hero-bg.svg                           |     1 +
 img/features/icon-check-err.svg                    |     1 +
 img/features/icon-check-ok.svg                     |     1 +
 img/features/in-memory/01-ACID-Transactions.svg    |     1 +
 img/features/in-memory/02-sql.svg                  |     1 +
 img/features/in-memory/03-user.svg                 |     1 +
 .../in-memory/cache-aside-deployment-mob.svg       |     1 +
 img/features/in-memory/cache-aside-deployment.svg  |     1 +
 img/features/in-memory/icon-attention.svg          |     1 +
 img/features/in-memory/icon-check.svg              |     1 +
 .../in-memory/write-through-caching-mob.svg        |     1 +
 img/features/in-memory/write-through-caching.svg   |    26 +
 img/features/key-value/hero.svg                    |     1 +
 img/features/key-value/icon-library.svg            |     1 +
 img/features/key-value/key-value-api-2.svg         |     1 +
 img/features/key-value/key-value-api-3.svg         |    65 +
 img/features/key-value/key-value-api-4.svg         |   194 +
 img/features/key-value/key-value-api-pic.svg       |     1 +
 img/features/machinelearning/image.svg             |     1 +
 img/features/machinelearning/machine.svg           |     1 +
 img/features/more-learn-book.png                   |   Bin 0 -> 35245 bytes
 img/features/more-learn-book.svg                   |     1 +
 img/features/more-learn-planet.png                 |   Bin 0 -> 23537 bytes
 img/features/more-learn-planet.svg                 |     1 +
 img/features/multilanguage/four.png                |   Bin 0 -> 4638 bytes
 img/features/multilanguage/four.svg                |     1 +
 img/features/multilanguage/multi.svg               |     1 +
 img/features/multilanguage/one.svg                 |     1 +
 img/features/multilanguage/three.png               |   Bin 0 -> 4733 bytes
 img/features/multilanguage/three.svg               |     1 +
 img/features/multilanguage/two.svg                 |     1 +
 img/features/multitier/01-bd.svg                   |     1 +
 img/features/multitier/02-bglines.svg              |     1 +
 img/features/multitier/03-bd.svg                   |     1 +
 img/features/multitier/03-bglines.svg              |     1 +
 img/features/multitier/04-bd.svg                   |     1 +
 img/features/multitier/04-bglines.svg              |     1 +
 img/features/multitier/icon-play.svg               |     1 +
 img/features/multitier/logo-apache-summit.svg      |     1 +
 img/features/multitier/logo-apache-wh.svg          |     1 +
 img/features/multitier/logo-raif.svg               |     1 +
 img/features/multitier/video-1.png                 |   Bin 0 -> 13618 bytes
 img/features/multitier/video-2.png                 |   Bin 0 -> 8612 bytes
 img/features/multitier/video-3.png                 |   Bin 0 -> 10354 bytes
 img/features/native-docs.svg                       |     1 +
 img/features/native-header.svg                     |     1 +
 img/features/native-rocket.svg                     |     1 +
 img/features/native-stepspic.svg                   |    40 +
 img/features/service/one-image.svg                 |     1 +
 img/features/service/service-hero.svg              |     1 +
 img/features/service/two-image.svg                 |     1 +
 img/features/smile-doesnt-have.svg                 |     7 +
 img/features/smile-done.svg                        |     6 +
 img/features/sql/hero-image.svg                    |     1 +
 img/features/sql/image.svg                         |    52 +
 img/features/sql/plus.svg                          |     1 +
 img/features/streaming/five.svg                    |     1 +
 img/features/streaming/four.svg                    |     1 +
 img/features/streaming/hero-image.svg              |     1 +
 img/features/streaming/one.png                     |   Bin 0 -> 2258 bytes
 img/features/streaming/six.svg                     |     1 +
 img/features/streaming/speed.png                   |   Bin 0 -> 8994 bytes
 img/features/streaming/sql.svg                     |     1 +
 img/features/streaming/three.png                   |   Bin 0 -> 2193 bytes
 img/features/streaming/two.svg                     |     1 +
 img/features/tooling/action-rocket.svg             |     1 +
 img/features/tooling/data-dog.jpg                  |   Bin 0 -> 62689 bytes
 img/features/tooling/grid-gain.png                 |   Bin 0 -> 80003 bytes
 img/features/tooling/herobg.svg                    |     1 +
 img/features/tooling/icon-apache.svg               |     1 +
 img/features/tooling/icon-datadog.svg              |     1 +
 img/features/tooling/icon-gridgain.svg             |     1 +
 img/features/tooling/icon-zabbix.svg               |     1 +
 img/features/tooling/placeholder.png               |   Bin 0 -> 941 bytes
 img/features/tooling/visor-command-line.png        |   Bin 0 -> 56873 bytes
 img/features/tooling/zabbix.png                    |   Bin 0 -> 79677 bytes
 img/frontpage/b1-planet.svg                        |     1 +
 img/frontpage/b1-prize1.svg                        |     1 +
 img/frontpage/background.jpg                       |   Bin 0 -> 18114 bytes
 img/frontpage/blue-grad.jpg                        |   Bin 0 -> 18114 bytes
 img/frontpage/events/001.svg                       |     1 +
 img/frontpage/events/002.svg                       |     1 +
 img/frontpage/events/003.svg                       |     1 +
 img/frontpage/events/icon-cal.svg                  |     1 +
 img/frontpage/hero-white.svg                       |   102 +
 img/frontpage/hero.svg                             |     1 +
 img/frontpage/icon-done.svg                        |     1 +
 img/frontpage/icon-slider-arrow.svg                |     1 +
 img/frontpage/res-book.svg                         |     1 +
 img/frontpage/res-docs.svg                         |     1 +
 img/frontpage/res-vebinar.svg                      |     1 +
 img/frontpage/res-videos.svg                       |     1 +
 img/frontpage/res-wiki.svg                         |     1 +
 img/frontpage/video1.png                           |   Bin 0 -> 17539 bytes
 img/frontpage/video2.png                           |   Bin 0 -> 15974 bytes
 img/frontpage/video3.png                           |   Bin 0 -> 25641 bytes
 img/icon-arrow-white.svg                           |     1 +
 img/icon-email+.svg                                |     1 +
 img/icon-email-.svg                                |     1 +
 img/icon-folder.svg                                |     1 +
 img/icon-github.svg                                |     1 +
 img/icon-linkedin.svg                              |     1 +
 img/icon-meetup-black.png                          |   Bin 0 -> 1906 bytes
 img/icon-pero.svg                                  |     1 +
 img/icon-stackoverflow.svg                         |     1 +
 img/icon-twitter.svg                               |     1 +
 img/icon-video.svg                                 |     1 +
 img/loader.svg                                     |     1 +
 img/logo-white.svg                                 |     1 +
 img/logo.svg                                       |     1 +
 img/menu.svg                                       |     1 +
 img/menu/icon-arrow.svg                            |     1 +
 img/menu/icon-calendar.svg                         |     1 +
 img/menu/icon-clip.svg                             |     1 +
 img/menu/icon-comment.svg                          |     1 +
 img/menu/icon-cube.svg                             |     1 +
 img/menu/icon-db.svg                               |     1 +
 img/menu/icon-folder.svg                           |     1 +
 img/menu/icon-puzzle.svg                           |     1 +
 img/menu/icon-question.svg                         |     1 +
 img/menu/icon-red-rocket.svg                       |     1 +
 img/menu/icon-resources.svg                        |     1 +
 img/og-pic.png                                     |   Bin 0 -> 17658 bytes
 img/poweredby/banner-bg.png                        |   Bin 0 -> 9750 bytes
 img/poweredby/banner-bg.svg                        |     1 +
 img/poweredby/logos/apple.png                      |   Bin 0 -> 8075 bytes
 img/poweredby/logos/banco-do-brasil.svg            |     1 +
 img/poweredby/logos/bloomberg.svg                  |     1 +
 img/poweredby/logos/dreamworks.png                 |   Bin 0 -> 10409 bytes
 img/poweredby/logos/microsoft.svg                  |     1 +
 img/poweredby/logos/netflix.svg                    |     1 +
 img/poweredby/logos/paypal.svg                     |    55 +
 img/poweredby/logos/sber.png                       |   Bin 0 -> 11617 bytes
 img/poweredby/logos/sberbank.svg                   |     1 +
 img/poweredby/logos/yahoo.svg                      |     1 +
 img/poweredby/videos/001.png                       |   Bin 0 -> 27571 bytes
 img/poweredby/videos/001.svg                       |     1 +
 img/poweredby/videos/002.png                       |   Bin 0 -> 23081 bytes
 img/poweredby/videos/002.svg                       |     1 +
 img/poweredby/videos/003.png                       |   Bin 0 -> 25395 bytes
 img/poweredby/videos/003.svg                       |     1 +
 img/poweredby/videos/004.png                       |   Bin 0 -> 18885 bytes
 img/poweredby/videos/004.svg                       |     1 +
 img/poweredby/videos/005.png                       |   Bin 0 -> 41219 bytes
 img/poweredby/videos/005.svg                       |     1 +
 img/poweredby/videos/006.png                       |   Bin 0 -> 5912 bytes
 img/poweredby/videos/006.svg                       |     1 +
 img/poweredby/videos/007.png                       |   Bin 0 -> 29205 bytes
 img/poweredby/videos/007.svg                       |     1 +
 img/poweredby/videos/008.png                       |   Bin 0 -> 24176 bytes
 img/poweredby/videos/008.svg                       |     1 +
 img/poweredby/videos/009.png                       |   Bin 0 -> 13270 bytes
 img/poweredby/videos/009.svg                       |     1 +
 img/poweredby/videos/010.png                       |   Bin 0 -> 10440 bytes
 img/poweredby/videos/010.svg                       |     1 +
 img/poweredby/videos/011.png                       |   Bin 0 -> 7049 bytes
 img/poweredby/videos/011.svg                       |     1 +
 img/poweredby/videos/012.png                       |   Bin 0 -> 27141 bytes
 img/poweredby/videos/012.svg                       |     1 +
 img/poweredby/videos/013.png                       |   Bin 0 -> 83657 bytes
 img/poweredby/videos/013.svg                       |     1 +
 img/poweredby/videos/014.png                       |   Bin 0 -> 50565 bytes
 img/poweredby/videos/014.svg                       |     1 +
 img/poweredby/videos/015.png                       |   Bin 0 -> 7025 bytes
 img/poweredby/videos/015.svg                       |     1 +
 img/poweredby/videos/016.png                       |   Bin 0 -> 27184 bytes
 img/poweredby/videos/016.svg                       |     1 +
 img/poweredby/videos/017.png                       |   Bin 0 -> 10962 bytes
 img/poweredby/videos/017.svg                       |     1 +
 img/poweredby/videos/018.png                       |   Bin 0 -> 13689 bytes
 img/poweredby/videos/018.svg                       |     1 +
 img/poweredby/videos/019.png                       |   Bin 0 -> 25960 bytes
 img/poweredby/videos/019.svg                       |     1 +
 img/poweredby/videos/020.png                       |   Bin 0 -> 22909 bytes
 img/poweredby/videos/020.svg                       |     1 +
 img/poweredby/videos/021.png                       |   Bin 0 -> 16502 bytes
 img/poweredby/videos/021.svg                       |     1 +
 img/poweredby/videos/022.png                       |   Bin 0 -> 29731 bytes
 img/poweredby/videos/022.svg                       |     1 +
 img/poweredby/videos/023.png                       |   Bin 0 -> 40277 bytes
 img/poweredby/videos/023.svg                       |     1 +
 img/poweredby/videos/024.png                       |   Bin 0 -> 28386 bytes
 img/poweredby/videos/024.svg                       |     1 +
 img/poweredby/videos/025.png                       |   Bin 0 -> 10365 bytes
 img/resourses/block-book.svg                       |     1 +
 img/resourses/block-email.svg                      |     1 +
 img/resourses/block-video.svg                      |     1 +
 img/resourses/book-cover.jpg                       |   Bin 0 -> 155089 bytes
 img/resourses/hero.svg                             |     1 +
 img/resourses/icon-training.svg                    |     1 +
 img/resourses/icon-youtube.svg                     |     1 +
 img/resourses/res2-book.svg                        |     1 +
 img/resourses/res2-book2.svg                       |     1 +
 img/resourses/training1.svg                        |     1 +
 img/resourses/training2.svg                        |     1 +
 img/resourses/training3.svg                        |     1 +
 img/resourses/video.png                            |   Bin 0 -> 22596 bytes
 img/usecases/arrow.svg                             |     1 +
 img/usecases/database/hero-image.svg               |     1 +
 img/usecases/database/image.svg                    |     1 +
 img/usecases/database/one-video.png                |   Bin 0 -> 9661 bytes
 img/usecases/database/one.svg                      |     1 +
 img/usecases/database/three.svg                    |     1 +
 img/usecases/database/two-video.png                |   Bin 0 -> 3767 bytes
 img/usecases/database/two.svg                      |     1 +
 img/usecases/datagrid/hero-image.svg               |     1 +
 img/usecases/datagrid/image.svg                    |     1 +
 img/usecases/datagrid/two-video.png                |   Bin 0 -> 2565 bytes
 img/usecases/digital-hub/hero-image.svg            |     1 +
 img/usecases/digital-hub/image.svg                 |     1 +
 img/usecases/digital-hub/one-video.png             |   Bin 0 -> 12721 bytes
 img/usecases/digital-hub/three-video.png           |   Bin 0 -> 15567 bytes
 img/usecases/digital-hub/two-video.png             |   Bin 0 -> 21260 bytes
 img/usecases/ellipses.svg                          |     1 +
 img/usecases/hadoop/blue.svg                       |     1 +
 img/usecases/hadoop/hero-image.svg                 |     1 +
 img/usecases/hadoop/image.svg                      |     1 +
 img/usecases/head-bg.svg                           |     1 +
 img/usecases/high-peformance/arrow-circle.svg      |     1 +
 img/usecases/high-peformance/hero.svg              |     1 +
 img/usecases/high-peformance/icon-perf1.svg        |     1 +
 img/usecases/high-peformance/icon-perf2.svg        |     1 +
 img/usecases/high-peformance/icon-perf3.svg        |     1 +
 img/usecases/high-peformance/icon-perf4.svg        |     1 +
 img/usecases/high-peformance/icon-perf5.svg        |     1 +
 img/usecases/high-peformance/perf-pic.svg          |    48 +
 img/usecases/high-peformance/video-1.png           |   Bin 0 -> 20699 bytes
 img/usecases/high-peformance/video-2.png           |   Bin 0 -> 8273 bytes
 img/usecases/high-peformance/video-3.png           |   Bin 0 -> 20857 bytes
 img/usecases/high-peformance/video-4.png           |   Bin 0 -> 21387 bytes
 img/usecases/high-peformance/video-5.png           |   Bin 0 -> 8918 bytes
 img/usecases/high-peformance/video-6.png           |   Bin 0 -> 6419 bytes
 img/usecases/in-memory-hero.svg                    |     1 +
 img/usecases/key-value/hero-image.svg              |     1 +
 img/usecases/key-value/image.svg                   |     1 +
 img/usecases/spark/hero-image.svg                  |     1 +
 img/usecases/spark/image.svg                       |   169 +
 in-memory-computing.html                           |   128 -
 includes/footer.html                               |    49 -
 includes/header.html                               |   252 -
 includes/igniteimage.html                          |    11 -
 includes/scripts.html                              |    37 -
 includes/scriptshead.html                          |    48 -
 includes/styles.html                               |     1 -
 index.html                                         |  1847 +-
 jcache/1.0.0/javadoc/META-INF/MANIFEST.MF          |    12 +-
 js/bootstrap.min.js                                |     7 -
 js/bootstrap.min.js.map                            |     1 -
 js/headroom.min.js                                 |    52 -
 js/jquery-1.11.1.min.js                            |     2 -
 js/jquery.bootstrap-dropdown-hover.min.js          |    10 -
 js/jquery.main.js                                  |   268 -
 js/jspdf.plugin.autotable.js                       |    10 -
 js/lazysizes.min.js                                |     2 -
 js/main.js                                         |   553 +
 js/particles.min.js                                |     9 -
 js/prism.js                                        |    16 -
 js/tableExport.min.js                              |    32 -
 js/vendor/choices/base.min.css                     |     1 +
 js/vendor/choices/choices.min.css                  |     1 +
 js/vendor/choices/choices.min.js                   |    11 +
 js/vendor/glightbox/glightbox.min.css              |     1 +
 js/vendor/glightbox/glightbox.min.js               |     1 +
 js/vendor/highlight/bash.min.js                    |    20 +
 js/vendor/highlight/csharp.min.js                  |    45 +
 js/vendor/highlight/default.min.css                |     9 +
 js/vendor/highlight/highlight.min.js               |   748 +
 js/vendor/highlight/java.min.js                    |    33 +
 js/vendor/highlight/monokai-sublime.css            |    80 +
 js/vendor/highlight/night-owl.css                  |   180 +
 js/vendor/highlight/xml.min.js                     |    31 +
 js/vendor/hystmodal/hystmodal.min.css              |     1 +
 js/vendor/hystmodal/hystmodal.min.js               |     1 +
 js/vendor/imask.min.js                             |     1 +
 js/vendor/smoothscroll.js                          |   429 +
 js/vendor/swiper/swiper-bundle.min.css             |    13 +
 js/vendor/swiper/swiper-bundle.min.js              |    14 +
 .../vanillajs-datepicker/datepicker-full.min.js    |     1 +
 js/vendor/vanillajs-datepicker/datepicker.min.css  |     1 +
 js/vendor/vanillajs-datepicker/ru.js               |    18 +
 js/vendor/waypoints.min.js                         |     7 +
 latest                                             |     1 -
 lib/ApiDocumentation.php                           |   103 -
 lib/ApiDocumentationHtmlFile.php                   |   163 -
 meetup-groups.html                                 |   173 -
 package-lock.json                                  | 16770 +++--
 package.json                                       |    30 +-
 ...he.Ignite.AspNet.IgniteOutputCacheProvider.html |   762 +-
 ...ite.AspNet.IgniteSessionStateStoreProvider.html |  1458 +-
 .../api/Apache.Ignite.AspNet.IgniteWebUtils.html   |   412 +-
 .../2.10.0/dotnetdoc/api/Apache.Ignite.AspNet.html |   308 +-
 ...e.Ignite.Core.Binary.BinaryBasicNameMapper.html |   684 +-
 ...che.Ignite.Core.Binary.BinaryConfiguration.html |  1036 +-
 ...e.Ignite.Core.Binary.BinaryObjectException.html |   646 +-
 ...ite.Core.Binary.BinaryReflectiveSerializer.html |   598 +-
 ...Ignite.Core.Binary.BinaryTypeConfiguration.html |   906 +-
 .../Apache.Ignite.Core.Binary.BinaryTypeNames.html |  1774 +-
 .../Apache.Ignite.Core.Binary.IBinarizable.html    |   468 +-
 .../api/Apache.Ignite.Core.Binary.IBinary.html     |  1474 +-
 .../Apache.Ignite.Core.Binary.IBinaryIdMapper.html |   478 +-
 ...pache.Ignite.Core.Binary.IBinaryNameMapper.html |   468 +-
 .../Apache.Ignite.Core.Binary.IBinaryObject.html   |   762 +-
 ...he.Ignite.Core.Binary.IBinaryObjectBuilder.html |  3494 +-
 ...Apache.Ignite.Core.Binary.IBinaryRawReader.html |  1978 +-
 ...Apache.Ignite.Core.Binary.IBinaryRawWriter.html |  1928 +-
 .../Apache.Ignite.Core.Binary.IBinaryReader.html   |  3064 +-
 ...pache.Ignite.Core.Binary.IBinarySerializer.html |   428 +-
 .../api/Apache.Ignite.Core.Binary.IBinaryType.html |   668 +-
 .../Apache.Ignite.Core.Binary.IBinaryWriter.html   |  2274 +-
 ...che.Ignite.Core.Binary.ITimestampConverter.html |   468 +-
 ...ache.Ignite.Core.Binary.TimestampAttribute.html |   614 +-
 .../dotnetdoc/api/Apache.Ignite.Core.Binary.html   |   380 +-
 ...e.Core.Cache.Affinity.AffinityFunctionBase.html |   738 +-
 ...ore.Cache.Affinity.AffinityFunctionContext.html |   634 +-
 ...che.Ignite.Core.Cache.Affinity.AffinityKey.html |  1056 +-
 ....Cache.Affinity.AffinityKeyMappedAttribute.html |   698 +-
 ...ore.Cache.Affinity.AffinityTopologyVersion.html |  1404 +-
 ....Core.Cache.Affinity.IAffinityBackupFilter.html |   304 +-
 ...nite.Core.Cache.Affinity.IAffinityFunction.html |   568 +-
 ...s.ClusterNodeAttributeAffinityBackupFilter.html |   428 +-
 ...nity.Rendezvous.RendezvousAffinityFunction.html |   466 +-
 ...ache.Ignite.Core.Cache.Affinity.Rendezvous.html |   304 +-
 .../api/Apache.Ignite.Core.Cache.Affinity.html     |   332 +-
 ...te.Core.Cache.CacheEntryProcessorException.html |   696 +-
 .../Apache.Ignite.Core.Cache.CacheException.html   |   650 +-
 ...ite.Core.Cache.CachePartialUpdateException.html |   846 +-
 .../Apache.Ignite.Core.Cache.CachePeekMode.html    |   384 +-
 .../Apache.Ignite.Core.Cache.CacheResult-1.html    |   932 +-
 ...ore.Cache.Configuration.CacheAtomicityMode.html |   352 +-
 ...ore.Cache.Configuration.CacheConfiguration.html |  4676 +-
 ....Cache.Configuration.CacheKeyConfiguration.html |   528 +-
 ....Ignite.Core.Cache.Configuration.CacheMode.html |   352 +-
 ...ore.Cache.Configuration.CacheRebalanceMode.html |   352 +-
 ...onfiguration.CacheWriteSynchronizationMode.html |   352 +-
 ...e.Cache.Configuration.DataPageEvictionMode.html |   352 +-
 ...re.Cache.Configuration.MemoryConfiguration.html |   892 +-
 ...he.Configuration.MemoryPolicyConfiguration.html |  1114 +-
 ...Cache.Configuration.NearCacheConfiguration.html |   526 +-
 ...re.Cache.Configuration.PartitionLossPolicy.html |   368 +-
 ...e.Configuration.PlatformCacheConfiguration.html |   524 +-
 ...Ignite.Core.Cache.Configuration.QueryAlias.html |   538 +-
 ...gnite.Core.Cache.Configuration.QueryEntity.html |   956 +-
 ...Ignite.Core.Cache.Configuration.QueryField.html |   874 +-
 ...Ignite.Core.Cache.Configuration.QueryIndex.html |   848 +-
 ...e.Core.Cache.Configuration.QueryIndexField.html |   588 +-
 ...te.Core.Cache.Configuration.QueryIndexType.html |   352 +-
 ...Cache.Configuration.QuerySqlFieldAttribute.html |  1052 +-
 ...ache.Configuration.QueryTextFieldAttribute.html |   664 +-
 .../Apache.Ignite.Core.Cache.Configuration.html    |   380 +-
 ...gnite.Core.Cache.Event.CacheEntryEventType.html |   360 +-
 ...Ignite.Core.Cache.Event.ICacheEntryEvent-2.html |   548 +-
 ....Core.Cache.Event.ICacheEntryEventFilter-2.html |   426 +-
 ...ore.Cache.Event.ICacheEntryEventListener-2.html |   396 +-
 .../api/Apache.Ignite.Core.Cache.Event.html        |   316 +-
 ...ite.Core.Cache.Eviction.EvictionPolicyBase.html |   660 +-
 ...ite.Core.Cache.Eviction.FifoEvictionPolicy.html |   416 +-
 ...Ignite.Core.Cache.Eviction.IEvictionPolicy.html |   304 +-
 ...nite.Core.Cache.Eviction.LruEvictionPolicy.html |   416 +-
 .../api/Apache.Ignite.Core.Cache.Eviction.html     |   316 +-
 ...ache.Ignite.Core.Cache.Expiry.ExpiryPolicy.html |   594 +-
 ...che.Ignite.Core.Cache.Expiry.IExpiryPolicy.html |   446 +-
 .../api/Apache.Ignite.Core.Cache.Expiry.html       |   308 +-
 .../api/Apache.Ignite.Core.Cache.ICache-2.html     |  8036 +--
 .../Apache.Ignite.Core.Cache.ICacheAffinity.html   |  1756 +-
 .../Apache.Ignite.Core.Cache.ICacheEntry-2.html    |   438 +-
 ...ache.Ignite.Core.Cache.ICacheEntryFilter-2.html |   426 +-
 ...e.Ignite.Core.Cache.ICacheEntryProcessor-4.html |   452 +-
 ...te.Core.Cache.ICacheEntryProcessorResult-2.html |   438 +-
 .../api/Apache.Ignite.Core.Cache.ICacheLock.html   |   478 +-
 .../Apache.Ignite.Core.Cache.ICacheMetrics.html    |  4310 +-
 .../Apache.Ignite.Core.Cache.IMemoryMetrics.html   |   584 +-
 ...che.Ignite.Core.Cache.IMutableCacheEntry-2.html |   476 +-
 .../Apache.Ignite.Core.Cache.IQueryMetrics.html    |   538 +-
 ...e.Cache.Query.Continuous.ContinuousQuery-2.html |   990 +-
 ...ore.Cache.Query.Continuous.ContinuousQuery.html |   520 +-
 ...Query.Continuous.ContinuousQueryExtensions.html |   484 +-
 ....Query.Continuous.IContinuousQueryHandle-1.html |   396 +-
 ...he.Query.Continuous.IContinuousQueryHandle.html |   316 +-
 ...ry.Continuous.IContinuousQueryHandleFields.html |   366 +-
 .../Apache.Ignite.Core.Cache.Query.Continuous.html |   324 +-
 ...Ignite.Core.Cache.Query.IFieldsQueryCursor.html |   424 +-
 ...che.Ignite.Core.Cache.Query.IQueryCursor-1.html |   402 +-
 ....Ignite.Core.Cache.Query.IQueryCursorField.html |   446 +-
 .../Apache.Ignite.Core.Cache.Query.QueryBase.html  |   532 +-
 ...Apache.Ignite.Core.Cache.Query.ScanQuery-2.html |   570 +-
 ...che.Ignite.Core.Cache.Query.SqlFieldsQuery.html |  1238 +-
 .../Apache.Ignite.Core.Cache.Query.SqlQuery.html   |  1014 +-
 .../Apache.Ignite.Core.Cache.Query.TextQuery.html  |   742 +-
 .../api/Apache.Ignite.Core.Cache.Query.html        |   332 +-
 ...ache.Store.CacheParallelLoadStoreAdapter-3.html |  1156 +-
 ...gnite.Core.Cache.Store.CacheStoreAdapter-2.html |   908 +-
 ...gnite.Core.Cache.Store.CacheStoreException.html |   648 +-
 ...ache.Ignite.Core.Cache.Store.ICacheStore-2.html |  1066 +-
 ...Apache.Ignite.Core.Cache.Store.ICacheStore.html |   304 +-
 ...Ignite.Core.Cache.Store.ICacheStoreSession.html |   400 +-
 .../api/Apache.Ignite.Core.Cache.Store.html        |   324 +-
 .../dotnetdoc/api/Apache.Ignite.Core.Cache.html    |   372 +-
 ...Core.Client.Cache.CacheClientConfiguration.html |  2142 +-
 ...he.Ignite.Core.Client.Cache.ICacheClient-2.html |  4486 +-
 ...e.Query.Continuous.ContinuousQueryClient-2.html |   712 +-
 ...che.Query.Continuous.ContinuousQueryClient.html |   412 +-
 ...ContinuousQueryClientDisconnectedEventArgs.html |   474 +-
 ...ry.Continuous.IContinuousQueryHandleClient.html |   364 +-
 ....Ignite.Core.Client.Cache.Query.Continuous.html |   316 +-
 .../api/Apache.Ignite.Core.Client.Cache.html       |   308 +-
 ...Apache.Ignite.Core.Client.ClientStatusCode.html |   408 +-
 ....Ignite.Core.Client.Compute.IComputeClient.html |   946 +-
 .../api/Apache.Ignite.Core.Client.Compute.html     |   300 +-
 .../Apache.Ignite.Core.Client.IClientCluster.html  |   704 +-
 ...che.Ignite.Core.Client.IClientClusterGroup.html |   834 +-
 ...ache.Ignite.Core.Client.IClientClusterNode.html |   694 +-
 ...pache.Ignite.Core.Client.IClientConnection.html |   446 +-
 .../Apache.Ignite.Core.Client.IIgniteClient.html   |  1424 +-
 ...pache.Ignite.Core.Client.ISslStreamFactory.html |   398 +-
 ...nite.Core.Client.IgniteClientConfiguration.html |  1626 +-
 ...re.Client.IgniteClientConfigurationSection.html |   800 +-
 ...e.Ignite.Core.Client.IgniteClientException.html |   872 +-
 ...gnite.Core.Client.Services.IServicesClient.html |   560 +-
 .../api/Apache.Ignite.Core.Client.Services.html    |   300 +-
 ...Apache.Ignite.Core.Client.SslStreamFactory.html |   774 +-
 ...ore.Client.Transactions.ITransactionClient.html |   540 +-
 ...re.Client.Transactions.ITransactionsClient.html |   812 +-
 ...ransactions.TransactionClientConfiguration.html |   710 +-
 .../Apache.Ignite.Core.Client.Transactions.html    |   312 +-
 .../dotnetdoc/api/Apache.Ignite.Core.Client.html   |   348 +-
 ...he.Ignite.Core.Cluster.AttributeNodeFilter.html |   592 +-
 ...te.Core.Cluster.ClusterGroupEmptyException.html |   646 +-
 ...nite.Core.Cluster.ClusterTopologyException.html |   646 +-
 .../Apache.Ignite.Core.Cluster.IBaselineNode.html  |   400 +-
 .../api/Apache.Ignite.Core.Cluster.ICluster.html   |  1540 +-
 .../Apache.Ignite.Core.Cluster.IClusterGroup.html  |  2002 +-
 ...Apache.Ignite.Core.Cluster.IClusterMetrics.html |  2884 +-
 .../Apache.Ignite.Core.Cluster.IClusterNode.html   |  1020 +-
 ...che.Ignite.Core.Cluster.IClusterNodeFilter.html |   388 +-
 .../dotnetdoc/api/Apache.Ignite.Core.Cluster.html  |   336 +-
 ...te.Core.Common.ClientDisconnectedException.html |   706 +-
 ...Apache.Ignite.Core.Common.ExceptionFactory.html |   398 +-
 .../api/Apache.Ignite.Core.Common.IFactory-1.html  |   384 +-
 .../Apache.Ignite.Core.Common.IgniteException.html |   688 +-
 ...te.Core.Common.IgniteExperimentalAttribute.html |   614 +-
 ...Core.Common.IgniteFutureCancelledException.html |   646 +-
 .../api/Apache.Ignite.Core.Common.IgniteGuid.html  |   956 +-
 ...te.Core.Common.IgniteIllegalStateException.html |   646 +-
 ...he.Ignite.Core.Common.IgniteProductVersion.html |  1022 +-
 .../Apache.Ignite.Core.Common.JavaException.html   |   954 +-
 .../dotnetdoc/api/Apache.Ignite.Core.Common.html   |   348 +-
 ...gnite.Core.Communication.ICommunicationSpi.html |   304 +-
 ...Core.Communication.Tcp.TcpCommunicationSpi.html |  2300 +-
 .../api/Apache.Ignite.Core.Communication.Tcp.html  |   300 +-
 .../api/Apache.Ignite.Core.Communication.html      |   300 +-
 ....Compute.ComputeExecutionRejectedException.html |   646 +-
 ...he.Ignite.Core.Compute.ComputeJobAdapter-1.html |   750 +-
 ...e.Core.Compute.ComputeJobFailoverException.html |   646 +-
 ...Ignite.Core.Compute.ComputeJobResultPolicy.html |   352 +-
 ...e.Ignite.Core.Compute.ComputeTaskAdapter-3.html |   690 +-
 ...Core.Compute.ComputeTaskCancelledException.html |   646 +-
 ....Compute.ComputeTaskNoResultCacheAttribute.html |   614 +-
 ...ite.Core.Compute.ComputeTaskSplitAdapter-3.html |   662 +-
 ...e.Core.Compute.ComputeTaskTimeoutException.html |   646 +-
 ...ore.Compute.ComputeUserUndeclaredException.html |   646 +-
 .../api/Apache.Ignite.Core.Compute.ICompute.html   |  7654 +--
 .../Apache.Ignite.Core.Compute.IComputeAction.html |   324 +-
 .../Apache.Ignite.Core.Compute.IComputeFunc-1.html |   384 +-
 .../Apache.Ignite.Core.Compute.IComputeFunc-2.html |   426 +-
 .../Apache.Ignite.Core.Compute.IComputeJob-1.html  |   400 +-
 ...he.Ignite.Core.Compute.IComputeJobResult-1.html |   568 +-
 ...ache.Ignite.Core.Compute.IComputeReducer-2.html |   472 +-
 .../Apache.Ignite.Core.Compute.IComputeTask-2.html |   366 +-
 .../Apache.Ignite.Core.Compute.IComputeTask-3.html |   614 +-
 .../dotnetdoc/api/Apache.Ignite.Core.Compute.html  |   380 +-
 ...te.Core.Configuration.CheckpointWriteOrder.html |   344 +-
 ...Configuration.ClientConnectorConfiguration.html |  1518 +-
 ...te.Core.Configuration.DataPageEvictionMode.html |   352 +-
 ...Core.Configuration.DataRegionConfiguration.html |  1340 +-
 ...ore.Configuration.DataStorageConfiguration.html |  3006 +-
 ...ite.Core.Configuration.DiskPageCompression.html |   368 +-
 ...e.Core.Configuration.ExecutorConfiguration.html |   458 +-
 ...gnite.Core.Configuration.LockConfiguration.html |   574 +-
 ...re.Configuration.SqlConnectorConfiguration.html |  1022 +-
 ...Core.Configuration.ThinClientConfiguration.html |   570 +-
 .../Apache.Ignite.Core.Configuration.WalMode.html  |   368 +-
 .../api/Apache.Ignite.Core.Configuration.html      |   344 +-
 ...ructures.Configuration.AtomicConfiguration.html |   660 +-
 ...e.Ignite.Core.DataStructures.Configuration.html |   300 +-
 ...che.Ignite.Core.DataStructures.IAtomicLong.html |   808 +-
 ...ite.Core.DataStructures.IAtomicReference-1.html |   636 +-
 ...Ignite.Core.DataStructures.IAtomicSequence.html |   638 +-
 .../api/Apache.Ignite.Core.DataStructures.html     |   308 +-
 ...gnite.Core.Datastream.DataStreamerDefaults.html |   542 +-
 ...che.Ignite.Core.Datastream.IDataStreamer-2.html |  1318 +-
 ...e.Ignite.Core.Datastream.IStreamReceiver-2.html |   406 +-
 ...Ignite.Core.Datastream.StreamTransformer-4.html |   550 +-
 ...che.Ignite.Core.Datastream.StreamVisitor-2.html |   534 +-
 .../api/Apache.Ignite.Core.Datastream.html         |   320 +-
 ...te.Core.Deployment.PeerAssemblyLoadingMode.html |   344 +-
 .../api/Apache.Ignite.Core.Deployment.html         |   300 +-
 ...Apache.Ignite.Core.Discovery.IDiscoverySpi.html |   304 +-
 ...e.Core.Discovery.Tcp.ITcpDiscoveryIpFinder.html |   304 +-
 ...cp.Multicast.TcpDiscoveryMulticastIpFinder.html |   930 +-
 ...Apache.Ignite.Core.Discovery.Tcp.Multicast.html |   300 +-
 ...very.Tcp.Static.TcpDiscoveryStaticIpFinder.html |   514 +-
 .../Apache.Ignite.Core.Discovery.Tcp.Static.html   |   300 +-
 ...ore.Discovery.Tcp.TcpDiscoveryIpFinderBase.html |   542 +-
 ....Ignite.Core.Discovery.Tcp.TcpDiscoverySpi.html |  1626 +-
 .../api/Apache.Ignite.Core.Discovery.Tcp.html      |   312 +-
 .../api/Apache.Ignite.Core.Discovery.html          |   300 +-
 ...ache.Ignite.Core.Encryption.IEncryptionSpi.html |   304 +-
 ....Encryption.Keystore.KeystoreEncryptionSpi.html |   728 +-
 .../Apache.Ignite.Core.Encryption.Keystore.html    |   300 +-
 .../api/Apache.Ignite.Core.Encryption.html         |   300 +-
 .../api/Apache.Ignite.Core.Events.CacheEvent.html  |  1098 +-
 ...Ignite.Core.Events.CacheQueryExecutedEvent.html |   776 +-
 ...che.Ignite.Core.Events.CacheQueryReadEvent.html |   960 +-
 ...e.Ignite.Core.Events.CacheRebalancingEvent.html |   776 +-
 .../Apache.Ignite.Core.Events.CheckpointEvent.html |   546 +-
 .../Apache.Ignite.Core.Events.DiscoveryEvent.html  |   638 +-
 .../api/Apache.Ignite.Core.Events.EventBase.html   |  1158 +-
 .../api/Apache.Ignite.Core.Events.EventType.html   |  3032 +-
 .../api/Apache.Ignite.Core.Events.IEvent.html      |   680 +-
 .../Apache.Ignite.Core.Events.IEventFilter-1.html  |   418 +-
 ...Apache.Ignite.Core.Events.IEventListener-1.html |   418 +-
 ...Apache.Ignite.Core.Events.IEventStorageSpi.html |   304 +-
 .../api/Apache.Ignite.Core.Events.IEvents.html     |  2664 +-
 .../api/Apache.Ignite.Core.Events.JobEvent.html    |   776 +-
 ...he.Ignite.Core.Events.LocalEventListener-1.html |   450 +-
 ...ache.Ignite.Core.Events.LocalEventListener.html |   434 +-
 ...e.Ignite.Core.Events.MemoryEventStorageSpi.html |   586 +-
 ...che.Ignite.Core.Events.NoopEventStorageSpi.html |   378 +-
 .../api/Apache.Ignite.Core.Events.TaskEvent.html   |   730 +-
 .../dotnetdoc/api/Apache.Ignite.Core.Events.html   |   376 +-
 ...Apache.Ignite.Core.Failure.IFailureHandler.html |   304 +-
 ...che.Ignite.Core.Failure.NoOpFailureHandler.html |   378 +-
 ...Ignite.Core.Failure.StopNodeFailureHandler.html |   378 +-
 ....Core.Failure.StopNodeOrHaltFailureHandler.html |   494 +-
 .../dotnetdoc/api/Apache.Ignite.Core.Failure.html  |   316 +-
 .../api/Apache.Ignite.Core.IDataRegionMetrics.html |  1366 +-
 .../Apache.Ignite.Core.IDataStorageMetrics.html    |   860 +-
 .../dotnetdoc/api/Apache.Ignite.Core.IIgnite.html  |  4278 +-
 .../api/Apache.Ignite.Core.IIgniteLock.html        |   670 +-
 .../Apache.Ignite.Core.IgniteConfiguration.html    |  4898 +-
 ...che.Ignite.Core.IgniteConfigurationSection.html |   800 +-
 .../dotnetdoc/api/Apache.Ignite.Core.Ignition.html |  1724 +-
 ...Apache.Ignite.Core.Interop.IPlatformTarget.html |  1318 +-
 .../api/Apache.Ignite.Core.Interop.JavaObject.html |   580 +-
 .../dotnetdoc/api/Apache.Ignite.Core.Interop.html  |   308 +-
 ...te.Core.Lifecycle.ClientReconnectEventArgs.html |   474 +-
 ...he.Ignite.Core.Lifecycle.ILifecycleHandler.html |   358 +-
 ...e.Ignite.Core.Lifecycle.LifecycleEventType.html |   360 +-
 .../api/Apache.Ignite.Core.Lifecycle.html          |   316 +-
 .../api/Apache.Ignite.Core.Log.CategoryLogger.html |   794 +-
 .../api/Apache.Ignite.Core.Log.ConsoleLogger.html  |   846 +-
 .../Apache.Ignite.Core.Log.IDateTimeProvider.html  |   354 +-
 .../api/Apache.Ignite.Core.Log.ILogger.html        |   656 +-
 ...ache.Ignite.Core.Log.LocalDateTimeProvider.html |   476 +-
 .../api/Apache.Ignite.Core.Log.LogLevel.html       |   368 +-
 .../Apache.Ignite.Core.Log.LoggerExtensions.html   |  2266 +-
 .../dotnetdoc/api/Apache.Ignite.Core.Log.html      |   332 +-
 ...e.Ignite.Core.Messaging.IMessageListener-1.html |   428 +-
 .../Apache.Ignite.Core.Messaging.IMessaging.html   |  1098 +-
 .../api/Apache.Ignite.Core.Messaging.html          |   304 +-
 ....Core.PersistentStore.CheckpointWriteOrder.html |   344 +-
 ...re.PersistentStore.IPersistentStoreMetrics.html |   860 +-
 ...rsistentStore.PersistentStoreConfiguration.html |  2060 +-
 ...Apache.Ignite.Core.PersistentStore.WalMode.html |   360 +-
 .../api/Apache.Ignite.Core.PersistentStore.html    |   320 +-
 ...ore.Plugin.Cache.ICachePluginConfiguration.html |   408 +-
 .../api/Apache.Ignite.Core.Plugin.Cache.html       |   300 +-
 ...he.Ignite.Core.Plugin.IPluginConfiguration.html |   408 +-
 ...Apache.Ignite.Core.Plugin.IPluginContext-1.html |   730 +-
 ...pache.Ignite.Core.Plugin.IPluginProvider-1.html |   676 +-
 .../Apache.Ignite.Core.Plugin.PluginCallback.html  |   378 +-
 ...Ignite.Core.Plugin.PluginNotFoundException.html |   644 +-
 ...te.Core.Plugin.PluginProviderTypeAttribute.html |   718 +-
 .../dotnetdoc/api/Apache.Ignite.Core.Plugin.html   |   328 +-
 ...te.Core.Resource.InstanceResourceAttribute.html |   614 +-
 ...ore.Resource.StoreSessionResourceAttribute.html |   614 +-
 .../dotnetdoc/api/Apache.Ignite.Core.Resource.html |   304 +-
 .../api/Apache.Ignite.Core.Services.IService.html  |   458 +-
 ...pache.Ignite.Core.Services.IServiceContext.html |   538 +-
 ...he.Ignite.Core.Services.IServiceDescriptor.html |   676 +-
 .../api/Apache.Ignite.Core.Services.IServices.html |  2308 +-
 ....Ignite.Core.Services.ServiceConfiguration.html |   708 +-
 ...e.Core.Services.ServiceDeploymentException.html |   944 +-
 ...e.Core.Services.ServiceInvocationException.html |   818 +-
 .../dotnetdoc/api/Apache.Ignite.Core.Services.html |   328 +-
 .../Apache.Ignite.Core.Ssl.ISslContextFactory.html |   304 +-
 .../Apache.Ignite.Core.Ssl.SslContextFactory.html  |  1046 +-
 .../dotnetdoc/api/Apache.Ignite.Core.Ssl.html      |   308 +-
 ...ache.Ignite.Core.Transactions.ITransaction.html |  1248 +-
 ...e.Core.Transactions.ITransactionCollection.html |   364 +-
 ...nite.Core.Transactions.ITransactionMetrics.html |   492 +-
 ...che.Ignite.Core.Transactions.ITransactions.html |  1022 +-
 ...e.Core.Transactions.TransactionConcurrency.html |   344 +-
 ...Core.Transactions.TransactionConfiguration.html |  1020 +-
 ....Transactions.TransactionDeadlockException.html |   646 +-
 ...Transactions.TransactionHeuristicException.html |   646 +-
 ...ite.Core.Transactions.TransactionIsolation.html |   352 +-
 ...ransactions.TransactionOptimisticException.html |   646 +-
 ....Transactions.TransactionRollbackException.html |   646 +-
 ....Ignite.Core.Transactions.TransactionState.html |   400 +-
 ...e.Transactions.TransactionTimeoutException.html |   646 +-
 .../api/Apache.Ignite.Core.Transactions.html       |   356 +-
 .../2.10.0/dotnetdoc/api/Apache.Ignite.Core.html   |   328 +-
 ...pache.Ignite.EntityFramework.DbCachingMode.html |   344 +-
 ...che.Ignite.EntityFramework.DbCachingPolicy.html |   712 +-
 .../Apache.Ignite.EntityFramework.DbQueryInfo.html |   504 +-
 ...he.Ignite.EntityFramework.IDbCachingPolicy.html |   638 +-
 ...nite.EntityFramework.IgniteDbConfiguration.html |  1028 +-
 .../api/Apache.Ignite.EntityFramework.html         |   324 +-
 ...ache.Ignite.Linq.CacheClientLinqExtensions.html |   878 +-
 .../Apache.Ignite.Linq.CacheLinqExtensions.html    |  1362 +-
 .../api/Apache.Ignite.Linq.CompiledQuery.html      |  1754 +-
 .../Apache.Ignite.Linq.CompiledQueryFunc-1.html    |   398 +-
 .../api/Apache.Ignite.Linq.ICacheQueryable.html    |   496 +-
 .../Apache.Ignite.Linq.IUpdateDescriptor-2.html    |   586 +-
 .../api/Apache.Ignite.Linq.QueryOptions.html       |   984 +-
 .../2.10.0/dotnetdoc/api/Apache.Ignite.Linq.html   |   332 +-
 .../Apache.Ignite.Log4Net.IgniteLog4NetLogger.html |   722 +-
 .../dotnetdoc/api/Apache.Ignite.Log4Net.html       |   300 +-
 .../api/Apache.Ignite.NLog.IgniteNLogLogger.html   |   782 +-
 .../2.10.0/dotnetdoc/api/Apache.Ignite.NLog.html   |   300 +-
 releases/2.10.0/dotnetdoc/api/index.html           |   278 +-
 releases/2.10.0/dotnetdoc/api/toc.html             |  2608 +-
 releases/2.10.0/dotnetdoc/index.html               |   264 +-
 releases/2.10.0/dotnetdoc/index.json               |  3362 +-
 releases/2.10.0/dotnetdoc/logo.svg                 |    50 +-
 releases/2.10.0/dotnetdoc/manifest.json            |  8288 +--
 releases/2.10.0/dotnetdoc/search-stopwords.json    |   242 +-
 releases/2.10.0/dotnetdoc/styles/docfx.css         |  1788 +-
 releases/2.10.0/dotnetdoc/styles/docfx.js          |  1568 +-
 releases/2.10.0/dotnetdoc/styles/docfx.vendor.css  |  2920 +-
 releases/2.10.0/dotnetdoc/styles/docfx.vendor.js   |    32 +-
 releases/2.10.0/dotnetdoc/styles/main.js           |     2 +-
 releases/2.10.0/dotnetdoc/styles/search-worker.js  |   160 +-
 releases/2.10.0/dotnetdoc/toc.html                 |   298 +-
 releases/2.10.0/dotnetdoc/xrefmap.yml              | 60732 +++++++++---------
 ...he.Ignite.AspNet.IgniteOutputCacheProvider.html |   704 +-
 ...ite.AspNet.IgniteSessionStateStoreProvider.html |  1400 +-
 .../api/Apache.Ignite.AspNet.IgniteWebUtils.html   |   354 +-
 .../2.11.0/dotnetdoc/api/Apache.Ignite.AspNet.html |   250 +-
 ...e.Ignite.Core.Binary.BinaryBasicNameMapper.html |   626 +-
 ...che.Ignite.Core.Binary.BinaryConfiguration.html |   978 +-
 ...e.Ignite.Core.Binary.BinaryObjectException.html |   588 +-
 ...ite.Core.Binary.BinaryReflectiveSerializer.html |   540 +-
 ...Ignite.Core.Binary.BinaryTypeConfiguration.html |   848 +-
 .../Apache.Ignite.Core.Binary.BinaryTypeNames.html |  1716 +-
 .../Apache.Ignite.Core.Binary.IBinarizable.html    |   410 +-
 .../api/Apache.Ignite.Core.Binary.IBinary.html     |  1416 +-
 .../Apache.Ignite.Core.Binary.IBinaryIdMapper.html |   420 +-
 ...pache.Ignite.Core.Binary.IBinaryNameMapper.html |   410 +-
 .../Apache.Ignite.Core.Binary.IBinaryObject.html   |   704 +-
 ...he.Ignite.Core.Binary.IBinaryObjectBuilder.html |  3436 +-
 ...Apache.Ignite.Core.Binary.IBinaryRawReader.html |  1920 +-
 ...Apache.Ignite.Core.Binary.IBinaryRawWriter.html |  1870 +-
 .../Apache.Ignite.Core.Binary.IBinaryReader.html   |  3006 +-
 ...pache.Ignite.Core.Binary.IBinarySerializer.html |   370 +-
 .../api/Apache.Ignite.Core.Binary.IBinaryType.html |   610 +-
 .../Apache.Ignite.Core.Binary.IBinaryWriter.html   |  2216 +-
 ...che.Ignite.Core.Binary.ITimestampConverter.html |   410 +-
 ...ache.Ignite.Core.Binary.TimestampAttribute.html |   556 +-
 .../dotnetdoc/api/Apache.Ignite.Core.Binary.html   |   322 +-
 ...e.Core.Cache.Affinity.AffinityFunctionBase.html |   680 +-
 ...ore.Cache.Affinity.AffinityFunctionContext.html |   576 +-
 ...che.Ignite.Core.Cache.Affinity.AffinityKey.html |   998 +-
 ....Cache.Affinity.AffinityKeyMappedAttribute.html |   640 +-
 ...ore.Cache.Affinity.AffinityTopologyVersion.html |  1346 +-
 ....Core.Cache.Affinity.IAffinityBackupFilter.html |   246 +-
 ...nite.Core.Cache.Affinity.IAffinityFunction.html |   510 +-
 ...s.ClusterNodeAttributeAffinityBackupFilter.html |   370 +-
 ...nity.Rendezvous.RendezvousAffinityFunction.html |   408 +-
 ...ache.Ignite.Core.Cache.Affinity.Rendezvous.html |   246 +-
 .../api/Apache.Ignite.Core.Cache.Affinity.html     |   274 +-
 ...te.Core.Cache.CacheEntryProcessorException.html |   638 +-
 .../Apache.Ignite.Core.Cache.CacheException.html   |   592 +-
 ...ite.Core.Cache.CachePartialUpdateException.html |   788 +-
 .../Apache.Ignite.Core.Cache.CachePeekMode.html    |   326 +-
 .../Apache.Ignite.Core.Cache.CacheResult-1.html    |   874 +-
 ...ore.Cache.Configuration.CacheAtomicityMode.html |   294 +-
 ...ore.Cache.Configuration.CacheConfiguration.html |  4618 +-
 ....Cache.Configuration.CacheKeyConfiguration.html |   470 +-
 ....Ignite.Core.Cache.Configuration.CacheMode.html |   294 +-
 ...ore.Cache.Configuration.CacheRebalanceMode.html |   294 +-
 ...onfiguration.CacheWriteSynchronizationMode.html |   294 +-
 ...e.Cache.Configuration.DataPageEvictionMode.html |   294 +-
 ...re.Cache.Configuration.MemoryConfiguration.html |   834 +-
 ...he.Configuration.MemoryPolicyConfiguration.html |  1056 +-
 ...Cache.Configuration.NearCacheConfiguration.html |   468 +-
 ...re.Cache.Configuration.PartitionLossPolicy.html |   310 +-
 ...e.Configuration.PlatformCacheConfiguration.html |   466 +-
 ...Ignite.Core.Cache.Configuration.QueryAlias.html |   480 +-
 ...gnite.Core.Cache.Configuration.QueryEntity.html |   898 +-
 ...Ignite.Core.Cache.Configuration.QueryField.html |   816 +-
 ...Ignite.Core.Cache.Configuration.QueryIndex.html |   790 +-
 ...e.Core.Cache.Configuration.QueryIndexField.html |   530 +-
 ...te.Core.Cache.Configuration.QueryIndexType.html |   294 +-
 ...Cache.Configuration.QuerySqlFieldAttribute.html |   994 +-
 ...ache.Configuration.QueryTextFieldAttribute.html |   606 +-
 .../Apache.Ignite.Core.Cache.Configuration.html    |   322 +-
 ...gnite.Core.Cache.Event.CacheEntryEventType.html |   302 +-
 ...Ignite.Core.Cache.Event.ICacheEntryEvent-2.html |   490 +-
 ....Core.Cache.Event.ICacheEntryEventFilter-2.html |   368 +-
 ...ore.Cache.Event.ICacheEntryEventListener-2.html |   338 +-
 .../api/Apache.Ignite.Core.Cache.Event.html        |   258 +-
 ...ite.Core.Cache.Eviction.EvictionPolicyBase.html |   602 +-
 ...ite.Core.Cache.Eviction.FifoEvictionPolicy.html |   358 +-
 ...Ignite.Core.Cache.Eviction.IEvictionPolicy.html |   246 +-
 ...nite.Core.Cache.Eviction.LruEvictionPolicy.html |   358 +-
 .../api/Apache.Ignite.Core.Cache.Eviction.html     |   258 +-
 ...ache.Ignite.Core.Cache.Expiry.ExpiryPolicy.html |   536 +-
 ...che.Ignite.Core.Cache.Expiry.IExpiryPolicy.html |   388 +-
 .../api/Apache.Ignite.Core.Cache.Expiry.html       |   250 +-
 .../api/Apache.Ignite.Core.Cache.ICache-2.html     |  7978 +--
 .../Apache.Ignite.Core.Cache.ICacheAffinity.html   |  1698 +-
 .../Apache.Ignite.Core.Cache.ICacheEntry-2.html    |   380 +-
 ...ache.Ignite.Core.Cache.ICacheEntryFilter-2.html |   368 +-
 ...e.Ignite.Core.Cache.ICacheEntryProcessor-4.html |   394 +-
 ...te.Core.Cache.ICacheEntryProcessorResult-2.html |   380 +-
 .../api/Apache.Ignite.Core.Cache.ICacheLock.html   |   420 +-
 .../Apache.Ignite.Core.Cache.ICacheMetrics.html    |  4252 +-
 .../Apache.Ignite.Core.Cache.IMemoryMetrics.html   |   526 +-
 ...che.Ignite.Core.Cache.IMutableCacheEntry-2.html |   418 +-
 .../Apache.Ignite.Core.Cache.IQueryMetrics.html    |   480 +-
 ...e.Cache.Query.Continuous.ContinuousQuery-2.html |   932 +-
 ...ore.Cache.Query.Continuous.ContinuousQuery.html |   462 +-
 ...Query.Continuous.ContinuousQueryExtensions.html |   426 +-
 ....Query.Continuous.IContinuousQueryHandle-1.html |   338 +-
 ...he.Query.Continuous.IContinuousQueryHandle.html |   258 +-
 ...ry.Continuous.IContinuousQueryHandleFields.html |   308 +-
 .../Apache.Ignite.Core.Cache.Query.Continuous.html |   266 +-
 ...Ignite.Core.Cache.Query.IFieldsQueryCursor.html |   366 +-
 ...che.Ignite.Core.Cache.Query.IQueryCursor-1.html |   344 +-
 ....Ignite.Core.Cache.Query.IQueryCursorField.html |   388 +-
 .../Apache.Ignite.Core.Cache.Query.QueryBase.html  |   474 +-
 ...Apache.Ignite.Core.Cache.Query.ScanQuery-2.html |   512 +-
 ...che.Ignite.Core.Cache.Query.SqlFieldsQuery.html |  1180 +-
 .../Apache.Ignite.Core.Cache.Query.SqlQuery.html   |   956 +-
 .../Apache.Ignite.Core.Cache.Query.TextQuery.html  |   684 +-
 .../api/Apache.Ignite.Core.Cache.Query.html        |   274 +-
 ...ache.Store.CacheParallelLoadStoreAdapter-3.html |  1098 +-
 ...gnite.Core.Cache.Store.CacheStoreAdapter-2.html |   850 +-
 ...gnite.Core.Cache.Store.CacheStoreException.html |   590 +-
 ...ache.Ignite.Core.Cache.Store.ICacheStore-2.html |  1008 +-
 ...Apache.Ignite.Core.Cache.Store.ICacheStore.html |   246 +-
 ...Ignite.Core.Cache.Store.ICacheStoreSession.html |   342 +-
 .../api/Apache.Ignite.Core.Cache.Store.html        |   266 +-
 .../dotnetdoc/api/Apache.Ignite.Core.Cache.html    |   314 +-
 ...Core.Client.Cache.CacheClientConfiguration.html |  2084 +-
 ...he.Ignite.Core.Client.Cache.ICacheClient-2.html |  4428 +-
 ...e.Query.Continuous.ContinuousQueryClient-2.html |   654 +-
 ...che.Query.Continuous.ContinuousQueryClient.html |   354 +-
 ...ContinuousQueryClientDisconnectedEventArgs.html |   416 +-
 ...ry.Continuous.IContinuousQueryHandleClient.html |   306 +-
 ....Ignite.Core.Client.Cache.Query.Continuous.html |   258 +-
 .../api/Apache.Ignite.Core.Client.Cache.html       |   250 +-
 ...Apache.Ignite.Core.Client.ClientStatusCode.html |   358 +-
 ....Ignite.Core.Client.Compute.IComputeClient.html |   888 +-
 .../api/Apache.Ignite.Core.Client.Compute.html     |   242 +-
 ...ent.Datastream.DataStreamerClientOptions-2.html |   562 +-
 ...lient.Datastream.DataStreamerClientOptions.html |   748 +-
 ...re.Client.Datastream.IDataStreamerClient-2.html |   744 +-
 .../api/Apache.Ignite.Core.Client.Datastream.html  |   254 +-
 .../Apache.Ignite.Core.Client.IClientCluster.html  |   646 +-
 ...che.Ignite.Core.Client.IClientClusterGroup.html |   776 +-
 ...ache.Ignite.Core.Client.IClientClusterNode.html |   636 +-
 ...pache.Ignite.Core.Client.IClientConnection.html |   388 +-
 .../Apache.Ignite.Core.Client.IIgniteClient.html   |  1740 +-
 ...pache.Ignite.Core.Client.ISslStreamFactory.html |   340 +-
 ...nite.Core.Client.IgniteClientConfiguration.html |  1612 +-
 ...re.Client.IgniteClientConfigurationSection.html |   742 +-
 ...e.Ignite.Core.Client.IgniteClientException.html |   814 +-
 ...gnite.Core.Client.Services.IServicesClient.html |   502 +-
 .../api/Apache.Ignite.Core.Client.Services.html    |   242 +-
 ...Apache.Ignite.Core.Client.SslStreamFactory.html |   716 +-
 ...ore.Client.Transactions.ITransactionClient.html |   482 +-
 ...re.Client.Transactions.ITransactionsClient.html |   754 +-
 ...ransactions.TransactionClientConfiguration.html |   652 +-
 .../Apache.Ignite.Core.Client.Transactions.html    |   254 +-
 .../dotnetdoc/api/Apache.Ignite.Core.Client.html   |   290 +-
 ...he.Ignite.Core.Cluster.AttributeNodeFilter.html |   534 +-
 ...te.Core.Cluster.ClusterGroupEmptyException.html |   588 +-
 ...nite.Core.Cluster.ClusterTopologyException.html |   588 +-
 .../Apache.Ignite.Core.Cluster.IBaselineNode.html  |   342 +-
 .../api/Apache.Ignite.Core.Cluster.ICluster.html   |  1482 +-
 .../Apache.Ignite.Core.Cluster.IClusterGroup.html  |  1944 +-
 ...Apache.Ignite.Core.Cluster.IClusterMetrics.html |  2826 +-
 .../Apache.Ignite.Core.Cluster.IClusterNode.html   |   962 +-
 ...che.Ignite.Core.Cluster.IClusterNodeFilter.html |   330 +-
 .../dotnetdoc/api/Apache.Ignite.Core.Cluster.html  |   278 +-
 ...te.Core.Common.ClientDisconnectedException.html |   648 +-
 ...Apache.Ignite.Core.Common.ExceptionFactory.html |   340 +-
 .../api/Apache.Ignite.Core.Common.IFactory-1.html  |   326 +-
 .../Apache.Ignite.Core.Common.IgniteException.html |   630 +-
 ...te.Core.Common.IgniteExperimentalAttribute.html |   556 +-
 ...Core.Common.IgniteFutureCancelledException.html |   588 +-
 .../api/Apache.Ignite.Core.Common.IgniteGuid.html  |   898 +-
 ...te.Core.Common.IgniteIllegalStateException.html |   588 +-
 ...he.Ignite.Core.Common.IgniteProductVersion.html |  1042 +-
 .../Apache.Ignite.Core.Common.JavaException.html   |   896 +-
 .../dotnetdoc/api/Apache.Ignite.Core.Common.html   |   290 +-
 ...gnite.Core.Communication.ICommunicationSpi.html |   246 +-
 ...Core.Communication.Tcp.TcpCommunicationSpi.html |  2242 +-
 .../api/Apache.Ignite.Core.Communication.Tcp.html  |   242 +-
 .../api/Apache.Ignite.Core.Communication.html      |   242 +-
 ....Compute.ComputeExecutionRejectedException.html |   588 +-
 ...he.Ignite.Core.Compute.ComputeJobAdapter-1.html |   692 +-
 ...e.Core.Compute.ComputeJobFailoverException.html |   588 +-
 ...Ignite.Core.Compute.ComputeJobResultPolicy.html |   294 +-
 ...e.Ignite.Core.Compute.ComputeTaskAdapter-3.html |   632 +-
 ...Core.Compute.ComputeTaskCancelledException.html |   588 +-
 ....Compute.ComputeTaskNoResultCacheAttribute.html |   556 +-
 ...ite.Core.Compute.ComputeTaskSplitAdapter-3.html |   604 +-
 ...e.Core.Compute.ComputeTaskTimeoutException.html |   588 +-
 ...ore.Compute.ComputeUserUndeclaredException.html |   588 +-
 .../api/Apache.Ignite.Core.Compute.ICompute.html   |  7596 +--
 .../Apache.Ignite.Core.Compute.IComputeAction.html |   266 +-
 .../Apache.Ignite.Core.Compute.IComputeFunc-1.html |   326 +-
 .../Apache.Ignite.Core.Compute.IComputeFunc-2.html |   368 +-
 .../Apache.Ignite.Core.Compute.IComputeJob-1.html  |   342 +-
 ...he.Ignite.Core.Compute.IComputeJobResult-1.html |   510 +-
 ...ache.Ignite.Core.Compute.IComputeReducer-2.html |   414 +-
 .../Apache.Ignite.Core.Compute.IComputeTask-2.html |   308 +-
 .../Apache.Ignite.Core.Compute.IComputeTask-3.html |   556 +-
 .../dotnetdoc/api/Apache.Ignite.Core.Compute.html  |   322 +-
 ...re.Configuration.AsyncContinuationExecutor.html |   294 +-
 ...te.Core.Configuration.CheckpointWriteOrder.html |   286 +-
 ...Configuration.ClientConnectorConfiguration.html |  1460 +-
 ...te.Core.Configuration.DataPageEvictionMode.html |   294 +-
 ...Core.Configuration.DataRegionConfiguration.html |  1282 +-
 ...ore.Configuration.DataStorageConfiguration.html |  2948 +-
 ...ite.Core.Configuration.DiskPageCompression.html |   310 +-
 ...e.Core.Configuration.ExecutorConfiguration.html |   400 +-
 ...gnite.Core.Configuration.LockConfiguration.html |   516 +-
 ...re.Configuration.SqlConnectorConfiguration.html |   964 +-
 ...Core.Configuration.ThinClientConfiguration.html |   512 +-
 .../Apache.Ignite.Core.Configuration.WalMode.html  |   310 +-
 .../api/Apache.Ignite.Core.Configuration.html      |   290 +-
 ...ructures.Configuration.AtomicConfiguration.html |   602 +-
 ...e.Ignite.Core.DataStructures.Configuration.html |   242 +-
 ...che.Ignite.Core.DataStructures.IAtomicLong.html |   750 +-
 ...ite.Core.DataStructures.IAtomicReference-1.html |   578 +-
 ...Ignite.Core.DataStructures.IAtomicSequence.html |   580 +-
 .../api/Apache.Ignite.Core.DataStructures.html     |   250 +-
 ...gnite.Core.Datastream.DataStreamerDefaults.html |   484 +-
 ...che.Ignite.Core.Datastream.IDataStreamer-2.html |  1608 +-
 ...e.Ignite.Core.Datastream.IStreamReceiver-2.html |   348 +-
 ...Ignite.Core.Datastream.StreamTransformer-4.html |   492 +-
 ...che.Ignite.Core.Datastream.StreamVisitor-2.html |   476 +-
 .../api/Apache.Ignite.Core.Datastream.html         |   262 +-
 ...te.Core.Deployment.PeerAssemblyLoadingMode.html |   286 +-
 .../api/Apache.Ignite.Core.Deployment.html         |   242 +-
 ...Apache.Ignite.Core.Discovery.IDiscoverySpi.html |   246 +-
 ...e.Core.Discovery.Tcp.ITcpDiscoveryIpFinder.html |   246 +-
 ...cp.Multicast.TcpDiscoveryMulticastIpFinder.html |   872 +-
 ...Apache.Ignite.Core.Discovery.Tcp.Multicast.html |   242 +-
 ...very.Tcp.Static.TcpDiscoveryStaticIpFinder.html |   456 +-
 .../Apache.Ignite.Core.Discovery.Tcp.Static.html   |   242 +-
 ...ore.Discovery.Tcp.TcpDiscoveryIpFinderBase.html |   484 +-
 ....Ignite.Core.Discovery.Tcp.TcpDiscoverySpi.html |  1568 +-
 .../api/Apache.Ignite.Core.Discovery.Tcp.html      |   254 +-
 .../api/Apache.Ignite.Core.Discovery.html          |   242 +-
 ...ache.Ignite.Core.Encryption.IEncryptionSpi.html |   246 +-
 ....Encryption.Keystore.KeystoreEncryptionSpi.html |   670 +-
 .../Apache.Ignite.Core.Encryption.Keystore.html    |   242 +-
 .../api/Apache.Ignite.Core.Encryption.html         |   242 +-
 .../api/Apache.Ignite.Core.Events.CacheEvent.html  |  1040 +-
 ...Ignite.Core.Events.CacheQueryExecutedEvent.html |   718 +-
 ...che.Ignite.Core.Events.CacheQueryReadEvent.html |   902 +-
 ...e.Ignite.Core.Events.CacheRebalancingEvent.html |   718 +-
 .../Apache.Ignite.Core.Events.CheckpointEvent.html |   488 +-
 .../Apache.Ignite.Core.Events.DiscoveryEvent.html  |   580 +-
 .../api/Apache.Ignite.Core.Events.EventBase.html   |  1100 +-
 .../api/Apache.Ignite.Core.Events.EventType.html   |  2974 +-
 .../api/Apache.Ignite.Core.Events.IEvent.html      |   622 +-
 .../Apache.Ignite.Core.Events.IEventFilter-1.html  |   360 +-
 ...Apache.Ignite.Core.Events.IEventListener-1.html |   360 +-
 ...Apache.Ignite.Core.Events.IEventStorageSpi.html |   246 +-
 .../api/Apache.Ignite.Core.Events.IEvents.html     |  2606 +-
 .../api/Apache.Ignite.Core.Events.JobEvent.html    |   718 +-
 ...he.Ignite.Core.Events.LocalEventListener-1.html |   392 +-
 ...ache.Ignite.Core.Events.LocalEventListener.html |   376 +-
 ...e.Ignite.Core.Events.MemoryEventStorageSpi.html |   528 +-
 ...che.Ignite.Core.Events.NoopEventStorageSpi.html |   320 +-
 .../api/Apache.Ignite.Core.Events.TaskEvent.html   |   672 +-
 .../dotnetdoc/api/Apache.Ignite.Core.Events.html   |   318 +-
 ...Apache.Ignite.Core.Failure.IFailureHandler.html |   246 +-
 ...che.Ignite.Core.Failure.NoOpFailureHandler.html |   320 +-
 ...Ignite.Core.Failure.StopNodeFailureHandler.html |   320 +-
 ....Core.Failure.StopNodeOrHaltFailureHandler.html |   436 +-
 .../dotnetdoc/api/Apache.Ignite.Core.Failure.html  |   258 +-
 .../api/Apache.Ignite.Core.IDataRegionMetrics.html |  1308 +-
 .../Apache.Ignite.Core.IDataStorageMetrics.html    |   802 +-
 .../dotnetdoc/api/Apache.Ignite.Core.IIgnite.html  |  4220 +-
 .../api/Apache.Ignite.Core.IIgniteLock.html        |   612 +-
 .../Apache.Ignite.Core.IgniteConfiguration.html    |  4886 +-
 ...che.Ignite.Core.IgniteConfigurationSection.html |   742 +-
 .../dotnetdoc/api/Apache.Ignite.Core.Ignition.html |  1666 +-
 ...Apache.Ignite.Core.Interop.IPlatformTarget.html |  1260 +-
 .../api/Apache.Ignite.Core.Interop.JavaObject.html |   522 +-
 .../dotnetdoc/api/Apache.Ignite.Core.Interop.html  |   250 +-
 ...te.Core.Lifecycle.ClientReconnectEventArgs.html |   416 +-
 ...he.Ignite.Core.Lifecycle.ILifecycleHandler.html |   300 +-
 ...e.Ignite.Core.Lifecycle.LifecycleEventType.html |   302 +-
 .../api/Apache.Ignite.Core.Lifecycle.html          |   258 +-
 .../api/Apache.Ignite.Core.Log.CategoryLogger.html |   736 +-
 .../api/Apache.Ignite.Core.Log.ConsoleLogger.html  |   788 +-
 .../Apache.Ignite.Core.Log.IDateTimeProvider.html  |   296 +-
 .../api/Apache.Ignite.Core.Log.ILogger.html        |   598 +-
 ...ache.Ignite.Core.Log.LocalDateTimeProvider.html |   418 +-
 .../api/Apache.Ignite.Core.Log.LogLevel.html       |   310 +-
 .../Apache.Ignite.Core.Log.LoggerExtensions.html   |  2208 +-
 .../dotnetdoc/api/Apache.Ignite.Core.Log.html      |   274 +-
 ...e.Ignite.Core.Messaging.IMessageListener-1.html |   370 +-
 .../Apache.Ignite.Core.Messaging.IMessaging.html   |  1040 +-
 .../api/Apache.Ignite.Core.Messaging.html          |   246 +-
 ....Core.PersistentStore.CheckpointWriteOrder.html |   286 +-
 ...re.PersistentStore.IPersistentStoreMetrics.html |   802 +-
 ...rsistentStore.PersistentStoreConfiguration.html |  2002 +-
 ...Apache.Ignite.Core.PersistentStore.WalMode.html |   302 +-
 .../api/Apache.Ignite.Core.PersistentStore.html    |   262 +-
 ...ore.Plugin.Cache.ICachePluginConfiguration.html |   350 +-
 .../api/Apache.Ignite.Core.Plugin.Cache.html       |   242 +-
 ...he.Ignite.Core.Plugin.IPluginConfiguration.html |   350 +-
 ...Apache.Ignite.Core.Plugin.IPluginContext-1.html |   672 +-
 ...pache.Ignite.Core.Plugin.IPluginProvider-1.html |   618 +-
 .../Apache.Ignite.Core.Plugin.PluginCallback.html  |   320 +-
 ...Ignite.Core.Plugin.PluginNotFoundException.html |   586 +-
 ...te.Core.Plugin.PluginProviderTypeAttribute.html |   660 +-
 .../dotnetdoc/api/Apache.Ignite.Core.Plugin.html   |   270 +-
 ...te.Core.Resource.InstanceResourceAttribute.html |   556 +-
 ...ore.Resource.StoreSessionResourceAttribute.html |   556 +-
 .../dotnetdoc/api/Apache.Ignite.Core.Resource.html |   246 +-
 .../api/Apache.Ignite.Core.Services.IService.html  |   400 +-
 ...pache.Ignite.Core.Services.IServiceContext.html |   480 +-
 ...he.Ignite.Core.Services.IServiceDescriptor.html |   618 +-
 .../api/Apache.Ignite.Core.Services.IServices.html |  2250 +-
 ....Ignite.Core.Services.ServiceConfiguration.html |   650 +-
 ...e.Core.Services.ServiceDeploymentException.html |   886 +-
 ...e.Core.Services.ServiceInvocationException.html |   760 +-
 .../dotnetdoc/api/Apache.Ignite.Core.Services.html |   270 +-
 .../Apache.Ignite.Core.Ssl.ISslContextFactory.html |   246 +-
 .../Apache.Ignite.Core.Ssl.SslContextFactory.html  |   988 +-
 .../dotnetdoc/api/Apache.Ignite.Core.Ssl.html      |   250 +-
 ...ache.Ignite.Core.Transactions.ITransaction.html |  1190 +-
 ...e.Core.Transactions.ITransactionCollection.html |   306 +-
 ...nite.Core.Transactions.ITransactionMetrics.html |   434 +-
 ...che.Ignite.Core.Transactions.ITransactions.html |   964 +-
 ...e.Core.Transactions.TransactionConcurrency.html |   286 +-
 ...Core.Transactions.TransactionConfiguration.html |   962 +-
 ....Transactions.TransactionDeadlockException.html |   588 +-
 ...Transactions.TransactionHeuristicException.html |   588 +-
 ...ite.Core.Transactions.TransactionIsolation.html |   294 +-
 ...ransactions.TransactionOptimisticException.html |   588 +-
 ....Transactions.TransactionRollbackException.html |   588 +-
 ....Ignite.Core.Transactions.TransactionState.html |   342 +-
 ...e.Transactions.TransactionTimeoutException.html |   588 +-
 .../api/Apache.Ignite.Core.Transactions.html       |   298 +-
 .../2.11.0/dotnetdoc/api/Apache.Ignite.Core.html   |   270 +-
 ...pache.Ignite.EntityFramework.DbCachingMode.html |   286 +-
 ...che.Ignite.EntityFramework.DbCachingPolicy.html |   654 +-
 .../Apache.Ignite.EntityFramework.DbQueryInfo.html |   446 +-
 ...he.Ignite.EntityFramework.IDbCachingPolicy.html |   580 +-
 ...nite.EntityFramework.IgniteDbConfiguration.html |   970 +-
 .../api/Apache.Ignite.EntityFramework.html         |   266 +-
 ...ache.Ignite.Linq.CacheClientLinqExtensions.html |   820 +-
 .../Apache.Ignite.Linq.CacheLinqExtensions.html    |  1304 +-
 .../api/Apache.Ignite.Linq.CompiledQuery.html      |  1696 +-
 .../Apache.Ignite.Linq.CompiledQueryFunc-1.html    |   340 +-
 .../api/Apache.Ignite.Linq.ICacheQueryable.html    |   438 +-
 .../Apache.Ignite.Linq.IUpdateDescriptor-2.html    |   528 +-
 .../api/Apache.Ignite.Linq.QueryOptions.html       |   926 +-
 .../2.11.0/dotnetdoc/api/Apache.Ignite.Linq.html   |   274 +-
 .../Apache.Ignite.Log4Net.IgniteLog4NetLogger.html |   664 +-
 .../dotnetdoc/api/Apache.Ignite.Log4Net.html       |   242 +-
 .../api/Apache.Ignite.NLog.IgniteNLogLogger.html   |   724 +-
 .../2.11.0/dotnetdoc/api/Apache.Ignite.NLog.html   |   242 +-
 releases/2.11.0/dotnetdoc/api/index.html           |   220 +-
 releases/2.11.0/dotnetdoc/api/toc.html             |  2586 +-
 releases/2.11.0/dotnetdoc/index.html               |   206 +-
 releases/2.11.0/dotnetdoc/index.json               |  3412 +-
 releases/2.11.0/dotnetdoc/logo.svg                 |    50 +-
 releases/2.11.0/dotnetdoc/manifest.json            |  8408 +--
 releases/2.11.0/dotnetdoc/search-stopwords.json    |   242 +-
 releases/2.11.0/dotnetdoc/styles/docfx.css         |  1788 +-
 releases/2.11.0/dotnetdoc/styles/docfx.js          |  1568 +-
 releases/2.11.0/dotnetdoc/styles/docfx.vendor.css  |  2920 +-
 releases/2.11.0/dotnetdoc/styles/docfx.vendor.js   |    32 +-
 releases/2.11.0/dotnetdoc/styles/main.js           |     2 +-
 releases/2.11.0/dotnetdoc/styles/search-worker.js  |   160 +-
 releases/2.11.0/dotnetdoc/toc.html                 |   240 +-
 releases/2.11.0/dotnetdoc/xrefmap.yml              | 61752 +++++++++----------
 releases/2.3.0/cppdoc/annotated.html               |     0
 releases/2.3.0/cppdoc/arrowdown.png                |   Bin
 releases/2.3.0/cppdoc/arrowright.png               |   Bin
 releases/2.3.0/cppdoc/bc_s.png                     |   Bin
 releases/2.3.0/cppdoc/bdwn.png                     |   Bin
 releases/2.3.0/cppdoc/binary_8h.html               |     0
 releases/2.3.0/cppdoc/binary_8h_source.html        |     0
 releases/2.3.0/cppdoc/binary__consts_8h.html       |     0
 .../2.3.0/cppdoc/binary__consts_8h_source.html     |     0
 releases/2.3.0/cppdoc/binary__containers_8h.html   |     0
 .../2.3.0/cppdoc/binary__containers_8h_source.html |     0
 releases/2.3.0/cppdoc/binary__object_8h.html       |     0
 .../2.3.0/cppdoc/binary__object_8h_source.html     |     0
 releases/2.3.0/cppdoc/binary__raw__reader_8h.html  |     0
 .../cppdoc/binary__raw__reader_8h_source.html      |     0
 releases/2.3.0/cppdoc/binary__raw__writer_8h.html  |     0
 .../cppdoc/binary__raw__writer_8h_source.html      |     0
 releases/2.3.0/cppdoc/binary__reader_8h.html       |     0
 .../2.3.0/cppdoc/binary__reader_8h_source.html     |     0
 releases/2.3.0/cppdoc/binary__type_8h.html         |     0
 releases/2.3.0/cppdoc/binary__type_8h_source.html  |     0
 releases/2.3.0/cppdoc/binary__writer_8h.html       |     0
 .../2.3.0/cppdoc/binary__writer_8h_source.html     |     0
 releases/2.3.0/cppdoc/cache_8h.html                |     0
 releases/2.3.0/cppdoc/cache_8h_source.html         |     0
 releases/2.3.0/cppdoc/cache__entry_8h.html         |     0
 releases/2.3.0/cppdoc/cache__entry_8h_source.html  |     0
 releases/2.3.0/cppdoc/cache__entry__event_8h.html  |     0
 .../cppdoc/cache__entry__event_8h_source.html      |     0
 .../cppdoc/cache__entry__event__filter_8h.html     |     0
 .../cache__entry__event__filter_8h_source.html     |     0
 .../cppdoc/cache__entry__event__listener_8h.html   |     0
 .../cache__entry__event__listener_8h_source.html   |     0
 .../2.3.0/cppdoc/cache__entry__processor_8h.html   |     0
 .../cppdoc/cache__entry__processor_8h_source.html  |     0
 releases/2.3.0/cppdoc/cache__peek__mode_8h.html    |     0
 .../2.3.0/cppdoc/cache__peek__mode_8h_source.html  |     0
 releases/2.3.0/cppdoc/classes.html                 |     0
 .../classignite_1_1ConstReference-members.html     |     0
 .../cppdoc/classignite_1_1ConstReference.html      |     0
 .../2.3.0/cppdoc/classignite_1_1Date-members.html  |     0
 releases/2.3.0/cppdoc/classignite_1_1Date.html     |     0
 .../cppdoc/classignite_1_1Future-members.html      |     0
 releases/2.3.0/cppdoc/classignite_1_1Future.html   |     0
 ...lassignite_1_1Future_3_01void_01_4-members.html |     0
 .../classignite_1_1Future_3_01void_01_4.html       |     0
 .../2.3.0/cppdoc/classignite_1_1Guid-members.html  |     0
 releases/2.3.0/cppdoc/classignite_1_1Guid.html     |     0
 .../cppdoc/classignite_1_1Ignite-members.html      |     0
 releases/2.3.0/cppdoc/classignite_1_1Ignite.html   |     0
 .../classignite_1_1IgniteBinding-members.html      |     0
 .../2.3.0/cppdoc/classignite_1_1IgniteBinding.html |     0
 ...lassignite_1_1IgniteBindingContext-members.html |     0
 .../classignite_1_1IgniteBindingContext.html       |     0
 .../cppdoc/classignite_1_1IgniteError-members.html |     0
 .../2.3.0/cppdoc/classignite_1_1IgniteError.html   |     0
 .../2.3.0/cppdoc/classignite_1_1IgniteError.png    |   Bin
 .../cppdoc/classignite_1_1Ignition-members.html    |     0
 releases/2.3.0/cppdoc/classignite_1_1Ignition.html |     0
 .../cppdoc/classignite_1_1JvmOptions-members.html  |     0
 .../2.3.0/cppdoc/classignite_1_1JvmOptions.html    |     0
 .../cppdoc/classignite_1_1Reference-members.html   |     0
 .../2.3.0/cppdoc/classignite_1_1Reference.html     |     0
 .../2.3.0/cppdoc/classignite_1_1Time-members.html  |     0
 releases/2.3.0/cppdoc/classignite_1_1Time.html     |     0
 .../cppdoc/classignite_1_1Timestamp-members.html   |     0
 .../2.3.0/cppdoc/classignite_1_1Timestamp.html     |     0
 ...ite_1_1binary_1_1BinaryArrayReader-members.html |     0
 ...classignite_1_1binary_1_1BinaryArrayReader.html |     0
 ...ite_1_1binary_1_1BinaryArrayWriter-members.html |     0
 ...classignite_1_1binary_1_1BinaryArrayWriter.html |     0
 ..._1binary_1_1BinaryCollectionReader-members.html |     0
 ...ignite_1_1binary_1_1BinaryCollectionReader.html |     0
 ..._1binary_1_1BinaryCollectionWriter-members.html |     0
 ...ignite_1_1binary_1_1BinaryCollectionWriter.html |     0
 ...gnite_1_1binary_1_1BinaryMapReader-members.html |     0
 .../classignite_1_1binary_1_1BinaryMapReader.html  |     0
 ...gnite_1_1binary_1_1BinaryMapWriter-members.html |     0
 .../classignite_1_1binary_1_1BinaryMapWriter.html  |     0
 ...ssignite_1_1binary_1_1BinaryObject-members.html |     0
 .../classignite_1_1binary_1_1BinaryObject.html     |     0
 ...gnite_1_1binary_1_1BinaryRawReader-members.html |     0
 .../classignite_1_1binary_1_1BinaryRawReader.html  |     0
 ...gnite_1_1binary_1_1BinaryRawWriter-members.html |     0
 .../classignite_1_1binary_1_1BinaryRawWriter.html  |     0
 ...ssignite_1_1binary_1_1BinaryReader-members.html |     0
 .../classignite_1_1binary_1_1BinaryReader.html     |     0
 ...1binary_1_1BinaryStringArrayReader-members.html |     0
 ...gnite_1_1binary_1_1BinaryStringArrayReader.html |     0
 ...1binary_1_1BinaryStringArrayWriter-members.html |     0
 ...gnite_1_1binary_1_1BinaryStringArrayWriter.html |     0
 ...ssignite_1_1binary_1_1BinaryWriter-members.html |     0
 .../classignite_1_1binary_1_1BinaryWriter.html     |     0
 .../classignite_1_1cache_1_1Cache-members.html     |     0
 .../cppdoc/classignite_1_1cache_1_1Cache.html      |     0
 ...classignite_1_1cache_1_1CacheEntry-members.html |     0
 .../cppdoc/classignite_1_1cache_1_1CacheEntry.html |     0
 .../cppdoc/classignite_1_1cache_1_1CacheEntry.png  |   Bin
 ...ignite_1_1cache_1_1CacheEntryEvent-members.html |     0
 .../classignite_1_1cache_1_1CacheEntryEvent.html   |     0
 .../classignite_1_1cache_1_1CacheEntryEvent.png    |   Bin
 ...te_1_1cache_1_1CacheEntryProcessor-members.html |     0
 ...lassignite_1_1cache_1_1CacheEntryProcessor.html |     0
 ...nite_1_1cache_1_1MutableCacheEntry-members.html |     0
 .../classignite_1_1cache_1_1MutableCacheEntry.html |     0
 ..._1_1event_1_1CacheEntryEventFilter-members.html |     0
 ...1_1cache_1_1event_1_1CacheEntryEventFilter.html |     0
 ..._1_1cache_1_1event_1_1CacheEntryEventFilter.png |   Bin
 ..._1event_1_1CacheEntryEventListener-members.html |     0
 ...1cache_1_1event_1_1CacheEntryEventListener.html |     0
 ...e_1_1cache_1_1query_1_1QueryCursor-members.html |     0
 ...assignite_1_1cache_1_1query_1_1QueryCursor.html |     0
 ...ache_1_1query_1_1QueryFieldsCursor-members.html |     0
 ...ite_1_1cache_1_1query_1_1QueryFieldsCursor.html |     0
 ..._1cache_1_1query_1_1QueryFieldsRow-members.html |     0
 ...ignite_1_1cache_1_1query_1_1QueryFieldsRow.html |     0
 ...ite_1_1cache_1_1query_1_1ScanQuery-members.html |     0
 ...classignite_1_1cache_1_1query_1_1ScanQuery.html |     0
 ..._1cache_1_1query_1_1SqlFieldsQuery-members.html |     0
 ...ignite_1_1cache_1_1query_1_1SqlFieldsQuery.html |     0
 ...nite_1_1cache_1_1query_1_1SqlQuery-members.html |     0
 .../classignite_1_1cache_1_1query_1_1SqlQuery.html |     0
 ...ite_1_1cache_1_1query_1_1TextQuery-members.html |     0
 ...classignite_1_1cache_1_1query_1_1TextQuery.html |     0
 ...y_1_1continuous_1_1ContinuousQuery-members.html |     0
 ..._1_1query_1_1continuous_1_1ContinuousQuery.html |     0
 ...ontinuous_1_1ContinuousQueryHandle-members.html |     0
 ...ery_1_1continuous_1_1ContinuousQueryHandle.html |     0
 .../cppdoc/classignite_1_1common_1_1Promise.html   |     0
 .../classignite_1_1compute_1_1Compute-members.html |     0
 .../cppdoc/classignite_1_1compute_1_1Compute.html  |     0
 ...ssignite_1_1compute_1_1ComputeFunc-members.html |     0
 .../classignite_1_1compute_1_1ComputeFunc.html     |     0
 ...he_1_1event_1_1CacheEntryEventFilterHolder.html |     0
 ...ite_1_1transactions_1_1Transaction-members.html |     0
 ...classignite_1_1transactions_1_1Transaction.html |     0
 ...transactions_1_1TransactionMetrics-members.html |     0
 ...nite_1_1transactions_1_1TransactionMetrics.html |     0
 ...te_1_1transactions_1_1Transactions-members.html |     0
 ...lassignite_1_1transactions_1_1Transactions.html |     0
 releases/2.3.0/cppdoc/closed.png                   |   Bin
 releases/2.3.0/cppdoc/compute_8h.html              |     0
 releases/2.3.0/cppdoc/compute_8h_source.html       |     0
 releases/2.3.0/cppdoc/compute__func_8h.html        |     0
 releases/2.3.0/cppdoc/compute__func_8h_source.html |     0
 releases/2.3.0/cppdoc/continuous__query_8h.html    |     0
 .../2.3.0/cppdoc/continuous__query_8h_source.html  |     0
 .../2.3.0/cppdoc/continuous__query__handle_8h.html |     0
 .../continuous__query__handle_8h_source.html       |     0
 releases/2.3.0/cppdoc/date_8h.html                 |     0
 releases/2.3.0/cppdoc/date_8h_source.html          |     0
 .../dir_11fbc4217d50ab21044e5ad6614aede5.html      |     0
 .../dir_13c1d00a1be9b016a133dec12b890b36.html      |     0
 .../dir_1d5505cee217f179c88903b7091c150e.html      |     0
 .../dir_2dedece15635f75054d44afc50ccfbaf.html      |     0
 .../dir_3ea13a7deaf085a2d3c551dce8b68ff3.html      |     0
 .../dir_4e4d22e38ca4e2e8207825ee2d00bc54.html      |     0
 .../dir_70c4f2dc9c34c91dd30b464208cd3c8c.html      |     0
 .../dir_73151ea5884c52b11ec50969c926e1f3.html      |     0
 .../dir_84516225c95b6844f8b87c0f7daf8132.html      |     0
 .../dir_88bd599177f4cc5007b9f053025b0bc5.html      |     0
 .../dir_89e6aceab60817aa630a6f544556b5f7.html      |     0
 .../dir_91ef880c2b12d355e87d8c01b90755f3.html      |     0
 .../dir_985e469ec48e039817ced4926e3f7372.html      |     0
 .../dir_a589d7fa76191ec48a638b0021c39d11.html      |     0
 .../dir_b98deae7bc3b0ca8b45558e3cfe0065d.html      |     0
 .../dir_bdd9a5d540de89e9fe90efdfc6973a4f.html      |     0
 .../dir_cabbc57be87e7b42e2aa05a6e528b8d7.html      |     0
 .../dir_f18fe8b4ea83e72b6c5f9ba3529386ec.html      |     0
 releases/2.3.0/cppdoc/doc.png                      |   Bin
 releases/2.3.0/cppdoc/doxygen.css                  |     0
 releases/2.3.0/cppdoc/doxygen.png                  |   Bin
 releases/2.3.0/cppdoc/dynsections.js               |     0
 releases/2.3.0/cppdoc/files.html                   |     0
 releases/2.3.0/cppdoc/folderclosed.png             |   Bin
 releases/2.3.0/cppdoc/folderopen.png               |   Bin
 releases/2.3.0/cppdoc/functions.html               |     0
 releases/2.3.0/cppdoc/functions_0x7e.html          |     0
 releases/2.3.0/cppdoc/functions_b.html             |     0
 releases/2.3.0/cppdoc/functions_c.html             |     0
 releases/2.3.0/cppdoc/functions_d.html             |     0
 releases/2.3.0/cppdoc/functions_enum.html          |     0
 releases/2.3.0/cppdoc/functions_eval.html          |     0
 releases/2.3.0/cppdoc/functions_f.html             |     0
 releases/2.3.0/cppdoc/functions_func.html          |     0
 releases/2.3.0/cppdoc/functions_func_0x7e.html     |     0
 releases/2.3.0/cppdoc/functions_func_b.html        |     0
 releases/2.3.0/cppdoc/functions_func_c.html        |     0
 releases/2.3.0/cppdoc/functions_func_d.html        |     0
 releases/2.3.0/cppdoc/functions_func_f.html        |     0
 releases/2.3.0/cppdoc/functions_func_g.html        |     0
 releases/2.3.0/cppdoc/functions_func_h.html        |     0
 releases/2.3.0/cppdoc/functions_func_i.html        |     0
 releases/2.3.0/cppdoc/functions_func_j.html        |     0
 releases/2.3.0/cppdoc/functions_func_l.html        |     0
 releases/2.3.0/cppdoc/functions_func_m.html        |     0
 releases/2.3.0/cppdoc/functions_func_o.html        |     0
 releases/2.3.0/cppdoc/functions_func_p.html        |     0
 releases/2.3.0/cppdoc/functions_func_q.html        |     0
 releases/2.3.0/cppdoc/functions_func_r.html        |     0
 releases/2.3.0/cppdoc/functions_func_s.html        |     0
 releases/2.3.0/cppdoc/functions_func_t.html        |     0
 releases/2.3.0/cppdoc/functions_func_w.html        |     0
 releases/2.3.0/cppdoc/functions_g.html             |     0
 releases/2.3.0/cppdoc/functions_h.html             |     0
 releases/2.3.0/cppdoc/functions_i.html             |     0
 releases/2.3.0/cppdoc/functions_j.html             |     0
 releases/2.3.0/cppdoc/functions_k.html             |     0
 releases/2.3.0/cppdoc/functions_l.html             |     0
 releases/2.3.0/cppdoc/functions_m.html             |     0
 releases/2.3.0/cppdoc/functions_n.html             |     0
 releases/2.3.0/cppdoc/functions_o.html             |     0
 releases/2.3.0/cppdoc/functions_p.html             |     0
 releases/2.3.0/cppdoc/functions_q.html             |     0
 releases/2.3.0/cppdoc/functions_r.html             |     0
 releases/2.3.0/cppdoc/functions_rela.html          |     0
 releases/2.3.0/cppdoc/functions_s.html             |     0
 releases/2.3.0/cppdoc/functions_t.html             |     0
 releases/2.3.0/cppdoc/functions_type.html          |     0
 releases/2.3.0/cppdoc/functions_u.html             |     0
 releases/2.3.0/cppdoc/functions_v.html             |     0
 releases/2.3.0/cppdoc/functions_vars.html          |     0
 releases/2.3.0/cppdoc/functions_w.html             |     0
 releases/2.3.0/cppdoc/future_8h.html               |     0
 releases/2.3.0/cppdoc/future_8h_source.html        |     0
 releases/2.3.0/cppdoc/globals.html                 |     0
 releases/2.3.0/cppdoc/globals_defs.html            |     0
 releases/2.3.0/cppdoc/guid_8h.html                 |     0
 releases/2.3.0/cppdoc/guid_8h_source.html          |     0
 releases/2.3.0/cppdoc/hierarchy.html               |     0
 releases/2.3.0/cppdoc/ignite_8h.html               |     0
 releases/2.3.0/cppdoc/ignite_8h_source.html        |     0
 .../2.3.0/cppdoc/ignite__binding_8h_source.html    |     0
 .../2.3.0/cppdoc/ignite__binding__context_8h.html  |     0
 .../cppdoc/ignite__binding__context_8h_source.html |     0
 .../2.3.0/cppdoc/ignite__configuration_8h.html     |     0
 .../cppdoc/ignite__configuration_8h_source.html    |     0
 releases/2.3.0/cppdoc/ignite__error_8h.html        |     0
 releases/2.3.0/cppdoc/ignite__error_8h_source.html |     0
 releases/2.3.0/cppdoc/ignite_logo.png              |   Bin
 releases/2.3.0/cppdoc/ignition_8h.html             |     0
 releases/2.3.0/cppdoc/ignition_8h_source.html      |     0
 releases/2.3.0/cppdoc/index.html                   |     0
 releases/2.3.0/cppdoc/jquery.js                    |     0
 .../cppdoc/mutable__cache__entry_8h_source.html    |     0
 releases/2.3.0/cppdoc/namespaceignite.html         |     0
 .../2.3.0/cppdoc/namespaceignite_1_1binary.html    |     0
 .../2.3.0/cppdoc/namespaceignite_1_1cache.html     |     0
 .../cppdoc/namespaceignite_1_1cache_1_1event.html  |     0
 .../cppdoc/namespaceignite_1_1cache_1_1query.html  |     0
 ...paceignite_1_1cache_1_1query_1_1continuous.html |     0
 .../cppdoc/namespaceignite_1_1transactions.html    |     0
 releases/2.3.0/cppdoc/namespacemembers.html        |     0
 releases/2.3.0/cppdoc/namespacemembers_func.html   |     0
 releases/2.3.0/cppdoc/namespacemembers_vars.html   |     0
 releases/2.3.0/cppdoc/namespaces.html              |     0
 releases/2.3.0/cppdoc/nav_f.png                    |   Bin
 releases/2.3.0/cppdoc/nav_g.png                    |   Bin
 releases/2.3.0/cppdoc/nav_h.png                    |   Bin
 releases/2.3.0/cppdoc/open.png                     |   Bin
 releases/2.3.0/cppdoc/query_8h.html                |     0
 releases/2.3.0/cppdoc/query_8h_source.html         |     0
 releases/2.3.0/cppdoc/query__cursor_8h.html        |     0
 releases/2.3.0/cppdoc/query__cursor_8h_source.html |     0
 .../2.3.0/cppdoc/query__fields__cursor_8h.html     |     0
 .../cppdoc/query__fields__cursor_8h_source.html    |     0
 releases/2.3.0/cppdoc/query__fields__row_8h.html   |     0
 .../2.3.0/cppdoc/query__fields__row_8h_source.html |     0
 releases/2.3.0/cppdoc/query__scan_8h.html          |     0
 releases/2.3.0/cppdoc/query__scan_8h_source.html   |     0
 releases/2.3.0/cppdoc/query__sql_8h.html           |     0
 releases/2.3.0/cppdoc/query__sql_8h_source.html    |     0
 releases/2.3.0/cppdoc/query__sql__fields_8h.html   |     0
 .../2.3.0/cppdoc/query__sql__fields_8h_source.html |     0
 releases/2.3.0/cppdoc/query__text_8h.html          |     0
 releases/2.3.0/cppdoc/query__text_8h_source.html   |     0
 releases/2.3.0/cppdoc/reference_8h.html            |     0
 releases/2.3.0/cppdoc/reference_8h_source.html     |     0
 releases/2.3.0/cppdoc/search/all_0.html            |     0
 releases/2.3.0/cppdoc/search/all_0.js              |     0
 releases/2.3.0/cppdoc/search/all_1.html            |     0
 releases/2.3.0/cppdoc/search/all_1.js              |     0
 releases/2.3.0/cppdoc/search/all_10.html           |     0
 releases/2.3.0/cppdoc/search/all_10.js             |     0
 releases/2.3.0/cppdoc/search/all_11.html           |     0
 releases/2.3.0/cppdoc/search/all_11.js             |     0
 releases/2.3.0/cppdoc/search/all_12.html           |     0
 releases/2.3.0/cppdoc/search/all_12.js             |     0
 releases/2.3.0/cppdoc/search/all_13.html           |     0
 releases/2.3.0/cppdoc/search/all_13.js             |     0
 releases/2.3.0/cppdoc/search/all_14.html           |     0
 releases/2.3.0/cppdoc/search/all_14.js             |     0
 releases/2.3.0/cppdoc/search/all_15.html           |     0
 releases/2.3.0/cppdoc/search/all_15.js             |     0
 releases/2.3.0/cppdoc/search/all_16.html           |     0
 releases/2.3.0/cppdoc/search/all_16.js             |     0
 releases/2.3.0/cppdoc/search/all_2.html            |     0
 releases/2.3.0/cppdoc/search/all_2.js              |     0
 releases/2.3.0/cppdoc/search/all_3.html            |     0
 releases/2.3.0/cppdoc/search/all_3.js              |     0
 releases/2.3.0/cppdoc/search/all_4.html            |     0
 releases/2.3.0/cppdoc/search/all_4.js              |     0
 releases/2.3.0/cppdoc/search/all_5.html            |     0
 releases/2.3.0/cppdoc/search/all_5.js              |     0
 releases/2.3.0/cppdoc/search/all_6.html            |     0
 releases/2.3.0/cppdoc/search/all_6.js              |     0
 releases/2.3.0/cppdoc/search/all_7.html            |     0
 releases/2.3.0/cppdoc/search/all_7.js              |     0
 releases/2.3.0/cppdoc/search/all_8.html            |     0
 releases/2.3.0/cppdoc/search/all_8.js              |     0
 releases/2.3.0/cppdoc/search/all_9.html            |     0
 releases/2.3.0/cppdoc/search/all_9.js              |     0
 releases/2.3.0/cppdoc/search/all_a.html            |     0
 releases/2.3.0/cppdoc/search/all_a.js              |     0
 releases/2.3.0/cppdoc/search/all_b.html            |     0
 releases/2.3.0/cppdoc/search/all_b.js              |     0
 releases/2.3.0/cppdoc/search/all_c.html            |     0
 releases/2.3.0/cppdoc/search/all_c.js              |     0
 releases/2.3.0/cppdoc/search/all_d.html            |     0
 releases/2.3.0/cppdoc/search/all_d.js              |     0
 releases/2.3.0/cppdoc/search/all_e.html            |     0
 releases/2.3.0/cppdoc/search/all_e.js              |     0
 releases/2.3.0/cppdoc/search/all_f.html            |     0
 releases/2.3.0/cppdoc/search/all_f.js              |     0
 releases/2.3.0/cppdoc/search/classes_0.html        |     0
 releases/2.3.0/cppdoc/search/classes_0.js          |     0
 releases/2.3.0/cppdoc/search/classes_1.html        |     0
 releases/2.3.0/cppdoc/search/classes_1.js          |     0
 releases/2.3.0/cppdoc/search/classes_2.html        |     0
 releases/2.3.0/cppdoc/search/classes_2.js          |     0
 releases/2.3.0/cppdoc/search/classes_3.html        |     0
 releases/2.3.0/cppdoc/search/classes_3.js          |     0
 releases/2.3.0/cppdoc/search/classes_4.html        |     0
 releases/2.3.0/cppdoc/search/classes_4.js          |     0
 releases/2.3.0/cppdoc/search/classes_5.html        |     0
 releases/2.3.0/cppdoc/search/classes_5.js          |     0
 releases/2.3.0/cppdoc/search/classes_6.html        |     0
 releases/2.3.0/cppdoc/search/classes_6.js          |     0
 releases/2.3.0/cppdoc/search/classes_7.html        |     0
 releases/2.3.0/cppdoc/search/classes_7.js          |     0
 releases/2.3.0/cppdoc/search/classes_8.html        |     0
 releases/2.3.0/cppdoc/search/classes_8.js          |     0
 releases/2.3.0/cppdoc/search/classes_9.html        |     0
 releases/2.3.0/cppdoc/search/classes_9.js          |     0
 releases/2.3.0/cppdoc/search/classes_a.html        |     0
 releases/2.3.0/cppdoc/search/classes_a.js          |     0
 releases/2.3.0/cppdoc/search/classes_b.html        |     0
 releases/2.3.0/cppdoc/search/classes_b.js          |     0
 releases/2.3.0/cppdoc/search/classes_c.html        |     0
 releases/2.3.0/cppdoc/search/classes_c.js          |     0
 releases/2.3.0/cppdoc/search/close.png             |   Bin
 releases/2.3.0/cppdoc/search/defines_0.html        |     0
 releases/2.3.0/cppdoc/search/defines_0.js          |     0
 releases/2.3.0/cppdoc/search/enums_0.html          |     0
 releases/2.3.0/cppdoc/search/enums_0.js            |     0
 releases/2.3.0/cppdoc/search/enumvalues_0.html     |     0
 releases/2.3.0/cppdoc/search/enumvalues_0.js       |     0
 releases/2.3.0/cppdoc/search/enumvalues_1.html     |     0
 releases/2.3.0/cppdoc/search/enumvalues_1.js       |     0
 releases/2.3.0/cppdoc/search/enumvalues_2.html     |     0
 releases/2.3.0/cppdoc/search/enumvalues_2.js       |     0
 releases/2.3.0/cppdoc/search/enumvalues_3.html     |     0
 releases/2.3.0/cppdoc/search/enumvalues_3.js       |     0
 releases/2.3.0/cppdoc/search/enumvalues_4.html     |     0
 releases/2.3.0/cppdoc/search/enumvalues_4.js       |     0
 releases/2.3.0/cppdoc/search/enumvalues_5.html     |     0
 releases/2.3.0/cppdoc/search/enumvalues_5.js       |     0
 releases/2.3.0/cppdoc/search/enumvalues_6.html     |     0
 releases/2.3.0/cppdoc/search/enumvalues_6.js       |     0
 releases/2.3.0/cppdoc/search/enumvalues_7.html     |     0
 releases/2.3.0/cppdoc/search/enumvalues_7.js       |     0
 releases/2.3.0/cppdoc/search/enumvalues_8.html     |     0
 releases/2.3.0/cppdoc/search/enumvalues_8.js       |     0
 releases/2.3.0/cppdoc/search/enumvalues_9.html     |     0
 releases/2.3.0/cppdoc/search/enumvalues_9.js       |     0
 releases/2.3.0/cppdoc/search/enumvalues_a.html     |     0
 releases/2.3.0/cppdoc/search/enumvalues_a.js       |     0
 releases/2.3.0/cppdoc/search/enumvalues_b.html     |     0
 releases/2.3.0/cppdoc/search/enumvalues_b.js       |     0
 releases/2.3.0/cppdoc/search/files_0.html          |     0
 releases/2.3.0/cppdoc/search/files_0.js            |     0
 releases/2.3.0/cppdoc/search/files_1.html          |     0
 releases/2.3.0/cppdoc/search/files_1.js            |     0
 releases/2.3.0/cppdoc/search/files_2.html          |     0
 releases/2.3.0/cppdoc/search/files_2.js            |     0
 releases/2.3.0/cppdoc/search/files_3.html          |     0
 releases/2.3.0/cppdoc/search/files_3.js            |     0
 releases/2.3.0/cppdoc/search/files_4.html          |     0
 releases/2.3.0/cppdoc/search/files_4.js            |     0
 releases/2.3.0/cppdoc/search/files_5.html          |     0
 releases/2.3.0/cppdoc/search/files_5.js            |     0
 releases/2.3.0/cppdoc/search/files_6.html          |     0
 releases/2.3.0/cppdoc/search/files_6.js            |     0
 releases/2.3.0/cppdoc/search/files_7.html          |     0
 releases/2.3.0/cppdoc/search/files_7.js            |     0
 releases/2.3.0/cppdoc/search/files_8.html          |     0
 releases/2.3.0/cppdoc/search/files_8.js            |     0
 releases/2.3.0/cppdoc/search/functions_0.html      |     0
 releases/2.3.0/cppdoc/search/functions_0.js        |     0
 releases/2.3.0/cppdoc/search/functions_1.html      |     0
 releases/2.3.0/cppdoc/search/functions_1.js        |     0
 releases/2.3.0/cppdoc/search/functions_10.html     |     0
 releases/2.3.0/cppdoc/search/functions_10.js       |     0
 releases/2.3.0/cppdoc/search/functions_11.html     |     0
 releases/2.3.0/cppdoc/search/functions_11.js       |     0
 releases/2.3.0/cppdoc/search/functions_12.html     |     0
 releases/2.3.0/cppdoc/search/functions_12.js       |     0
 releases/2.3.0/cppdoc/search/functions_2.html      |     0
 releases/2.3.0/cppdoc/search/functions_2.js        |     0
 releases/2.3.0/cppdoc/search/functions_3.html      |     0
 releases/2.3.0/cppdoc/search/functions_3.js        |     0
 releases/2.3.0/cppdoc/search/functions_4.html      |     0
 releases/2.3.0/cppdoc/search/functions_4.js        |     0
 releases/2.3.0/cppdoc/search/functions_5.html      |     0
 releases/2.3.0/cppdoc/search/functions_5.js        |     0
 releases/2.3.0/cppdoc/search/functions_6.html      |     0
 releases/2.3.0/cppdoc/search/functions_6.js        |     0
 releases/2.3.0/cppdoc/search/functions_7.html      |     0
 releases/2.3.0/cppdoc/search/functions_7.js        |     0
 releases/2.3.0/cppdoc/search/functions_8.html      |     0
 releases/2.3.0/cppdoc/search/functions_8.js        |     0
 releases/2.3.0/cppdoc/search/functions_9.html      |     0
 releases/2.3.0/cppdoc/search/functions_9.js        |     0
 releases/2.3.0/cppdoc/search/functions_a.html      |     0
 releases/2.3.0/cppdoc/search/functions_a.js        |     0
 releases/2.3.0/cppdoc/search/functions_b.html      |     0
 releases/2.3.0/cppdoc/search/functions_b.js        |     0
 releases/2.3.0/cppdoc/search/functions_c.html      |     0
 releases/2.3.0/cppdoc/search/functions_c.js        |     0
 releases/2.3.0/cppdoc/search/functions_d.html      |     0
 releases/2.3.0/cppdoc/search/functions_d.js        |     0
 releases/2.3.0/cppdoc/search/functions_e.html      |     0
 releases/2.3.0/cppdoc/search/functions_e.js        |     0
 releases/2.3.0/cppdoc/search/functions_f.html      |     0
 releases/2.3.0/cppdoc/search/functions_f.js        |     0
 releases/2.3.0/cppdoc/search/mag_sel.png           |   Bin
 releases/2.3.0/cppdoc/search/namespaces_0.html     |     0
 releases/2.3.0/cppdoc/search/namespaces_0.js       |     0
 releases/2.3.0/cppdoc/search/nomatches.html        |     0
 releases/2.3.0/cppdoc/search/pages_0.html          |     0
 releases/2.3.0/cppdoc/search/pages_0.js            |     0
 releases/2.3.0/cppdoc/search/related_0.html        |     0
 releases/2.3.0/cppdoc/search/related_0.js          |     0
 releases/2.3.0/cppdoc/search/search.css            |     0
 releases/2.3.0/cppdoc/search/search.js             |     0
 releases/2.3.0/cppdoc/search/search_l.png          |   Bin
 releases/2.3.0/cppdoc/search/search_m.png          |   Bin
 releases/2.3.0/cppdoc/search/search_r.png          |   Bin
 releases/2.3.0/cppdoc/search/searchdata.js         |     0
 releases/2.3.0/cppdoc/search/typedefs_0.html       |     0
 releases/2.3.0/cppdoc/search/typedefs_0.js         |     0
 releases/2.3.0/cppdoc/search/typedefs_1.html       |     0
 releases/2.3.0/cppdoc/search/typedefs_1.js         |     0
 releases/2.3.0/cppdoc/search/variables_0.html      |     0
 releases/2.3.0/cppdoc/search/variables_0.js        |     0
 releases/2.3.0/cppdoc/search/variables_1.html      |     0
 releases/2.3.0/cppdoc/search/variables_1.js        |     0
 releases/2.3.0/cppdoc/search/variables_2.html      |     0
 releases/2.3.0/cppdoc/search/variables_2.js        |     0
 releases/2.3.0/cppdoc/search/variables_3.html      |     0
 releases/2.3.0/cppdoc/search/variables_3.js        |     0
 releases/2.3.0/cppdoc/search/variables_4.html      |     0
 releases/2.3.0/cppdoc/search/variables_4.js        |     0
 releases/2.3.0/cppdoc/search/variables_5.html      |     0
 releases/2.3.0/cppdoc/search/variables_5.js        |     0
 releases/2.3.0/cppdoc/search/variables_6.html      |     0
 releases/2.3.0/cppdoc/search/variables_6.js        |     0
 releases/2.3.0/cppdoc/search/variables_7.html      |     0
 releases/2.3.0/cppdoc/search/variables_7.js        |     0
 releases/2.3.0/cppdoc/splitbar.png                 |   Bin
 ...tructignite_1_1IgniteConfiguration-members.html |     0
 .../structignite_1_1IgniteConfiguration.html       |     0
 .../structignite_1_1binary_1_1BinaryType.html      |     0
 ...nary_1_1BinaryType_3_01T_01_5_01_4-members.html |     0
 ...te_1_1binary_1_1BinaryType_3_01T_01_5_01_4.html |     0
 ...ignite_1_1binary_1_1CollectionType-members.html |     0
 .../structignite_1_1binary_1_1CollectionType.html  |     0
 .../structignite_1_1binary_1_1MapType-members.html |     0
 .../cppdoc/structignite_1_1binary_1_1MapType.html  |     0
 ...ctignite_1_1cache_1_1CachePeekMode-members.html |     0
 .../structignite_1_1cache_1_1CachePeekMode.html    |     0
 ...sactions_1_1TransactionConcurrency-members.html |     0
 ..._1_1transactions_1_1TransactionConcurrency.html |     0
 ...ansactions_1_1TransactionIsolation-members.html |     0
 ...te_1_1transactions_1_1TransactionIsolation.html |     0
 ..._1transactions_1_1TransactionState-members.html |     0
 ...ignite_1_1transactions_1_1TransactionState.html |     0
 releases/2.3.0/cppdoc/sync_off.png                 |   Bin
 releases/2.3.0/cppdoc/sync_on.png                  |   Bin
 releases/2.3.0/cppdoc/tab_a.png                    |   Bin
 releases/2.3.0/cppdoc/tab_b.png                    |   Bin
 releases/2.3.0/cppdoc/tab_h.png                    |   Bin
 releases/2.3.0/cppdoc/tab_s.png                    |   Bin
 releases/2.3.0/cppdoc/tabs.css                     |     0
 releases/2.3.0/cppdoc/time_8h.html                 |     0
 releases/2.3.0/cppdoc/time_8h_source.html          |     0
 releases/2.3.0/cppdoc/timestamp_8h.html            |     0
 releases/2.3.0/cppdoc/timestamp_8h_source.html     |     0
 releases/2.3.0/cppdoc/transaction_8h.html          |     0
 releases/2.3.0/cppdoc/transaction_8h_source.html   |     0
 releases/2.3.0/cppdoc/transaction__consts_8h.html  |     0
 .../cppdoc/transaction__consts_8h_source.html      |     0
 releases/2.3.0/cppdoc/transaction__metrics_8h.html |     0
 .../cppdoc/transaction__metrics_8h_source.html     |     0
 releases/2.3.0/cppdoc/transactions_8h.html         |     0
 releases/2.3.0/cppdoc/transactions_8h_source.html  |     0
 ...he.Ignite.AspNet.IgniteOutputCacheProvider.html |   704 +-
 ...ite.AspNet.IgniteSessionStateStoreProvider.html |  1400 +-
 .../api/Apache.Ignite.AspNet.IgniteWebUtils.html   |   354 +-
 .../2.3.0/dotnetdoc/api/Apache.Ignite.AspNet.html  |   250 +-
 ...e.Ignite.Core.Binary.BinaryBasicNameMapper.html |   534 +-
 ...che.Ignite.Core.Binary.BinaryConfiguration.html |   842 +-
 ...e.Ignite.Core.Binary.BinaryObjectException.html |   588 +-
 ...ite.Core.Binary.BinaryReflectiveSerializer.html |   540 +-
 ...Ignite.Core.Binary.BinaryTypeConfiguration.html |   848 +-
 .../Apache.Ignite.Core.Binary.BinaryTypeNames.html |  1716 +-
 .../Apache.Ignite.Core.Binary.IBinarizable.html    |   410 +-
 .../api/Apache.Ignite.Core.Binary.IBinary.html     |  1416 +-
 .../Apache.Ignite.Core.Binary.IBinaryIdMapper.html |   420 +-
 ...pache.Ignite.Core.Binary.IBinaryNameMapper.html |   410 +-
 .../Apache.Ignite.Core.Binary.IBinaryObject.html   |   704 +-
 ...he.Ignite.Core.Binary.IBinaryObjectBuilder.html |  3306 +-
 ...Apache.Ignite.Core.Binary.IBinaryRawReader.html |  1920 +-
 ...Apache.Ignite.Core.Binary.IBinaryRawWriter.html |  1870 +-
 .../Apache.Ignite.Core.Binary.IBinaryReader.html   |  3006 +-
 ...pache.Ignite.Core.Binary.IBinarySerializer.html |   370 +-
 .../api/Apache.Ignite.Core.Binary.IBinaryType.html |   610 +-
 .../Apache.Ignite.Core.Binary.IBinaryWriter.html   |  2216 +-
 ...ache.Ignite.Core.Binary.TimestampAttribute.html |   556 +-
 .../dotnetdoc/api/Apache.Ignite.Core.Binary.html   |   318 +-
 ...e.Core.Cache.Affinity.AffinityFunctionBase.html |   680 +-
 ...ore.Cache.Affinity.AffinityFunctionContext.html |   576 +-
 ...che.Ignite.Core.Cache.Affinity.AffinityKey.html |   998 +-
 ....Cache.Affinity.AffinityKeyMappedAttribute.html |   556 +-
 ...ore.Cache.Affinity.AffinityTopologyVersion.html |   898 +-
 ...nite.Core.Cache.Affinity.IAffinityFunction.html |   510 +-
 ...nity.Rendezvous.RendezvousAffinityFunction.html |   358 +-
 ...ache.Ignite.Core.Cache.Affinity.Rendezvous.html |   242 +-
 .../api/Apache.Ignite.Core.Cache.Affinity.html     |   270 +-
 ...re.Cache.CacheAtomicUpdateTimeoutException.html |   590 +-
 ...te.Core.Cache.CacheEntryProcessorException.html |   638 +-
 .../Apache.Ignite.Core.Cache.CacheException.html   |   594 +-
 ...ite.Core.Cache.CachePartialUpdateException.html |   788 +-
 .../Apache.Ignite.Core.Cache.CachePeekMode.html    |   318 +-
 .../Apache.Ignite.Core.Cache.CacheResult-1.html    |   874 +-
 ...ore.Cache.Configuration.CacheAtomicityMode.html |   286 +-
 ...ore.Cache.Configuration.CacheConfiguration.html |  3758 +-
 ....Ignite.Core.Cache.Configuration.CacheMode.html |   294 +-
 ...ore.Cache.Configuration.CacheRebalanceMode.html |   294 +-
 ...onfiguration.CacheWriteSynchronizationMode.html |   294 +-
 ...e.Cache.Configuration.DataPageEvictionMode.html |   294 +-
 ...re.Cache.Configuration.MemoryConfiguration.html |   834 +-
 ...he.Configuration.MemoryPolicyConfiguration.html |  1056 +-
 ...Cache.Configuration.NearCacheConfiguration.html |   468 +-
 ...re.Cache.Configuration.PartitionLossPolicy.html |   310 +-
 ...Ignite.Core.Cache.Configuration.QueryAlias.html |   480 +-
 ...gnite.Core.Cache.Configuration.QueryEntity.html |   898 +-
 ...Ignite.Core.Cache.Configuration.QueryField.html |   678 +-
 ...Ignite.Core.Cache.Configuration.QueryIndex.html |   790 +-
 ...e.Core.Cache.Configuration.QueryIndexField.html |   530 +-
 ...te.Core.Cache.Configuration.QueryIndexType.html |   294 +-
 ...Cache.Configuration.QuerySqlFieldAttribute.html |   856 +-
 ...ache.Configuration.QueryTextFieldAttribute.html |   606 +-
 .../Apache.Ignite.Core.Cache.Configuration.html    |   314 +-
 ...gnite.Core.Cache.Event.CacheEntryEventType.html |   294 +-
 ...Ignite.Core.Cache.Event.ICacheEntryEvent-2.html |   490 +-
 ....Core.Cache.Event.ICacheEntryEventFilter-2.html |   368 +-
 ...ore.Cache.Event.ICacheEntryEventListener-2.html |   338 +-
 .../api/Apache.Ignite.Core.Cache.Event.html        |   258 +-
 ...ite.Core.Cache.Eviction.EvictionPolicyBase.html |   602 +-
 ...ite.Core.Cache.Eviction.FifoEvictionPolicy.html |   358 +-
 ...Ignite.Core.Cache.Eviction.IEvictionPolicy.html |   246 +-
 ...nite.Core.Cache.Eviction.LruEvictionPolicy.html |   358 +-
 .../api/Apache.Ignite.Core.Cache.Eviction.html     |   258 +-
 ...ache.Ignite.Core.Cache.Expiry.ExpiryPolicy.html |   536 +-
 ...che.Ignite.Core.Cache.Expiry.IExpiryPolicy.html |   388 +-
 .../api/Apache.Ignite.Core.Cache.Expiry.html       |   250 +-
 .../api/Apache.Ignite.Core.Cache.ICache-2.html     |  6868 +--
 .../Apache.Ignite.Core.Cache.ICacheAffinity.html   |  1698 +-
 .../Apache.Ignite.Core.Cache.ICacheEntry-2.html    |   380 +-
 ...ache.Ignite.Core.Cache.ICacheEntryFilter-2.html |   368 +-
 ...e.Ignite.Core.Cache.ICacheEntryProcessor-4.html |   394 +-
 ...te.Core.Cache.ICacheEntryProcessorResult-2.html |   380 +-
 .../api/Apache.Ignite.Core.Cache.ICacheLock.html   |   420 +-
 .../Apache.Ignite.Core.Cache.ICacheMetrics.html    |  3102 +-
 .../Apache.Ignite.Core.Cache.IMemoryMetrics.html   |   526 +-
 ...che.Ignite.Core.Cache.IMutableCacheEntry-2.html |   418 +-
 ...e.Cache.Query.Continuous.ContinuousQuery-2.html |   886 +-
 ...ore.Cache.Query.Continuous.ContinuousQuery.html |   462 +-
 ...Query.Continuous.ContinuousQueryExtensions.html |   426 +-
 ....Query.Continuous.IContinuousQueryHandle-1.html |   338 +-
 ...he.Query.Continuous.IContinuousQueryHandle.html |   258 +-
 .../Apache.Ignite.Core.Cache.Query.Continuous.html |   262 +-
 ...che.Ignite.Core.Cache.Query.IQueryCursor-1.html |   344 +-
 .../Apache.Ignite.Core.Cache.Query.QueryBase.html  |   474 +-
 ...Apache.Ignite.Core.Cache.Query.ScanQuery-2.html |   512 +-
 ...che.Ignite.Core.Cache.Query.SqlFieldsQuery.html |  1044 +-
 .../Apache.Ignite.Core.Cache.Query.SqlQuery.html   |   956 +-
 .../Apache.Ignite.Core.Cache.Query.TextQuery.html  |   684 +-
 .../api/Apache.Ignite.Core.Cache.Query.html        |   266 +-
 ...ache.Store.CacheParallelLoadStoreAdapter-3.html |  1098 +-
 ...gnite.Core.Cache.Store.CacheStoreAdapter-2.html |   850 +-
 ...gnite.Core.Cache.Store.CacheStoreException.html |   590 +-
 ...ache.Ignite.Core.Cache.Store.ICacheStore-2.html |  1008 +-
 ...Apache.Ignite.Core.Cache.Store.ICacheStore.html |   246 +-
 ...Ignite.Core.Cache.Store.ICacheStoreSession.html |   342 +-
 .../api/Apache.Ignite.Core.Cache.Store.html        |   266 +-
 .../dotnetdoc/api/Apache.Ignite.Core.Cache.html    |   314 +-
 ...te.Core.Cluster.ClusterGroupEmptyException.html |   588 +-
 ...nite.Core.Cluster.ClusterTopologyException.html |   588 +-
 .../api/Apache.Ignite.Core.Cluster.ICluster.html   |   806 +-
 .../Apache.Ignite.Core.Cluster.IClusterGroup.html  |  1834 +-
 ...Apache.Ignite.Core.Cluster.IClusterMetrics.html |  2826 +-
 .../Apache.Ignite.Core.Cluster.IClusterNode.html   |   898 +-
 ...che.Ignite.Core.Cluster.IClusterNodeFilter.html |   330 +-
 .../dotnetdoc/api/Apache.Ignite.Core.Cluster.html  |   270 +-
 ...te.Core.Common.ClientDisconnectedException.html |   648 +-
 ...Apache.Ignite.Core.Common.ExceptionFactory.html |   340 +-
 .../api/Apache.Ignite.Core.Common.IFactory-1.html  |   326 +-
 .../Apache.Ignite.Core.Common.IgniteException.html |   626 +-
 ...Core.Common.IgniteFutureCancelledException.html |   588 +-
 .../api/Apache.Ignite.Core.Common.IgniteGuid.html  |   898 +-
 .../Apache.Ignite.Core.Common.JavaException.html   |   896 +-
 .../dotnetdoc/api/Apache.Ignite.Core.Common.html   |   278 +-
 ...gnite.Core.Communication.ICommunicationSpi.html |   246 +-
 ...Core.Communication.Tcp.TcpCommunicationSpi.html |  1702 +-
 .../api/Apache.Ignite.Core.Communication.Tcp.html  |   242 +-
 .../api/Apache.Ignite.Core.Communication.html      |   242 +-
 ....Compute.ComputeExecutionRejectedException.html |   588 +-
 ...he.Ignite.Core.Compute.ComputeJobAdapter-1.html |   692 +-
 ...e.Core.Compute.ComputeJobFailoverException.html |   588 +-
 ...Ignite.Core.Compute.ComputeJobResultPolicy.html |   294 +-
 ...e.Ignite.Core.Compute.ComputeTaskAdapter-3.html |   632 +-
 ...Core.Compute.ComputeTaskCancelledException.html |   588 +-
 ....Compute.ComputeTaskNoResultCacheAttribute.html |   556 +-
 ...ite.Core.Compute.ComputeTaskSplitAdapter-3.html |   604 +-
 ...e.Core.Compute.ComputeTaskTimeoutException.html |   588 +-
 ...ore.Compute.ComputeUserUndeclaredException.html |   588 +-
 .../api/Apache.Ignite.Core.Compute.ICompute.html   |  6790 +-
 .../Apache.Ignite.Core.Compute.IComputeAction.html |   266 +-
 .../Apache.Ignite.Core.Compute.IComputeFunc-1.html |   326 +-
 .../Apache.Ignite.Core.Compute.IComputeFunc-2.html |   368 +-
 .../Apache.Ignite.Core.Compute.IComputeJob-1.html  |   342 +-
 ...he.Ignite.Core.Compute.IComputeJobResult-1.html |   510 +-
 ...ache.Ignite.Core.Compute.IComputeReducer-2.html |   414 +-
 .../Apache.Ignite.Core.Compute.IComputeTask-2.html |   308 +-
 .../Apache.Ignite.Core.Compute.IComputeTask-3.html |   556 +-
 .../dotnetdoc/api/Apache.Ignite.Core.Compute.html  |   322 +-
 ...te.Core.Configuration.CheckpointWriteOrder.html |   286 +-
 ...Configuration.ClientConnectorConfiguration.html |   964 +-
 ...te.Core.Configuration.DataPageEvictionMode.html |   294 +-
 ...Core.Configuration.DataRegionConfiguration.html |  1192 +-
 ...ore.Configuration.DataStorageConfiguration.html |  2496 +-
 ...re.Configuration.SqlConnectorConfiguration.html |   964 +-
 .../Apache.Ignite.Core.Configuration.WalMode.html  |   302 +-
 .../api/Apache.Ignite.Core.Configuration.html      |   270 +-
 ...ructures.Configuration.AtomicConfiguration.html |   602 +-
 ...e.Ignite.Core.DataStructures.Configuration.html |   242 +-
 ...che.Ignite.Core.DataStructures.IAtomicLong.html |   750 +-
 ...ite.Core.DataStructures.IAtomicReference-1.html |   578 +-
 ...Ignite.Core.DataStructures.IAtomicSequence.html |   580 +-
 .../api/Apache.Ignite.Core.DataStructures.html     |   250 +-
 ...gnite.Core.Datastream.DataStreamerDefaults.html |   440 +-
 ...che.Ignite.Core.Datastream.IDataStreamer-2.html |  1214 +-
 ...e.Ignite.Core.Datastream.IStreamReceiver-2.html |   348 +-
 ...Ignite.Core.Datastream.StreamTransformer-4.html |   492 +-
 ...che.Ignite.Core.Datastream.StreamVisitor-2.html |   476 +-
 .../api/Apache.Ignite.Core.Datastream.html         |   262 +-
 ...te.Core.Deployment.PeerAssemblyLoadingMode.html |   286 +-
 .../api/Apache.Ignite.Core.Deployment.html         |   242 +-
 ...Apache.Ignite.Core.Discovery.IDiscoverySpi.html |   246 +-
 ...e.Core.Discovery.Tcp.ITcpDiscoveryIpFinder.html |   246 +-
 ...cp.Multicast.TcpDiscoveryMulticastIpFinder.html |   872 +-
 ...Apache.Ignite.Core.Discovery.Tcp.Multicast.html |   242 +-
 ...very.Tcp.Static.TcpDiscoveryStaticIpFinder.html |   456 +-
 .../Apache.Ignite.Core.Discovery.Tcp.Static.html   |   242 +-
 ...ore.Discovery.Tcp.TcpDiscoveryIpFinderBase.html |   484 +-
 ....Ignite.Core.Discovery.Tcp.TcpDiscoverySpi.html |  1568 +-
 .../api/Apache.Ignite.Core.Discovery.Tcp.html      |   254 +-
 .../api/Apache.Ignite.Core.Discovery.html          |   242 +-
 .../api/Apache.Ignite.Core.Events.CacheEvent.html  |  1040 +-
 ...Ignite.Core.Events.CacheQueryExecutedEvent.html |   718 +-
 ...che.Ignite.Core.Events.CacheQueryReadEvent.html |   902 +-
 ...e.Ignite.Core.Events.CacheRebalancingEvent.html |   718 +-
 .../Apache.Ignite.Core.Events.CheckpointEvent.html |   488 +-
 .../Apache.Ignite.Core.Events.DiscoveryEvent.html  |   580 +-
 .../api/Apache.Ignite.Core.Events.EventBase.html   |  1100 +-
 .../api/Apache.Ignite.Core.Events.EventType.html   |  2974 +-
 .../api/Apache.Ignite.Core.Events.IEvent.html      |   622 +-
 .../Apache.Ignite.Core.Events.IEventFilter-1.html  |   360 +-
 ...Apache.Ignite.Core.Events.IEventListener-1.html |   360 +-
 ...Apache.Ignite.Core.Events.IEventStorageSpi.html |   246 +-
 .../api/Apache.Ignite.Core.Events.IEvents.html     |  2606 +-
 .../api/Apache.Ignite.Core.Events.JobEvent.html    |   718 +-
 ...he.Ignite.Core.Events.LocalEventListener-1.html |   392 +-
 ...ache.Ignite.Core.Events.LocalEventListener.html |   376 +-
 ...e.Ignite.Core.Events.MemoryEventStorageSpi.html |   528 +-
 ...che.Ignite.Core.Events.NoopEventStorageSpi.html |   320 +-
 .../api/Apache.Ignite.Core.Events.TaskEvent.html   |   672 +-
 .../dotnetdoc/api/Apache.Ignite.Core.Events.html   |   318 +-
 .../api/Apache.Ignite.Core.IDataRegionMetrics.html |   526 +-
 .../Apache.Ignite.Core.IDataStorageMetrics.html    |   802 +-
 .../dotnetdoc/api/Apache.Ignite.Core.IIgnite.html  |  3402 +-
 .../Apache.Ignite.Core.IgniteConfiguration.html    |  4068 +-
 ...che.Ignite.Core.IgniteConfigurationSection.html |   742 +-
 .../dotnetdoc/api/Apache.Ignite.Core.Ignition.html |  1326 +-
 ...Apache.Ignite.Core.Interop.IPlatformTarget.html |  1260 +-
 .../api/Apache.Ignite.Core.Interop.JavaObject.html |   522 +-
 .../dotnetdoc/api/Apache.Ignite.Core.Interop.html  |   250 +-
 ...te.Core.Lifecycle.ClientReconnectEventArgs.html |   416 +-
 ...he.Ignite.Core.Lifecycle.ILifecycleHandler.html |   300 +-
 ...e.Ignite.Core.Lifecycle.LifecycleEventType.html |   302 +-
 .../api/Apache.Ignite.Core.Lifecycle.html          |   258 +-
 .../api/Apache.Ignite.Core.Log.CategoryLogger.html |   730 +-
 .../api/Apache.Ignite.Core.Log.ILogger.html        |   592 +-
 .../api/Apache.Ignite.Core.Log.LogLevel.html       |   310 +-
 .../Apache.Ignite.Core.Log.LoggerExtensions.html   |  2118 +-
 .../dotnetdoc/api/Apache.Ignite.Core.Log.html      |   262 +-
 ...e.Ignite.Core.Messaging.IMessageListener-1.html |   370 +-
 .../Apache.Ignite.Core.Messaging.IMessaging.html   |  1040 +-
 .../api/Apache.Ignite.Core.Messaging.html          |   246 +-
 ....Core.PersistentStore.CheckpointWriteOrder.html |   286 +-
 ...re.PersistentStore.IPersistentStoreMetrics.html |   802 +-
 ...rsistentStore.PersistentStoreConfiguration.html |  2002 +-
 ...Apache.Ignite.Core.PersistentStore.WalMode.html |   302 +-
 .../api/Apache.Ignite.Core.PersistentStore.html    |   262 +-
 ...ore.Plugin.Cache.ICachePluginConfiguration.html |   350 +-
 .../api/Apache.Ignite.Core.Plugin.Cache.html       |   242 +-
 ...he.Ignite.Core.Plugin.IPluginConfiguration.html |   350 +-
 ...Apache.Ignite.Core.Plugin.IPluginContext-1.html |   672 +-
 ...pache.Ignite.Core.Plugin.IPluginProvider-1.html |   618 +-
 .../Apache.Ignite.Core.Plugin.PluginCallback.html  |   320 +-
 ...Ignite.Core.Plugin.PluginNotFoundException.html |   586 +-
 ...te.Core.Plugin.PluginProviderTypeAttribute.html |   660 +-
 .../dotnetdoc/api/Apache.Ignite.Core.Plugin.html   |   270 +-
 ...te.Core.Resource.InstanceResourceAttribute.html |   556 +-
 ...ore.Resource.StoreSessionResourceAttribute.html |   556 +-
 .../dotnetdoc/api/Apache.Ignite.Core.Resource.html |   246 +-
 .../api/Apache.Ignite.Core.Services.IService.html  |   400 +-
 ...pache.Ignite.Core.Services.IServiceContext.html |   480 +-
 ...he.Ignite.Core.Services.IServiceDescriptor.html |   618 +-
 .../api/Apache.Ignite.Core.Services.IServices.html |  1950 +-
 ....Ignite.Core.Services.ServiceConfiguration.html |   630 +-
 ...e.Core.Services.ServiceDeploymentException.html |   760 +-
 ...e.Core.Services.ServiceInvocationException.html |   760 +-
 .../dotnetdoc/api/Apache.Ignite.Core.Services.html |   270 +-
 ...ache.Ignite.Core.Transactions.ITransaction.html |  1144 +-
 ...nite.Core.Transactions.ITransactionMetrics.html |   434 +-
 ...che.Ignite.Core.Transactions.ITransactions.html |   746 +-
 ...e.Core.Transactions.TransactionConcurrency.html |   286 +-
 ...Core.Transactions.TransactionConfiguration.html |   782 +-
 ....Transactions.TransactionDeadlockException.html |   588 +-
 ...Transactions.TransactionHeuristicException.html |   588 +-
 ...ite.Core.Transactions.TransactionIsolation.html |   294 +-
 ...ransactions.TransactionOptimisticException.html |   588 +-
 ....Transactions.TransactionRollbackException.html |   588 +-
 ....Ignite.Core.Transactions.TransactionState.html |   342 +-
 ...e.Transactions.TransactionTimeoutException.html |   588 +-
 .../api/Apache.Ignite.Core.Transactions.html       |   294 +-
 .../2.3.0/dotnetdoc/api/Apache.Ignite.Core.html    |   266 +-
 ...pache.Ignite.EntityFramework.DbCachingMode.html |   286 +-
 ...che.Ignite.EntityFramework.DbCachingPolicy.html |   654 +-
 .../Apache.Ignite.EntityFramework.DbQueryInfo.html |   446 +-
 ...he.Ignite.EntityFramework.IDbCachingPolicy.html |   580 +-
 ...nite.EntityFramework.IgniteDbConfiguration.html |   970 +-
 .../api/Apache.Ignite.EntityFramework.html         |   266 +-
 .../Apache.Ignite.Linq.CacheLinqExtensions.html    |  1176 +-
 .../api/Apache.Ignite.Linq.CompiledQuery.html      |  1696 +-
 .../Apache.Ignite.Linq.CompiledQueryFunc-1.html    |   340 +-
 .../api/Apache.Ignite.Linq.ICacheQueryable.html    |   438 +-
 .../api/Apache.Ignite.Linq.QueryOptions.html       |   790 +-
 .../2.3.0/dotnetdoc/api/Apache.Ignite.Linq.html    |   266 +-
 .../Apache.Ignite.Log4Net.IgniteLog4NetLogger.html |   664 +-
 .../2.3.0/dotnetdoc/api/Apache.Ignite.Log4Net.html |   242 +-
 .../api/Apache.Ignite.NLog.IgniteNLogLogger.html   |   724 +-
 .../2.3.0/dotnetdoc/api/Apache.Ignite.NLog.html    |   242 +-
 releases/2.3.0/dotnetdoc/api/index.html            |   220 +-
 releases/2.3.0/dotnetdoc/api/toc.html              |  2106 +-
 releases/2.3.0/dotnetdoc/favicon.ico               |   Bin
 .../fonts/glyphicons-halflings-regular.eot         |   Bin
 .../fonts/glyphicons-halflings-regular.svg         |     0
 .../fonts/glyphicons-halflings-regular.ttf         |   Bin
 .../fonts/glyphicons-halflings-regular.woff        |   Bin
 .../fonts/glyphicons-halflings-regular.woff2       |   Bin
 releases/2.3.0/dotnetdoc/images/favicon.ico        |   Bin
 .../2.3.0/dotnetdoc/images/logo_ignite_32_32.png   |   Bin
 releases/2.3.0/dotnetdoc/index.html                |   250 +-
 releases/2.3.0/dotnetdoc/index.json                |  2722 +-
 releases/2.3.0/dotnetdoc/logo.svg                  |    50 +-
 releases/2.3.0/dotnetdoc/manifest.json             |  6758 +-
 releases/2.3.0/dotnetdoc/search-stopwords.json     |   242 +-
 releases/2.3.0/dotnetdoc/styles/docfx.css          |  1788 +-
 releases/2.3.0/dotnetdoc/styles/docfx.js           |  1568 +-
 releases/2.3.0/dotnetdoc/styles/docfx.vendor.css   |  2920 +-
 releases/2.3.0/dotnetdoc/styles/docfx.vendor.js    |    32 +-
 releases/2.3.0/dotnetdoc/styles/lunr.js            |     0
 releases/2.3.0/dotnetdoc/styles/lunr.min.js        |     0
 releases/2.3.0/dotnetdoc/styles/main.css           |     0
 releases/2.3.0/dotnetdoc/styles/main.js            |     2 +-
 releases/2.3.0/dotnetdoc/styles/search-worker.js   |   160 +-
 releases/2.3.0/dotnetdoc/toc.html                  |   240 +-
 releases/2.3.0/dotnetdoc/xrefmap.yml               | 47444 +++++++-------
 releases/2.3.0/javadoc/allclasses-frame.html       |     0
 releases/2.3.0/javadoc/allclasses-noframe.html     |     0
 releases/2.3.0/javadoc/constant-values.html        |     0
 releases/2.3.0/javadoc/deprecated-list.html        |     0
 releases/2.3.0/javadoc/help-doc.html               |     0
 releases/2.3.0/javadoc/img/avg.png                 |   Bin
 releases/2.3.0/javadoc/img/callout_blue.gif        |   Bin
 releases/2.3.0/javadoc/img/callout_yellow.gif      |   Bin
 releases/2.3.0/javadoc/img/cube.gif                |   Bin
 releases/2.3.0/javadoc/img/cube_3.0.gif            |   Bin
 releases/2.3.0/javadoc/img/cube_transparent.gif    |   Bin
 releases/2.3.0/javadoc/img/documentation.gif       |   Bin
 releases/2.3.0/javadoc/img/email_support.gif       |   Bin
 releases/2.3.0/javadoc/img/forums.gif              |   Bin
 releases/2.3.0/javadoc/img/gavg.png                |   Bin
 releases/2.3.0/javadoc/img/gg_30.png               |   Bin
 releases/2.3.0/javadoc/img/gg_30s.png              |   Bin
 .../2.3.0/javadoc/img/gridgain_30c_javadoc_qr.png  |   Bin
 releases/2.3.0/javadoc/img/gridgain_qr.png         |   Bin
 releases/2.3.0/javadoc/img/havg.png                |   Bin
 .../2.3.0/javadoc/img/in_memory_compute_grid.png   |   Bin
 releases/2.3.0/javadoc/img/in_memory_data_grid.png |   Bin
 releases/2.3.0/javadoc/img/issue_tracking.gif      |   Bin
 releases/2.3.0/javadoc/img/javadoc4_logo.png       |   Bin
 releases/2.3.0/javadoc/img/mail_11x11.gif          |   Bin
 releases/2.3.0/javadoc/img/qavg.png                |   Bin
 releases/2.3.0/javadoc/img/search.gif              |   Bin
 releases/2.3.0/javadoc/img/spacer.gif              |   Bin
 releases/2.3.0/javadoc/img/sum.png                 |   Bin
 releases/2.3.0/javadoc/img/wavg.png                |   Bin
 releases/2.3.0/javadoc/index-all.html              |     0
 releases/2.3.0/javadoc/index.html                  |     0
 releases/2.3.0/javadoc/javadoc.css                 |     0
 .../org/apache/ignite/DataRegionMetrics.html       |     0
 .../apache/ignite/DataRegionMetricsAdapter.html    |     0
 .../org/apache/ignite/DataStorageMetrics.html      |     0
 .../apache/ignite/DataStorageMetricsAdapter.html   |     0
 .../2.3.0/javadoc/org/apache/ignite/Ignite.html    |     0
 .../org/apache/ignite/IgniteAtomicLong.html        |     0
 .../org/apache/ignite/IgniteAtomicReference.html   |     0
 .../org/apache/ignite/IgniteAtomicSequence.html    |     0
 .../org/apache/ignite/IgniteAtomicStamped.html     |     0
 .../ignite/IgniteAuthenticationException.html      |     0
 .../javadoc/org/apache/ignite/IgniteBinary.html    |     0
 .../javadoc/org/apache/ignite/IgniteCache.html     |     0
 .../ignite/IgniteCacheRestartingException.html     |     0
 .../org/apache/ignite/IgniteCheckedException.html  |     0
 .../ignite/IgniteClientDisconnectedException.html  |     0
 .../javadoc/org/apache/ignite/IgniteCluster.html   |     0
 .../javadoc/org/apache/ignite/IgniteCompute.html   |     0
 .../javadoc/org/apache/ignite/IgniteCondition.html |     0
 .../org/apache/ignite/IgniteCountDownLatch.html    |     0
 .../org/apache/ignite/IgniteDataStreamer.html      |     0
 .../ignite/IgniteDataStreamerTimeoutException.html |     0
 .../apache/ignite/IgniteDeploymentException.html   |     0
 .../javadoc/org/apache/ignite/IgniteEvents.html    |     0
 .../javadoc/org/apache/ignite/IgniteException.html |     0
 .../org/apache/ignite/IgniteFileSystem.html        |     0
 .../apache/ignite/IgniteIllegalStateException.html |     0
 .../apache/ignite/IgniteInterruptedException.html  |     0
 .../org/apache/ignite/IgniteJdbcDriver.html        |     0
 .../org/apache/ignite/IgniteJdbcThinDriver.html    |     0
 .../javadoc/org/apache/ignite/IgniteLock.html      |     0
 .../javadoc/org/apache/ignite/IgniteLogger.html    |     0
 .../javadoc/org/apache/ignite/IgniteMessaging.html |     0
 .../javadoc/org/apache/ignite/IgniteQueue.html     |     0
 .../javadoc/org/apache/ignite/IgniteScheduler.html |     0
 .../javadoc/org/apache/ignite/IgniteSemaphore.html |     0
 .../javadoc/org/apache/ignite/IgniteServices.html  |     0
 .../2.3.0/javadoc/org/apache/ignite/IgniteSet.html |     0
 .../javadoc/org/apache/ignite/IgniteSpring.html    |     0
 .../org/apache/ignite/IgniteSpringBean.html        |     0
 .../javadoc/org/apache/ignite/IgniteState.html     |     0
 .../org/apache/ignite/IgniteSystemProperties.html  |     0
 .../org/apache/ignite/IgniteTransactions.html      |     0
 .../2.3.0/javadoc/org/apache/ignite/Ignition.html  |     0
 .../org/apache/ignite/IgnitionListener.html        |     0
 .../javadoc/org/apache/ignite/MemoryMetrics.html   |     0
 .../org/apache/ignite/PersistenceMetrics.html      |     0
 .../apache/ignite/binary/BinaryBasicIdMapper.html  |     0
 .../ignite/binary/BinaryBasicNameMapper.html       |     0
 .../ignite/binary/BinaryCollectionFactory.html     |     0
 .../org/apache/ignite/binary/BinaryField.html      |     0
 .../org/apache/ignite/binary/BinaryIdMapper.html   |     0
 .../ignite/binary/BinaryInvalidTypeException.html  |     0
 .../org/apache/ignite/binary/BinaryMapFactory.html |     0
 .../org/apache/ignite/binary/BinaryNameMapper.html |     0
 .../org/apache/ignite/binary/BinaryObject.html     |     0
 .../apache/ignite/binary/BinaryObjectBuilder.html  |     0
 .../ignite/binary/BinaryObjectException.html       |     0
 .../org/apache/ignite/binary/BinaryRawReader.html  |     0
 .../org/apache/ignite/binary/BinaryRawWriter.html  |     0
 .../org/apache/ignite/binary/BinaryReader.html     |     0
 .../ignite/binary/BinaryReflectiveSerializer.html  |     0
 .../org/apache/ignite/binary/BinarySerializer.html |     0
 .../org/apache/ignite/binary/BinaryType.html       |     0
 .../ignite/binary/BinaryTypeConfiguration.html     |     0
 .../org/apache/ignite/binary/BinaryWriter.html     |     0
 .../org/apache/ignite/binary/Binarylizable.html    |     0
 .../binary/class-use/BinaryBasicIdMapper.html      |     0
 .../binary/class-use/BinaryBasicNameMapper.html    |     0
 .../binary/class-use/BinaryCollectionFactory.html  |     0
 .../ignite/binary/class-use/BinaryField.html       |     0
 .../ignite/binary/class-use/BinaryIdMapper.html    |     0
 .../class-use/BinaryInvalidTypeException.html      |     0
 .../ignite/binary/class-use/BinaryMapFactory.html  |     0
 .../ignite/binary/class-use/BinaryNameMapper.html  |     0
 .../ignite/binary/class-use/BinaryObject.html      |     0
 .../binary/class-use/BinaryObjectBuilder.html      |     0
 .../binary/class-use/BinaryObjectException.html    |     0
 .../ignite/binary/class-use/BinaryRawReader.html   |     0
 .../ignite/binary/class-use/BinaryRawWriter.html   |     0
 .../ignite/binary/class-use/BinaryReader.html      |     0
 .../class-use/BinaryReflectiveSerializer.html      |     0
 .../ignite/binary/class-use/BinarySerializer.html  |     0
 .../apache/ignite/binary/class-use/BinaryType.html |     0
 .../binary/class-use/BinaryTypeConfiguration.html  |     0
 .../ignite/binary/class-use/BinaryWriter.html      |     0
 .../ignite/binary/class-use/Binarylizable.html     |     0
 .../org/apache/ignite/binary/package-frame.html    |     0
 .../org/apache/ignite/binary/package-summary.html  |     0
 .../org/apache/ignite/binary/package-tree.html     |     0
 .../org/apache/ignite/binary/package-use.html      |     0
 .../cache/CacheAtomicUpdateTimeoutException.html   |     0
 .../apache/ignite/cache/CacheAtomicityMode.html    |     0
 .../org/apache/ignite/cache/CacheEntry.html        |     0
 .../cache/CacheEntryEventSerializableFilter.html   |     0
 .../apache/ignite/cache/CacheEntryProcessor.html   |     0
 .../apache/ignite/cache/CacheExistsException.html  |     0
 .../org/apache/ignite/cache/CacheInterceptor.html  |     0
 .../ignite/cache/CacheInterceptorAdapter.html      |     0
 .../apache/ignite/cache/CacheInterceptorEntry.html |     0
 .../apache/ignite/cache/CacheKeyConfiguration.html |     0
 .../org/apache/ignite/cache/CacheManager.html      |     0
 .../org/apache/ignite/cache/CacheMetrics.html      |     0
 .../javadoc/org/apache/ignite/cache/CacheMode.html |     0
 .../ignite/cache/CachePartialUpdateException.html  |     0
 .../org/apache/ignite/cache/CachePeekMode.html     |     0
 .../apache/ignite/cache/CacheRebalanceMode.html    |     0
 .../ignite/cache/CacheServerNotFoundException.html |     0
 .../cache/CacheWriteSynchronizationMode.html       |     0
 .../org/apache/ignite/cache/CachingProvider.html   |     0
 .../apache/ignite/cache/PartitionLossPolicy.html   |     0
 .../org/apache/ignite/cache/QueryEntity.html       |     0
 .../org/apache/ignite/cache/QueryIndex.html        |     0
 .../org/apache/ignite/cache/QueryIndexType.html    |     0
 .../org/apache/ignite/cache/affinity/Affinity.html |     0
 .../affinity/AffinityCentralizedFunction.html      |     0
 .../ignite/cache/affinity/AffinityFunction.html    |     0
 .../cache/affinity/AffinityFunctionContext.html    |     0
 .../apache/ignite/cache/affinity/AffinityKey.html  |     0
 .../ignite/cache/affinity/AffinityKeyMapped.html   |     0
 .../ignite/cache/affinity/AffinityKeyMapper.html   |     0
 .../apache/ignite/cache/affinity/AffinityUuid.html |     0
 .../ignite/cache/affinity/class-use/Affinity.html  |     0
 .../class-use/AffinityCentralizedFunction.html     |     0
 .../cache/affinity/class-use/AffinityFunction.html |     0
 .../class-use/AffinityFunctionContext.html         |     0
 .../cache/affinity/class-use/AffinityKey.html      |     0
 .../affinity/class-use/AffinityKeyMapped.html      |     0
 .../affinity/class-use/AffinityKeyMapper.html      |     0
 .../cache/affinity/class-use/AffinityUuid.html     |     0
 .../ignite/cache/affinity/package-frame.html       |     0
 .../ignite/cache/affinity/package-summary.html     |     0
 .../apache/ignite/cache/affinity/package-tree.html |     0
 .../apache/ignite/cache/affinity/package-use.html  |     0
 .../rendezvous/RendezvousAffinityFunction.html     |     0
 .../class-use/RendezvousAffinityFunction.html      |     0
 .../cache/affinity/rendezvous/package-frame.html   |     0
 .../cache/affinity/rendezvous/package-summary.html |     0
 .../cache/affinity/rendezvous/package-tree.html    |     0
 .../cache/affinity/rendezvous/package-use.html     |     0
 .../CacheAtomicUpdateTimeoutException.html         |     0
 .../ignite/cache/class-use/CacheAtomicityMode.html |     0
 .../apache/ignite/cache/class-use/CacheEntry.html  |     0
 .../CacheEntryEventSerializableFilter.html         |     0
 .../cache/class-use/CacheEntryProcessor.html       |     0
 .../cache/class-use/CacheExistsException.html      |     0
 .../ignite/cache/class-use/CacheInterceptor.html   |     0
 .../cache/class-use/CacheInterceptorAdapter.html   |     0
 .../cache/class-use/CacheInterceptorEntry.html     |     0
 .../cache/class-use/CacheKeyConfiguration.html     |     0
 .../ignite/cache/class-use/CacheManager.html       |     0
 .../ignite/cache/class-use/CacheMetrics.html       |     0
 .../apache/ignite/cache/class-use/CacheMode.html   |     0
 .../class-use/CachePartialUpdateException.html     |     0
 .../ignite/cache/class-use/CachePeekMode.html      |     0
 .../ignite/cache/class-use/CacheRebalanceMode.html |     0
 .../class-use/CacheServerNotFoundException.html    |     0
 .../class-use/CacheWriteSynchronizationMode.html   |     0
 .../ignite/cache/class-use/CachingProvider.html    |     0
 .../cache/class-use/PartitionLossPolicy.html       |     0
 .../apache/ignite/cache/class-use/QueryEntity.html |     0
 .../apache/ignite/cache/class-use/QueryIndex.html  |     0
 .../ignite/cache/class-use/QueryIndexType.html     |     0
 .../cache/eviction/AbstractEvictionPolicy.html     |     0
 .../ignite/cache/eviction/EvictableEntry.html      |     0
 .../ignite/cache/eviction/EvictionFilter.html      |     0
 .../ignite/cache/eviction/EvictionPolicy.html      |     0
 .../eviction/class-use/AbstractEvictionPolicy.html |     0
 .../cache/eviction/class-use/EvictableEntry.html   |     0
 .../cache/eviction/class-use/EvictionFilter.html   |     0
 .../cache/eviction/class-use/EvictionPolicy.html   |     0
 .../cache/eviction/fifo/FifoEvictionPolicy.html    |     0
 .../eviction/fifo/FifoEvictionPolicyMBean.html     |     0
 .../fifo/class-use/FifoEvictionPolicy.html         |     0
 .../fifo/class-use/FifoEvictionPolicyMBean.html    |     0
 .../ignite/cache/eviction/fifo/package-frame.html  |     0
 .../cache/eviction/fifo/package-summary.html       |     0
 .../ignite/cache/eviction/fifo/package-tree.html   |     0
 .../ignite/cache/eviction/fifo/package-use.html    |     0
 .../cache/eviction/igfs/IgfsEvictionFilter.html    |     0
 .../igfs/IgfsPerBlockLruEvictionPolicy.html        |     0
 .../igfs/IgfsPerBlockLruEvictionPolicyMXBean.html  |     0
 .../igfs/class-use/IgfsEvictionFilter.html         |     0
 .../class-use/IgfsPerBlockLruEvictionPolicy.html   |     0
 .../IgfsPerBlockLruEvictionPolicyMXBean.html       |     0
 .../ignite/cache/eviction/igfs/package-frame.html  |     0
 .../cache/eviction/igfs/package-summary.html       |     0
 .../ignite/cache/eviction/igfs/package-tree.html   |     0
 .../ignite/cache/eviction/igfs/package-use.html    |     0
 .../cache/eviction/lru/LruEvictionPolicy.html      |     0
 .../cache/eviction/lru/LruEvictionPolicyMBean.html |     0
 .../eviction/lru/class-use/LruEvictionPolicy.html  |     0
 .../lru/class-use/LruEvictionPolicyMBean.html      |     0
 .../ignite/cache/eviction/lru/package-frame.html   |     0
 .../ignite/cache/eviction/lru/package-summary.html |     0
 .../ignite/cache/eviction/lru/package-tree.html    |     0
 .../ignite/cache/eviction/lru/package-use.html     |     0
 .../ignite/cache/eviction/package-frame.html       |     0
 .../ignite/cache/eviction/package-summary.html     |     0
 .../apache/ignite/cache/eviction/package-tree.html |     0
 .../apache/ignite/cache/eviction/package-use.html  |     0
 .../cache/eviction/random/package-frame.html       |     0
 .../cache/eviction/random/package-summary.html     |     0
 .../ignite/cache/eviction/random/package-tree.html |     0
 .../ignite/cache/eviction/random/package-use.html  |     0
 .../eviction/sorted/SortedEvictionPolicy.html      |     0
 .../eviction/sorted/SortedEvictionPolicyMBean.html |     0
 .../sorted/class-use/SortedEvictionPolicy.html     |     0
 .../class-use/SortedEvictionPolicyMBean.html       |     0
 .../cache/eviction/sorted/package-frame.html       |     0
 .../cache/eviction/sorted/package-summary.html     |     0
 .../ignite/cache/eviction/sorted/package-tree.html |     0
 .../ignite/cache/eviction/sorted/package-use.html  |     0
 .../hibernate/HibernateAccessStrategyAdapter.html  |     0
 .../hibernate/HibernateAccessStrategyFactory.html  |     0
 .../cache/hibernate/HibernateCacheProxy.html       |     0
 .../hibernate/HibernateExceptionConverter.html     |     0
 .../cache/hibernate/HibernateKeyTransformer.html   |     0
 .../HibernateNonStrictAccessStrategy.html          |     0
 .../hibernate/HibernateReadOnlyAccessStrategy.html |     0
 .../HibernateReadWriteAccessStrategy.html          |     0
 .../HibernateTransactionalAccessStrategy.html      |     0
 .../class-use/HibernateAccessStrategyAdapter.html  |     0
 .../class-use/HibernateAccessStrategyFactory.html  |     0
 .../hibernate/class-use/HibernateCacheProxy.html   |     0
 .../class-use/HibernateExceptionConverter.html     |     0
 .../class-use/HibernateKeyTransformer.html         |     0
 .../HibernateNonStrictAccessStrategy.html          |     0
 .../class-use/HibernateReadOnlyAccessStrategy.html |     0
 .../HibernateReadWriteAccessStrategy.html          |     0
 .../HibernateTransactionalAccessStrategy.html      |     0
 .../ignite/cache/hibernate/package-frame.html      |     0
 .../ignite/cache/hibernate/package-summary.html    |     0
 .../ignite/cache/hibernate/package-tree.html       |     0
 .../apache/ignite/cache/hibernate/package-use.html |     0
 .../org/apache/ignite/cache/jta/CacheTmLookup.html |     0
 .../ignite/cache/jta/class-use/CacheTmLookup.html  |     0
 .../ignite/cache/jta/jndi/CacheJndiTmFactory.html  |     0
 .../ignite/cache/jta/jndi/CacheJndiTmLookup.html   |     0
 .../jta/jndi/class-use/CacheJndiTmFactory.html     |     0
 .../jta/jndi/class-use/CacheJndiTmLookup.html      |     0
 .../ignite/cache/jta/jndi/package-frame.html       |     0
 .../ignite/cache/jta/jndi/package-summary.html     |     0
 .../apache/ignite/cache/jta/jndi/package-tree.html |     0
 .../apache/ignite/cache/jta/jndi/package-use.html  |     0
 .../org/apache/ignite/cache/jta/package-frame.html |     0
 .../apache/ignite/cache/jta/package-summary.html   |     0
 .../org/apache/ignite/cache/jta/package-tree.html  |     0
 .../org/apache/ignite/cache/jta/package-use.html   |     0
 .../cache/jta/reflect/CacheReflectionTmLookup.html |     0
 .../reflect/class-use/CacheReflectionTmLookup.html |     0
 .../ignite/cache/jta/reflect/package-frame.html    |     0
 .../ignite/cache/jta/reflect/package-summary.html  |     0
 .../ignite/cache/jta/reflect/package-tree.html     |     0
 .../ignite/cache/jta/reflect/package-use.html      |     0
 .../jta/websphere/WebSphereLibertyTmFactory.html   |     0
 .../cache/jta/websphere/WebSphereTmFactory.html    |     0
 .../class-use/WebSphereLibertyTmFactory.html       |     0
 .../websphere/class-use/WebSphereTmFactory.html    |     0
 .../ignite/cache/jta/websphere/package-frame.html  |     0
 .../cache/jta/websphere/package-summary.html       |     0
 .../ignite/cache/jta/websphere/package-tree.html   |     0
 .../ignite/cache/jta/websphere/package-use.html    |     0
 .../org/apache/ignite/cache/package-frame.html     |     0
 .../org/apache/ignite/cache/package-summary.html   |     0
 .../org/apache/ignite/cache/package-tree.html      |     0
 .../org/apache/ignite/cache/package-use.html       |     0
 .../ignite/cache/query/CacheQueryEntryEvent.html   |     0
 .../apache/ignite/cache/query/ContinuousQuery.html |     0
 .../ignite/cache/query/FieldsQueryCursor.html      |     0
 .../org/apache/ignite/cache/query/Query.html       |     0
 .../cache/query/QueryCancelledException.html       |     0
 .../org/apache/ignite/cache/query/QueryCursor.html |     0
 .../ignite/cache/query/QueryDetailMetrics.html     |     0
 .../apache/ignite/cache/query/QueryMetrics.html    |     0
 .../org/apache/ignite/cache/query/ScanQuery.html   |     0
 .../org/apache/ignite/cache/query/SpiQuery.html    |     0
 .../apache/ignite/cache/query/SqlFieldsQuery.html  |     0
 .../org/apache/ignite/cache/query/SqlQuery.html    |     0
 .../org/apache/ignite/cache/query/TextQuery.html   |     0
 .../query/annotations/QueryGroupIndex.List.html    |     0
 .../cache/query/annotations/QueryGroupIndex.html   |     0
 .../query/annotations/QuerySqlField.Group.html     |     0
 .../cache/query/annotations/QuerySqlField.html     |     0
 .../cache/query/annotations/QuerySqlFunction.html  |     0
 .../cache/query/annotations/QueryTextField.html    |     0
 .../class-use/QueryGroupIndex.List.html            |     0
 .../annotations/class-use/QueryGroupIndex.html     |     0
 .../annotations/class-use/QuerySqlField.Group.html |     0
 .../query/annotations/class-use/QuerySqlField.html |     0
 .../annotations/class-use/QuerySqlFunction.html    |     0
 .../annotations/class-use/QueryTextField.html      |     0
 .../cache/query/annotations/package-frame.html     |     0
 .../cache/query/annotations/package-summary.html   |     0
 .../cache/query/annotations/package-tree.html      |     0
 .../cache/query/annotations/package-use.html       |     0
 .../query/class-use/CacheQueryEntryEvent.html      |     0
 .../cache/query/class-use/ContinuousQuery.html     |     0
 .../cache/query/class-use/FieldsQueryCursor.html   |     0
 .../apache/ignite/cache/query/class-use/Query.html |     0
 .../query/class-use/QueryCancelledException.html   |     0
 .../ignite/cache/query/class-use/QueryCursor.html  |     0
 .../cache/query/class-use/QueryDetailMetrics.html  |     0
 .../ignite/cache/query/class-use/QueryMetrics.html |     0
 .../ignite/cache/query/class-use/ScanQuery.html    |     0
 .../ignite/cache/query/class-use/SpiQuery.html     |     0
 .../cache/query/class-use/SqlFieldsQuery.html      |     0
 .../ignite/cache/query/class-use/SqlQuery.html     |     0
 .../ignite/cache/query/class-use/TextQuery.html    |     0
 .../apache/ignite/cache/query/package-frame.html   |     0
 .../apache/ignite/cache/query/package-summary.html |     0
 .../apache/ignite/cache/query/package-tree.html    |     0
 .../org/apache/ignite/cache/query/package-use.html |     0
 .../ignite/cache/spring/SpringCacheManager.html    |     0
 .../cache/spring/class-use/SpringCacheManager.html |     0
 .../apache/ignite/cache/spring/package-frame.html  |     0
 .../ignite/cache/spring/package-summary.html       |     0
 .../apache/ignite/cache/spring/package-tree.html   |     0
 .../apache/ignite/cache/spring/package-use.html    |     0
 .../cache/store/CacheLoadOnlyStoreAdapter.html     |     0
 .../org/apache/ignite/cache/store/CacheStore.html  |     0
 .../ignite/cache/store/CacheStoreAdapter.html      |     0
 .../ignite/cache/store/CacheStoreSession.html      |     0
 .../cache/store/CacheStoreSessionListener.html     |     0
 .../cache/store/cassandra/CassandraCacheStore.html |     0
 .../cassandra/CassandraCacheStoreFactory.html      |     0
 .../cassandra/class-use/CassandraCacheStore.html   |     0
 .../class-use/CassandraCacheStoreFactory.html      |     0
 .../store/cassandra/common/CassandraHelper.html    |     0
 .../cassandra/common/PropertyMappingHelper.html    |     0
 .../store/cassandra/common/RandomSleeper.html      |     0
 .../cache/store/cassandra/common/SystemHelper.html |     0
 .../common/class-use/CassandraHelper.html          |     0
 .../common/class-use/PropertyMappingHelper.html    |     0
 .../cassandra/common/class-use/RandomSleeper.html  |     0
 .../cassandra/common/class-use/SystemHelper.html   |     0
 .../store/cassandra/common/package-frame.html      |     0
 .../store/cassandra/common/package-summary.html    |     0
 .../cache/store/cassandra/common/package-tree.html |     0
 .../cache/store/cassandra/common/package-use.html  |     0
 .../store/cassandra/datasource/Credentials.html    |     0
 .../store/cassandra/datasource/DataSource.html     |     0
 .../cassandra/datasource/PlainCredentials.html     |     0
 .../datasource/class-use/Credentials.html          |     0
 .../cassandra/datasource/class-use/DataSource.html |     0
 .../datasource/class-use/PlainCredentials.html     |     0
 .../store/cassandra/datasource/package-frame.html  |     0
 .../cassandra/datasource/package-summary.html      |     0
 .../store/cassandra/datasource/package-tree.html   |     0
 .../store/cassandra/datasource/package-use.html    |     0
 .../cache/store/cassandra/package-frame.html       |     0
 .../cache/store/cassandra/package-summary.html     |     0
 .../ignite/cache/store/cassandra/package-tree.html |     0
 .../ignite/cache/store/cassandra/package-use.html  |     0
 .../persistence/KeyPersistenceSettings.html        |     0
 .../persistence/KeyValuePersistenceSettings.html   |     0
 .../persistence/PersistenceController.html         |     0
 .../cassandra/persistence/PersistenceSettings.html |     0
 .../cassandra/persistence/PersistenceStrategy.html |     0
 .../store/cassandra/persistence/PojoField.html     |     0
 .../cassandra/persistence/PojoFieldAccessor.html   |     0
 .../persistence/PojoKeyField.SortOrder.html        |     0
 .../store/cassandra/persistence/PojoKeyField.html  |     0
 .../cassandra/persistence/PojoValueField.html      |     0
 .../persistence/ValuePersistenceSettings.html      |     0
 .../class-use/KeyPersistenceSettings.html          |     0
 .../class-use/KeyValuePersistenceSettings.html     |     0
 .../class-use/PersistenceController.html           |     0
 .../persistence/class-use/PersistenceSettings.html |     0
 .../persistence/class-use/PersistenceStrategy.html |     0
 .../cassandra/persistence/class-use/PojoField.html |     0
 .../persistence/class-use/PojoFieldAccessor.html   |     0
 .../class-use/PojoKeyField.SortOrder.html          |     0
 .../persistence/class-use/PojoKeyField.html        |     0
 .../persistence/class-use/PojoValueField.html      |     0
 .../class-use/ValuePersistenceSettings.html        |     0
 .../store/cassandra/persistence/package-frame.html |     0
 .../cassandra/persistence/package-summary.html     |     0
 .../store/cassandra/persistence/package-tree.html  |     0
 .../store/cassandra/persistence/package-use.html   |     0
 .../store/cassandra/serializer/JavaSerializer.html |     0
 .../store/cassandra/serializer/KryoSerializer.html |     0
 .../store/cassandra/serializer/Serializer.html     |     0
 .../serializer/class-use/JavaSerializer.html       |     0
 .../serializer/class-use/KryoSerializer.html       |     0
 .../cassandra/serializer/class-use/Serializer.html |     0
 .../store/cassandra/serializer/package-frame.html  |     0
 .../cassandra/serializer/package-summary.html      |     0
 .../store/cassandra/serializer/package-tree.html   |     0
 .../store/cassandra/serializer/package-use.html    |     0
 .../cassandra/session/BatchExecutionAssistant.html |     0
 .../cassandra/session/BatchLoaderAssistant.html    |     0
 .../store/cassandra/session/CassandraSession.html  |     0
 .../cassandra/session/CassandraSessionImpl.html    |     0
 .../cassandra/session/ExecutionAssistant.html      |     0
 .../session/GenericBatchExecutionAssistant.html    |     0
 .../session/LoadCacheCustomQueryWorker.html        |     0
 .../session/class-use/BatchExecutionAssistant.html |     0
 .../session/class-use/BatchLoaderAssistant.html    |     0
 .../session/class-use/CassandraSession.html        |     0
 .../session/class-use/CassandraSessionImpl.html    |     0
 .../session/class-use/ExecutionAssistant.html      |     0
 .../class-use/GenericBatchExecutionAssistant.html  |     0
 .../class-use/LoadCacheCustomQueryWorker.html      |     0
 .../store/cassandra/session/package-frame.html     |     0
 .../store/cassandra/session/package-summary.html   |     0
 .../store/cassandra/session/package-tree.html      |     0
 .../cache/store/cassandra/session/package-use.html |     0
 .../store/cassandra/session/pool/SessionPool.html  |     0
 .../cassandra/session/pool/SessionWrapper.html     |     0
 .../session/pool/class-use/SessionPool.html        |     0
 .../session/pool/class-use/SessionWrapper.html     |     0
 .../cassandra/session/pool/package-frame.html      |     0
 .../cassandra/session/pool/package-summary.html    |     0
 .../store/cassandra/session/pool/package-tree.html |     0
 .../store/cassandra/session/pool/package-use.html  |     0
 .../session/transaction/BaseMutation.html          |     0
 .../session/transaction/DeleteMutation.html        |     0
 .../cassandra/session/transaction/Mutation.html    |     0
 .../session/transaction/WriteMutation.html         |     0
 .../transaction/class-use/BaseMutation.html        |     0
 .../transaction/class-use/DeleteMutation.html      |     0
 .../session/transaction/class-use/Mutation.html    |     0
 .../transaction/class-use/WriteMutation.html       |     0
 .../session/transaction/package-frame.html         |     0
 .../session/transaction/package-summary.html       |     0
 .../session/transaction/package-tree.html          |     0
 .../cassandra/session/transaction/package-use.html |     0
 .../cache/store/cassandra/utils/DDLGenerator.html  |     0
 .../cassandra/utils/class-use/DDLGenerator.html    |     0
 .../cache/store/cassandra/utils/package-frame.html |     0
 .../store/cassandra/utils/package-summary.html     |     0
 .../cache/store/cassandra/utils/package-tree.html  |     0
 .../cache/store/cassandra/utils/package-use.html   |     0
 .../store/class-use/CacheLoadOnlyStoreAdapter.html |     0
 .../ignite/cache/store/class-use/CacheStore.html   |     0
 .../cache/store/class-use/CacheStoreAdapter.html   |     0
 .../cache/store/class-use/CacheStoreSession.html   |     0
 .../store/class-use/CacheStoreSessionListener.html |     0
 .../jdbc/CacheAbstractJdbcStore.EntryMapping.html  |     0
 .../jdbc/CacheAbstractJdbcStore.TypeKind.html      |     0
 .../cache/store/jdbc/CacheAbstractJdbcStore.html   |     0
 .../cache/store/jdbc/CacheJdbcBlobStore.html       |     0
 .../store/jdbc/CacheJdbcBlobStoreFactory.html      |     0
 .../cache/store/jdbc/CacheJdbcPojoStore.html       |     0
 .../store/jdbc/CacheJdbcPojoStoreFactory.html      |     0
 .../store/jdbc/CacheJdbcStoreSessionListener.html  |     0
 .../apache/ignite/cache/store/jdbc/JdbcType.html   |     0
 .../cache/store/jdbc/JdbcTypeDefaultHasher.html    |     0
 .../ignite/cache/store/jdbc/JdbcTypeField.html     |     0
 .../ignite/cache/store/jdbc/JdbcTypeHasher.html    |     0
 .../store/jdbc/JdbcTypesDefaultTransformer.html    |     0
 .../cache/store/jdbc/JdbcTypesTransformer.html     |     0
 .../CacheAbstractJdbcStore.EntryMapping.html       |     0
 .../class-use/CacheAbstractJdbcStore.TypeKind.html |     0
 .../jdbc/class-use/CacheAbstractJdbcStore.html     |     0
 .../store/jdbc/class-use/CacheJdbcBlobStore.html   |     0
 .../jdbc/class-use/CacheJdbcBlobStoreFactory.html  |     0
 .../store/jdbc/class-use/CacheJdbcPojoStore.html   |     0
 .../jdbc/class-use/CacheJdbcPojoStoreFactory.html  |     0
 .../class-use/CacheJdbcStoreSessionListener.html   |     0
 .../cache/store/jdbc/class-use/JdbcType.html       |     0
 .../jdbc/class-use/JdbcTypeDefaultHasher.html      |     0
 .../cache/store/jdbc/class-use/JdbcTypeField.html  |     0
 .../cache/store/jdbc/class-use/JdbcTypeHasher.html |     0
 .../class-use/JdbcTypesDefaultTransformer.html     |     0
 .../store/jdbc/class-use/JdbcTypesTransformer.html |     0
 .../cache/store/jdbc/dialect/BasicJdbcDialect.html |     0
 .../cache/store/jdbc/dialect/DB2Dialect.html       |     0
 .../ignite/cache/store/jdbc/dialect/H2Dialect.html |     0
 .../cache/store/jdbc/dialect/JdbcDialect.html      |     0
 .../cache/store/jdbc/dialect/MySQLDialect.html     |     0
 .../cache/store/jdbc/dialect/OracleDialect.html    |     0
 .../cache/store/jdbc/dialect/SQLServerDialect.html |     0
 .../jdbc/dialect/class-use/BasicJdbcDialect.html   |     0
 .../store/jdbc/dialect/class-use/DB2Dialect.html   |     0
 .../store/jdbc/dialect/class-use/H2Dialect.html    |     0
 .../store/jdbc/dialect/class-use/JdbcDialect.html  |     0
 .../store/jdbc/dialect/class-use/MySQLDialect.html |     0
 .../jdbc/dialect/class-use/OracleDialect.html      |     0
 .../jdbc/dialect/class-use/SQLServerDialect.html   |     0
 .../cache/store/jdbc/dialect/package-frame.html    |     0
 .../cache/store/jdbc/dialect/package-summary.html  |     0
 .../cache/store/jdbc/dialect/package-tree.html     |     0
 .../cache/store/jdbc/dialect/package-use.html      |     0
 .../ignite/cache/store/jdbc/package-frame.html     |     0
 .../ignite/cache/store/jdbc/package-summary.html   |     0
 .../ignite/cache/store/jdbc/package-tree.html      |     0
 .../ignite/cache/store/jdbc/package-use.html       |     0
 .../apache/ignite/cache/store/package-frame.html   |     0
 .../apache/ignite/cache/store/package-summary.html |     0
 .../apache/ignite/cache/store/package-tree.html    |     0
 .../org/apache/ignite/cache/store/package-use.html |     0
 .../spring/CacheSpringStoreSessionListener.html    |     0
 .../class-use/CacheSpringStoreSessionListener.html |     0
 .../ignite/cache/store/spring/package-frame.html   |     0
 .../ignite/cache/store/spring/package-summary.html |     0
 .../ignite/cache/store/spring/package-tree.html    |     0
 .../ignite/cache/store/spring/package-use.html     |     0
 .../ignite/cache/websession/WebSessionFilter.html  |     0
 .../websession/class-use/WebSessionFilter.html     |     0
 .../ignite/cache/websession/package-frame.html     |     0
 .../ignite/cache/websession/package-summary.html   |     0
 .../ignite/cache/websession/package-tree.html      |     0
 .../ignite/cache/websession/package-use.html       |     0
 .../apache/ignite/class-use/DataRegionMetrics.html |     0
 .../ignite/class-use/DataRegionMetricsAdapter.html |     0
 .../ignite/class-use/DataStorageMetrics.html       |     0
 .../class-use/DataStorageMetricsAdapter.html       |     0
 .../org/apache/ignite/class-use/Ignite.html        |     0
 .../apache/ignite/class-use/IgniteAtomicLong.html  |     0
 .../ignite/class-use/IgniteAtomicReference.html    |     0
 .../ignite/class-use/IgniteAtomicSequence.html     |     0
 .../ignite/class-use/IgniteAtomicStamped.html      |     0
 .../class-use/IgniteAuthenticationException.html   |     0
 .../org/apache/ignite/class-use/IgniteBinary.html  |     0
 .../org/apache/ignite/class-use/IgniteCache.html   |     0
 .../class-use/IgniteCacheRestartingException.html  |     0
 .../ignite/class-use/IgniteCheckedException.html   |     0
 .../IgniteClientDisconnectedException.html         |     0
 .../org/apache/ignite/class-use/IgniteCluster.html |     0
 .../org/apache/ignite/class-use/IgniteCompute.html |     0
 .../apache/ignite/class-use/IgniteCondition.html   |     0
 .../ignite/class-use/IgniteCountDownLatch.html     |     0
 .../ignite/class-use/IgniteDataStreamer.html       |     0
 .../IgniteDataStreamerTimeoutException.html        |     0
 .../class-use/IgniteDeploymentException.html       |     0
 .../org/apache/ignite/class-use/IgniteEvents.html  |     0
 .../apache/ignite/class-use/IgniteException.html   |     0
 .../apache/ignite/class-use/IgniteFileSystem.html  |     0
 .../class-use/IgniteIllegalStateException.html     |     0
 .../class-use/IgniteInterruptedException.html      |     0
 .../apache/ignite/class-use/IgniteJdbcDriver.html  |     0
 .../ignite/class-use/IgniteJdbcThinDriver.html     |     0
 .../org/apache/ignite/class-use/IgniteLock.html    |     0
 .../org/apache/ignite/class-use/IgniteLogger.html  |     0
 .../apache/ignite/class-use/IgniteMessaging.html   |     0
 .../org/apache/ignite/class-use/IgniteQueue.html   |     0
 .../apache/ignite/class-use/IgniteScheduler.html   |     0
 .../apache/ignite/class-use/IgniteSemaphore.html   |     0
 .../apache/ignite/class-use/IgniteServices.html    |     0
 .../org/apache/ignite/class-use/IgniteSet.html     |     0
 .../org/apache/ignite/class-use/IgniteSpring.html  |     0
 .../apache/ignite/class-use/IgniteSpringBean.html  |     0
 .../org/apache/ignite/class-use/IgniteState.html   |     0
 .../ignite/class-use/IgniteSystemProperties.html   |     0
 .../ignite/class-use/IgniteTransactions.html       |     0
 .../org/apache/ignite/class-use/Ignition.html      |     0
 .../apache/ignite/class-use/IgnitionListener.html  |     0
 .../org/apache/ignite/class-use/MemoryMetrics.html |     0
 .../ignite/class-use/PersistenceMetrics.html       |     0
 .../org/apache/ignite/cluster/ClusterGroup.html    |     0
 .../ignite/cluster/ClusterGroupEmptyException.html |     0
 .../org/apache/ignite/cluster/ClusterMetrics.html  |     0
 .../org/apache/ignite/cluster/ClusterNode.html     |     0
 .../ignite/cluster/ClusterStartNodeResult.html     |     0
 .../ignite/cluster/ClusterTopologyException.html   |     0
 .../ignite/cluster/class-use/ClusterGroup.html     |     0
 .../class-use/ClusterGroupEmptyException.html      |     0
 .../ignite/cluster/class-use/ClusterMetrics.html   |     0
 .../ignite/cluster/class-use/ClusterNode.html      |     0
 .../cluster/class-use/ClusterStartNodeResult.html  |     0
 .../class-use/ClusterTopologyException.html        |     0
 .../org/apache/ignite/cluster/package-frame.html   |     0
 .../org/apache/ignite/cluster/package-summary.html |     0
 .../org/apache/ignite/cluster/package-tree.html    |     0
 .../org/apache/ignite/cluster/package-use.html     |     0
 .../compute/ComputeExecutionRejectedException.html |     0
 .../org/apache/ignite/compute/ComputeJob.html      |     0
 .../apache/ignite/compute/ComputeJobAdapter.html   |     0
 .../apache/ignite/compute/ComputeJobAfterSend.html |     0
 .../ignite/compute/ComputeJobBeforeFailover.html   |     0
 .../apache/ignite/compute/ComputeJobContext.html   |     0
 .../ignite/compute/ComputeJobContinuation.html     |     0
 .../compute/ComputeJobContinuationAdapter.html     |     0
 .../compute/ComputeJobFailoverException.html       |     0
 .../ignite/compute/ComputeJobMasterLeaveAware.html |     0
 .../apache/ignite/compute/ComputeJobResult.html    |     0
 .../ignite/compute/ComputeJobResultPolicy.html     |     0
 .../apache/ignite/compute/ComputeJobSibling.html   |     0
 .../apache/ignite/compute/ComputeLoadBalancer.html |     0
 .../org/apache/ignite/compute/ComputeTask.html     |     0
 .../apache/ignite/compute/ComputeTaskAdapter.html  |     0
 .../compute/ComputeTaskCancelledException.html     |     0
 .../compute/ComputeTaskContinuousMapper.html       |     0
 .../apache/ignite/compute/ComputeTaskFuture.html   |     0
 .../apache/ignite/compute/ComputeTaskMapAsync.html |     0
 .../org/apache/ignite/compute/ComputeTaskName.html |     0
 .../ignite/compute/ComputeTaskNoResultCache.html   |     0
 .../apache/ignite/compute/ComputeTaskSession.html  |     0
 .../ComputeTaskSessionAttributeListener.html       |     0
 .../compute/ComputeTaskSessionFullSupport.html     |     0
 .../ignite/compute/ComputeTaskSessionScope.html    |     0
 .../org/apache/ignite/compute/ComputeTaskSpis.html |     0
 .../ignite/compute/ComputeTaskSplitAdapter.html    |     0
 .../compute/ComputeTaskTimeoutException.html       |     0
 .../compute/ComputeUserUndeclaredException.html    |     0
 .../ComputeExecutionRejectedException.html         |     0
 .../ignite/compute/class-use/ComputeJob.html       |     0
 .../compute/class-use/ComputeJobAdapter.html       |     0
 .../compute/class-use/ComputeJobAfterSend.html     |     0
 .../class-use/ComputeJobBeforeFailover.html        |     0
 .../compute/class-use/ComputeJobContext.html       |     0
 .../compute/class-use/ComputeJobContinuation.html  |     0
 .../class-use/ComputeJobContinuationAdapter.html   |     0
 .../class-use/ComputeJobFailoverException.html     |     0
 .../class-use/ComputeJobMasterLeaveAware.html      |     0
 .../ignite/compute/class-use/ComputeJobResult.html |     0
 .../compute/class-use/ComputeJobResultPolicy.html  |     0
 .../compute/class-use/ComputeJobSibling.html       |     0
 .../compute/class-use/ComputeLoadBalancer.html     |     0
 .../ignite/compute/class-use/ComputeTask.html      |     0
 .../compute/class-use/ComputeTaskAdapter.html      |     0
 .../class-use/ComputeTaskCancelledException.html   |     0
 .../class-use/ComputeTaskContinuousMapper.html     |     0
 .../compute/class-use/ComputeTaskFuture.html       |     0
 .../compute/class-use/ComputeTaskMapAsync.html     |     0
 .../ignite/compute/class-use/ComputeTaskName.html  |     0
 .../class-use/ComputeTaskNoResultCache.html        |     0
 .../compute/class-use/ComputeTaskSession.html      |     0
 .../ComputeTaskSessionAttributeListener.html       |     0
 .../class-use/ComputeTaskSessionFullSupport.html   |     0
 .../compute/class-use/ComputeTaskSessionScope.html |     0
 .../ignite/compute/class-use/ComputeTaskSpis.html  |     0
 .../compute/class-use/ComputeTaskSplitAdapter.html |     0
 .../class-use/ComputeTaskTimeoutException.html     |     0
 .../class-use/ComputeUserUndeclaredException.html  |     0
 .../org/apache/ignite/compute/gridify/Gridify.html |     0
 .../ignite/compute/gridify/GridifyArgument.html    |     0
 .../ignite/compute/gridify/GridifyInput.html       |     0
 .../ignite/compute/gridify/GridifyInterceptor.html |     0
 .../ignite/compute/gridify/GridifyNodeFilter.html  |     0
 .../compute/gridify/GridifyRuntimeException.html   |     0
 .../ignite/compute/gridify/GridifySetToSet.html    |     0
 .../ignite/compute/gridify/GridifySetToValue.html  |     0
 .../ignite/compute/gridify/GridifyTaskAdapter.html |     0
 .../compute/gridify/GridifyTaskSplitAdapter.html   |     0
 .../gridify/aop/GridifyArgumentAdapter.html        |     0
 .../gridify/aop/GridifyDefaultRangeTask.html       |     0
 .../compute/gridify/aop/GridifyDefaultTask.html    |     0
 .../gridify/aop/GridifySetToSetAbstractAspect.html |     0
 .../aop/GridifySetToValueAbstractAspect.html       |     0
 .../gridify/aop/aspectj/GridifyAspectJAspect.html  |     0
 .../aop/aspectj/GridifySetToSetAspectJAspect.html  |     0
 .../aspectj/GridifySetToValueAspectJAspect.html    |     0
 .../aspectj/class-use/GridifyAspectJAspect.html    |     0
 .../class-use/GridifySetToSetAspectJAspect.html    |     0
 .../class-use/GridifySetToValueAspectJAspect.html  |     0
 .../compute/gridify/aop/aspectj/package-frame.html |     0
 .../gridify/aop/aspectj/package-summary.html       |     0
 .../compute/gridify/aop/aspectj/package-tree.html  |     0
 .../compute/gridify/aop/aspectj/package-use.html   |     0
 .../aop/class-use/GridifyArgumentAdapter.html      |     0
 .../aop/class-use/GridifyDefaultRangeTask.html     |     0
 .../gridify/aop/class-use/GridifyDefaultTask.html  |     0
 .../class-use/GridifySetToSetAbstractAspect.html   |     0
 .../class-use/GridifySetToValueAbstractAspect.html |     0
 .../ignite/compute/gridify/aop/package-frame.html  |     0
 .../compute/gridify/aop/package-summary.html       |     0
 .../ignite/compute/gridify/aop/package-tree.html   |     0
 .../ignite/compute/gridify/aop/package-use.html    |     0
 .../aop/spring/GridifySetToSetSpringAspect.html    |     0
 .../aop/spring/GridifySetToValueSpringAspect.html  |     0
 .../gridify/aop/spring/GridifySpringAspect.html    |     0
 .../gridify/aop/spring/GridifySpringEnhancer.html  |     0
 ...fySpringPointcut.GridifySpringPointcutType.html |     0
 .../gridify/aop/spring/GridifySpringPointcut.html  |     0
 .../class-use/GridifySetToSetSpringAspect.html     |     0
 .../class-use/GridifySetToValueSpringAspect.html   |     0
 .../aop/spring/class-use/GridifySpringAspect.html  |     0
 .../spring/class-use/GridifySpringEnhancer.html    |     0
 ...fySpringPointcut.GridifySpringPointcutType.html |     0
 .../spring/class-use/GridifySpringPointcut.html    |     0
 .../compute/gridify/aop/spring/package-frame.html  |     0
 .../gridify/aop/spring/package-summary.html        |     0
 .../compute/gridify/aop/spring/package-tree.html   |     0
 .../compute/gridify/aop/spring/package-use.html    |     0
 .../ignite/compute/gridify/class-use/Gridify.html  |     0
 .../compute/gridify/class-use/GridifyArgument.html |     0
 .../compute/gridify/class-use/GridifyInput.html    |     0
 .../gridify/class-use/GridifyInterceptor.html      |     0
 .../gridify/class-use/GridifyNodeFilter.html       |     0
 .../gridify/class-use/GridifyRuntimeException.html |     0
 .../compute/gridify/class-use/GridifySetToSet.html |     0
 .../gridify/class-use/GridifySetToValue.html       |     0
 .../gridify/class-use/GridifyTaskAdapter.html      |     0
 .../gridify/class-use/GridifyTaskSplitAdapter.html |     0
 .../ignite/compute/gridify/package-frame.html      |     0
 .../ignite/compute/gridify/package-summary.html    |     0
 .../ignite/compute/gridify/package-tree.html       |     0
 .../apache/ignite/compute/gridify/package-use.html |     0
 .../org/apache/ignite/compute/package-frame.html   |     0
 .../org/apache/ignite/compute/package-summary.html |     0
 .../org/apache/ignite/compute/package-tree.html    |     0
 .../org/apache/ignite/compute/package-use.html     |     0
 .../ignite/configuration/AddressResolver.html      |     0
 .../ignite/configuration/AtomicConfiguration.html  |     0
 .../ignite/configuration/BasicAddressResolver.html |     0
 .../ignite/configuration/BinaryConfiguration.html  |     0
 ...CacheConfiguration.IgniteAllNodesPredicate.html |     0
 .../ignite/configuration/CacheConfiguration.html   |     0
 .../ignite/configuration/CheckpointWriteOrder.html |     0
 .../ClientConnectorConfiguration.html              |     0
 .../configuration/CollectionConfiguration.html     |     0
 .../configuration/ConnectorConfiguration.html      |     0
 .../configuration/ConnectorMessageInterceptor.html |     0
 .../ignite/configuration/DataPageEvictionMode.html |     0
 .../configuration/DataRegionConfiguration.html     |     0
 .../configuration/DataStorageConfiguration.html    |     0
 .../ignite/configuration/DeploymentMode.html       |     0
 .../configuration/ExecutorConfiguration.html       |     0
 .../configuration/FileSystemConfiguration.html     |     0
 .../ignite/configuration/HadoopConfiguration.html  |     0
 .../ignite/configuration/IgniteConfiguration.html  |     0
 .../configuration/IgniteReflectionFactory.html     |     0
 .../ignite/configuration/MemoryConfiguration.html  |     0
 .../configuration/MemoryPolicyConfiguration.html   |     0
 .../configuration/NearCacheConfiguration.html      |     0
 .../ignite/configuration/OdbcConfiguration.html    |     0
 .../PersistentStoreConfiguration.html              |     0
 .../configuration/PlatformConfiguration.html       |     0
 .../configuration/SqlConnectorConfiguration.html   |     0
 .../ignite/configuration/TopologyValidator.html    |     0
 .../configuration/TransactionConfiguration.html    |     0
 .../org/apache/ignite/configuration/WALMode.html   |     0
 .../configuration/class-use/AddressResolver.html   |     0
 .../class-use/AtomicConfiguration.html             |     0
 .../class-use/BasicAddressResolver.html            |     0
 .../class-use/BinaryConfiguration.html             |     0
 ...CacheConfiguration.IgniteAllNodesPredicate.html |     0
 .../class-use/CacheConfiguration.html              |     0
 .../class-use/CheckpointWriteOrder.html            |     0
 .../class-use/ClientConnectorConfiguration.html    |     0
 .../class-use/CollectionConfiguration.html         |     0
 .../class-use/ConnectorConfiguration.html          |     0
 .../class-use/ConnectorMessageInterceptor.html     |     0
 .../class-use/DataPageEvictionMode.html            |     0
 .../class-use/DataRegionConfiguration.html         |     0
 .../class-use/DataStorageConfiguration.html        |     0
 .../configuration/class-use/DeploymentMode.html    |     0
 .../class-use/ExecutorConfiguration.html           |     0
 .../class-use/FileSystemConfiguration.html         |     0
 .../class-use/HadoopConfiguration.html             |     0
 .../class-use/IgniteConfiguration.html             |     0
 .../class-use/IgniteReflectionFactory.html         |     0
 .../class-use/MemoryConfiguration.html             |     0
 .../class-use/MemoryPolicyConfiguration.html       |     0
 .../class-use/NearCacheConfiguration.html          |     0
 .../configuration/class-use/OdbcConfiguration.html |     0
 .../class-use/PersistentStoreConfiguration.html    |     0
 .../class-use/PlatformConfiguration.html           |     0
 .../class-use/SqlConnectorConfiguration.html       |     0
 .../configuration/class-use/TopologyValidator.html |     0
 .../class-use/TransactionConfiguration.html        |     0
 .../ignite/configuration/class-use/WALMode.html    |     0
 .../apache/ignite/configuration/package-frame.html |     0
 .../ignite/configuration/package-summary.html      |     0
 .../apache/ignite/configuration/package-tree.html  |     0
 .../apache/ignite/configuration/package-use.html   |     0
 .../development/utils/IgniteWalConverter.html      |     0
 .../utils/class-use/IgniteWalConverter.html        |     0
 .../ignite/development/utils/package-frame.html    |     0
 .../ignite/development/utils/package-summary.html  |     0
 .../ignite/development/utils/package-tree.html     |     0
 .../ignite/development/utils/package-use.html      |     0
 .../org/apache/ignite/events/CacheEvent.html       |     0
 .../ignite/events/CacheQueryExecutedEvent.html     |     0
 .../apache/ignite/events/CacheQueryReadEvent.html  |     0
 .../ignite/events/CacheRebalancingEvent.html       |     0
 .../org/apache/ignite/events/CheckpointEvent.html  |     0
 .../org/apache/ignite/events/DeploymentEvent.html  |     0
 .../org/apache/ignite/events/DiscoveryEvent.html   |     0
 .../javadoc/org/apache/ignite/events/Event.html    |     0
 .../org/apache/ignite/events/EventAdapter.html     |     0
 .../org/apache/ignite/events/EventType.html        |     0
 .../org/apache/ignite/events/IgfsEvent.html        |     0
 .../javadoc/org/apache/ignite/events/JobEvent.html |     0
 .../org/apache/ignite/events/TaskEvent.html        |     0
 .../ignite/events/WalSegmentArchivedEvent.html     |     0
 .../apache/ignite/events/class-use/CacheEvent.html |     0
 .../events/class-use/CacheQueryExecutedEvent.html  |     0
 .../events/class-use/CacheQueryReadEvent.html      |     0
 .../events/class-use/CacheRebalancingEvent.html    |     0
 .../ignite/events/class-use/CheckpointEvent.html   |     0
 .../ignite/events/class-use/DeploymentEvent.html   |     0
 .../ignite/events/class-use/DiscoveryEvent.html    |     0
 .../org/apache/ignite/events/class-use/Event.html  |     0
 .../ignite/events/class-use/EventAdapter.html      |     0
 .../apache/ignite/events/class-use/EventType.html  |     0
 .../apache/ignite/events/class-use/IgfsEvent.html  |     0
 .../apache/ignite/events/class-use/JobEvent.html   |     0
 .../apache/ignite/events/class-use/TaskEvent.html  |     0
 .../events/class-use/WalSegmentArchivedEvent.html  |     0
 .../org/apache/ignite/events/package-frame.html    |     0
 .../org/apache/ignite/events/package-summary.html  |     0
 .../org/apache/ignite/events/package-tree.html     |     0
 .../org/apache/ignite/events/package-use.html      |     0
 .../org/apache/ignite/hadoop/HadoopInputSplit.html |     0
 .../org/apache/ignite/hadoop/HadoopJob.html        |     0
 .../apache/ignite/hadoop/HadoopMapReducePlan.html  |     0
 .../ignite/hadoop/HadoopMapReducePlanner.html      |     0
 .../ignite/hadoop/class-use/HadoopInputSplit.html  |     0
 .../apache/ignite/hadoop/class-use/HadoopJob.html  |     0
 .../hadoop/class-use/HadoopMapReducePlan.html      |     0
 .../hadoop/class-use/HadoopMapReducePlanner.html   |     0
 .../hadoop/fs/BasicHadoopFileSystemFactory.html    |     0
 .../hadoop/fs/CachingHadoopFileSystemFactory.html  |     0
 .../ignite/hadoop/fs/HadoopFileSystemFactory.html  |     0
 .../fs/IgniteHadoopFileSystemCounterWriter.html    |     0
 .../fs/IgniteHadoopIgfsSecondaryFileSystem.html    |     0
 .../hadoop/fs/KerberosHadoopFileSystemFactory.html |     0
 .../fs/class-use/BasicHadoopFileSystemFactory.html |     0
 .../class-use/CachingHadoopFileSystemFactory.html  |     0
 .../fs/class-use/HadoopFileSystemFactory.html      |     0
 .../IgniteHadoopFileSystemCounterWriter.html       |     0
 .../IgniteHadoopIgfsSecondaryFileSystem.html       |     0
 .../class-use/KerberosHadoopFileSystemFactory.html |     0
 .../org/apache/ignite/hadoop/fs/package-frame.html |     0
 .../apache/ignite/hadoop/fs/package-summary.html   |     0
 .../org/apache/ignite/hadoop/fs/package-tree.html  |     0
 .../org/apache/ignite/hadoop/fs/package-use.html   |     0
 .../hadoop/fs/v1/IgniteHadoopFileSystem.html       |     0
 .../fs/v1/class-use/IgniteHadoopFileSystem.html    |     0
 .../apache/ignite/hadoop/fs/v1/package-frame.html  |     0
 .../ignite/hadoop/fs/v1/package-summary.html       |     0
 .../apache/ignite/hadoop/fs/v1/package-tree.html   |     0
 .../apache/ignite/hadoop/fs/v1/package-use.html    |     0
 .../hadoop/fs/v2/IgniteHadoopFileSystem.html       |     0
 .../fs/v2/class-use/IgniteHadoopFileSystem.html    |     0
 .../apache/ignite/hadoop/fs/v2/package-frame.html  |     0
 .../ignite/hadoop/fs/v2/package-summary.html       |     0
 .../apache/ignite/hadoop/fs/v2/package-tree.html   |     0
 .../apache/ignite/hadoop/fs/v2/package-use.html    |     0
 .../io/BytesWritablePartiallyRawComparator.html    |     0
 .../ignite/hadoop/io/PartiallyRawComparator.html   |     0
 .../org/apache/ignite/hadoop/io/RawMemory.html     |     0
 .../hadoop/io/TextPartiallyRawComparator.html      |     0
 .../BytesWritablePartiallyRawComparator.html       |     0
 .../io/class-use/PartiallyRawComparator.html       |     0
 .../ignite/hadoop/io/class-use/RawMemory.html      |     0
 .../io/class-use/TextPartiallyRawComparator.html   |     0
 .../org/apache/ignite/hadoop/io/package-frame.html |     0
 .../apache/ignite/hadoop/io/package-summary.html   |     0
 .../org/apache/ignite/hadoop/io/package-tree.html  |     0
 .../org/apache/ignite/hadoop/io/package-use.html   |     0
 .../IgniteHadoopClientProtocolProvider.html        |     0
 .../IgniteHadoopWeightedMapReducePlanner.html      |     0
 .../IgniteHadoopClientProtocolProvider.html        |     0
 .../IgniteHadoopWeightedMapReducePlanner.html      |     0
 .../ignite/hadoop/mapreduce/package-frame.html     |     0
 .../ignite/hadoop/mapreduce/package-summary.html   |     0
 .../ignite/hadoop/mapreduce/package-tree.html      |     0
 .../ignite/hadoop/mapreduce/package-use.html       |     0
 .../org/apache/ignite/hadoop/package-frame.html    |     0
 .../org/apache/ignite/hadoop/package-summary.html  |     0
 .../org/apache/ignite/hadoop/package-tree.html     |     0
 .../org/apache/ignite/hadoop/package-use.html      |     0
 .../planner/HadoopAbstractMapReducePlanner.html    |     0
 .../planner/HadoopTestRoundRobinMrPlanner.html     |     0
 .../class-use/HadoopAbstractMapReducePlanner.html  |     0
 .../class-use/HadoopTestRoundRobinMrPlanner.html   |     0
 .../ignite/hadoop/planner/package-frame.html       |     0
 .../ignite/hadoop/planner/package-summary.html     |     0
 .../apache/ignite/hadoop/planner/package-tree.html |     0
 .../apache/ignite/hadoop/planner/package-use.html  |     0
 .../ignite/hadoop/util/BasicUserNameMapper.html    |     0
 .../ignite/hadoop/util/ChainedUserNameMapper.html  |     0
 .../ignite/hadoop/util/KerberosUserNameMapper.html |     0
 .../apache/ignite/hadoop/util/UserNameMapper.html  |     0
 .../hadoop/util/class-use/BasicUserNameMapper.html |     0
 .../util/class-use/ChainedUserNameMapper.html      |     0
 .../util/class-use/KerberosUserNameMapper.html     |     0
 .../hadoop/util/class-use/UserNameMapper.html      |     0
 .../apache/ignite/hadoop/util/package-frame.html   |     0
 .../apache/ignite/hadoop/util/package-summary.html |     0
 .../apache/ignite/hadoop/util/package-tree.html    |     0
 .../org/apache/ignite/hadoop/util/package-use.html |     0
 .../org/apache/ignite/igfs/IgfsBlockLocation.html  |     0
 .../igfs/IgfsConcurrentModificationException.html  |     0
 .../ignite/igfs/IgfsCorruptedFileException.html    |     0
 .../igfs/IgfsDirectoryNotEmptyException.html       |     0
 .../org/apache/ignite/igfs/IgfsException.html      |     0
 .../javadoc/org/apache/ignite/igfs/IgfsFile.html   |     0
 .../ignite/igfs/IgfsGroupDataBlocksKeyMapper.html  |     0
 .../org/apache/ignite/igfs/IgfsInputStream.html    |     0
 .../igfs/IgfsInvalidHdfsVersionException.html      |     0
 .../ignite/igfs/IgfsInvalidPathException.html      |     0
 .../ignite/igfs/IgfsIpcEndpointConfiguration.html  |     0
 .../apache/ignite/igfs/IgfsIpcEndpointType.html    |     0
 .../org/apache/ignite/igfs/IgfsMetrics.html        |     0
 .../javadoc/org/apache/ignite/igfs/IgfsMode.html   |     0
 .../ignite/igfs/IgfsOutOfSpaceException.html       |     0
 .../org/apache/ignite/igfs/IgfsOutputStream.html   |     0
 .../igfs/IgfsParentNotDirectoryException.html      |     0
 .../javadoc/org/apache/ignite/igfs/IgfsPath.html   |     0
 .../igfs/IgfsPathAlreadyExistsException.html       |     0
 .../ignite/igfs/IgfsPathIsDirectoryException.html  |     0
 .../igfs/IgfsPathIsNotDirectoryException.html      |     0
 .../ignite/igfs/IgfsPathNotFoundException.html     |     0
 .../org/apache/ignite/igfs/IgfsPathSummary.html    |     0
 .../org/apache/ignite/igfs/IgfsUserContext.html    |     0
 .../ignite/igfs/class-use/IgfsBlockLocation.html   |     0
 .../IgfsConcurrentModificationException.html       |     0
 .../igfs/class-use/IgfsCorruptedFileException.html |     0
 .../class-use/IgfsDirectoryNotEmptyException.html  |     0
 .../ignite/igfs/class-use/IgfsException.html       |     0
 .../org/apache/ignite/igfs/class-use/IgfsFile.html |     0
 .../class-use/IgfsGroupDataBlocksKeyMapper.html    |     0
 .../ignite/igfs/class-use/IgfsInputStream.html     |     0
 .../class-use/IgfsInvalidHdfsVersionException.html |     0
 .../igfs/class-use/IgfsInvalidPathException.html   |     0
 .../class-use/IgfsIpcEndpointConfiguration.html    |     0
 .../ignite/igfs/class-use/IgfsIpcEndpointType.html |     0
 .../apache/ignite/igfs/class-use/IgfsMetrics.html  |     0
 .../org/apache/ignite/igfs/class-use/IgfsMode.html |     0
 .../igfs/class-use/IgfsOutOfSpaceException.html    |     0
 .../ignite/igfs/class-use/IgfsOutputStream.html    |     0
 .../class-use/IgfsParentNotDirectoryException.html |     0
 .../org/apache/ignite/igfs/class-use/IgfsPath.html |     0
 .../class-use/IgfsPathAlreadyExistsException.html  |     0
 .../class-use/IgfsPathIsDirectoryException.html    |     0
 .../class-use/IgfsPathIsNotDirectoryException.html |     0
 .../igfs/class-use/IgfsPathNotFoundException.html  |     0
 .../ignite/igfs/class-use/IgfsPathSummary.html     |     0
 .../ignite/igfs/class-use/IgfsUserContext.html     |     0
 .../ignite/igfs/mapreduce/IgfsFileRange.html       |     0
 .../igfs/mapreduce/IgfsInputStreamJobAdapter.html  |     0
 .../org/apache/ignite/igfs/mapreduce/IgfsJob.html  |     0
 .../ignite/igfs/mapreduce/IgfsJobAdapter.html      |     0
 .../igfs/mapreduce/IgfsRangeInputStream.html       |     0
 .../ignite/igfs/mapreduce/IgfsRecordResolver.html  |     0
 .../org/apache/ignite/igfs/mapreduce/IgfsTask.html |     0
 .../apache/ignite/igfs/mapreduce/IgfsTaskArgs.html |     0
 .../igfs/mapreduce/IgfsTaskNoReduceAdapter.html    |     0
 .../igfs/mapreduce/class-use/IgfsFileRange.html    |     0
 .../class-use/IgfsInputStreamJobAdapter.html       |     0
 .../ignite/igfs/mapreduce/class-use/IgfsJob.html   |     0
 .../igfs/mapreduce/class-use/IgfsJobAdapter.html   |     0
 .../mapreduce/class-use/IgfsRangeInputStream.html  |     0
 .../mapreduce/class-use/IgfsRecordResolver.html    |     0
 .../ignite/igfs/mapreduce/class-use/IgfsTask.html  |     0
 .../igfs/mapreduce/class-use/IgfsTaskArgs.html     |     0
 .../class-use/IgfsTaskNoReduceAdapter.html         |     0
 .../ignite/igfs/mapreduce/package-frame.html       |     0
 .../ignite/igfs/mapreduce/package-summary.html     |     0
 .../apache/ignite/igfs/mapreduce/package-tree.html |     0
 .../apache/ignite/igfs/mapreduce/package-use.html  |     0
 .../records/IgfsByteDelimiterRecordResolver.html   |     0
 .../records/IgfsFixedLengthRecordResolver.html     |     0
 .../records/IgfsNewLineRecordResolver.html         |     0
 .../records/IgfsStringDelimiterRecordResolver.html |     0
 .../class-use/IgfsByteDelimiterRecordResolver.html |     0
 .../class-use/IgfsFixedLengthRecordResolver.html   |     0
 .../class-use/IgfsNewLineRecordResolver.html       |     0
 .../IgfsStringDelimiterRecordResolver.html         |     0
 .../igfs/mapreduce/records/package-frame.html      |     0
 .../igfs/mapreduce/records/package-summary.html    |     0
 .../igfs/mapreduce/records/package-tree.html       |     0
 .../ignite/igfs/mapreduce/records/package-use.html |     0
 .../org/apache/ignite/igfs/package-frame.html      |     0
 .../org/apache/ignite/igfs/package-summary.html    |     0
 .../org/apache/ignite/igfs/package-tree.html       |     0
 .../org/apache/ignite/igfs/package-use.html        |     0
 .../igfs/secondary/IgfsSecondaryFileSystem.html    |     0
 .../IgfsSecondaryFileSystemPositionedReadable.html |     0
 .../class-use/IgfsSecondaryFileSystem.html         |     0
 .../IgfsSecondaryFileSystemPositionedReadable.html |     0
 .../local/LocalIgfsSecondaryFileSystem.html        |     0
 .../class-use/LocalIgfsSecondaryFileSystem.html    |     0
 .../ignite/igfs/secondary/local/package-frame.html |     0
 .../igfs/secondary/local/package-summary.html      |     0
 .../ignite/igfs/secondary/local/package-tree.html  |     0
 .../ignite/igfs/secondary/local/package-use.html   |     0
 .../ignite/igfs/secondary/package-frame.html       |     0
 .../ignite/igfs/secondary/package-summary.html     |     0
 .../apache/ignite/igfs/secondary/package-tree.html |     0
 .../apache/ignite/igfs/secondary/package-use.html  |     0
 .../apache/ignite/lang/IgniteAsyncCallback.html    |     0
 .../org/apache/ignite/lang/IgniteAsyncSupport.html |     0
 .../apache/ignite/lang/IgniteAsyncSupported.html   |     0
 .../org/apache/ignite/lang/IgniteBiClosure.html    |     0
 .../org/apache/ignite/lang/IgniteBiInClosure.html  |     0
 .../org/apache/ignite/lang/IgniteBiPredicate.html  |     0
 .../org/apache/ignite/lang/IgniteBiTuple.html      |     0
 .../org/apache/ignite/lang/IgniteCallable.html     |     0
 .../org/apache/ignite/lang/IgniteClosure.html      |     0
 .../org/apache/ignite/lang/IgniteFuture.html       |     0
 .../lang/IgniteFutureCancelledException.html       |     0
 .../ignite/lang/IgniteFutureTimeoutException.html  |     0
 .../org/apache/ignite/lang/IgniteInClosure.html    |     0
 .../ignite/lang/IgniteNotPeerDeployable.html       |     0
 .../org/apache/ignite/lang/IgniteOutClosure.html   |     0
 .../org/apache/ignite/lang/IgnitePredicate.html    |     0
 .../apache/ignite/lang/IgniteProductVersion.html   |     0
 .../org/apache/ignite/lang/IgniteReducer.html      |     0
 .../org/apache/ignite/lang/IgniteRunnable.html     |     0
 .../javadoc/org/apache/ignite/lang/IgniteUuid.html |     0
 .../ignite/lang/class-use/IgniteAsyncCallback.html |     0
 .../ignite/lang/class-use/IgniteAsyncSupport.html  |     0
 .../lang/class-use/IgniteAsyncSupported.html       |     0
 .../ignite/lang/class-use/IgniteBiClosure.html     |     0
 .../ignite/lang/class-use/IgniteBiInClosure.html   |     0
 .../ignite/lang/class-use/IgniteBiPredicate.html   |     0
 .../ignite/lang/class-use/IgniteBiTuple.html       |     0
 .../ignite/lang/class-use/IgniteCallable.html      |     0
 .../ignite/lang/class-use/IgniteClosure.html       |     0
 .../apache/ignite/lang/class-use/IgniteFuture.html |     0
 .../class-use/IgniteFutureCancelledException.html  |     0
 .../class-use/IgniteFutureTimeoutException.html    |     0
 .../ignite/lang/class-use/IgniteInClosure.html     |     0
 .../lang/class-use/IgniteNotPeerDeployable.html    |     0
 .../ignite/lang/class-use/IgniteOutClosure.html    |     0
 .../ignite/lang/class-use/IgnitePredicate.html     |     0
 .../lang/class-use/IgniteProductVersion.html       |     0
 .../ignite/lang/class-use/IgniteReducer.html       |     0
 .../ignite/lang/class-use/IgniteRunnable.html      |     0
 .../apache/ignite/lang/class-use/IgniteUuid.html   |     0
 .../org/apache/ignite/lang/package-frame.html      |     0
 .../org/apache/ignite/lang/package-summary.html    |     0
 .../org/apache/ignite/lang/package-tree.html       |     0
 .../org/apache/ignite/lang/package-use.html        |     0
 .../apache/ignite/lifecycle/LifecycleAware.html    |     0
 .../org/apache/ignite/lifecycle/LifecycleBean.html |     0
 .../ignite/lifecycle/LifecycleEventType.html       |     0
 .../ignite/lifecycle/class-use/LifecycleAware.html |     0
 .../ignite/lifecycle/class-use/LifecycleBean.html  |     0
 .../lifecycle/class-use/LifecycleEventType.html    |     0
 .../org/apache/ignite/lifecycle/package-frame.html |     0
 .../apache/ignite/lifecycle/package-summary.html   |     0
 .../org/apache/ignite/lifecycle/package-tree.html  |     0
 .../org/apache/ignite/lifecycle/package-use.html   |     0
 .../apache/ignite/logger/LoggerNodeIdAware.html    |     0
 .../org/apache/ignite/logger/NullLogger.html       |     0
 .../ignite/logger/class-use/LoggerNodeIdAware.html |     0
 .../apache/ignite/logger/class-use/NullLogger.html |     0
 .../org/apache/ignite/logger/java/JavaLogger.html  |     0
 .../ignite/logger/java/JavaLoggerFileHandler.html  |     0
 .../ignite/logger/java/JavaLoggerFormatter.html    |     0
 .../ignite/logger/java/class-use/JavaLogger.html   |     0
 .../java/class-use/JavaLoggerFileHandler.html      |     0
 .../logger/java/class-use/JavaLoggerFormatter.html |     0
 .../apache/ignite/logger/java/package-frame.html   |     0
 .../apache/ignite/logger/java/package-summary.html |     0
 .../apache/ignite/logger/java/package-tree.html    |     0
 .../org/apache/ignite/logger/java/package-use.html |     0
 .../org/apache/ignite/logger/jcl/JclLogger.html    |     0
 .../ignite/logger/jcl/class-use/JclLogger.html     |     0
 .../apache/ignite/logger/jcl/package-frame.html    |     0
 .../apache/ignite/logger/jcl/package-summary.html  |     0
 .../org/apache/ignite/logger/jcl/package-tree.html |     0
 .../org/apache/ignite/logger/jcl/package-use.html  |     0
 .../log4j/Log4JDailyRollingFileAppender.html       |     0
 .../log4j/Log4JExternallyRolledFileAppender.html   |     0
 .../ignite/logger/log4j/Log4JFileAppender.html     |     0
 .../apache/ignite/logger/log4j/Log4JLogger.html    |     0
 .../logger/log4j/Log4jRollingFileAppender.html     |     0
 .../class-use/Log4JDailyRollingFileAppender.html   |     0
 .../Log4JExternallyRolledFileAppender.html         |     0
 .../logger/log4j/class-use/Log4JFileAppender.html  |     0
 .../ignite/logger/log4j/class-use/Log4JLogger.html |     0
 .../log4j/class-use/Log4jRollingFileAppender.html  |     0
 .../apache/ignite/logger/log4j/package-frame.html  |     0
 .../ignite/logger/log4j/package-summary.html       |     0
 .../apache/ignite/logger/log4j/package-tree.html   |     0
 .../apache/ignite/logger/log4j/package-use.html    |     0
 .../apache/ignite/logger/log4j2/Log4J2Logger.html  |     0
 .../logger/log4j2/class-use/Log4J2Logger.html      |     0
 .../apache/ignite/logger/log4j2/package-frame.html |     0
 .../ignite/logger/log4j2/package-summary.html      |     0
 .../apache/ignite/logger/log4j2/package-tree.html  |     0
 .../apache/ignite/logger/log4j2/package-use.html   |     0
 .../org/apache/ignite/logger/package-frame.html    |     0
 .../org/apache/ignite/logger/package-summary.html  |     0
 .../org/apache/ignite/logger/package-tree.html     |     0
 .../org/apache/ignite/logger/package-use.html      |     0
 .../apache/ignite/logger/slf4j/Slf4jLogger.html    |     0
 .../ignite/logger/slf4j/class-use/Slf4jLogger.html |     0
 .../apache/ignite/logger/slf4j/package-frame.html  |     0
 .../ignite/logger/slf4j/package-summary.html       |     0
 .../apache/ignite/logger/slf4j/package-tree.html   |     0
 .../apache/ignite/logger/slf4j/package-use.html    |     0
 .../ignite/marshaller/AbstractMarshaller.html      |     0
 .../AbstractNodeNameAwareMarshaller.html           |     0
 .../org/apache/ignite/marshaller/Marshaller.html   |     0
 .../ignite/marshaller/MarshallerContext.html       |     0
 .../ignite/marshaller/MarshallerExclusions.html    |     0
 .../apache/ignite/marshaller/MarshallerUtils.html  |     0
 .../marshaller/class-use/AbstractMarshaller.html   |     0
 .../class-use/AbstractNodeNameAwareMarshaller.html |     0
 .../ignite/marshaller/class-use/Marshaller.html    |     0
 .../marshaller/class-use/MarshallerContext.html    |     0
 .../marshaller/class-use/MarshallerExclusions.html |     0
 .../marshaller/class-use/MarshallerUtils.html      |     0
 .../ignite/marshaller/jdk/JdkMarshaller.html       |     0
 .../marshaller/jdk/class-use/JdkMarshaller.html    |     0
 .../ignite/marshaller/jdk/package-frame.html       |     0
 .../ignite/marshaller/jdk/package-summary.html     |     0
 .../apache/ignite/marshaller/jdk/package-tree.html |     0
 .../apache/ignite/marshaller/jdk/package-use.html  |     0
 .../apache/ignite/marshaller/package-frame.html    |     0
 .../apache/ignite/marshaller/package-summary.html  |     0
 .../org/apache/ignite/marshaller/package-tree.html |     0
 .../org/apache/ignite/marshaller/package-use.html  |     0
 .../org/apache/ignite/mesos/ClusterProperties.html |     0
 .../org/apache/ignite/mesos/IgniteFramework.html   |     0
 .../org/apache/ignite/mesos/IgniteScheduler.html   |     0
 .../org/apache/ignite/mesos/IgniteTask.html        |     0
 .../ignite/mesos/class-use/ClusterProperties.html  |     0
 .../ignite/mesos/class-use/IgniteFramework.html    |     0
 .../ignite/mesos/class-use/IgniteScheduler.html    |     0
 .../apache/ignite/mesos/class-use/IgniteTask.html  |     0
 .../org/apache/ignite/mesos/package-frame.html     |     0
 .../org/apache/ignite/mesos/package-summary.html   |     0
 .../org/apache/ignite/mesos/package-tree.html      |     0
 .../org/apache/ignite/mesos/package-use.html       |     0
 .../ignite/mesos/resource/IgniteProvider.html      |     0
 .../apache/ignite/mesos/resource/JettyServer.html  |     0
 .../ignite/mesos/resource/ResourceHandler.html     |     0
 .../ignite/mesos/resource/ResourceProvider.html    |     0
 .../mesos/resource/class-use/IgniteProvider.html   |     0
 .../mesos/resource/class-use/JettyServer.html      |     0
 .../mesos/resource/class-use/ResourceHandler.html  |     0
 .../mesos/resource/class-use/ResourceProvider.html |     0
 .../ignite/mesos/resource/package-frame.html       |     0
 .../ignite/mesos/resource/package-summary.html     |     0
 .../apache/ignite/mesos/resource/package-tree.html |     0
 .../apache/ignite/mesos/resource/package-use.html  |     0
 .../ignite/messaging/MessagingListenActor.html     |     0
 .../messaging/class-use/MessagingListenActor.html  |     0
 .../org/apache/ignite/messaging/package-frame.html |     0
 .../apache/ignite/messaging/package-summary.html   |     0
 .../org/apache/ignite/messaging/package-tree.html  |     0
 .../org/apache/ignite/messaging/package-use.html   |     0
 .../apache/ignite/mxbean/CacheMetricsMXBean.html   |     0
 .../mxbean/ClusterLocalNodeMetricsMXBean.html      |     0
 .../ignite/mxbean/DataRegionMetricsMXBean.html     |     0
 .../ignite/mxbean/DataStorageMetricsMXBean.html    |     0
 .../org/apache/ignite/mxbean/IgniteMBeanAware.html |     0
 .../org/apache/ignite/mxbean/IgniteMXBean.html     |     0
 .../org/apache/ignite/mxbean/IgnitionMXBean.html   |     0
 .../apache/ignite/mxbean/MXBeanDescription.html    |     0
 .../mxbean/MXBeanParametersDescriptions.html       |     0
 .../ignite/mxbean/MXBeanParametersNames.html       |     0
 .../apache/ignite/mxbean/MemoryMetricsMXBean.html  |     0
 .../ignite/mxbean/PersistenceMetricsMXBean.html    |     0
 .../ignite/mxbean/StripedExecutorMXBean.html       |     0
 .../org/apache/ignite/mxbean/ThreadPoolMXBean.html |     0
 .../mxbean/class-use/CacheMetricsMXBean.html       |     0
 .../class-use/ClusterLocalNodeMetricsMXBean.html   |     0
 .../mxbean/class-use/DataRegionMetricsMXBean.html  |     0
 .../mxbean/class-use/DataStorageMetricsMXBean.html |     0
 .../ignite/mxbean/class-use/IgniteMBeanAware.html  |     0
 .../ignite/mxbean/class-use/IgniteMXBean.html      |     0
 .../ignite/mxbean/class-use/IgnitionMXBean.html    |     0
 .../ignite/mxbean/class-use/MXBeanDescription.html |     0
 .../class-use/MXBeanParametersDescriptions.html    |     0
 .../mxbean/class-use/MXBeanParametersNames.html    |     0
 .../mxbean/class-use/MemoryMetricsMXBean.html      |     0
 .../mxbean/class-use/PersistenceMetricsMXBean.html |     0
 .../mxbean/class-use/StripedExecutorMXBean.html    |     0
 .../ignite/mxbean/class-use/ThreadPoolMXBean.html  |     0
 .../org/apache/ignite/mxbean/package-frame.html    |     0
 .../org/apache/ignite/mxbean/package-summary.html  |     0
 .../org/apache/ignite/mxbean/package-tree.html     |     0
 .../org/apache/ignite/mxbean/package-use.html      |     0
 .../osgi/IgniteAbstractOsgiContextActivator.html   |     0
 .../org/apache/ignite/osgi/IgniteOsgiUtils.html    |     0
 .../IgniteAbstractOsgiContextActivator.html        |     0
 .../ignite/osgi/class-use/IgniteOsgiUtils.html     |     0
 .../classloaders/BundleDelegatingClassLoader.html  |     0
 .../classloaders/ContainerSweepClassLoader.html    |     0
 .../classloaders/OsgiClassLoadingStrategyType.html |     0
 .../class-use/BundleDelegatingClassLoader.html     |     0
 .../class-use/ContainerSweepClassLoader.html       |     0
 .../class-use/OsgiClassLoadingStrategyType.html    |     0
 .../ignite/osgi/classloaders/package-frame.html    |     0
 .../ignite/osgi/classloaders/package-summary.html  |     0
 .../ignite/osgi/classloaders/package-tree.html     |     0
 .../ignite/osgi/classloaders/package-use.html      |     0
 .../org/apache/ignite/osgi/package-frame.html      |     0
 .../org/apache/ignite/osgi/package-summary.html    |     0
 .../org/apache/ignite/osgi/package-tree.html       |     0
 .../org/apache/ignite/osgi/package-use.html        |     0
 .../javadoc/org/apache/ignite/package-frame.html   |     0
 .../javadoc/org/apache/ignite/package-summary.html |     0
 .../javadoc/org/apache/ignite/package-tree.html    |     0
 .../javadoc/org/apache/ignite/package-use.html     |     0
 .../ignite/platform/PlatformJavaObjectFactory.html |     0
 .../class-use/PlatformJavaObjectFactory.html       |     0
 .../platform/cpp/PlatformCppConfiguration.html     |     0
 .../cpp/class-use/PlatformCppConfiguration.html    |     0
 .../apache/ignite/platform/cpp/package-frame.html  |     0
 .../ignite/platform/cpp/package-summary.html       |     0
 .../apache/ignite/platform/cpp/package-tree.html   |     0
 .../apache/ignite/platform/cpp/package-use.html    |     0
 .../dotnet/PlatformDotNetAffinityFunction.html     |     0
 .../dotnet/PlatformDotNetBinaryConfiguration.html  |     0
 .../PlatformDotNetBinaryTypeConfiguration.html     |     0
 .../dotnet/PlatformDotNetCacheStoreFactory.html    |     0
 .../PlatformDotNetCacheStoreFactoryNative.html     |     0
 .../dotnet/PlatformDotNetConfiguration.html        |     0
 .../dotnet/PlatformDotNetLifecycleBean.html        |     0
 .../class-use/PlatformDotNetAffinityFunction.html  |     0
 .../PlatformDotNetBinaryConfiguration.html         |     0
 .../PlatformDotNetBinaryTypeConfiguration.html     |     0
 .../class-use/PlatformDotNetCacheStoreFactory.html |     0
 .../PlatformDotNetCacheStoreFactoryNative.html     |     0
 .../class-use/PlatformDotNetConfiguration.html     |     0
 .../class-use/PlatformDotNetLifecycleBean.html     |     0
 .../ignite/platform/dotnet/package-frame.html      |     0
 .../ignite/platform/dotnet/package-summary.html    |     0
 .../ignite/platform/dotnet/package-tree.html       |     0
 .../apache/ignite/platform/dotnet/package-use.html |     0
 .../org/apache/ignite/platform/package-frame.html  |     0
 .../apache/ignite/platform/package-summary.html    |     0
 .../org/apache/ignite/platform/package-tree.html   |     0
 .../org/apache/ignite/platform/package-use.html    |     0
 .../ignite/plugin/CachePluginConfiguration.html    |     0
 .../apache/ignite/plugin/CachePluginContext.html   |     0
 .../apache/ignite/plugin/CachePluginProvider.html  |     0
 .../org/apache/ignite/plugin/Extension.html        |     0
 .../apache/ignite/plugin/ExtensionRegistry.html    |     0
 .../org/apache/ignite/plugin/IgnitePlugin.html     |     0
 .../apache/ignite/plugin/PluginConfiguration.html  |     0
 .../org/apache/ignite/plugin/PluginContext.html    |     0
 .../ignite/plugin/PluginNotFoundException.html     |     0
 .../org/apache/ignite/plugin/PluginProvider.html   |     0
 .../ignite/plugin/PluginValidationException.html   |     0
 .../plugin/class-use/CachePluginConfiguration.html |     0
 .../plugin/class-use/CachePluginContext.html       |     0
 .../plugin/class-use/CachePluginProvider.html      |     0
 .../apache/ignite/plugin/class-use/Extension.html  |     0
 .../ignite/plugin/class-use/ExtensionRegistry.html |     0
 .../ignite/plugin/class-use/IgnitePlugin.html      |     0
 .../plugin/class-use/PluginConfiguration.html      |     0
 .../ignite/plugin/class-use/PluginContext.html     |     0
 .../plugin/class-use/PluginNotFoundException.html  |     0
 .../ignite/plugin/class-use/PluginProvider.html    |     0
 .../class-use/PluginValidationException.html       |     0
 .../plugin/extensions/communication/IoPool.html    |     0
 .../plugin/extensions/communication/Message.html   |     0
 .../communication/MessageCollectionItemType.html   |     0
 .../extensions/communication/MessageFactory.html   |     0
 .../extensions/communication/MessageFormatter.html |     0
 .../extensions/communication/MessageReader.html    |     0
 .../extensions/communication/MessageWriter.html    |     0
 .../extensions/communication/class-use/IoPool.html |     0
 .../communication/class-use/Message.html           |     0
 .../class-use/MessageCollectionItemType.html       |     0
 .../communication/class-use/MessageFactory.html    |     0
 .../communication/class-use/MessageFormatter.html  |     0
 .../communication/class-use/MessageReader.html     |     0
 .../communication/class-use/MessageWriter.html     |     0
 .../extensions/communication/package-frame.html    |     0
 .../extensions/communication/package-summary.html  |     0
 .../extensions/communication/package-tree.html     |     0
 .../extensions/communication/package-use.html      |     0
 .../org/apache/ignite/plugin/package-frame.html    |     0
 .../org/apache/ignite/plugin/package-summary.html  |     0
 .../org/apache/ignite/plugin/package-tree.html     |     0
 .../org/apache/ignite/plugin/package-use.html      |     0
 .../PlatformCachePluginConfigurationClosure.html   |     0
 ...formCachePluginConfigurationClosureFactory.html |     0
 .../PlatformPluginConfigurationClosure.html        |     0
 .../PlatformPluginConfigurationClosureFactory.html |     0
 .../PlatformCachePluginConfigurationClosure.html   |     0
 ...formCachePluginConfigurationClosureFactory.html |     0
 .../PlatformPluginConfigurationClosure.html        |     0
 .../PlatformPluginConfigurationClosureFactory.html |     0
 .../ignite/plugin/platform/package-frame.html      |     0
 .../ignite/plugin/platform/package-summary.html    |     0
 .../ignite/plugin/platform/package-tree.html       |     0
 .../apache/ignite/plugin/platform/package-use.html |     0
 .../plugin/security/AuthenticationContext.html     |     0
 .../security/SecurityBasicPermissionSet.html       |     0
 .../plugin/security/SecurityCredentials.html       |     0
 .../security/SecurityCredentialsBasicProvider.html |     0
 .../security/SecurityCredentialsProvider.html      |     0
 .../ignite/plugin/security/SecurityException.html  |     0
 .../ignite/plugin/security/SecurityPermission.html |     0
 .../plugin/security/SecurityPermissionSet.html     |     0
 .../security/SecurityPermissionSetBuilder.html     |     0
 .../ignite/plugin/security/SecuritySubject.html    |     0
 .../plugin/security/SecuritySubjectType.html       |     0
 .../security/class-use/AuthenticationContext.html  |     0
 .../class-use/SecurityBasicPermissionSet.html      |     0
 .../security/class-use/SecurityCredentials.html    |     0
 .../SecurityCredentialsBasicProvider.html          |     0
 .../class-use/SecurityCredentialsProvider.html     |     0
 .../security/class-use/SecurityException.html      |     0
 .../security/class-use/SecurityPermission.html     |     0
 .../security/class-use/SecurityPermissionSet.html  |     0
 .../class-use/SecurityPermissionSetBuilder.html    |     0
 .../plugin/security/class-use/SecuritySubject.html |     0
 .../security/class-use/SecuritySubjectType.html    |     0
 .../ignite/plugin/security/package-frame.html      |     0
 .../ignite/plugin/security/package-summary.html    |     0
 .../ignite/plugin/security/package-tree.html       |     0
 .../apache/ignite/plugin/security/package-use.html |     0
 .../plugin/segmentation/SegmentationPolicy.html    |     0
 .../plugin/segmentation/SegmentationResolver.html  |     0
 .../segmentation/class-use/SegmentationPolicy.html |     0
 .../class-use/SegmentationResolver.html            |     0
 .../ignite/plugin/segmentation/package-frame.html  |     0
 .../plugin/segmentation/package-summary.html       |     0
 .../ignite/plugin/segmentation/package-tree.html   |     0
 .../ignite/plugin/segmentation/package-use.html    |     0
 .../apache/ignite/resources/CacheNameResource.html |     0
 .../resources/CacheStoreSessionResource.html       |     0
 .../ignite/resources/FileSystemResource.html       |     0
 .../ignite/resources/IgniteInstanceResource.html   |     0
 .../ignite/resources/JobContextResource.html       |     0
 .../ignite/resources/LoadBalancerResource.html     |     0
 .../apache/ignite/resources/LoggerResource.html    |     0
 .../apache/ignite/resources/ServiceResource.html   |     0
 .../SpringApplicationContextResource.html          |     0
 .../ignite/resources/SpringResource.DEFAULT.html   |     0
 .../apache/ignite/resources/SpringResource.html    |     0
 .../resources/TaskContinuousMapperResource.html    |     0
 .../ignite/resources/TaskSessionResource.html      |     0
 .../resources/class-use/CacheNameResource.html     |     0
 .../class-use/CacheStoreSessionResource.html       |     0
 .../resources/class-use/FileSystemResource.html    |     0
 .../class-use/IgniteInstanceResource.html          |     0
 .../resources/class-use/JobContextResource.html    |     0
 .../resources/class-use/LoadBalancerResource.html  |     0
 .../ignite/resources/class-use/LoggerResource.html |     0
 .../resources/class-use/ServiceResource.html       |     0
 .../SpringApplicationContextResource.html          |     0
 .../class-use/SpringResource.DEFAULT.html          |     0
 .../ignite/resources/class-use/SpringResource.html |     0
 .../class-use/TaskContinuousMapperResource.html    |     0
 .../resources/class-use/TaskSessionResource.html   |     0
 .../org/apache/ignite/resources/package-frame.html |     0
 .../apache/ignite/resources/package-summary.html   |     0
 .../org/apache/ignite/resources/package-tree.html  |     0
 .../org/apache/ignite/resources/package-use.html   |     0
 .../apache/ignite/scheduler/SchedulerFuture.html   |     0
 .../scheduler/class-use/SchedulerFuture.html       |     0
 .../org/apache/ignite/scheduler/package-frame.html |     0
 .../apache/ignite/scheduler/package-summary.html   |     0
 .../org/apache/ignite/scheduler/package-tree.html  |     0
 .../org/apache/ignite/scheduler/package-use.html   |     0
 .../org/apache/ignite/services/Service.html        |     0
 .../ignite/services/ServiceConfiguration.html      |     0
 .../org/apache/ignite/services/ServiceContext.html |     0
 .../services/ServiceDeploymentException.html       |     0
 .../apache/ignite/services/ServiceDescriptor.html  |     0
 .../apache/ignite/services/class-use/Service.html  |     0
 .../services/class-use/ServiceConfiguration.html   |     0
 .../ignite/services/class-use/ServiceContext.html  |     0
 .../class-use/ServiceDeploymentException.html      |     0
 .../services/class-use/ServiceDescriptor.html      |     0
 .../org/apache/ignite/services/package-frame.html  |     0
 .../apache/ignite/services/package-summary.html    |     0
 .../org/apache/ignite/services/package-tree.html   |     0
 .../org/apache/ignite/services/package-use.html    |     0
 .../org/apache/ignite/sink/flink/IgniteSink.html   |     0
 .../ignite/sink/flink/class-use/IgniteSink.html    |     0
 .../apache/ignite/sink/flink/package-frame.html    |     0
 .../apache/ignite/sink/flink/package-summary.html  |     0
 .../org/apache/ignite/sink/flink/package-tree.html |     0
 .../org/apache/ignite/sink/flink/package-use.html  |     0
 .../ignite/spi/IgniteNodeValidationResult.html     |     0
 .../org/apache/ignite/spi/IgnitePortProtocol.html  |     0
 .../javadoc/org/apache/ignite/spi/IgniteSpi.html   |     0
 .../org/apache/ignite/spi/IgniteSpiAdapter.html    |     0
 .../ignite/spi/IgniteSpiCloseableIterator.html     |     0
 .../apache/ignite/spi/IgniteSpiConfiguration.html  |     0
 .../ignite/spi/IgniteSpiConsistencyChecked.html    |     0
 .../org/apache/ignite/spi/IgniteSpiContext.html    |     0
 .../org/apache/ignite/spi/IgniteSpiException.html  |     0
 .../apache/ignite/spi/IgniteSpiMBeanAdapter.html   |     0
 .../ignite/spi/IgniteSpiManagementMBean.html       |     0
 .../apache/ignite/spi/IgniteSpiMultiException.html |     0
 .../spi/IgniteSpiMultipleInstancesSupport.html     |     0
 .../org/apache/ignite/spi/IgniteSpiNoop.html       |     0
 .../spi/IgniteSpiOperationTimeoutException.html    |     0
 .../spi/IgniteSpiOperationTimeoutHelper.html       |     0
 .../org/apache/ignite/spi/IgniteSpiThread.html     |     0
 .../apache/ignite/spi/IgniteSpiThreadFactory.html  |     0
 .../apache/ignite/spi/IgniteSpiTimeoutObject.html  |     0
 .../ignite/spi/IgniteSpiVersionCheckException.html |     0
 .../ignite/spi/checkpoint/CheckpointListener.html  |     0
 .../ignite/spi/checkpoint/CheckpointSpi.html       |     0
 .../spi/checkpoint/cache/CacheCheckpointSpi.html   |     0
 .../checkpoint/cache/CacheCheckpointSpiMBean.html  |     0
 .../cache/class-use/CacheCheckpointSpi.html        |     0
 .../cache/class-use/CacheCheckpointSpiMBean.html   |     0
 .../ignite/spi/checkpoint/cache/package-frame.html |     0
 .../spi/checkpoint/cache/package-summary.html      |     0
 .../ignite/spi/checkpoint/cache/package-tree.html  |     0
 .../ignite/spi/checkpoint/cache/package-use.html   |     0
 .../checkpoint/class-use/CheckpointListener.html   |     0
 .../spi/checkpoint/class-use/CheckpointSpi.html    |     0
 .../spi/checkpoint/jdbc/JdbcCheckpointSpi.html     |     0
 .../checkpoint/jdbc/JdbcCheckpointSpiMBean.html    |     0
 .../jdbc/class-use/JdbcCheckpointSpi.html          |     0
 .../jdbc/class-use/JdbcCheckpointSpiMBean.html     |     0
 .../ignite/spi/checkpoint/jdbc/package-frame.html  |     0
 .../spi/checkpoint/jdbc/package-summary.html       |     0
 .../ignite/spi/checkpoint/jdbc/package-tree.html   |     0
 .../ignite/spi/checkpoint/jdbc/package-use.html    |     0
 .../spi/checkpoint/noop/NoopCheckpointSpi.html     |     0
 .../noop/class-use/NoopCheckpointSpi.html          |     0
 .../ignite/spi/checkpoint/noop/package-frame.html  |     0
 .../spi/checkpoint/noop/package-summary.html       |     0
 .../ignite/spi/checkpoint/noop/package-tree.html   |     0
 .../ignite/spi/checkpoint/noop/package-use.html    |     0
 .../ignite/spi/checkpoint/package-frame.html       |     0
 .../ignite/spi/checkpoint/package-summary.html     |     0
 .../apache/ignite/spi/checkpoint/package-tree.html |     0
 .../apache/ignite/spi/checkpoint/package-use.html  |     0
 .../ignite/spi/checkpoint/s3/S3CheckpointSpi.html  |     0
 .../spi/checkpoint/s3/S3CheckpointSpiMBean.html    |     0
 .../checkpoint/s3/class-use/S3CheckpointSpi.html   |     0
 .../s3/class-use/S3CheckpointSpiMBean.html         |     0
 .../ignite/spi/checkpoint/s3/package-frame.html    |     0
 .../ignite/spi/checkpoint/s3/package-summary.html  |     0
 .../ignite/spi/checkpoint/s3/package-tree.html     |     0
 .../ignite/spi/checkpoint/s3/package-use.html      |     0
 .../checkpoint/sharedfs/SharedFsCheckpointSpi.html |     0
 .../sharedfs/SharedFsCheckpointSpiMBean.html       |     0
 .../sharedfs/class-use/SharedFsCheckpointSpi.html  |     0
 .../class-use/SharedFsCheckpointSpiMBean.html      |     0
 .../spi/checkpoint/sharedfs/package-frame.html     |     0
 .../spi/checkpoint/sharedfs/package-summary.html   |     0
 .../spi/checkpoint/sharedfs/package-tree.html      |     0
 .../spi/checkpoint/sharedfs/package-use.html       |     0
 .../spi/class-use/IgniteNodeValidationResult.html  |     0
 .../ignite/spi/class-use/IgnitePortProtocol.html   |     0
 .../org/apache/ignite/spi/class-use/IgniteSpi.html |     0
 .../ignite/spi/class-use/IgniteSpiAdapter.html     |     0
 .../spi/class-use/IgniteSpiCloseableIterator.html  |     0
 .../spi/class-use/IgniteSpiConfiguration.html      |     0
 .../spi/class-use/IgniteSpiConsistencyChecked.html |     0
 .../ignite/spi/class-use/IgniteSpiContext.html     |     0
 .../ignite/spi/class-use/IgniteSpiException.html   |     0
 .../spi/class-use/IgniteSpiMBeanAdapter.html       |     0
 .../spi/class-use/IgniteSpiManagementMBean.html    |     0
 .../spi/class-use/IgniteSpiMultiException.html     |     0
 .../IgniteSpiMultipleInstancesSupport.html         |     0
 .../apache/ignite/spi/class-use/IgniteSpiNoop.html |     0
 .../IgniteSpiOperationTimeoutException.html        |     0
 .../class-use/IgniteSpiOperationTimeoutHelper.html |     0
 .../ignite/spi/class-use/IgniteSpiThread.html      |     0
 .../spi/class-use/IgniteSpiThreadFactory.html      |     0
 .../spi/class-use/IgniteSpiTimeoutObject.html      |     0
 .../class-use/IgniteSpiVersionCheckException.html  |     0
 .../ignite/spi/collision/CollisionContext.html     |     0
 .../spi/collision/CollisionExternalListener.html   |     0
 .../ignite/spi/collision/CollisionJobContext.html  |     0
 .../apache/ignite/spi/collision/CollisionSpi.html  |     0
 .../spi/collision/class-use/CollisionContext.html  |     0
 .../class-use/CollisionExternalListener.html       |     0
 .../collision/class-use/CollisionJobContext.html   |     0
 .../spi/collision/class-use/CollisionSpi.html      |     0
 .../collision/fifoqueue/FifoQueueCollisionSpi.html |     0
 .../fifoqueue/FifoQueueCollisionSpiMBean.html      |     0
 .../fifoqueue/class-use/FifoQueueCollisionSpi.html |     0
 .../class-use/FifoQueueCollisionSpiMBean.html      |     0
 .../spi/collision/fifoqueue/package-frame.html     |     0
 .../spi/collision/fifoqueue/package-summary.html   |     0
 .../spi/collision/fifoqueue/package-tree.html      |     0
 .../spi/collision/fifoqueue/package-use.html       |     0
 .../jobstealing/JobStealingCollisionSpi.html       |     0
 .../jobstealing/JobStealingCollisionSpiMBean.html  |     0
 .../collision/jobstealing/JobStealingDisabled.html |     0
 .../collision/jobstealing/JobStealingRequest.html  |     0
 .../class-use/JobStealingCollisionSpi.html         |     0
 .../class-use/JobStealingCollisionSpiMBean.html    |     0
 .../jobstealing/class-use/JobStealingDisabled.html |     0
 .../jobstealing/class-use/JobStealingRequest.html  |     0
 .../spi/collision/jobstealing/package-frame.html   |     0
 .../spi/collision/jobstealing/package-summary.html |     0
 .../spi/collision/jobstealing/package-tree.html    |     0
 .../spi/collision/jobstealing/package-use.html     |     0
 .../spi/collision/noop/NoopCollisionSpi.html       |     0
 .../collision/noop/class-use/NoopCollisionSpi.html |     0
 .../ignite/spi/collision/noop/package-frame.html   |     0
 .../ignite/spi/collision/noop/package-summary.html |     0
 .../ignite/spi/collision/noop/package-tree.html    |     0
 .../ignite/spi/collision/noop/package-use.html     |     0
 .../apache/ignite/spi/collision/package-frame.html |     0
 .../ignite/spi/collision/package-summary.html      |     0
 .../apache/ignite/spi/collision/package-tree.html  |     0
 .../apache/ignite/spi/collision/package-use.html   |     0
 .../priorityqueue/PriorityQueueCollisionSpi.html   |     0
 .../PriorityQueueCollisionSpiMBean.html            |     0
 .../class-use/PriorityQueueCollisionSpi.html       |     0
 .../class-use/PriorityQueueCollisionSpiMBean.html  |     0
 .../spi/collision/priorityqueue/package-frame.html |     0
 .../collision/priorityqueue/package-summary.html   |     0
 .../spi/collision/priorityqueue/package-tree.html  |     0
 .../spi/collision/priorityqueue/package-use.html   |     0
 .../spi/communication/CommunicationListener.html   |     0
 .../ignite/spi/communication/CommunicationSpi.html |     0
 .../class-use/CommunicationListener.html           |     0
 .../communication/class-use/CommunicationSpi.html  |     0
 .../ignite/spi/communication/package-frame.html    |     0
 .../ignite/spi/communication/package-summary.html  |     0
 .../ignite/spi/communication/package-tree.html     |     0
 .../ignite/spi/communication/package-use.html      |     0
 .../tcp/TcpCommunicationSpi.HandshakeMessage.html  |     0
 .../tcp/TcpCommunicationSpi.HandshakeMessage2.html |     0
 .../tcp/TcpCommunicationSpi.NodeIdMessage.html     |     0
 ...mmunicationSpi.RecoveryLastReceivedMessage.html |     0
 .../spi/communication/tcp/TcpCommunicationSpi.html |     0
 .../tcp/TcpCommunicationSpiMBean.html              |     0
 .../TcpCommunicationSpi.HandshakeMessage.html      |     0
 .../TcpCommunicationSpi.HandshakeMessage2.html     |     0
 .../TcpCommunicationSpi.NodeIdMessage.html         |     0
 ...mmunicationSpi.RecoveryLastReceivedMessage.html |     0
 .../tcp/class-use/TcpCommunicationSpi.html         |     0
 .../tcp/class-use/TcpCommunicationSpiMBean.html    |     0
 .../spi/communication/tcp/package-frame.html       |     0
 .../spi/communication/tcp/package-summary.html     |     0
 .../ignite/spi/communication/tcp/package-tree.html |     0
 .../ignite/spi/communication/tcp/package-use.html  |     0
 .../ignite/spi/deployment/DeploymentListener.html  |     0
 .../ignite/spi/deployment/DeploymentResource.html  |     0
 .../spi/deployment/DeploymentResourceAdapter.html  |     0
 .../ignite/spi/deployment/DeploymentSpi.html       |     0
 .../IgnoreIfPeerClassLoadingDisabled.html          |     0
 .../deployment/class-use/DeploymentListener.html   |     0
 .../deployment/class-use/DeploymentResource.html   |     0
 .../class-use/DeploymentResourceAdapter.html       |     0
 .../spi/deployment/class-use/DeploymentSpi.html    |     0
 .../IgnoreIfPeerClassLoadingDisabled.html          |     0
 .../spi/deployment/local/LocalDeploymentSpi.html   |     0
 .../deployment/local/LocalDeploymentSpiMBean.html  |     0
 .../local/class-use/LocalDeploymentSpi.html        |     0
 .../local/class-use/LocalDeploymentSpiMBean.html   |     0
 .../ignite/spi/deployment/local/package-frame.html |     0
 .../spi/deployment/local/package-summary.html      |     0
 .../ignite/spi/deployment/local/package-tree.html  |     0
 .../ignite/spi/deployment/local/package-use.html   |     0
 .../ignite/spi/deployment/package-frame.html       |     0
 .../ignite/spi/deployment/package-summary.html     |     0
 .../apache/ignite/spi/deployment/package-tree.html |     0
 .../apache/ignite/spi/deployment/package-use.html  |     0
 .../spi/deployment/uri/UriDeploymentSpi.html       |     0
 .../spi/deployment/uri/UriDeploymentSpiMBean.html  |     0
 .../deployment/uri/class-use/UriDeploymentSpi.html |     0
 .../uri/class-use/UriDeploymentSpiMBean.html       |     0
 .../ignite/spi/deployment/uri/package-frame.html   |     0
 .../ignite/spi/deployment/uri/package-summary.html |     0
 .../ignite/spi/deployment/uri/package-tree.html    |     0
 .../ignite/spi/deployment/uri/package-use.html     |     0
 .../DiscoveryDataBag.GridDiscoveryData.html        |     0
 .../DiscoveryDataBag.JoiningNodeDiscoveryData.html |     0
 .../ignite/spi/discovery/DiscoveryDataBag.html     |     0
 .../spi/discovery/DiscoveryMetricsProvider.html    |     0
 .../apache/ignite/spi/discovery/DiscoverySpi.html  |     0
 .../spi/discovery/DiscoverySpiCustomMessage.html   |     0
 .../spi/discovery/DiscoverySpiDataExchange.html    |     0
 .../spi/discovery/DiscoverySpiHistorySupport.html  |     0
 .../ignite/spi/discovery/DiscoverySpiListener.html |     0
 .../discovery/DiscoverySpiNodeAuthenticator.html   |     0
 .../spi/discovery/DiscoverySpiOrderSupport.html    |     0
 .../DiscoveryDataBag.GridDiscoveryData.html        |     0
 .../DiscoveryDataBag.JoiningNodeDiscoveryData.html |     0
 .../spi/discovery/class-use/DiscoveryDataBag.html  |     0
 .../class-use/DiscoveryMetricsProvider.html        |     0
 .../spi/discovery/class-use/DiscoverySpi.html      |     0
 .../class-use/DiscoverySpiCustomMessage.html       |     0
 .../class-use/DiscoverySpiDataExchange.html        |     0
 .../class-use/DiscoverySpiHistorySupport.html      |     0
 .../discovery/class-use/DiscoverySpiListener.html  |     0
 .../class-use/DiscoverySpiNodeAuthenticator.html   |     0
 .../class-use/DiscoverySpiOrderSupport.html        |     0
 .../apache/ignite/spi/discovery/package-frame.html |     0
 .../ignite/spi/discovery/package-summary.html      |     0
 .../apache/ignite/spi/discovery/package-tree.html  |     0
 .../apache/ignite/spi/discovery/package-use.html   |     0
 .../ignite/spi/discovery/tcp/TcpDiscoverySpi.html  |     0
 .../spi/discovery/tcp/TcpDiscoverySpiMBean.html    |     0
 .../discovery/tcp/class-use/TcpDiscoverySpi.html   |     0
 .../tcp/class-use/TcpDiscoverySpiMBean.html        |     0
 .../tcp/ipfinder/TcpDiscoveryIpFinder.html         |     0
 .../tcp/ipfinder/TcpDiscoveryIpFinderAdapter.html  |     0
 .../ipfinder/class-use/TcpDiscoveryIpFinder.html   |     0
 .../class-use/TcpDiscoveryIpFinderAdapter.html     |     0
 .../ipfinder/cloud/TcpDiscoveryCloudIpFinder.html  |     0
 .../cloud/class-use/TcpDiscoveryCloudIpFinder.html |     0
 .../tcp/ipfinder/cloud/package-frame.html          |     0
 .../tcp/ipfinder/cloud/package-summary.html        |     0
 .../discovery/tcp/ipfinder/cloud/package-tree.html |     0
 .../discovery/tcp/ipfinder/cloud/package-use.html  |     0
 .../gce/TcpDiscoveryGoogleStorageIpFinder.html     |     0
 .../TcpDiscoveryGoogleStorageIpFinder.html         |     0
 .../discovery/tcp/ipfinder/gce/package-frame.html  |     0
 .../tcp/ipfinder/gce/package-summary.html          |     0
 .../discovery/tcp/ipfinder/gce/package-tree.html   |     0
 .../discovery/tcp/ipfinder/gce/package-use.html    |     0
 .../ipfinder/jdbc/BasicJdbcIpFinderDialect.html    |     0
 .../tcp/ipfinder/jdbc/JdbcIpFinderDialect.html     |     0
 .../ipfinder/jdbc/OracleJdbcIpFinderDialect.html   |     0
 .../ipfinder/jdbc/TcpDiscoveryJdbcIpFinder.html    |     0
 .../jdbc/class-use/BasicJdbcIpFinderDialect.html   |     0
 .../jdbc/class-use/JdbcIpFinderDialect.html        |     0
 .../jdbc/class-use/OracleJdbcIpFinderDialect.html  |     0
 .../jdbc/class-use/TcpDiscoveryJdbcIpFinder.html   |     0
 .../discovery/tcp/ipfinder/jdbc/package-frame.html |     0
 .../tcp/ipfinder/jdbc/package-summary.html         |     0
 .../discovery/tcp/ipfinder/jdbc/package-tree.html  |     0
 .../discovery/tcp/ipfinder/jdbc/package-use.html   |     0
 .../kubernetes/TcpDiscoveryKubernetesIpFinder.html |     0
 .../class-use/TcpDiscoveryKubernetesIpFinder.html  |     0
 .../tcp/ipfinder/kubernetes/package-frame.html     |     0
 .../tcp/ipfinder/kubernetes/package-summary.html   |     0
 .../tcp/ipfinder/kubernetes/package-tree.html      |     0
 .../tcp/ipfinder/kubernetes/package-use.html       |     0
 .../multicast/TcpDiscoveryMulticastIpFinder.html   |     0
 .../class-use/TcpDiscoveryMulticastIpFinder.html   |     0
 .../tcp/ipfinder/multicast/package-frame.html      |     0
 .../tcp/ipfinder/multicast/package-summary.html    |     0
 .../tcp/ipfinder/multicast/package-tree.html       |     0
 .../tcp/ipfinder/multicast/package-use.html        |     0
 .../spi/discovery/tcp/ipfinder/package-frame.html  |     0
 .../discovery/tcp/ipfinder/package-summary.html    |     0
 .../spi/discovery/tcp/ipfinder/package-tree.html   |     0
 .../spi/discovery/tcp/ipfinder/package-use.html    |     0
 .../tcp/ipfinder/s3/TcpDiscoveryS3IpFinder.html    |     0
 .../s3/class-use/TcpDiscoveryS3IpFinder.html       |     0
 .../discovery/tcp/ipfinder/s3/package-frame.html   |     0
 .../discovery/tcp/ipfinder/s3/package-summary.html |     0
 .../discovery/tcp/ipfinder/s3/package-tree.html    |     0
 .../spi/discovery/tcp/ipfinder/s3/package-use.html |     0
 .../sharedfs/TcpDiscoverySharedFsIpFinder.html     |     0
 .../class-use/TcpDiscoverySharedFsIpFinder.html    |     0
 .../tcp/ipfinder/sharedfs/package-frame.html       |     0
 .../tcp/ipfinder/sharedfs/package-summary.html     |     0
 .../tcp/ipfinder/sharedfs/package-tree.html        |     0
 .../tcp/ipfinder/sharedfs/package-use.html         |     0
 .../tcp/ipfinder/vm/TcpDiscoveryVmIpFinder.html    |     0
 .../vm/class-use/TcpDiscoveryVmIpFinder.html       |     0
 .../discovery/tcp/ipfinder/vm/package-frame.html   |     0
 .../discovery/tcp/ipfinder/vm/package-summary.html |     0
 .../discovery/tcp/ipfinder/vm/package-tree.html    |     0
 .../spi/discovery/tcp/ipfinder/vm/package-use.html |     0
 .../ipfinder/zk/TcpDiscoveryZookeeperIpFinder.html |     0
 .../class-use/TcpDiscoveryZookeeperIpFinder.html   |     0
 .../discovery/tcp/ipfinder/zk/package-frame.html   |     0
 .../discovery/tcp/ipfinder/zk/package-summary.html |     0
 .../discovery/tcp/ipfinder/zk/package-tree.html    |     0
 .../spi/discovery/tcp/ipfinder/zk/package-use.html |     0
 .../ignite/spi/discovery/tcp/package-frame.html    |     0
 .../ignite/spi/discovery/tcp/package-summary.html  |     0
 .../ignite/spi/discovery/tcp/package-tree.html     |     0
 .../ignite/spi/discovery/tcp/package-use.html      |     0
 .../ignite/spi/eventstorage/EventStorageSpi.html   |     0
 .../spi/eventstorage/NoopEventStorageSpi.html      |     0
 .../eventstorage/class-use/EventStorageSpi.html    |     0
 .../class-use/NoopEventStorageSpi.html             |     0
 .../eventstorage/memory/MemoryEventStorageSpi.html |     0
 .../memory/MemoryEventStorageSpiMBean.html         |     0
 .../memory/class-use/MemoryEventStorageSpi.html    |     0
 .../class-use/MemoryEventStorageSpiMBean.html      |     0
 .../spi/eventstorage/memory/package-frame.html     |     0
 .../spi/eventstorage/memory/package-summary.html   |     0
 .../spi/eventstorage/memory/package-tree.html      |     0
 .../spi/eventstorage/memory/package-use.html       |     0
 .../ignite/spi/eventstorage/package-frame.html     |     0
 .../ignite/spi/eventstorage/package-summary.html   |     0
 .../ignite/spi/eventstorage/package-tree.html      |     0
 .../ignite/spi/eventstorage/package-use.html       |     0
 .../ignite/spi/failover/FailoverContext.html       |     0
 .../apache/ignite/spi/failover/FailoverSpi.html    |     0
 .../spi/failover/always/AlwaysFailoverSpi.html     |     0
 .../failover/always/AlwaysFailoverSpiMBean.html    |     0
 .../always/class-use/AlwaysFailoverSpi.html        |     0
 .../always/class-use/AlwaysFailoverSpiMBean.html   |     0
 .../ignite/spi/failover/always/package-frame.html  |     0
 .../spi/failover/always/package-summary.html       |     0
 .../ignite/spi/failover/always/package-tree.html   |     0
 .../ignite/spi/failover/always/package-use.html    |     0
 .../spi/failover/class-use/FailoverContext.html    |     0
 .../ignite/spi/failover/class-use/FailoverSpi.html |     0
 .../jobstealing/JobStealingFailoverSpi.html        |     0
 .../jobstealing/JobStealingFailoverSpiMBean.html   |     0
 .../class-use/JobStealingFailoverSpi.html          |     0
 .../class-use/JobStealingFailoverSpiMBean.html     |     0
 .../spi/failover/jobstealing/package-frame.html    |     0
 .../spi/failover/jobstealing/package-summary.html  |     0
 .../spi/failover/jobstealing/package-tree.html     |     0
 .../spi/failover/jobstealing/package-use.html      |     0
 .../spi/failover/never/NeverFailoverSpi.html       |     0
 .../spi/failover/never/NeverFailoverSpiMBean.html  |     0
 .../failover/never/class-use/NeverFailoverSpi.html |     0
 .../never/class-use/NeverFailoverSpiMBean.html     |     0
 .../ignite/spi/failover/never/package-frame.html   |     0
 .../ignite/spi/failover/never/package-summary.html |     0
 .../ignite/spi/failover/never/package-tree.html    |     0
 .../ignite/spi/failover/never/package-use.html     |     0
 .../apache/ignite/spi/failover/package-frame.html  |     0
 .../ignite/spi/failover/package-summary.html       |     0
 .../apache/ignite/spi/failover/package-tree.html   |     0
 .../apache/ignite/spi/failover/package-use.html    |     0
 .../ignite/spi/indexing/IndexingQueryFilter.html   |     0
 .../apache/ignite/spi/indexing/IndexingSpi.html    |     0
 .../indexing/class-use/IndexingQueryFilter.html    |     0
 .../ignite/spi/indexing/class-use/IndexingSpi.html |     0
 .../ignite/spi/indexing/noop/NoopIndexingSpi.html  |     0
 .../indexing/noop/class-use/NoopIndexingSpi.html   |     0
 .../ignite/spi/indexing/noop/package-frame.html    |     0
 .../ignite/spi/indexing/noop/package-summary.html  |     0
 .../ignite/spi/indexing/noop/package-tree.html     |     0
 .../ignite/spi/indexing/noop/package-use.html      |     0
 .../apache/ignite/spi/indexing/package-frame.html  |     0
 .../ignite/spi/indexing/package-summary.html       |     0
 .../apache/ignite/spi/indexing/package-tree.html   |     0
 .../apache/ignite/spi/indexing/package-use.html    |     0
 .../ignite/spi/loadbalancing/LoadBalancingSpi.html |     0
 .../adaptive/AdaptiveCpuLoadProbe.html             |     0
 .../adaptive/AdaptiveJobCountLoadProbe.html        |     0
 .../adaptive/AdaptiveLoadBalancingSpi.html         |     0
 .../adaptive/AdaptiveLoadBalancingSpiMBean.html    |     0
 .../loadbalancing/adaptive/AdaptiveLoadProbe.html  |     0
 .../adaptive/AdaptiveProcessingTimeLoadProbe.html  |     0
 .../adaptive/class-use/AdaptiveCpuLoadProbe.html   |     0
 .../class-use/AdaptiveJobCountLoadProbe.html       |     0
 .../class-use/AdaptiveLoadBalancingSpi.html        |     0
 .../class-use/AdaptiveLoadBalancingSpiMBean.html   |     0
 .../adaptive/class-use/AdaptiveLoadProbe.html      |     0
 .../class-use/AdaptiveProcessingTimeLoadProbe.html |     0
 .../spi/loadbalancing/adaptive/package-frame.html  |     0
 .../loadbalancing/adaptive/package-summary.html    |     0
 .../spi/loadbalancing/adaptive/package-tree.html   |     0
 .../spi/loadbalancing/adaptive/package-use.html    |     0
 .../loadbalancing/class-use/LoadBalancingSpi.html  |     0
 .../ignite/spi/loadbalancing/package-frame.html    |     0
 .../ignite/spi/loadbalancing/package-summary.html  |     0
 .../ignite/spi/loadbalancing/package-tree.html     |     0
 .../ignite/spi/loadbalancing/package-use.html      |     0
 .../roundrobin/RoundRobinLoadBalancingSpi.html     |     0
 .../RoundRobinLoadBalancingSpiMBean.html           |     0
 .../class-use/RoundRobinLoadBalancingSpi.html      |     0
 .../class-use/RoundRobinLoadBalancingSpiMBean.html |     0
 .../loadbalancing/roundrobin/package-frame.html    |     0
 .../loadbalancing/roundrobin/package-summary.html  |     0
 .../spi/loadbalancing/roundrobin/package-tree.html |     0
 .../spi/loadbalancing/roundrobin/package-use.html  |     0
 .../WeightedRandomLoadBalancingSpi.html            |     0
 .../WeightedRandomLoadBalancingSpiMBean.html       |     0
 .../class-use/WeightedRandomLoadBalancingSpi.html  |     0
 .../WeightedRandomLoadBalancingSpiMBean.html       |     0
 .../weightedrandom/package-frame.html              |     0
 .../weightedrandom/package-summary.html            |     0
 .../loadbalancing/weightedrandom/package-tree.html |     0
 .../loadbalancing/weightedrandom/package-use.html  |     0
 .../org/apache/ignite/spi/package-frame.html       |     0
 .../org/apache/ignite/spi/package-summary.html     |     0
 .../org/apache/ignite/spi/package-tree.html        |     0
 .../javadoc/org/apache/ignite/spi/package-use.html |     0
 .../springdata/repository/IgniteRepository.html    |     0
 .../repository/class-use/IgniteRepository.html     |     0
 .../config/EnableIgniteRepositories.html           |     0
 .../config/IgniteRepositoriesRegistar.html         |     0
 .../IgniteRepositoryConfigurationExtension.html    |     0
 .../ignite/springdata/repository/config/Query.html |     0
 .../repository/config/RepositoryConfig.html        |     0
 .../config/class-use/EnableIgniteRepositories.html |     0
 .../class-use/IgniteRepositoriesRegistar.html      |     0
 .../IgniteRepositoryConfigurationExtension.html    |     0
 .../repository/config/class-use/Query.html         |     0
 .../config/class-use/RepositoryConfig.html         |     0
 .../repository/config/package-frame.html           |     0
 .../repository/config/package-summary.html         |     0
 .../springdata/repository/config/package-tree.html |     0
 .../springdata/repository/config/package-use.html  |     0
 .../springdata/repository/package-frame.html       |     0
 .../springdata/repository/package-summary.html     |     0
 .../ignite/springdata/repository/package-tree.html |     0
 .../ignite/springdata/repository/package-use.html  |     0
 .../springdata/repository/query/IgniteQuery.html   |     0
 .../repository/query/IgniteQueryGenerator.html     |     0
 .../repository/query/IgniteRepositoryQuery.html    |     0
 .../repository/query/class-use/IgniteQuery.html    |     0
 .../query/class-use/IgniteQueryGenerator.html      |     0
 .../query/class-use/IgniteRepositoryQuery.html     |     0
 .../springdata/repository/query/package-frame.html |     0
 .../repository/query/package-summary.html          |     0
 .../springdata/repository/query/package-tree.html  |     0
 .../springdata/repository/query/package-use.html   |     0
 .../support/IgniteRepositoryFactory.html           |     0
 .../support/IgniteRepositoryFactoryBean.html       |     0
 .../repository/support/IgniteRepositoryImpl.html   |     0
 .../support/class-use/IgniteRepositoryFactory.html |     0
 .../class-use/IgniteRepositoryFactoryBean.html     |     0
 .../support/class-use/IgniteRepositoryImpl.html    |     0
 .../repository/support/package-frame.html          |     0
 .../repository/support/package-summary.html        |     0
 .../repository/support/package-tree.html           |     0
 .../springdata/repository/support/package-use.html |     0
 .../org/apache/ignite/ssl/SslContextFactory.html   |     0
 .../ignite/ssl/class-use/SslContextFactory.html    |     0
 .../org/apache/ignite/ssl/package-frame.html       |     0
 .../org/apache/ignite/ssl/package-summary.html     |     0
 .../org/apache/ignite/ssl/package-tree.html        |     0
 .../javadoc/org/apache/ignite/ssl/package-use.html |     0
 .../apache/ignite/startup/BasicWarmupClosure.html  |     0
 .../startup/class-use/BasicWarmupClosure.html      |     0
 .../apache/ignite/startup/cmdline/AboutDialog.html |     0
 .../cmdline/CommandLineRandomNumberGenerator.html  |     0
 .../ignite/startup/cmdline/CommandLineStartup.html |     0
 .../startup/cmdline/CommandLineTransformer.html    |     0
 .../startup/cmdline/class-use/AboutDialog.html     |     0
 .../CommandLineRandomNumberGenerator.html          |     0
 .../cmdline/class-use/CommandLineStartup.html      |     0
 .../cmdline/class-use/CommandLineTransformer.html  |     0
 .../ignite/startup/cmdline/package-frame.html      |     0
 .../ignite/startup/cmdline/package-summary.html    |     0
 .../ignite/startup/cmdline/package-tree.html       |     0
 .../apache/ignite/startup/cmdline/package-use.html |     0
 .../org/apache/ignite/startup/package-frame.html   |     0
 .../org/apache/ignite/startup/package-summary.html |     0
 .../org/apache/ignite/startup/package-tree.html    |     0
 .../org/apache/ignite/startup/package-use.html     |     0
 .../servlet/ServletContextListenerStartup.html     |     0
 .../ignite/startup/servlet/ServletStartup.html     |     0
 .../class-use/ServletContextListenerStartup.html   |     0
 .../startup/servlet/class-use/ServletStartup.html  |     0
 .../ignite/startup/servlet/package-frame.html      |     0
 .../ignite/startup/servlet/package-summary.html    |     0
 .../ignite/startup/servlet/package-tree.html       |     0
 .../apache/ignite/startup/servlet/package-use.html |     0
 .../org/apache/ignite/stream/StreamAdapter.html    |     0
 .../stream/StreamMultipleTupleExtractor.html       |     0
 .../org/apache/ignite/stream/StreamReceiver.html   |     0
 .../ignite/stream/StreamSingleTupleExtractor.html  |     0
 .../apache/ignite/stream/StreamTransformer.html    |     0
 .../apache/ignite/stream/StreamTupleExtractor.html |     0
 .../org/apache/ignite/stream/StreamVisitor.html    |     0
 .../apache/ignite/stream/camel/CamelStreamer.html  |     0
 .../stream/camel/class-use/CamelStreamer.html      |     0
 .../apache/ignite/stream/camel/package-frame.html  |     0
 .../ignite/stream/camel/package-summary.html       |     0
 .../apache/ignite/stream/camel/package-tree.html   |     0
 .../apache/ignite/stream/camel/package-use.html    |     0
 .../ignite/stream/class-use/StreamAdapter.html     |     0
 .../class-use/StreamMultipleTupleExtractor.html    |     0
 .../ignite/stream/class-use/StreamReceiver.html    |     0
 .../class-use/StreamSingleTupleExtractor.html      |     0
 .../ignite/stream/class-use/StreamTransformer.html |     0
 .../stream/class-use/StreamTupleExtractor.html     |     0
 .../ignite/stream/class-use/StreamVisitor.html     |     0
 .../ignite/stream/flume/EventTransformer.html      |     0
 .../org/apache/ignite/stream/flume/IgniteSink.html |     0
 .../ignite/stream/flume/IgniteSinkConstants.html   |     0
 .../stream/flume/class-use/EventTransformer.html   |     0
 .../ignite/stream/flume/class-use/IgniteSink.html  |     0
 .../flume/class-use/IgniteSinkConstants.html       |     0
 .../apache/ignite/stream/flume/package-frame.html  |     0
 .../ignite/stream/flume/package-summary.html       |     0
 .../apache/ignite/stream/flume/package-tree.html   |     0
 .../apache/ignite/stream/flume/package-use.html    |     0
 .../apache/ignite/stream/jms11/JmsStreamer.html    |     0
 .../ignite/stream/jms11/MessageTransformer.html    |     0
 .../ignite/stream/jms11/class-use/JmsStreamer.html |     0
 .../stream/jms11/class-use/MessageTransformer.html |     0
 .../apache/ignite/stream/jms11/package-frame.html  |     0
 .../ignite/stream/jms11/package-summary.html       |     0
 .../apache/ignite/stream/jms11/package-tree.html   |     0
 .../apache/ignite/stream/jms11/package-use.html    |     0
 .../apache/ignite/stream/kafka/KafkaStreamer.html  |     0
 .../stream/kafka/class-use/KafkaStreamer.html      |     0
 .../stream/kafka/connect/IgniteSinkConnector.html  |     0
 .../stream/kafka/connect/IgniteSinkConstants.html  |     0
 .../connect/IgniteSinkTask.StreamerContext.html    |     0
 .../stream/kafka/connect/IgniteSinkTask.html       |     0
 .../kafka/connect/IgniteSourceConnector.html       |     0
 .../kafka/connect/IgniteSourceConstants.html       |     0
 .../stream/kafka/connect/IgniteSourceTask.html     |     0
 .../connect/class-use/IgniteSinkConnector.html     |     0
 .../connect/class-use/IgniteSinkConstants.html     |     0
 .../class-use/IgniteSinkTask.StreamerContext.html  |     0
 .../kafka/connect/class-use/IgniteSinkTask.html    |     0
 .../connect/class-use/IgniteSourceConnector.html   |     0
 .../connect/class-use/IgniteSourceConstants.html   |     0
 .../kafka/connect/class-use/IgniteSourceTask.html  |     0
 .../ignite/stream/kafka/connect/package-frame.html |     0
 .../stream/kafka/connect/package-summary.html      |     0
 .../ignite/stream/kafka/connect/package-tree.html  |     0
 .../ignite/stream/kafka/connect/package-use.html   |     0
 .../connect/serialization/CacheEventConverter.html |     0
 .../serialization/CacheEventDeserializer.html      |     0
 .../serialization/CacheEventSerializer.html        |     0
 .../class-use/CacheEventConverter.html             |     0
 .../class-use/CacheEventDeserializer.html          |     0
 .../class-use/CacheEventSerializer.html            |     0
 .../kafka/connect/serialization/package-frame.html |     0
 .../connect/serialization/package-summary.html     |     0
 .../kafka/connect/serialization/package-tree.html  |     0
 .../kafka/connect/serialization/package-use.html   |     0
 .../apache/ignite/stream/kafka/package-frame.html  |     0
 .../ignite/stream/kafka/package-summary.html       |     0
 .../apache/ignite/stream/kafka/package-tree.html   |     0
 .../apache/ignite/stream/kafka/package-use.html    |     0
 .../apache/ignite/stream/mqtt/MqttStreamer.html    |     0
 .../ignite/stream/mqtt/class-use/MqttStreamer.html |     0
 .../apache/ignite/stream/mqtt/package-frame.html   |     0
 .../apache/ignite/stream/mqtt/package-summary.html |     0
 .../apache/ignite/stream/mqtt/package-tree.html    |     0
 .../org/apache/ignite/stream/mqtt/package-use.html |     0
 .../org/apache/ignite/stream/package-frame.html    |     0
 .../org/apache/ignite/stream/package-summary.html  |     0
 .../org/apache/ignite/stream/package-tree.html     |     0
 .../org/apache/ignite/stream/package-use.html      |     0
 .../ignite/stream/rocketmq/RocketMQStreamer.html   |     0
 .../rocketmq/class-use/RocketMQStreamer.html       |     0
 .../ignite/stream/rocketmq/package-frame.html      |     0
 .../ignite/stream/rocketmq/package-summary.html    |     0
 .../ignite/stream/rocketmq/package-tree.html       |     0
 .../apache/ignite/stream/rocketmq/package-use.html |     0
 .../stream/socket/SocketMessageConverter.html      |     0
 .../ignite/stream/socket/SocketStreamer.html       |     0
 .../socket/class-use/SocketMessageConverter.html   |     0
 .../stream/socket/class-use/SocketStreamer.html    |     0
 .../apache/ignite/stream/socket/package-frame.html |     0
 .../ignite/stream/socket/package-summary.html      |     0
 .../apache/ignite/stream/socket/package-tree.html  |     0
 .../apache/ignite/stream/socket/package-use.html   |     0
 .../storm/StormStreamer.StreamerContext.html       |     0
 .../apache/ignite/stream/storm/StormStreamer.html  |     0
 .../class-use/StormStreamer.StreamerContext.html   |     0
 .../stream/storm/class-use/StormStreamer.html      |     0
 .../apache/ignite/stream/storm/package-frame.html  |     0
 .../ignite/stream/storm/package-summary.html       |     0
 .../apache/ignite/stream/storm/package-tree.html   |     0
 .../apache/ignite/stream/storm/package-use.html    |     0
 .../ignite/stream/twitter/OAuthSettings.html       |     0
 .../ignite/stream/twitter/TwitterStreamer.html     |     0
 .../stream/twitter/class-use/OAuthSettings.html    |     0
 .../stream/twitter/class-use/TwitterStreamer.html  |     0
 .../ignite/stream/twitter/package-frame.html       |     0
 .../ignite/stream/twitter/package-summary.html     |     0
 .../apache/ignite/stream/twitter/package-tree.html |     0
 .../apache/ignite/stream/twitter/package-use.html  |     0
 .../ignite/stream/zeromq/IgniteZeroMqStreamer.html |     0
 .../ignite/stream/zeromq/ZeroMqTypeSocket.html     |     0
 .../zeromq/class-use/IgniteZeroMqStreamer.html     |     0
 .../stream/zeromq/class-use/ZeroMqTypeSocket.html  |     0
 .../apache/ignite/stream/zeromq/package-frame.html |     0
 .../ignite/stream/zeromq/package-summary.html      |     0
 .../apache/ignite/stream/zeromq/package-tree.html  |     0
 .../apache/ignite/stream/zeromq/package-use.html   |     0
 .../thread/IgniteStripedThreadPoolExecutor.html    |     0
 .../org/apache/ignite/thread/IgniteThread.html     |     0
 .../apache/ignite/thread/IgniteThreadFactory.html  |     0
 .../ignite/thread/IgniteThreadPoolExecutor.html    |     0
 .../class-use/IgniteStripedThreadPoolExecutor.html |     0
 .../ignite/thread/class-use/IgniteThread.html      |     0
 .../thread/class-use/IgniteThreadFactory.html      |     0
 .../thread/class-use/IgniteThreadPoolExecutor.html |     0
 .../org/apache/ignite/thread/package-frame.html    |     0
 .../org/apache/ignite/thread/package-summary.html  |     0
 .../org/apache/ignite/thread/package-tree.html     |     0
 .../org/apache/ignite/thread/package-use.html      |     0
 .../apache/ignite/transactions/Transaction.html    |     0
 .../transactions/TransactionConcurrency.html       |     0
 .../transactions/TransactionDeadlockException.html |     0
 .../ignite/transactions/TransactionException.html  |     0
 .../TransactionHeuristicException.html             |     0
 .../ignite/transactions/TransactionIsolation.html  |     0
 .../ignite/transactions/TransactionMetrics.html    |     0
 .../TransactionOptimisticException.html            |     0
 .../transactions/TransactionRollbackException.html |     0
 .../ignite/transactions/TransactionState.html      |     0
 .../transactions/TransactionTimeoutException.html  |     0
 .../ignite/transactions/class-use/Transaction.html |     0
 .../class-use/TransactionConcurrency.html          |     0
 .../class-use/TransactionDeadlockException.html    |     0
 .../class-use/TransactionException.html            |     0
 .../class-use/TransactionHeuristicException.html   |     0
 .../class-use/TransactionIsolation.html            |     0
 .../transactions/class-use/TransactionMetrics.html |     0
 .../class-use/TransactionOptimisticException.html  |     0
 .../class-use/TransactionRollbackException.html    |     0
 .../transactions/class-use/TransactionState.html   |     0
 .../class-use/TransactionTimeoutException.html     |     0
 .../apache/ignite/transactions/package-frame.html  |     0
 .../ignite/transactions/package-summary.html       |     0
 .../apache/ignite/transactions/package-tree.html   |     0
 .../apache/ignite/transactions/package-use.html    |     0
 .../spring/SpringTransactionManager.html           |     0
 .../spring/class-use/SpringTransactionManager.html |     0
 .../ignite/transactions/spring/package-frame.html  |     0
 .../transactions/spring/package-summary.html       |     0
 .../ignite/transactions/spring/package-tree.html   |     0
 .../ignite/transactions/spring/package-use.html    |     0
 .../ignite/visor/plugin/VisorExtensionPoint.html   |     0
 .../ignite/visor/plugin/VisorPluggableTab.html     |     0
 .../apache/ignite/visor/plugin/VisorPlugin.html    |     0
 .../ignite/visor/plugin/VisorPluginComponent.html  |     0
 .../visor/plugin/VisorPluginComponentsFactory.html |     0
 .../ignite/visor/plugin/VisorPluginLogPanel.html   |     0
 .../ignite/visor/plugin/VisorPluginModel.html      |     0
 .../ignite/visor/plugin/VisorPluginNodesPanel.html |     0
 .../visor/plugin/VisorSelectionListener.html       |     0
 .../ignite/visor/plugin/VisorTopologyListener.html |     0
 .../plugin/class-use/VisorExtensionPoint.html      |     0
 .../visor/plugin/class-use/VisorPluggableTab.html  |     0
 .../ignite/visor/plugin/class-use/VisorPlugin.html |     0
 .../plugin/class-use/VisorPluginComponent.html     |     0
 .../class-use/VisorPluginComponentsFactory.html    |     0
 .../plugin/class-use/VisorPluginLogPanel.html      |     0
 .../visor/plugin/class-use/VisorPluginModel.html   |     0
 .../plugin/class-use/VisorPluginNodesPanel.html    |     0
 .../plugin/class-use/VisorSelectionListener.html   |     0
 .../plugin/class-use/VisorTopologyListener.html    |     0
 .../apache/ignite/visor/plugin/package-frame.html  |     0
 .../ignite/visor/plugin/package-summary.html       |     0
 .../apache/ignite/visor/plugin/package-tree.html   |     0
 .../apache/ignite/visor/plugin/package-use.html    |     0
 .../org/apache/ignite/yarn/ApplicationMaster.html  |     0
 .../org/apache/ignite/yarn/ClusterProperties.html  |     0
 .../org/apache/ignite/yarn/IgniteContainer.html    |     0
 .../yarn/IgniteProvider.VersionComparator.html     |     0
 .../org/apache/ignite/yarn/IgniteProvider.html     |     0
 .../org/apache/ignite/yarn/IgniteYarnClient.html   |     0
 .../ignite/yarn/class-use/ApplicationMaster.html   |     0
 .../ignite/yarn/class-use/ClusterProperties.html   |     0
 .../ignite/yarn/class-use/IgniteContainer.html     |     0
 .../IgniteProvider.VersionComparator.html          |     0
 .../ignite/yarn/class-use/IgniteProvider.html      |     0
 .../ignite/yarn/class-use/IgniteYarnClient.html    |     0
 .../org/apache/ignite/yarn/package-frame.html      |     0
 .../org/apache/ignite/yarn/package-summary.html    |     0
 .../org/apache/ignite/yarn/package-tree.html       |     0
 .../org/apache/ignite/yarn/package-use.html        |     0
 .../apache/ignite/yarn/utils/IgniteYarnUtils.html  |     0
 .../yarn/utils/class-use/IgniteYarnUtils.html      |     0
 .../apache/ignite/yarn/utils/package-frame.html    |     0
 .../apache/ignite/yarn/utils/package-summary.html  |     0
 .../org/apache/ignite/yarn/utils/package-tree.html |     0
 .../org/apache/ignite/yarn/utils/package-use.html  |     0
 releases/2.3.0/javadoc/overview-frame.html         |     0
 releases/2.3.0/javadoc/overview-summary.html       |     0
 releases/2.3.0/javadoc/overview-tree.html          |     0
 releases/2.3.0/javadoc/package-list                |     0
 releases/2.3.0/javadoc/resources/background.gif    |   Bin
 releases/2.3.0/javadoc/resources/tab.gif           |   Bin
 releases/2.3.0/javadoc/resources/titlebar.gif      |   Bin
 releases/2.3.0/javadoc/resources/titlebar_end.gif  |   Bin
 releases/2.3.0/javadoc/serialized-form.html        |     0
 releases/2.3.0/javadoc/tools.js                    |     0
 releases/2.3.0/scaladoc/scalar/img/avg.png         |   Bin
 .../2.3.0/scaladoc/scalar/img/callout_blue.gif     |   Bin
 .../2.3.0/scaladoc/scalar/img/callout_yellow.gif   |   Bin
 releases/2.3.0/scaladoc/scalar/img/cube.gif        |   Bin
 releases/2.3.0/scaladoc/scalar/img/cube_3.0.gif    |   Bin
 .../2.3.0/scaladoc/scalar/img/cube_transparent.gif |   Bin
 .../2.3.0/scaladoc/scalar/img/documentation.gif    |   Bin
 .../2.3.0/scaladoc/scalar/img/email_support.gif    |   Bin
 releases/2.3.0/scaladoc/scalar/img/forums.gif      |   Bin
 releases/2.3.0/scaladoc/scalar/img/gavg.png        |   Bin
 releases/2.3.0/scaladoc/scalar/img/gg_30.png       |   Bin
 releases/2.3.0/scaladoc/scalar/img/gg_30s.png      |   Bin
 .../scalar/img/gridgain_30c_javadoc_qr.png         |   Bin
 releases/2.3.0/scaladoc/scalar/img/gridgain_qr.png |   Bin
 releases/2.3.0/scaladoc/scalar/img/havg.png        |   Bin
 .../scaladoc/scalar/img/in_memory_compute_grid.png |   Bin
 .../scaladoc/scalar/img/in_memory_data_grid.png    |   Bin
 .../2.3.0/scaladoc/scalar/img/issue_tracking.gif   |   Bin
 .../2.3.0/scaladoc/scalar/img/javadoc4_logo.png    |   Bin
 releases/2.3.0/scaladoc/scalar/img/mail_11x11.gif  |   Bin
 releases/2.3.0/scaladoc/scalar/img/qavg.png        |   Bin
 releases/2.3.0/scaladoc/scalar/img/search.gif      |   Bin
 releases/2.3.0/scaladoc/scalar/img/spacer.gif      |   Bin
 releases/2.3.0/scaladoc/scalar/img/sum.png         |   Bin
 releases/2.3.0/scaladoc/scalar/img/wavg.png        |   Bin
 releases/2.3.0/scaladoc/scalar/index.html          |     0
 releases/2.3.0/scaladoc/scalar/index.js            |     0
 releases/2.3.0/scaladoc/scalar/index/index-_.html  |     0
 releases/2.3.0/scaladoc/scalar/index/index-a.html  |     0
 releases/2.3.0/scaladoc/scalar/index/index-b.html  |     0
 releases/2.3.0/scaladoc/scalar/index/index-c.html  |     0
 releases/2.3.0/scaladoc/scalar/index/index-d.html  |     0
 releases/2.3.0/scaladoc/scalar/index/index-e.html  |     0
 releases/2.3.0/scaladoc/scalar/index/index-f.html  |     0
 releases/2.3.0/scaladoc/scalar/index/index-g.html  |     0
 releases/2.3.0/scaladoc/scalar/index/index-i.html  |     0
 releases/2.3.0/scaladoc/scalar/index/index-k.html  |     0
 releases/2.3.0/scaladoc/scalar/index/index-l.html  |     0
 releases/2.3.0/scaladoc/scalar/index/index-n.html  |     0
 releases/2.3.0/scaladoc/scalar/index/index-o.html  |     0
 releases/2.3.0/scaladoc/scalar/index/index-p.html  |     0
 releases/2.3.0/scaladoc/scalar/index/index-r.html  |     0
 releases/2.3.0/scaladoc/scalar/index/index-s.html  |     0
 releases/2.3.0/scaladoc/scalar/index/index-t.html  |     0
 releases/2.3.0/scaladoc/scalar/index/index-u.html  |     0
 releases/2.3.0/scaladoc/scalar/index/index-v.html  |     0
 releases/2.3.0/scaladoc/scalar/index/index-w.html  |     0
 releases/2.3.0/scaladoc/scalar/lib/arrow-down.png  |   Bin
 releases/2.3.0/scaladoc/scalar/lib/arrow-right.png |   Bin
 releases/2.3.0/scaladoc/scalar/lib/class.png       |   Bin
 releases/2.3.0/scaladoc/scalar/lib/class_big.png   |   Bin
 .../2.3.0/scaladoc/scalar/lib/class_diagram.png    |   Bin
 .../scaladoc/scalar/lib/class_to_object_big.png    |   Bin
 .../2.3.0/scaladoc/scalar/lib/constructorsbg.gif   |   Bin
 .../2.3.0/scaladoc/scalar/lib/conversionbg.gif     |   Bin
 releases/2.3.0/scaladoc/scalar/lib/defbg-blue.gif  |   Bin
 releases/2.3.0/scaladoc/scalar/lib/defbg-green.gif |   Bin
 releases/2.3.0/scaladoc/scalar/lib/diagrams.css    |     0
 releases/2.3.0/scaladoc/scalar/lib/diagrams.js     |     0
 .../2.3.0/scaladoc/scalar/lib/filter_box_left.png  |   Bin
 .../2.3.0/scaladoc/scalar/lib/filter_box_left2.gif |   Bin
 .../2.3.0/scaladoc/scalar/lib/filter_box_right.png |   Bin
 releases/2.3.0/scaladoc/scalar/lib/filterbg.gif    |   Bin
 .../2.3.0/scaladoc/scalar/lib/filterboxbarbg.gif   |   Bin
 .../2.3.0/scaladoc/scalar/lib/filterboxbarbg.png   |   Bin
 releases/2.3.0/scaladoc/scalar/lib/filterboxbg.gif |   Bin
 .../2.3.0/scaladoc/scalar/lib/fullcommenttopbg.gif |   Bin
 releases/2.3.0/scaladoc/scalar/lib/index.css       |     0
 releases/2.3.0/scaladoc/scalar/lib/index.js        |     0
 releases/2.3.0/scaladoc/scalar/lib/jquery-ui.js    |     0
 releases/2.3.0/scaladoc/scalar/lib/jquery.js       |     0
 .../2.3.0/scaladoc/scalar/lib/jquery.layout.js     |     0
 .../2.3.0/scaladoc/scalar/lib/modernizr.custom.js  |     0
 .../2.3.0/scaladoc/scalar/lib/navigation-li-a.png  |   Bin
 .../2.3.0/scaladoc/scalar/lib/navigation-li.png    |   Bin
 releases/2.3.0/scaladoc/scalar/lib/object.png      |   Bin
 releases/2.3.0/scaladoc/scalar/lib/object_big.png  |   Bin
 .../2.3.0/scaladoc/scalar/lib/object_diagram.png   |   Bin
 .../scaladoc/scalar/lib/object_to_class_big.png    |   Bin
 .../scaladoc/scalar/lib/object_to_trait_big.png    |   Bin
 .../scaladoc/scalar/lib/object_to_type_big.png     |   Bin
 releases/2.3.0/scaladoc/scalar/lib/ownderbg2.gif   |   Bin
 releases/2.3.0/scaladoc/scalar/lib/ownerbg.gif     |   Bin
 releases/2.3.0/scaladoc/scalar/lib/ownerbg2.gif    |   Bin
 releases/2.3.0/scaladoc/scalar/lib/package.png     |   Bin
 releases/2.3.0/scaladoc/scalar/lib/package_big.png |   Bin
 releases/2.3.0/scaladoc/scalar/lib/packagesbg.gif  |   Bin
 releases/2.3.0/scaladoc/scalar/lib/permalink.png   |   Bin
 releases/2.3.0/scaladoc/scalar/lib/ref-index.css   |     0
 releases/2.3.0/scaladoc/scalar/lib/remove.png      |   Bin
 releases/2.3.0/scaladoc/scalar/lib/scheduler.js    |     0
 .../scaladoc/scalar/lib/selected-implicits.png     |   Bin
 .../scalar/lib/selected-right-implicits.png        |   Bin
 .../2.3.0/scaladoc/scalar/lib/selected-right.png   |   Bin
 releases/2.3.0/scaladoc/scalar/lib/selected.png    |   Bin
 .../2.3.0/scaladoc/scalar/lib/selected2-right.png  |   Bin
 releases/2.3.0/scaladoc/scalar/lib/selected2.png   |   Bin
 releases/2.3.0/scaladoc/scalar/lib/signaturebg.gif |   Bin
 .../2.3.0/scaladoc/scalar/lib/signaturebg2.gif     |   Bin
 releases/2.3.0/scaladoc/scalar/lib/template.css    |     0
 releases/2.3.0/scaladoc/scalar/lib/template.js     |     0
 .../2.3.0/scaladoc/scalar/lib/tools.tooltip.js     |     0
 releases/2.3.0/scaladoc/scalar/lib/trait.png       |   Bin
 releases/2.3.0/scaladoc/scalar/lib/trait_big.png   |   Bin
 .../2.3.0/scaladoc/scalar/lib/trait_diagram.png    |   Bin
 .../scaladoc/scalar/lib/trait_to_object_big.png    |   Bin
 releases/2.3.0/scaladoc/scalar/lib/type.png        |   Bin
 releases/2.3.0/scaladoc/scalar/lib/type_big.png    |   Bin
 .../2.3.0/scaladoc/scalar/lib/type_diagram.png     |   Bin
 .../scaladoc/scalar/lib/type_to_object_big.png     |   Bin
 releases/2.3.0/scaladoc/scalar/lib/typebg.gif      |   Bin
 releases/2.3.0/scaladoc/scalar/lib/unselected.png  |   Bin
 .../2.3.0/scaladoc/scalar/lib/valuemembersbg.gif   |   Bin
 .../scaladoc/scalar/org/apache/ignite/package.html |     0
 .../apache/ignite/scalar/ScalarConversions.html    |     0
 .../ignite/scalar/lang/ScalarAbsClosure.html       |     0
 .../scalar/lang/ScalarAbsClosureFunction.html      |     0
 .../ignite/scalar/lang/ScalarAbsClosureX.html      |     0
 .../scalar/lang/ScalarAbsClosureXFunction.html     |     0
 .../ignite/scalar/lang/ScalarAbsPredicate.html     |     0
 .../scalar/lang/ScalarAbsPredicateFunction.html    |     0
 .../ignite/scalar/lang/ScalarAbsPredicateX.html    |     0
 .../scalar/lang/ScalarAbsPredicateXFunction.html   |     0
 .../apache/ignite/scalar/lang/ScalarClosure.html   |     0
 .../apache/ignite/scalar/lang/ScalarClosure2.html  |     0
 .../ignite/scalar/lang/ScalarClosure2Function.html |     0
 .../apache/ignite/scalar/lang/ScalarClosure2X.html |     0
 .../scalar/lang/ScalarClosure2XFunction.html       |     0
 .../apache/ignite/scalar/lang/ScalarClosure3.html  |     0
 .../ignite/scalar/lang/ScalarClosure3Function.html |     0
 .../apache/ignite/scalar/lang/ScalarClosure3X.html |     0
 .../scalar/lang/ScalarClosure3XFunction.html       |     0
 .../ignite/scalar/lang/ScalarClosureFunction.html  |     0
 .../apache/ignite/scalar/lang/ScalarClosureX.html  |     0
 .../ignite/scalar/lang/ScalarClosureXFunction.html |     0
 .../apache/ignite/scalar/lang/ScalarInClosure.html |     0
 .../ignite/scalar/lang/ScalarInClosure2.html       |     0
 .../scalar/lang/ScalarInClosure2Function.html      |     0
 .../ignite/scalar/lang/ScalarInClosure2X.html      |     0
 .../scalar/lang/ScalarInClosure2XFunction.html     |     0
 .../ignite/scalar/lang/ScalarInClosure3.html       |     0
 .../scalar/lang/ScalarInClosure3Function.html      |     0
 .../ignite/scalar/lang/ScalarInClosure3X.html      |     0
 .../scalar/lang/ScalarInClosure3XFunction.html     |     0
 .../scalar/lang/ScalarInClosureFunction.html       |     0
 .../ignite/scalar/lang/ScalarInClosureX.html       |     0
 .../scalar/lang/ScalarInClosureXFunction.html      |     0
 .../org/apache/ignite/scalar/lang/ScalarJob.html   |     0
 .../ignite/scalar/lang/ScalarOutClosure.html       |     0
 .../scalar/lang/ScalarOutClosureFunction.html      |     0
 .../ignite/scalar/lang/ScalarOutClosureX.html      |     0
 .../scalar/lang/ScalarOutClosureXFunction.html     |     0
 .../apache/ignite/scalar/lang/ScalarPredicate.html |     0
 .../ignite/scalar/lang/ScalarPredicate2.html       |     0
 .../scalar/lang/ScalarPredicate2Function.html      |     0
 .../ignite/scalar/lang/ScalarPredicate2X.html      |     0
 .../scalar/lang/ScalarPredicate2XFunction.html     |     0
 .../ignite/scalar/lang/ScalarPredicate3.html       |     0
 .../scalar/lang/ScalarPredicate3Function.html      |     0
 .../ignite/scalar/lang/ScalarPredicate3X.html      |     0
 .../scalar/lang/ScalarPredicate3XFunction.html     |     0
 .../scalar/lang/ScalarPredicateFunction.html       |     0
 .../ignite/scalar/lang/ScalarPredicateX.html       |     0
 .../scalar/lang/ScalarPredicateXFunction.html      |     0
 .../apache/ignite/scalar/lang/ScalarReducer.html   |     0
 .../apache/ignite/scalar/lang/ScalarReducer2.html  |     0
 .../ignite/scalar/lang/ScalarReducer2Function.html |     0
 .../apache/ignite/scalar/lang/ScalarReducer3.html  |     0
 .../ignite/scalar/lang/ScalarReducer3Function.html |     0
 .../ignite/scalar/lang/ScalarReducerFunction.html  |     0
 .../org/apache/ignite/scalar/lang/package.html     |     0
 .../scalar/org/apache/ignite/scalar/package.html   |     0
 .../apache/ignite/scalar/pimps/PimpedType$.html    |     0
 .../org/apache/ignite/scalar/pimps/PimpedType.html |     0
 .../ignite/scalar/pimps/ScalarCachePimp$.html      |     0
 .../ignite/scalar/pimps/ScalarCachePimp.html       |     0
 .../ignite/scalar/pimps/ScalarGridPimp$.html       |     0
 .../apache/ignite/scalar/pimps/ScalarGridPimp.html |     0
 .../ignite/scalar/pimps/ScalarProjectionPimp$.html |     0
 .../ignite/scalar/pimps/ScalarProjectionPimp.html  |     0
 .../scalar/pimps/ScalarTaskThreadContext.html      |     0
 .../org/apache/ignite/scalar/pimps/package.html    |     0
 .../scalar/org/apache/ignite/scalar/scalar$.html   |     0
 .../2.3.0/scaladoc/scalar/org/apache/package.html  |     0
 releases/2.3.0/scaladoc/scalar/org/package.html    |     0
 releases/2.3.0/scaladoc/scalar/package.html        |     0
 releases/2.3.0/scaladoc/scalar/tools.js            |     0
 releases/2.4.0/cppdoc/annotated.html               |     0
 releases/2.4.0/cppdoc/arrowdown.png                |   Bin
 releases/2.4.0/cppdoc/arrowright.png               |   Bin
 releases/2.4.0/cppdoc/bc_s.png                     |   Bin
 releases/2.4.0/cppdoc/bdwn.png                     |   Bin
 releases/2.4.0/cppdoc/binary_8h.html               |     0
 releases/2.4.0/cppdoc/binary_8h_source.html        |     0
 releases/2.4.0/cppdoc/binary__consts_8h.html       |     0
 .../2.4.0/cppdoc/binary__consts_8h_source.html     |     0
 releases/2.4.0/cppdoc/binary__containers_8h.html   |     0
 .../2.4.0/cppdoc/binary__containers_8h_source.html |     0
 releases/2.4.0/cppdoc/binary__object_8h.html       |     0
 .../2.4.0/cppdoc/binary__object_8h_source.html     |     0
 releases/2.4.0/cppdoc/binary__raw__reader_8h.html  |     0
 .../cppdoc/binary__raw__reader_8h_source.html      |     0
 releases/2.4.0/cppdoc/binary__raw__writer_8h.html  |     0
 .../cppdoc/binary__raw__writer_8h_source.html      |     0
 releases/2.4.0/cppdoc/binary__reader_8h.html       |     0
 .../2.4.0/cppdoc/binary__reader_8h_source.html     |     0
 releases/2.4.0/cppdoc/binary__type_8h.html         |     0
 releases/2.4.0/cppdoc/binary__type_8h_source.html  |     0
 releases/2.4.0/cppdoc/binary__writer_8h.html       |     0
 .../2.4.0/cppdoc/binary__writer_8h_source.html     |     0
 releases/2.4.0/cppdoc/cache_8h.html                |     0
 releases/2.4.0/cppdoc/cache_8h_source.html         |     0
 releases/2.4.0/cppdoc/cache__entry_8h.html         |     0
 releases/2.4.0/cppdoc/cache__entry_8h_source.html  |     0
 releases/2.4.0/cppdoc/cache__entry__event_8h.html  |     0
 .../cppdoc/cache__entry__event_8h_source.html      |     0
 .../cppdoc/cache__entry__event__filter_8h.html     |     0
 .../cache__entry__event__filter_8h_source.html     |     0
 .../cppdoc/cache__entry__event__listener_8h.html   |     0
 .../cache__entry__event__listener_8h_source.html   |     0
 .../2.4.0/cppdoc/cache__entry__processor_8h.html   |     0
 .../cppdoc/cache__entry__processor_8h_source.html  |     0
 releases/2.4.0/cppdoc/cache__peek__mode_8h.html    |     0
 .../2.4.0/cppdoc/cache__peek__mode_8h_source.html  |     0
 releases/2.4.0/cppdoc/classes.html                 |     0
 .../classignite_1_1ConstReference-members.html     |     0
 .../cppdoc/classignite_1_1ConstReference.html      |     0
 .../2.4.0/cppdoc/classignite_1_1Date-members.html  |     0
 releases/2.4.0/cppdoc/classignite_1_1Date.html     |     0
 .../cppdoc/classignite_1_1Future-members.html      |     0
 releases/2.4.0/cppdoc/classignite_1_1Future.html   |     0
 ...lassignite_1_1Future_3_01void_01_4-members.html |     0
 .../classignite_1_1Future_3_01void_01_4.html       |     0
 .../2.4.0/cppdoc/classignite_1_1Guid-members.html  |     0
 releases/2.4.0/cppdoc/classignite_1_1Guid.html     |     0
 .../cppdoc/classignite_1_1Ignite-members.html      |     0
 releases/2.4.0/cppdoc/classignite_1_1Ignite.html   |     0
 .../classignite_1_1IgniteBinding-members.html      |     0
 .../2.4.0/cppdoc/classignite_1_1IgniteBinding.html |     0
 ...lassignite_1_1IgniteBindingContext-members.html |     0
 .../classignite_1_1IgniteBindingContext.html       |     0
 .../cppdoc/classignite_1_1IgniteError-members.html |     0
 .../2.4.0/cppdoc/classignite_1_1IgniteError.html   |     0
 .../2.4.0/cppdoc/classignite_1_1IgniteError.png    |   Bin
 .../cppdoc/classignite_1_1Ignition-members.html    |     0
 releases/2.4.0/cppdoc/classignite_1_1Ignition.html |     0
 .../cppdoc/classignite_1_1JvmOptions-members.html  |     0
 .../2.4.0/cppdoc/classignite_1_1JvmOptions.html    |     0
 .../cppdoc/classignite_1_1Reference-members.html   |     0
 .../2.4.0/cppdoc/classignite_1_1Reference.html     |     0
 .../2.4.0/cppdoc/classignite_1_1Time-members.html  |     0
 releases/2.4.0/cppdoc/classignite_1_1Time.html     |     0
 .../cppdoc/classignite_1_1Timestamp-members.html   |     0
 .../2.4.0/cppdoc/classignite_1_1Timestamp.html     |     0
 ...ite_1_1binary_1_1BinaryArrayReader-members.html |     0
 ...classignite_1_1binary_1_1BinaryArrayReader.html |     0
 ...ite_1_1binary_1_1BinaryArrayWriter-members.html |     0
 ...classignite_1_1binary_1_1BinaryArrayWriter.html |     0
 ..._1binary_1_1BinaryCollectionReader-members.html |     0
 ...ignite_1_1binary_1_1BinaryCollectionReader.html |     0
 ..._1binary_1_1BinaryCollectionWriter-members.html |     0
 ...ignite_1_1binary_1_1BinaryCollectionWriter.html |     0
 ...gnite_1_1binary_1_1BinaryMapReader-members.html |     0
 .../classignite_1_1binary_1_1BinaryMapReader.html  |     0
 ...gnite_1_1binary_1_1BinaryMapWriter-members.html |     0
 .../classignite_1_1binary_1_1BinaryMapWriter.html  |     0
 ...ssignite_1_1binary_1_1BinaryObject-members.html |     0
 .../classignite_1_1binary_1_1BinaryObject.html     |     0
 ...gnite_1_1binary_1_1BinaryRawReader-members.html |     0
 .../classignite_1_1binary_1_1BinaryRawReader.html  |     0
 ...gnite_1_1binary_1_1BinaryRawWriter-members.html |     0
 .../classignite_1_1binary_1_1BinaryRawWriter.html  |     0
 ...ssignite_1_1binary_1_1BinaryReader-members.html |     0
 .../classignite_1_1binary_1_1BinaryReader.html     |     0
 ...1binary_1_1BinaryStringArrayReader-members.html |     0
 ...gnite_1_1binary_1_1BinaryStringArrayReader.html |     0
 ...1binary_1_1BinaryStringArrayWriter-members.html |     0
 ...gnite_1_1binary_1_1BinaryStringArrayWriter.html |     0
 ...ssignite_1_1binary_1_1BinaryWriter-members.html |     0
 .../classignite_1_1binary_1_1BinaryWriter.html     |     0
 .../classignite_1_1cache_1_1Cache-members.html     |     0
 .../cppdoc/classignite_1_1cache_1_1Cache.html      |     0
 ...classignite_1_1cache_1_1CacheEntry-members.html |     0
 .../cppdoc/classignite_1_1cache_1_1CacheEntry.html |     0
 .../cppdoc/classignite_1_1cache_1_1CacheEntry.png  |   Bin
 ...ignite_1_1cache_1_1CacheEntryEvent-members.html |     0
 .../classignite_1_1cache_1_1CacheEntryEvent.html   |     0
 .../classignite_1_1cache_1_1CacheEntryEvent.png    |   Bin
 ...te_1_1cache_1_1CacheEntryProcessor-members.html |     0
 ...lassignite_1_1cache_1_1CacheEntryProcessor.html |     0
 ...nite_1_1cache_1_1MutableCacheEntry-members.html |     0
 .../classignite_1_1cache_1_1MutableCacheEntry.html |     0
 ..._1_1event_1_1CacheEntryEventFilter-members.html |     0
 ...1_1cache_1_1event_1_1CacheEntryEventFilter.html |     0
 ..._1_1cache_1_1event_1_1CacheEntryEventFilter.png |   Bin
 ..._1event_1_1CacheEntryEventListener-members.html |     0
 ...1cache_1_1event_1_1CacheEntryEventListener.html |     0
 ...e_1_1cache_1_1query_1_1QueryCursor-members.html |     0
 ...assignite_1_1cache_1_1query_1_1QueryCursor.html |     0
 ...ache_1_1query_1_1QueryFieldsCursor-members.html |     0
 ...ite_1_1cache_1_1query_1_1QueryFieldsCursor.html |     0
 ..._1cache_1_1query_1_1QueryFieldsRow-members.html |     0
 ...ignite_1_1cache_1_1query_1_1QueryFieldsRow.html |     0
 ...ite_1_1cache_1_1query_1_1ScanQuery-members.html |     0
 ...classignite_1_1cache_1_1query_1_1ScanQuery.html |     0
 ..._1cache_1_1query_1_1SqlFieldsQuery-members.html |     0
 ...ignite_1_1cache_1_1query_1_1SqlFieldsQuery.html |     0
 ...nite_1_1cache_1_1query_1_1SqlQuery-members.html |     0
 .../classignite_1_1cache_1_1query_1_1SqlQuery.html |     0
 ...ite_1_1cache_1_1query_1_1TextQuery-members.html |     0
 ...classignite_1_1cache_1_1query_1_1TextQuery.html |     0
 ...y_1_1continuous_1_1ContinuousQuery-members.html |     0
 ..._1_1query_1_1continuous_1_1ContinuousQuery.html |     0
 ...ontinuous_1_1ContinuousQueryHandle-members.html |     0
 ...ery_1_1continuous_1_1ContinuousQueryHandle.html |     0
 .../cppdoc/classignite_1_1common_1_1Promise.html   |     0
 .../classignite_1_1compute_1_1Compute-members.html |     0
 .../cppdoc/classignite_1_1compute_1_1Compute.html  |     0
 ...ssignite_1_1compute_1_1ComputeFunc-members.html |     0
 .../classignite_1_1compute_1_1ComputeFunc.html     |     0
 ...he_1_1event_1_1CacheEntryEventFilterHolder.html |     0
 ...ite_1_1transactions_1_1Transaction-members.html |     0
 ...classignite_1_1transactions_1_1Transaction.html |     0
 ...transactions_1_1TransactionMetrics-members.html |     0
 ...nite_1_1transactions_1_1TransactionMetrics.html |     0
 ...te_1_1transactions_1_1Transactions-members.html |     0
 ...lassignite_1_1transactions_1_1Transactions.html |     0
 releases/2.4.0/cppdoc/closed.png                   |   Bin
 releases/2.4.0/cppdoc/compute_8h.html              |     0
 releases/2.4.0/cppdoc/compute_8h_source.html       |     0
 releases/2.4.0/cppdoc/compute__func_8h.html        |     0
 releases/2.4.0/cppdoc/compute__func_8h_source.html |     0
 releases/2.4.0/cppdoc/continuous__query_8h.html    |     0
 .../2.4.0/cppdoc/continuous__query_8h_source.html  |     0
 .../2.4.0/cppdoc/continuous__query__handle_8h.html |     0
 .../continuous__query__handle_8h_source.html       |     0
 releases/2.4.0/cppdoc/date_8h.html                 |     0
 releases/2.4.0/cppdoc/date_8h_source.html          |     0
 .../dir_11fbc4217d50ab21044e5ad6614aede5.html      |     0
 .../dir_13c1d00a1be9b016a133dec12b890b36.html      |     0
 .../dir_1d5505cee217f179c88903b7091c150e.html      |     0
 .../dir_2dedece15635f75054d44afc50ccfbaf.html      |     0
 .../dir_3ea13a7deaf085a2d3c551dce8b68ff3.html      |     0
 .../dir_4e4d22e38ca4e2e8207825ee2d00bc54.html      |     0
 .../dir_70c4f2dc9c34c91dd30b464208cd3c8c.html      |     0
 .../dir_73151ea5884c52b11ec50969c926e1f3.html      |     0
 .../dir_84516225c95b6844f8b87c0f7daf8132.html      |     0
 .../dir_88bd599177f4cc5007b9f053025b0bc5.html      |     0
 .../dir_89e6aceab60817aa630a6f544556b5f7.html      |     0
 .../dir_91ef880c2b12d355e87d8c01b90755f3.html      |     0
 .../dir_985e469ec48e039817ced4926e3f7372.html      |     0
 .../dir_a589d7fa76191ec48a638b0021c39d11.html      |     0
 .../dir_b98deae7bc3b0ca8b45558e3cfe0065d.html      |     0
 .../dir_bdd9a5d540de89e9fe90efdfc6973a4f.html      |     0
 .../dir_cabbc57be87e7b42e2aa05a6e528b8d7.html      |     0
 .../dir_f18fe8b4ea83e72b6c5f9ba3529386ec.html      |     0
 releases/2.4.0/cppdoc/doc.png                      |   Bin
 releases/2.4.0/cppdoc/doxygen.css                  |     0
 releases/2.4.0/cppdoc/doxygen.png                  |   Bin
 releases/2.4.0/cppdoc/dynsections.js               |     0
 releases/2.4.0/cppdoc/files.html                   |     0
 releases/2.4.0/cppdoc/folderclosed.png             |   Bin
 releases/2.4.0/cppdoc/folderopen.png               |   Bin
 releases/2.4.0/cppdoc/functions.html               |     0
 releases/2.4.0/cppdoc/functions_0x7e.html          |     0
 releases/2.4.0/cppdoc/functions_b.html             |     0
 releases/2.4.0/cppdoc/functions_c.html             |     0
 releases/2.4.0/cppdoc/functions_d.html             |     0
 releases/2.4.0/cppdoc/functions_enum.html          |     0
 releases/2.4.0/cppdoc/functions_eval.html          |     0
 releases/2.4.0/cppdoc/functions_f.html             |     0
 releases/2.4.0/cppdoc/functions_func.html          |     0
 releases/2.4.0/cppdoc/functions_func_0x7e.html     |     0
 releases/2.4.0/cppdoc/functions_func_b.html        |     0
 releases/2.4.0/cppdoc/functions_func_c.html        |     0
 releases/2.4.0/cppdoc/functions_func_d.html        |     0
 releases/2.4.0/cppdoc/functions_func_f.html        |     0
 releases/2.4.0/cppdoc/functions_func_g.html        |     0
 releases/2.4.0/cppdoc/functions_func_h.html        |     0
 releases/2.4.0/cppdoc/functions_func_i.html        |     0
 releases/2.4.0/cppdoc/functions_func_j.html        |     0
 releases/2.4.0/cppdoc/functions_func_l.html        |     0
 releases/2.4.0/cppdoc/functions_func_m.html        |     0
 releases/2.4.0/cppdoc/functions_func_o.html        |     0
 releases/2.4.0/cppdoc/functions_func_p.html        |     0
 releases/2.4.0/cppdoc/functions_func_q.html        |     0
 releases/2.4.0/cppdoc/functions_func_r.html        |     0
 releases/2.4.0/cppdoc/functions_func_s.html        |     0
 releases/2.4.0/cppdoc/functions_func_t.html        |     0
 releases/2.4.0/cppdoc/functions_func_w.html        |     0
 releases/2.4.0/cppdoc/functions_g.html             |     0
 releases/2.4.0/cppdoc/functions_h.html             |     0
 releases/2.4.0/cppdoc/functions_i.html             |     0
 releases/2.4.0/cppdoc/functions_j.html             |     0
 releases/2.4.0/cppdoc/functions_k.html             |     0
 releases/2.4.0/cppdoc/functions_l.html             |     0
 releases/2.4.0/cppdoc/functions_m.html             |     0
 releases/2.4.0/cppdoc/functions_n.html             |     0
 releases/2.4.0/cppdoc/functions_o.html             |     0
 releases/2.4.0/cppdoc/functions_p.html             |     0
 releases/2.4.0/cppdoc/functions_q.html             |     0
 releases/2.4.0/cppdoc/functions_r.html             |     0
 releases/2.4.0/cppdoc/functions_rela.html          |     0
 releases/2.4.0/cppdoc/functions_s.html             |     0
 releases/2.4.0/cppdoc/functions_t.html             |     0
 releases/2.4.0/cppdoc/functions_type.html          |     0
 releases/2.4.0/cppdoc/functions_u.html             |     0
 releases/2.4.0/cppdoc/functions_v.html             |     0
 releases/2.4.0/cppdoc/functions_vars.html          |     0
 releases/2.4.0/cppdoc/functions_w.html             |     0
 releases/2.4.0/cppdoc/future_8h.html               |     0
 releases/2.4.0/cppdoc/future_8h_source.html        |     0
 releases/2.4.0/cppdoc/globals.html                 |     0
 releases/2.4.0/cppdoc/globals_defs.html            |     0
 releases/2.4.0/cppdoc/guid_8h.html                 |     0
 releases/2.4.0/cppdoc/guid_8h_source.html          |     0
 releases/2.4.0/cppdoc/hierarchy.html               |     0
 releases/2.4.0/cppdoc/ignite_8h.html               |     0
 releases/2.4.0/cppdoc/ignite_8h_source.html        |     0
 .../2.4.0/cppdoc/ignite__binding_8h_source.html    |     0
 .../2.4.0/cppdoc/ignite__binding__context_8h.html  |     0
 .../cppdoc/ignite__binding__context_8h_source.html |     0
 .../2.4.0/cppdoc/ignite__configuration_8h.html     |     0
 .../cppdoc/ignite__configuration_8h_source.html    |     0
 releases/2.4.0/cppdoc/ignite__error_8h.html        |     0
 releases/2.4.0/cppdoc/ignite__error_8h_source.html |     0
 releases/2.4.0/cppdoc/ignite_logo.png              |   Bin
 releases/2.4.0/cppdoc/ignition_8h.html             |     0
 releases/2.4.0/cppdoc/ignition_8h_source.html      |     0
 releases/2.4.0/cppdoc/index.html                   |     0
 releases/2.4.0/cppdoc/jquery.js                    |     0
 .../cppdoc/mutable__cache__entry_8h_source.html    |     0
 releases/2.4.0/cppdoc/namespaceignite.html         |     0
 .../2.4.0/cppdoc/namespaceignite_1_1binary.html    |     0
 .../2.4.0/cppdoc/namespaceignite_1_1cache.html     |     0
 .../cppdoc/namespaceignite_1_1cache_1_1event.html  |     0
 .../cppdoc/namespaceignite_1_1cache_1_1query.html  |     0
 ...paceignite_1_1cache_1_1query_1_1continuous.html |     0
 .../cppdoc/namespaceignite_1_1transactions.html    |     0
 releases/2.4.0/cppdoc/namespacemembers.html        |     0
 releases/2.4.0/cppdoc/namespacemembers_func.html   |     0
 releases/2.4.0/cppdoc/namespacemembers_vars.html   |     0
 releases/2.4.0/cppdoc/namespaces.html              |     0
 releases/2.4.0/cppdoc/nav_f.png                    |   Bin
 releases/2.4.0/cppdoc/nav_g.png                    |   Bin
 releases/2.4.0/cppdoc/nav_h.png                    |   Bin
 releases/2.4.0/cppdoc/open.png                     |   Bin
 releases/2.4.0/cppdoc/query_8h.html                |     0
 releases/2.4.0/cppdoc/query_8h_source.html         |     0
 releases/2.4.0/cppdoc/query__cursor_8h.html        |     0
 releases/2.4.0/cppdoc/query__cursor_8h_source.html |     0
 .../2.4.0/cppdoc/query__fields__cursor_8h.html     |     0
 .../cppdoc/query__fields__cursor_8h_source.html    |     0
 releases/2.4.0/cppdoc/query__fields__row_8h.html   |     0
 .../2.4.0/cppdoc/query__fields__row_8h_source.html |     0
 releases/2.4.0/cppdoc/query__scan_8h.html          |     0
 releases/2.4.0/cppdoc/query__scan_8h_source.html   |     0
 releases/2.4.0/cppdoc/query__sql_8h.html           |     0
 releases/2.4.0/cppdoc/query__sql_8h_source.html    |     0
 releases/2.4.0/cppdoc/query__sql__fields_8h.html   |     0
 .../2.4.0/cppdoc/query__sql__fields_8h_source.html |     0
 releases/2.4.0/cppdoc/query__text_8h.html          |     0
 releases/2.4.0/cppdoc/query__text_8h_source.html   |     0
 releases/2.4.0/cppdoc/reference_8h.html            |     0
 releases/2.4.0/cppdoc/reference_8h_source.html     |     0
 releases/2.4.0/cppdoc/search/all_0.html            |     0
 releases/2.4.0/cppdoc/search/all_0.js              |     0
 releases/2.4.0/cppdoc/search/all_1.html            |     0
 releases/2.4.0/cppdoc/search/all_1.js              |     0
 releases/2.4.0/cppdoc/search/all_10.html           |     0
 releases/2.4.0/cppdoc/search/all_10.js             |     0
 releases/2.4.0/cppdoc/search/all_11.html           |     0
 releases/2.4.0/cppdoc/search/all_11.js             |     0
 releases/2.4.0/cppdoc/search/all_12.html           |     0
 releases/2.4.0/cppdoc/search/all_12.js             |     0
 releases/2.4.0/cppdoc/search/all_13.html           |     0
 releases/2.4.0/cppdoc/search/all_13.js             |     0
 releases/2.4.0/cppdoc/search/all_14.html           |     0
 releases/2.4.0/cppdoc/search/all_14.js             |     0
 releases/2.4.0/cppdoc/search/all_15.html           |     0
 releases/2.4.0/cppdoc/search/all_15.js             |     0
 releases/2.4.0/cppdoc/search/all_16.html           |     0
 releases/2.4.0/cppdoc/search/all_16.js             |     0
 releases/2.4.0/cppdoc/search/all_2.html            |     0
 releases/2.4.0/cppdoc/search/all_2.js              |     0
 releases/2.4.0/cppdoc/search/all_3.html            |     0
 releases/2.4.0/cppdoc/search/all_3.js              |     0
 releases/2.4.0/cppdoc/search/all_4.html            |     0
 releases/2.4.0/cppdoc/search/all_4.js              |     0
 releases/2.4.0/cppdoc/search/all_5.html            |     0
 releases/2.4.0/cppdoc/search/all_5.js              |     0
 releases/2.4.0/cppdoc/search/all_6.html            |     0
 releases/2.4.0/cppdoc/search/all_6.js              |     0
 releases/2.4.0/cppdoc/search/all_7.html            |     0
 releases/2.4.0/cppdoc/search/all_7.js              |     0
 releases/2.4.0/cppdoc/search/all_8.html            |     0
 releases/2.4.0/cppdoc/search/all_8.js              |     0
 releases/2.4.0/cppdoc/search/all_9.html            |     0
 releases/2.4.0/cppdoc/search/all_9.js              |     0
 releases/2.4.0/cppdoc/search/all_a.html            |     0
 releases/2.4.0/cppdoc/search/all_a.js              |     0
 releases/2.4.0/cppdoc/search/all_b.html            |     0
 releases/2.4.0/cppdoc/search/all_b.js              |     0
 releases/2.4.0/cppdoc/search/all_c.html            |     0
 releases/2.4.0/cppdoc/search/all_c.js              |     0
 releases/2.4.0/cppdoc/search/all_d.html            |     0
 releases/2.4.0/cppdoc/search/all_d.js              |     0
 releases/2.4.0/cppdoc/search/all_e.html            |     0
 releases/2.4.0/cppdoc/search/all_e.js              |     0
 releases/2.4.0/cppdoc/search/all_f.html            |     0
 releases/2.4.0/cppdoc/search/all_f.js              |     0
 releases/2.4.0/cppdoc/search/classes_0.html        |     0
 releases/2.4.0/cppdoc/search/classes_0.js          |     0
 releases/2.4.0/cppdoc/search/classes_1.html        |     0
 releases/2.4.0/cppdoc/search/classes_1.js          |     0
 releases/2.4.0/cppdoc/search/classes_2.html        |     0
 releases/2.4.0/cppdoc/search/classes_2.js          |     0
 releases/2.4.0/cppdoc/search/classes_3.html        |     0
 releases/2.4.0/cppdoc/search/classes_3.js          |     0
 releases/2.4.0/cppdoc/search/classes_4.html        |     0
 releases/2.4.0/cppdoc/search/classes_4.js          |     0
 releases/2.4.0/cppdoc/search/classes_5.html        |     0
 releases/2.4.0/cppdoc/search/classes_5.js          |     0
 releases/2.4.0/cppdoc/search/classes_6.html        |     0
 releases/2.4.0/cppdoc/search/classes_6.js          |     0
 releases/2.4.0/cppdoc/search/classes_7.html        |     0
 releases/2.4.0/cppdoc/search/classes_7.js          |     0
 releases/2.4.0/cppdoc/search/classes_8.html        |     0
 releases/2.4.0/cppdoc/search/classes_8.js          |     0
 releases/2.4.0/cppdoc/search/classes_9.html        |     0
 releases/2.4.0/cppdoc/search/classes_9.js          |     0
 releases/2.4.0/cppdoc/search/classes_a.html        |     0
 releases/2.4.0/cppdoc/search/classes_a.js          |     0
 releases/2.4.0/cppdoc/search/classes_b.html        |     0
 releases/2.4.0/cppdoc/search/classes_b.js          |     0
 releases/2.4.0/cppdoc/search/classes_c.html        |     0
 releases/2.4.0/cppdoc/search/classes_c.js          |     0
 releases/2.4.0/cppdoc/search/close.png             |   Bin
 releases/2.4.0/cppdoc/search/defines_0.html        |     0
 releases/2.4.0/cppdoc/search/defines_0.js          |     0
 releases/2.4.0/cppdoc/search/enums_0.html          |     0
 releases/2.4.0/cppdoc/search/enums_0.js            |     0
 releases/2.4.0/cppdoc/search/enumvalues_0.html     |     0
 releases/2.4.0/cppdoc/search/enumvalues_0.js       |     0
 releases/2.4.0/cppdoc/search/enumvalues_1.html     |     0
 releases/2.4.0/cppdoc/search/enumvalues_1.js       |     0
 releases/2.4.0/cppdoc/search/enumvalues_2.html     |     0
 releases/2.4.0/cppdoc/search/enumvalues_2.js       |     0
 releases/2.4.0/cppdoc/search/enumvalues_3.html     |     0
 releases/2.4.0/cppdoc/search/enumvalues_3.js       |     0
 releases/2.4.0/cppdoc/search/enumvalues_4.html     |     0
 releases/2.4.0/cppdoc/search/enumvalues_4.js       |     0
 releases/2.4.0/cppdoc/search/enumvalues_5.html     |     0
 releases/2.4.0/cppdoc/search/enumvalues_5.js       |     0
 releases/2.4.0/cppdoc/search/enumvalues_6.html     |     0
 releases/2.4.0/cppdoc/search/enumvalues_6.js       |     0
 releases/2.4.0/cppdoc/search/enumvalues_7.html     |     0
 releases/2.4.0/cppdoc/search/enumvalues_7.js       |     0
 releases/2.4.0/cppdoc/search/enumvalues_8.html     |     0
 releases/2.4.0/cppdoc/search/enumvalues_8.js       |     0
 releases/2.4.0/cppdoc/search/enumvalues_9.html     |     0
 releases/2.4.0/cppdoc/search/enumvalues_9.js       |     0
 releases/2.4.0/cppdoc/search/enumvalues_a.html     |     0
 releases/2.4.0/cppdoc/search/enumvalues_a.js       |     0
 releases/2.4.0/cppdoc/search/enumvalues_b.html     |     0
 releases/2.4.0/cppdoc/search/enumvalues_b.js       |     0
 releases/2.4.0/cppdoc/search/files_0.html          |     0
 releases/2.4.0/cppdoc/search/files_0.js            |     0
 releases/2.4.0/cppdoc/search/files_1.html          |     0
 releases/2.4.0/cppdoc/search/files_1.js            |     0
 releases/2.4.0/cppdoc/search/files_2.html          |     0
 releases/2.4.0/cppdoc/search/files_2.js            |     0
 releases/2.4.0/cppdoc/search/files_3.html          |     0
 releases/2.4.0/cppdoc/search/files_3.js            |     0
 releases/2.4.0/cppdoc/search/files_4.html          |     0
 releases/2.4.0/cppdoc/search/files_4.js            |     0
 releases/2.4.0/cppdoc/search/files_5.html          |     0
 releases/2.4.0/cppdoc/search/files_5.js            |     0
 releases/2.4.0/cppdoc/search/files_6.html          |     0
 releases/2.4.0/cppdoc/search/files_6.js            |     0
 releases/2.4.0/cppdoc/search/files_7.html          |     0
 releases/2.4.0/cppdoc/search/files_7.js            |     0
 releases/2.4.0/cppdoc/search/files_8.html          |     0
 releases/2.4.0/cppdoc/search/files_8.js            |     0
 releases/2.4.0/cppdoc/search/functions_0.html      |     0
 releases/2.4.0/cppdoc/search/functions_0.js        |     0
 releases/2.4.0/cppdoc/search/functions_1.html      |     0
 releases/2.4.0/cppdoc/search/functions_1.js        |     0
 releases/2.4.0/cppdoc/search/functions_10.html     |     0
 releases/2.4.0/cppdoc/search/functions_10.js       |     0
 releases/2.4.0/cppdoc/search/functions_11.html     |     0
 releases/2.4.0/cppdoc/search/functions_11.js       |     0
 releases/2.4.0/cppdoc/search/functions_12.html     |     0
 releases/2.4.0/cppdoc/search/functions_12.js       |     0
 releases/2.4.0/cppdoc/search/functions_2.html      |     0
 releases/2.4.0/cppdoc/search/functions_2.js        |     0
 releases/2.4.0/cppdoc/search/functions_3.html      |     0
 releases/2.4.0/cppdoc/search/functions_3.js        |     0
 releases/2.4.0/cppdoc/search/functions_4.html      |     0
 releases/2.4.0/cppdoc/search/functions_4.js        |     0
 releases/2.4.0/cppdoc/search/functions_5.html      |     0
 releases/2.4.0/cppdoc/search/functions_5.js        |     0
 releases/2.4.0/cppdoc/search/functions_6.html      |     0
 releases/2.4.0/cppdoc/search/functions_6.js        |     0
 releases/2.4.0/cppdoc/search/functions_7.html      |     0
 releases/2.4.0/cppdoc/search/functions_7.js        |     0
 releases/2.4.0/cppdoc/search/functions_8.html      |     0
 releases/2.4.0/cppdoc/search/functions_8.js        |     0
 releases/2.4.0/cppdoc/search/functions_9.html      |     0
 releases/2.4.0/cppdoc/search/functions_9.js        |     0
 releases/2.4.0/cppdoc/search/functions_a.html      |     0
 releases/2.4.0/cppdoc/search/functions_a.js        |     0
 releases/2.4.0/cppdoc/search/functions_b.html      |     0
 releases/2.4.0/cppdoc/search/functions_b.js        |     0
 releases/2.4.0/cppdoc/search/functions_c.html      |     0
 releases/2.4.0/cppdoc/search/functions_c.js        |     0
 releases/2.4.0/cppdoc/search/functions_d.html      |     0
 releases/2.4.0/cppdoc/search/functions_d.js        |     0
 releases/2.4.0/cppdoc/search/functions_e.html      |     0
 releases/2.4.0/cppdoc/search/functions_e.js        |     0
 releases/2.4.0/cppdoc/search/functions_f.html      |     0
 releases/2.4.0/cppdoc/search/functions_f.js        |     0
 releases/2.4.0/cppdoc/search/mag_sel.png           |   Bin
 releases/2.4.0/cppdoc/search/namespaces_0.html     |     0
 releases/2.4.0/cppdoc/search/namespaces_0.js       |     0
 releases/2.4.0/cppdoc/search/nomatches.html        |     0
 releases/2.4.0/cppdoc/search/pages_0.html          |     0
 releases/2.4.0/cppdoc/search/pages_0.js            |     0
 releases/2.4.0/cppdoc/search/related_0.html        |     0
 releases/2.4.0/cppdoc/search/related_0.js          |     0
 releases/2.4.0/cppdoc/search/search.css            |     0
 releases/2.4.0/cppdoc/search/search.js             |     0
 releases/2.4.0/cppdoc/search/search_l.png          |   Bin
 releases/2.4.0/cppdoc/search/search_m.png          |   Bin
 releases/2.4.0/cppdoc/search/search_r.png          |   Bin
 releases/2.4.0/cppdoc/search/searchdata.js         |     0
 releases/2.4.0/cppdoc/search/typedefs_0.html       |     0
 releases/2.4.0/cppdoc/search/typedefs_0.js         |     0
 releases/2.4.0/cppdoc/search/typedefs_1.html       |     0
 releases/2.4.0/cppdoc/search/typedefs_1.js         |     0
 releases/2.4.0/cppdoc/search/variables_0.html      |     0
 releases/2.4.0/cppdoc/search/variables_0.js        |     0
 releases/2.4.0/cppdoc/search/variables_1.html      |     0
 releases/2.4.0/cppdoc/search/variables_1.js        |     0
 releases/2.4.0/cppdoc/search/variables_2.html      |     0
 releases/2.4.0/cppdoc/search/variables_2.js        |     0
 releases/2.4.0/cppdoc/search/variables_3.html      |     0
 releases/2.4.0/cppdoc/search/variables_3.js        |     0
 releases/2.4.0/cppdoc/search/variables_4.html      |     0
 releases/2.4.0/cppdoc/search/variables_4.js        |     0
 releases/2.4.0/cppdoc/search/variables_5.html      |     0
 releases/2.4.0/cppdoc/search/variables_5.js        |     0
 releases/2.4.0/cppdoc/search/variables_6.html      |     0
 releases/2.4.0/cppdoc/search/variables_6.js        |     0
 releases/2.4.0/cppdoc/search/variables_7.html      |     0
 releases/2.4.0/cppdoc/search/variables_7.js        |     0
 releases/2.4.0/cppdoc/splitbar.png                 |   Bin
 ...tructignite_1_1IgniteConfiguration-members.html |     0
 .../structignite_1_1IgniteConfiguration.html       |     0
 .../structignite_1_1binary_1_1BinaryType.html      |     0
 ...nary_1_1BinaryType_3_01T_01_5_01_4-members.html |     0
 ...te_1_1binary_1_1BinaryType_3_01T_01_5_01_4.html |     0
 ...ignite_1_1binary_1_1CollectionType-members.html |     0
 .../structignite_1_1binary_1_1CollectionType.html  |     0
 .../structignite_1_1binary_1_1MapType-members.html |     0
 .../cppdoc/structignite_1_1binary_1_1MapType.html  |     0
 ...ctignite_1_1cache_1_1CachePeekMode-members.html |     0
 .../structignite_1_1cache_1_1CachePeekMode.html    |     0
 ...sactions_1_1TransactionConcurrency-members.html |     0
 ..._1_1transactions_1_1TransactionConcurrency.html |     0
 ...ansactions_1_1TransactionIsolation-members.html |     0
 ...te_1_1transactions_1_1TransactionIsolation.html |     0
 ..._1transactions_1_1TransactionState-members.html |     0
 ...ignite_1_1transactions_1_1TransactionState.html |     0
 releases/2.4.0/cppdoc/sync_off.png                 |   Bin
 releases/2.4.0/cppdoc/sync_on.png                  |   Bin
 releases/2.4.0/cppdoc/tab_a.png                    |   Bin
 releases/2.4.0/cppdoc/tab_b.png                    |   Bin
 releases/2.4.0/cppdoc/tab_h.png                    |   Bin
 releases/2.4.0/cppdoc/tab_s.png                    |   Bin
 releases/2.4.0/cppdoc/tabs.css                     |     0
 releases/2.4.0/cppdoc/time_8h.html                 |     0
 releases/2.4.0/cppdoc/time_8h_source.html          |     0
 releases/2.4.0/cppdoc/timestamp_8h.html            |     0
 releases/2.4.0/cppdoc/timestamp_8h_source.html     |     0
 releases/2.4.0/cppdoc/transaction_8h.html          |     0
 releases/2.4.0/cppdoc/transaction_8h_source.html   |     0
 releases/2.4.0/cppdoc/transaction__consts_8h.html  |     0
 .../cppdoc/transaction__consts_8h_source.html      |     0
 releases/2.4.0/cppdoc/transaction__metrics_8h.html |     0
 .../cppdoc/transaction__metrics_8h_source.html     |     0
 releases/2.4.0/cppdoc/transactions_8h.html         |     0
 releases/2.4.0/cppdoc/transactions_8h_source.html  |     0
 ...he.Ignite.AspNet.IgniteOutputCacheProvider.html |   704 +-
 ...ite.AspNet.IgniteSessionStateStoreProvider.html |  1400 +-
 .../api/Apache.Ignite.AspNet.IgniteWebUtils.html   |   354 +-
 .../2.4.0/dotnetdoc/api/Apache.Ignite.AspNet.html  |   250 +-
 ...e.Ignite.Core.Binary.BinaryBasicNameMapper.html |   534 +-
 ...che.Ignite.Core.Binary.BinaryConfiguration.html |   842 +-
 ...e.Ignite.Core.Binary.BinaryObjectException.html |   588 +-
 ...ite.Core.Binary.BinaryReflectiveSerializer.html |   540 +-
 ...Ignite.Core.Binary.BinaryTypeConfiguration.html |   848 +-
 .../Apache.Ignite.Core.Binary.BinaryTypeNames.html |  1716 +-
 .../Apache.Ignite.Core.Binary.IBinarizable.html    |   410 +-
 .../api/Apache.Ignite.Core.Binary.IBinary.html     |  1416 +-
 .../Apache.Ignite.Core.Binary.IBinaryIdMapper.html |   420 +-
 ...pache.Ignite.Core.Binary.IBinaryNameMapper.html |   410 +-
 .../Apache.Ignite.Core.Binary.IBinaryObject.html   |   704 +-
 ...he.Ignite.Core.Binary.IBinaryObjectBuilder.html |  3306 +-
 ...Apache.Ignite.Core.Binary.IBinaryRawReader.html |  1920 +-
 ...Apache.Ignite.Core.Binary.IBinaryRawWriter.html |  1870 +-
 .../Apache.Ignite.Core.Binary.IBinaryReader.html   |  3006 +-
 ...pache.Ignite.Core.Binary.IBinarySerializer.html |   370 +-
 .../api/Apache.Ignite.Core.Binary.IBinaryType.html |   610 +-
 .../Apache.Ignite.Core.Binary.IBinaryWriter.html   |  2216 +-
 ...ache.Ignite.Core.Binary.TimestampAttribute.html |   556 +-
 .../dotnetdoc/api/Apache.Ignite.Core.Binary.html   |   318 +-
 ...e.Core.Cache.Affinity.AffinityFunctionBase.html |   680 +-
 ...ore.Cache.Affinity.AffinityFunctionContext.html |   576 +-
 ...che.Ignite.Core.Cache.Affinity.AffinityKey.html |   998 +-
 ....Cache.Affinity.AffinityKeyMappedAttribute.html |   640 +-
 ...ore.Cache.Affinity.AffinityTopologyVersion.html |   898 +-
 ...nite.Core.Cache.Affinity.IAffinityFunction.html |   510 +-
 ...nity.Rendezvous.RendezvousAffinityFunction.html |   358 +-
 ...ache.Ignite.Core.Cache.Affinity.Rendezvous.html |   242 +-
 .../api/Apache.Ignite.Core.Cache.Affinity.html     |   270 +-
 ...re.Cache.CacheAtomicUpdateTimeoutException.html |   590 +-
 ...te.Core.Cache.CacheEntryProcessorException.html |   638 +-
 .../Apache.Ignite.Core.Cache.CacheException.html   |   594 +-
 ...ite.Core.Cache.CachePartialUpdateException.html |   788 +-
 .../Apache.Ignite.Core.Cache.CachePeekMode.html    |   318 +-
 .../Apache.Ignite.Core.Cache.CacheResult-1.html    |   874 +-
 ...ore.Cache.Configuration.CacheAtomicityMode.html |   286 +-
 ...ore.Cache.Configuration.CacheConfiguration.html |  4436 +-
 ....Cache.Configuration.CacheKeyConfiguration.html |   470 +-
 ....Ignite.Core.Cache.Configuration.CacheMode.html |   294 +-
 ...ore.Cache.Configuration.CacheRebalanceMode.html |   294 +-
 ...onfiguration.CacheWriteSynchronizationMode.html |   294 +-
 ...e.Cache.Configuration.DataPageEvictionMode.html |   294 +-
 ...re.Cache.Configuration.MemoryConfiguration.html |   834 +-
 ...he.Configuration.MemoryPolicyConfiguration.html |  1056 +-
 ...Cache.Configuration.NearCacheConfiguration.html |   468 +-
 ...re.Cache.Configuration.PartitionLossPolicy.html |   310 +-
 ...Ignite.Core.Cache.Configuration.QueryAlias.html |   480 +-
 ...gnite.Core.Cache.Configuration.QueryEntity.html |   898 +-
 ...Ignite.Core.Cache.Configuration.QueryField.html |   724 +-
 ...Ignite.Core.Cache.Configuration.QueryIndex.html |   790 +-
 ...e.Core.Cache.Configuration.QueryIndexField.html |   530 +-
 ...te.Core.Cache.Configuration.QueryIndexType.html |   294 +-
 ...Cache.Configuration.QuerySqlFieldAttribute.html |   902 +-
 ...ache.Configuration.QueryTextFieldAttribute.html |   606 +-
 .../Apache.Ignite.Core.Cache.Configuration.html    |   318 +-
 ...gnite.Core.Cache.Event.CacheEntryEventType.html |   294 +-
 ...Ignite.Core.Cache.Event.ICacheEntryEvent-2.html |   490 +-
 ....Core.Cache.Event.ICacheEntryEventFilter-2.html |   368 +-
 ...ore.Cache.Event.ICacheEntryEventListener-2.html |   338 +-
 .../api/Apache.Ignite.Core.Cache.Event.html        |   258 +-
 ...ite.Core.Cache.Eviction.EvictionPolicyBase.html |   602 +-
 ...ite.Core.Cache.Eviction.FifoEvictionPolicy.html |   358 +-
 ...Ignite.Core.Cache.Eviction.IEvictionPolicy.html |   246 +-
 ...nite.Core.Cache.Eviction.LruEvictionPolicy.html |   358 +-
 .../api/Apache.Ignite.Core.Cache.Eviction.html     |   258 +-
 ...ache.Ignite.Core.Cache.Expiry.ExpiryPolicy.html |   536 +-
 ...che.Ignite.Core.Cache.Expiry.IExpiryPolicy.html |   388 +-
 .../api/Apache.Ignite.Core.Cache.Expiry.html       |   250 +-
 .../api/Apache.Ignite.Core.Cache.ICache-2.html     |  6948 +--
 .../Apache.Ignite.Core.Cache.ICacheAffinity.html   |  1698 +-
 .../Apache.Ignite.Core.Cache.ICacheEntry-2.html    |   380 +-
 ...ache.Ignite.Core.Cache.ICacheEntryFilter-2.html |   368 +-
 ...e.Ignite.Core.Cache.ICacheEntryProcessor-4.html |   394 +-
 ...te.Core.Cache.ICacheEntryProcessorResult-2.html |   380 +-
 .../api/Apache.Ignite.Core.Cache.ICacheLock.html   |   420 +-
 .../Apache.Ignite.Core.Cache.ICacheMetrics.html    |  3562 +-
 .../Apache.Ignite.Core.Cache.IMemoryMetrics.html   |   526 +-
 ...che.Ignite.Core.Cache.IMutableCacheEntry-2.html |   418 +-
 ...e.Cache.Query.Continuous.ContinuousQuery-2.html |   886 +-
 ...ore.Cache.Query.Continuous.ContinuousQuery.html |   462 +-
 ...Query.Continuous.ContinuousQueryExtensions.html |   426 +-
 ....Query.Continuous.IContinuousQueryHandle-1.html |   338 +-
 ...he.Query.Continuous.IContinuousQueryHandle.html |   258 +-
 .../Apache.Ignite.Core.Cache.Query.Continuous.html |   262 +-
 ...Ignite.Core.Cache.Query.IFieldsQueryCursor.html |   320 +-
 ...che.Ignite.Core.Cache.Query.IQueryCursor-1.html |   344 +-
 .../Apache.Ignite.Core.Cache.Query.QueryBase.html  |   474 +-
 ...Apache.Ignite.Core.Cache.Query.ScanQuery-2.html |   512 +-
 ...che.Ignite.Core.Cache.Query.SqlFieldsQuery.html |  1044 +-
 .../Apache.Ignite.Core.Cache.Query.SqlQuery.html   |   956 +-
 .../Apache.Ignite.Core.Cache.Query.TextQuery.html  |   684 +-
 .../api/Apache.Ignite.Core.Cache.Query.html        |   270 +-
 ...ache.Store.CacheParallelLoadStoreAdapter-3.html |  1098 +-
 ...gnite.Core.Cache.Store.CacheStoreAdapter-2.html |   850 +-
 ...gnite.Core.Cache.Store.CacheStoreException.html |   590 +-
 ...ache.Ignite.Core.Cache.Store.ICacheStore-2.html |  1008 +-
 ...Apache.Ignite.Core.Cache.Store.ICacheStore.html |   246 +-
 ...Ignite.Core.Cache.Store.ICacheStoreSession.html |   342 +-
 .../api/Apache.Ignite.Core.Cache.Store.html        |   266 +-
 .../dotnetdoc/api/Apache.Ignite.Core.Cache.html    |   314 +-
 ...Core.Client.Cache.CacheClientConfiguration.html |  2038 +-
 ...he.Ignite.Core.Client.Cache.ICacheClient-2.html |  4268 +-
 .../api/Apache.Ignite.Core.Client.Cache.html       |   250 +-
 ...Apache.Ignite.Core.Client.ClientStatusCode.html |   318 +-
 .../Apache.Ignite.Core.Client.IIgniteClient.html   |  1040 +-
 ...nite.Core.Client.IgniteClientConfiguration.html |  1150 +-
 ...re.Client.IgniteClientConfigurationSection.html |   742 +-
 ...e.Ignite.Core.Client.IgniteClientException.html |   814 +-
 .../dotnetdoc/api/Apache.Ignite.Core.Client.html   |   266 +-
 ...te.Core.Cluster.ClusterGroupEmptyException.html |   588 +-
 ...nite.Core.Cluster.ClusterTopologyException.html |   588 +-
 .../Apache.Ignite.Core.Cluster.IBaselineNode.html  |   342 +-
 .../api/Apache.Ignite.Core.Cluster.ICluster.html   |  1228 +-
 .../Apache.Ignite.Core.Cluster.IClusterGroup.html  |  1834 +-
 ...Apache.Ignite.Core.Cluster.IClusterMetrics.html |  2826 +-
 .../Apache.Ignite.Core.Cluster.IClusterNode.html   |   916 +-
 ...che.Ignite.Core.Cluster.IClusterNodeFilter.html |   330 +-
 .../dotnetdoc/api/Apache.Ignite.Core.Cluster.html  |   274 +-
 ...te.Core.Common.ClientDisconnectedException.html |   648 +-
 ...Apache.Ignite.Core.Common.ExceptionFactory.html |   340 +-
 .../api/Apache.Ignite.Core.Common.IFactory-1.html  |   326 +-
 .../Apache.Ignite.Core.Common.IgniteException.html |   628 +-
 ...Core.Common.IgniteFutureCancelledException.html |   588 +-
 .../api/Apache.Ignite.Core.Common.IgniteGuid.html  |   898 +-
 .../Apache.Ignite.Core.Common.JavaException.html   |   896 +-
 .../dotnetdoc/api/Apache.Ignite.Core.Common.html   |   278 +-
 ...gnite.Core.Communication.ICommunicationSpi.html |   246 +-
 ...Core.Communication.Tcp.TcpCommunicationSpi.html |  1702 +-
 .../api/Apache.Ignite.Core.Communication.Tcp.html  |   242 +-
 .../api/Apache.Ignite.Core.Communication.html      |   242 +-
 ....Compute.ComputeExecutionRejectedException.html |   588 +-
 ...he.Ignite.Core.Compute.ComputeJobAdapter-1.html |   692 +-
 ...e.Core.Compute.ComputeJobFailoverException.html |   588 +-
 ...Ignite.Core.Compute.ComputeJobResultPolicy.html |   294 +-
 ...e.Ignite.Core.Compute.ComputeTaskAdapter-3.html |   632 +-
 ...Core.Compute.ComputeTaskCancelledException.html |   588 +-
 ....Compute.ComputeTaskNoResultCacheAttribute.html |   556 +-
 ...ite.Core.Compute.ComputeTaskSplitAdapter-3.html |   604 +-
 ...e.Core.Compute.ComputeTaskTimeoutException.html |   588 +-
 ...ore.Compute.ComputeUserUndeclaredException.html |   588 +-
 .../api/Apache.Ignite.Core.Compute.ICompute.html   |  6790 +-
 .../Apache.Ignite.Core.Compute.IComputeAction.html |   266 +-
 .../Apache.Ignite.Core.Compute.IComputeFunc-1.html |   326 +-
 .../Apache.Ignite.Core.Compute.IComputeFunc-2.html |   368 +-
 .../Apache.Ignite.Core.Compute.IComputeJob-1.html  |   342 +-
 ...he.Ignite.Core.Compute.IComputeJobResult-1.html |   510 +-
 ...ache.Ignite.Core.Compute.IComputeReducer-2.html |   414 +-
 .../Apache.Ignite.Core.Compute.IComputeTask-2.html |   308 +-
 .../Apache.Ignite.Core.Compute.IComputeTask-3.html |   556 +-
 .../dotnetdoc/api/Apache.Ignite.Core.Compute.html  |   322 +-
 ...te.Core.Configuration.CheckpointWriteOrder.html |   286 +-
 ...Configuration.ClientConnectorConfiguration.html |  1324 +-
 ...te.Core.Configuration.DataPageEvictionMode.html |   294 +-
 ...Core.Configuration.DataRegionConfiguration.html |  1192 +-
 ...ore.Configuration.DataStorageConfiguration.html |  2676 +-
 ...re.Configuration.SqlConnectorConfiguration.html |   964 +-
 .../Apache.Ignite.Core.Configuration.WalMode.html  |   310 +-
 .../api/Apache.Ignite.Core.Configuration.html      |   270 +-
 ...ructures.Configuration.AtomicConfiguration.html |   602 +-
 ...e.Ignite.Core.DataStructures.Configuration.html |   242 +-
 ...che.Ignite.Core.DataStructures.IAtomicLong.html |   750 +-
 ...ite.Core.DataStructures.IAtomicReference-1.html |   578 +-
 ...Ignite.Core.DataStructures.IAtomicSequence.html |   580 +-
 .../api/Apache.Ignite.Core.DataStructures.html     |   250 +-
 ...gnite.Core.Datastream.DataStreamerDefaults.html |   440 +-
 ...che.Ignite.Core.Datastream.IDataStreamer-2.html |  1214 +-
 ...e.Ignite.Core.Datastream.IStreamReceiver-2.html |   348 +-
 ...Ignite.Core.Datastream.StreamTransformer-4.html |   492 +-
 ...che.Ignite.Core.Datastream.StreamVisitor-2.html |   476 +-
 .../api/Apache.Ignite.Core.Datastream.html         |   262 +-
 ...te.Core.Deployment.PeerAssemblyLoadingMode.html |   286 +-
 .../api/Apache.Ignite.Core.Deployment.html         |   242 +-
 ...Apache.Ignite.Core.Discovery.IDiscoverySpi.html |   246 +-
 ...e.Core.Discovery.Tcp.ITcpDiscoveryIpFinder.html |   246 +-
 ...cp.Multicast.TcpDiscoveryMulticastIpFinder.html |   872 +-
 ...Apache.Ignite.Core.Discovery.Tcp.Multicast.html |   242 +-
 ...very.Tcp.Static.TcpDiscoveryStaticIpFinder.html |   456 +-
 .../Apache.Ignite.Core.Discovery.Tcp.Static.html   |   242 +-
 ...ore.Discovery.Tcp.TcpDiscoveryIpFinderBase.html |   484 +-
 ....Ignite.Core.Discovery.Tcp.TcpDiscoverySpi.html |  1568 +-
 .../api/Apache.Ignite.Core.Discovery.Tcp.html      |   254 +-
 .../api/Apache.Ignite.Core.Discovery.html          |   242 +-
 .../api/Apache.Ignite.Core.Events.CacheEvent.html  |  1040 +-
 ...Ignite.Core.Events.CacheQueryExecutedEvent.html |   718 +-
 ...che.Ignite.Core.Events.CacheQueryReadEvent.html |   902 +-
 ...e.Ignite.Core.Events.CacheRebalancingEvent.html |   718 +-
 .../Apache.Ignite.Core.Events.CheckpointEvent.html |   488 +-
 .../Apache.Ignite.Core.Events.DiscoveryEvent.html  |   580 +-
 .../api/Apache.Ignite.Core.Events.EventBase.html   |  1100 +-
 .../api/Apache.Ignite.Core.Events.EventType.html   |  2974 +-
 .../api/Apache.Ignite.Core.Events.IEvent.html      |   622 +-
 .../Apache.Ignite.Core.Events.IEventFilter-1.html  |   360 +-
 ...Apache.Ignite.Core.Events.IEventListener-1.html |   360 +-
 ...Apache.Ignite.Core.Events.IEventStorageSpi.html |   246 +-
 .../api/Apache.Ignite.Core.Events.IEvents.html     |  2606 +-
 .../api/Apache.Ignite.Core.Events.JobEvent.html    |   718 +-
 ...he.Ignite.Core.Events.LocalEventListener-1.html |   392 +-
 ...ache.Ignite.Core.Events.LocalEventListener.html |   376 +-
 ...e.Ignite.Core.Events.MemoryEventStorageSpi.html |   528 +-
 ...che.Ignite.Core.Events.NoopEventStorageSpi.html |   320 +-
 .../api/Apache.Ignite.Core.Events.TaskEvent.html   |   672 +-
 .../dotnetdoc/api/Apache.Ignite.Core.Events.html   |   318 +-
 .../api/Apache.Ignite.Core.IDataRegionMetrics.html |   940 +-
 .../Apache.Ignite.Core.IDataStorageMetrics.html    |   802 +-
 .../dotnetdoc/api/Apache.Ignite.Core.IIgnite.html  |  3452 +-
 .../Apache.Ignite.Core.IgniteConfiguration.html    |  4158 +-
 ...che.Ignite.Core.IgniteConfigurationSection.html |   742 +-
 .../dotnetdoc/api/Apache.Ignite.Core.Ignition.html |  1666 +-
 ...Apache.Ignite.Core.Interop.IPlatformTarget.html |  1260 +-
 .../api/Apache.Ignite.Core.Interop.JavaObject.html |   522 +-
 .../dotnetdoc/api/Apache.Ignite.Core.Interop.html  |   250 +-
 ...te.Core.Lifecycle.ClientReconnectEventArgs.html |   416 +-
 ...he.Ignite.Core.Lifecycle.ILifecycleHandler.html |   300 +-
 ...e.Ignite.Core.Lifecycle.LifecycleEventType.html |   302 +-
 .../api/Apache.Ignite.Core.Lifecycle.html          |   258 +-
 .../api/Apache.Ignite.Core.Log.CategoryLogger.html |   730 +-
 .../api/Apache.Ignite.Core.Log.ILogger.html        |   592 +-
 .../api/Apache.Ignite.Core.Log.LogLevel.html       |   310 +-
 .../Apache.Ignite.Core.Log.LoggerExtensions.html   |  2118 +-
 .../dotnetdoc/api/Apache.Ignite.Core.Log.html      |   262 +-
 ...e.Ignite.Core.Messaging.IMessageListener-1.html |   370 +-
 .../Apache.Ignite.Core.Messaging.IMessaging.html   |  1040 +-
 .../api/Apache.Ignite.Core.Messaging.html          |   246 +-
 ....Core.PersistentStore.CheckpointWriteOrder.html |   286 +-
 ...re.PersistentStore.IPersistentStoreMetrics.html |   802 +-
 ...rsistentStore.PersistentStoreConfiguration.html |  2002 +-
 ...Apache.Ignite.Core.PersistentStore.WalMode.html |   302 +-
 .../api/Apache.Ignite.Core.PersistentStore.html    |   262 +-
 ...ore.Plugin.Cache.ICachePluginConfiguration.html |   350 +-
 .../api/Apache.Ignite.Core.Plugin.Cache.html       |   242 +-
 ...he.Ignite.Core.Plugin.IPluginConfiguration.html |   350 +-
 ...Apache.Ignite.Core.Plugin.IPluginContext-1.html |   672 +-
 ...pache.Ignite.Core.Plugin.IPluginProvider-1.html |   618 +-
 .../Apache.Ignite.Core.Plugin.PluginCallback.html  |   320 +-
 ...Ignite.Core.Plugin.PluginNotFoundException.html |   586 +-
 ...te.Core.Plugin.PluginProviderTypeAttribute.html |   660 +-
 .../dotnetdoc/api/Apache.Ignite.Core.Plugin.html   |   270 +-
 ...te.Core.Resource.InstanceResourceAttribute.html |   556 +-
 ...ore.Resource.StoreSessionResourceAttribute.html |   556 +-
 .../dotnetdoc/api/Apache.Ignite.Core.Resource.html |   246 +-
 .../api/Apache.Ignite.Core.Services.IService.html  |   400 +-
 ...pache.Ignite.Core.Services.IServiceContext.html |   480 +-
 ...he.Ignite.Core.Services.IServiceDescriptor.html |   618 +-
 .../api/Apache.Ignite.Core.Services.IServices.html |  2080 +-
 ....Ignite.Core.Services.ServiceConfiguration.html |   650 +-
 ...e.Core.Services.ServiceDeploymentException.html |   886 +-
 ...e.Core.Services.ServiceInvocationException.html |   760 +-
 .../dotnetdoc/api/Apache.Ignite.Core.Services.html |   270 +-
 ...ache.Ignite.Core.Transactions.ITransaction.html |  1144 +-
 ...nite.Core.Transactions.ITransactionMetrics.html |   434 +-
 ...che.Ignite.Core.Transactions.ITransactions.html |   746 +-
 ...e.Core.Transactions.TransactionConcurrency.html |   286 +-
 ...Core.Transactions.TransactionConfiguration.html |   782 +-
 ....Transactions.TransactionDeadlockException.html |   588 +-
 ...Transactions.TransactionHeuristicException.html |   588 +-
 ...ite.Core.Transactions.TransactionIsolation.html |   294 +-
 ...ransactions.TransactionOptimisticException.html |   588 +-
 ....Transactions.TransactionRollbackException.html |   588 +-
 ....Ignite.Core.Transactions.TransactionState.html |   342 +-
 ...e.Transactions.TransactionTimeoutException.html |   588 +-
 .../api/Apache.Ignite.Core.Transactions.html       |   294 +-
 .../2.4.0/dotnetdoc/api/Apache.Ignite.Core.html    |   266 +-
 ...pache.Ignite.EntityFramework.DbCachingMode.html |   286 +-
 ...che.Ignite.EntityFramework.DbCachingPolicy.html |   654 +-
 .../Apache.Ignite.EntityFramework.DbQueryInfo.html |   446 +-
 ...he.Ignite.EntityFramework.IDbCachingPolicy.html |   580 +-
 ...nite.EntityFramework.IgniteDbConfiguration.html |   970 +-
 .../api/Apache.Ignite.EntityFramework.html         |   266 +-
 ...ache.Ignite.Linq.CacheClientLinqExtensions.html |   820 +-
 .../Apache.Ignite.Linq.CacheLinqExtensions.html    |  1176 +-
 .../api/Apache.Ignite.Linq.CompiledQuery.html      |  1696 +-
 .../Apache.Ignite.Linq.CompiledQueryFunc-1.html    |   340 +-
 .../api/Apache.Ignite.Linq.ICacheQueryable.html    |   438 +-
 .../api/Apache.Ignite.Linq.QueryOptions.html       |   790 +-
 .../2.4.0/dotnetdoc/api/Apache.Ignite.Linq.html    |   270 +-
 .../Apache.Ignite.Log4Net.IgniteLog4NetLogger.html |   664 +-
 .../2.4.0/dotnetdoc/api/Apache.Ignite.Log4Net.html |   242 +-
 .../api/Apache.Ignite.NLog.IgniteNLogLogger.html   |   724 +-
 .../2.4.0/dotnetdoc/api/Apache.Ignite.NLog.html    |   242 +-
 releases/2.4.0/dotnetdoc/api/index.html            |   220 +-
 releases/2.4.0/dotnetdoc/api/toc.html              |  2196 +-
 releases/2.4.0/dotnetdoc/favicon.ico               |   Bin
 .../fonts/glyphicons-halflings-regular.eot         |   Bin
 .../fonts/glyphicons-halflings-regular.svg         |     0
 .../fonts/glyphicons-halflings-regular.ttf         |   Bin
 .../fonts/glyphicons-halflings-regular.woff        |   Bin
 .../fonts/glyphicons-halflings-regular.woff2       |   Bin
 releases/2.4.0/dotnetdoc/images/favicon.ico        |   Bin
 .../2.4.0/dotnetdoc/images/logo_ignite_32_32.png   |   Bin
 releases/2.4.0/dotnetdoc/index.html                |   250 +-
 releases/2.4.0/dotnetdoc/index.json                |  2852 +-
 releases/2.4.0/dotnetdoc/logo.svg                  |    50 +-
 releases/2.4.0/dotnetdoc/manifest.json             |  7070 +--
 releases/2.4.0/dotnetdoc/search-stopwords.json     |   242 +-
 releases/2.4.0/dotnetdoc/styles/docfx.css          |  1788 +-
 releases/2.4.0/dotnetdoc/styles/docfx.js           |  1568 +-
 releases/2.4.0/dotnetdoc/styles/docfx.vendor.css   |  2920 +-
 releases/2.4.0/dotnetdoc/styles/docfx.vendor.js    |    32 +-
 releases/2.4.0/dotnetdoc/styles/lunr.js            |     0
 releases/2.4.0/dotnetdoc/styles/lunr.min.js        |     0
 releases/2.4.0/dotnetdoc/styles/main.css           |     0
 releases/2.4.0/dotnetdoc/styles/main.js            |     2 +-
 releases/2.4.0/dotnetdoc/styles/search-worker.js   |   160 +-
 releases/2.4.0/dotnetdoc/toc.html                  |   240 +-
 releases/2.4.0/dotnetdoc/xrefmap.yml               | 52534 ++++++++--------
 releases/2.4.0/javadoc/allclasses-frame.html       |     0
 releases/2.4.0/javadoc/allclasses-noframe.html     |     0
 releases/2.4.0/javadoc/constant-values.html        |     0
 releases/2.4.0/javadoc/deprecated-list.html        |     0
 releases/2.4.0/javadoc/help-doc.html               |     0
 releases/2.4.0/javadoc/img/avg.png                 |   Bin
 releases/2.4.0/javadoc/img/callout_blue.gif        |   Bin
 releases/2.4.0/javadoc/img/callout_yellow.gif      |   Bin
 releases/2.4.0/javadoc/img/cube.gif                |   Bin
 releases/2.4.0/javadoc/img/cube_3.0.gif            |   Bin
 releases/2.4.0/javadoc/img/cube_transparent.gif    |   Bin
 releases/2.4.0/javadoc/img/documentation.gif       |   Bin
 releases/2.4.0/javadoc/img/email_support.gif       |   Bin
 releases/2.4.0/javadoc/img/forums.gif              |   Bin
 releases/2.4.0/javadoc/img/gavg.png                |   Bin
 releases/2.4.0/javadoc/img/gg_30.png               |   Bin
 releases/2.4.0/javadoc/img/gg_30s.png              |   Bin
 .../2.4.0/javadoc/img/gridgain_30c_javadoc_qr.png  |   Bin
 releases/2.4.0/javadoc/img/gridgain_qr.png         |   Bin
 releases/2.4.0/javadoc/img/havg.png                |   Bin
 .../2.4.0/javadoc/img/in_memory_compute_grid.png   |   Bin
 releases/2.4.0/javadoc/img/in_memory_data_grid.png |   Bin
 releases/2.4.0/javadoc/img/issue_tracking.gif      |   Bin
 releases/2.4.0/javadoc/img/javadoc4_logo.png       |   Bin
 releases/2.4.0/javadoc/img/mail_11x11.gif          |   Bin
 releases/2.4.0/javadoc/img/qavg.png                |   Bin
 releases/2.4.0/javadoc/img/search.gif              |   Bin
 releases/2.4.0/javadoc/img/spacer.gif              |   Bin
 releases/2.4.0/javadoc/img/sum.png                 |   Bin
 releases/2.4.0/javadoc/img/wavg.png                |   Bin
 releases/2.4.0/javadoc/index-all.html              |     0
 releases/2.4.0/javadoc/index.html                  |     0
 releases/2.4.0/javadoc/javadoc.css                 |     0
 .../org/apache/ignite/DataRegionMetrics.html       |     0
 .../apache/ignite/DataRegionMetricsAdapter.html    |     0
 .../org/apache/ignite/DataStorageMetrics.html      |     0
 .../apache/ignite/DataStorageMetricsAdapter.html   |     0
 .../2.4.0/javadoc/org/apache/ignite/Ignite.html    |     0
 .../org/apache/ignite/IgniteAtomicLong.html        |     0
 .../org/apache/ignite/IgniteAtomicReference.html   |     0
 .../org/apache/ignite/IgniteAtomicSequence.html    |     0
 .../org/apache/ignite/IgniteAtomicStamped.html     |     0
 .../ignite/IgniteAuthenticationException.html      |     0
 .../javadoc/org/apache/ignite/IgniteBinary.html    |     0
 .../javadoc/org/apache/ignite/IgniteCache.html     |     0
 .../ignite/IgniteCacheRestartingException.html     |     0
 .../org/apache/ignite/IgniteCheckedException.html  |     0
 .../ignite/IgniteClientDisconnectedException.html  |     0
 .../javadoc/org/apache/ignite/IgniteCluster.html   |     0
 .../javadoc/org/apache/ignite/IgniteCompute.html   |     0
 .../javadoc/org/apache/ignite/IgniteCondition.html |     0
 .../org/apache/ignite/IgniteCountDownLatch.html    |     0
 .../org/apache/ignite/IgniteDataStreamer.html      |     0
 .../ignite/IgniteDataStreamerTimeoutException.html |     0
 .../apache/ignite/IgniteDeploymentException.html   |     0
 .../javadoc/org/apache/ignite/IgniteEvents.html    |     0
 .../javadoc/org/apache/ignite/IgniteException.html |     0
 .../org/apache/ignite/IgniteFileSystem.html        |     0
 .../apache/ignite/IgniteIllegalStateException.html |     0
 .../apache/ignite/IgniteInterruptedException.html  |     0
 .../org/apache/ignite/IgniteJdbcDriver.html        |     0
 .../org/apache/ignite/IgniteJdbcThinDriver.html    |     0
 .../javadoc/org/apache/ignite/IgniteLock.html      |     0
 .../javadoc/org/apache/ignite/IgniteLogger.html    |     0
 .../javadoc/org/apache/ignite/IgniteMessaging.html |     0
 .../javadoc/org/apache/ignite/IgniteQueue.html     |     0
 .../javadoc/org/apache/ignite/IgniteScheduler.html |     0
 .../javadoc/org/apache/ignite/IgniteSemaphore.html |     0
 .../javadoc/org/apache/ignite/IgniteServices.html  |     0
 .../2.4.0/javadoc/org/apache/ignite/IgniteSet.html |     0
 .../javadoc/org/apache/ignite/IgniteSpring.html    |     0
 .../org/apache/ignite/IgniteSpringBean.html        |     0
 .../javadoc/org/apache/ignite/IgniteState.html     |     0
 .../org/apache/ignite/IgniteSystemProperties.html  |     0
 .../org/apache/ignite/IgniteTransactions.html      |     0
 .../2.4.0/javadoc/org/apache/ignite/Ignition.html  |     0
 .../org/apache/ignite/IgnitionListener.html        |     0
 .../javadoc/org/apache/ignite/MemoryMetrics.html   |     0
 .../org/apache/ignite/PersistenceMetrics.html      |     0
 .../apache/ignite/binary/BinaryBasicIdMapper.html  |     0
 .../ignite/binary/BinaryBasicNameMapper.html       |     0
 .../ignite/binary/BinaryCollectionFactory.html     |     0
 .../org/apache/ignite/binary/BinaryField.html      |     0
 .../org/apache/ignite/binary/BinaryIdMapper.html   |     0
 .../ignite/binary/BinaryInvalidTypeException.html  |     0
 .../org/apache/ignite/binary/BinaryMapFactory.html |     0
 .../org/apache/ignite/binary/BinaryNameMapper.html |     0
 .../org/apache/ignite/binary/BinaryObject.html     |     0
 .../apache/ignite/binary/BinaryObjectBuilder.html  |     0
 .../ignite/binary/BinaryObjectException.html       |     0
 .../org/apache/ignite/binary/BinaryRawReader.html  |     0
 .../org/apache/ignite/binary/BinaryRawWriter.html  |     0
 .../org/apache/ignite/binary/BinaryReader.html     |     0
 .../ignite/binary/BinaryReflectiveSerializer.html  |     0
 .../org/apache/ignite/binary/BinarySerializer.html |     0
 .../org/apache/ignite/binary/BinaryType.html       |     0
 .../ignite/binary/BinaryTypeConfiguration.html     |     0
 .../org/apache/ignite/binary/BinaryWriter.html     |     0
 .../org/apache/ignite/binary/Binarylizable.html    |     0
 .../binary/class-use/BinaryBasicIdMapper.html      |     0
 .../binary/class-use/BinaryBasicNameMapper.html    |     0
 .../binary/class-use/BinaryCollectionFactory.html  |     0
 .../ignite/binary/class-use/BinaryField.html       |     0
 .../ignite/binary/class-use/BinaryIdMapper.html    |     0
 .../class-use/BinaryInvalidTypeException.html      |     0
 .../ignite/binary/class-use/BinaryMapFactory.html  |     0
 .../ignite/binary/class-use/BinaryNameMapper.html  |     0
 .../ignite/binary/class-use/BinaryObject.html      |     0
 .../binary/class-use/BinaryObjectBuilder.html      |     0
 .../binary/class-use/BinaryObjectException.html    |     0
 .../ignite/binary/class-use/BinaryRawReader.html   |     0
 .../ignite/binary/class-use/BinaryRawWriter.html   |     0
 .../ignite/binary/class-use/BinaryReader.html      |     0
 .../class-use/BinaryReflectiveSerializer.html      |     0
 .../ignite/binary/class-use/BinarySerializer.html  |     0
 .../apache/ignite/binary/class-use/BinaryType.html |     0
 .../binary/class-use/BinaryTypeConfiguration.html  |     0
 .../ignite/binary/class-use/BinaryWriter.html      |     0
 .../ignite/binary/class-use/Binarylizable.html     |     0
 .../org/apache/ignite/binary/package-frame.html    |     0
 .../org/apache/ignite/binary/package-summary.html  |     0
 .../org/apache/ignite/binary/package-tree.html     |     0
 .../org/apache/ignite/binary/package-use.html      |     0
 .../cache/CacheAtomicUpdateTimeoutException.html   |     0
 .../apache/ignite/cache/CacheAtomicityMode.html    |     0
 .../org/apache/ignite/cache/CacheEntry.html        |     0
 .../cache/CacheEntryEventSerializableFilter.html   |     0
 .../apache/ignite/cache/CacheEntryProcessor.html   |     0
 .../apache/ignite/cache/CacheExistsException.html  |     0
 .../org/apache/ignite/cache/CacheInterceptor.html  |     0
 .../ignite/cache/CacheInterceptorAdapter.html      |     0
 .../apache/ignite/cache/CacheInterceptorEntry.html |     0
 .../apache/ignite/cache/CacheKeyConfiguration.html |     0
 .../org/apache/ignite/cache/CacheManager.html      |     0
 .../org/apache/ignite/cache/CacheMetrics.html      |     0
 .../javadoc/org/apache/ignite/cache/CacheMode.html |     0
 .../ignite/cache/CachePartialUpdateException.html  |     0
 .../org/apache/ignite/cache/CachePeekMode.html     |     0
 .../apache/ignite/cache/CacheRebalanceMode.html    |     0
 .../ignite/cache/CacheServerNotFoundException.html |     0
 .../cache/CacheWriteSynchronizationMode.html       |     0
 .../org/apache/ignite/cache/CachingProvider.html   |     0
 .../apache/ignite/cache/PartitionLossPolicy.html   |     0
 .../org/apache/ignite/cache/QueryEntity.html       |     0
 .../org/apache/ignite/cache/QueryIndex.html        |     0
 .../org/apache/ignite/cache/QueryIndexType.html    |     0
 .../org/apache/ignite/cache/affinity/Affinity.html |     0
 .../affinity/AffinityCentralizedFunction.html      |     0
 .../ignite/cache/affinity/AffinityFunction.html    |     0
 .../cache/affinity/AffinityFunctionContext.html    |     0
 .../apache/ignite/cache/affinity/AffinityKey.html  |     0
 .../ignite/cache/affinity/AffinityKeyMapped.html   |     0
 .../ignite/cache/affinity/AffinityKeyMapper.html   |     0
 .../apache/ignite/cache/affinity/AffinityUuid.html |     0
 .../ignite/cache/affinity/class-use/Affinity.html  |     0
 .../class-use/AffinityCentralizedFunction.html     |     0
 .../cache/affinity/class-use/AffinityFunction.html |     0
 .../class-use/AffinityFunctionContext.html         |     0
 .../cache/affinity/class-use/AffinityKey.html      |     0
 .../affinity/class-use/AffinityKeyMapped.html      |     0
 .../affinity/class-use/AffinityKeyMapper.html      |     0
 .../cache/affinity/class-use/AffinityUuid.html     |     0
 .../ignite/cache/affinity/package-frame.html       |     0
 .../ignite/cache/affinity/package-summary.html     |     0
 .../apache/ignite/cache/affinity/package-tree.html |     0
 .../apache/ignite/cache/affinity/package-use.html  |     0
 .../rendezvous/RendezvousAffinityFunction.html     |     0
 .../class-use/RendezvousAffinityFunction.html      |     0
 .../cache/affinity/rendezvous/package-frame.html   |     0
 .../cache/affinity/rendezvous/package-summary.html |     0
 .../cache/affinity/rendezvous/package-tree.html    |     0
 .../cache/affinity/rendezvous/package-use.html     |     0
 .../CacheAtomicUpdateTimeoutException.html         |     0
 .../ignite/cache/class-use/CacheAtomicityMode.html |     0
 .../apache/ignite/cache/class-use/CacheEntry.html  |     0
 .../CacheEntryEventSerializableFilter.html         |     0
 .../cache/class-use/CacheEntryProcessor.html       |     0
 .../cache/class-use/CacheExistsException.html      |     0
 .../ignite/cache/class-use/CacheInterceptor.html   |     0
 .../cache/class-use/CacheInterceptorAdapter.html   |     0
 .../cache/class-use/CacheInterceptorEntry.html     |     0
 .../cache/class-use/CacheKeyConfiguration.html     |     0
 .../ignite/cache/class-use/CacheManager.html       |     0
 .../ignite/cache/class-use/CacheMetrics.html       |     0
 .../apache/ignite/cache/class-use/CacheMode.html   |     0
 .../class-use/CachePartialUpdateException.html     |     0
 .../ignite/cache/class-use/CachePeekMode.html      |     0
 .../ignite/cache/class-use/CacheRebalanceMode.html |     0
 .../class-use/CacheServerNotFoundException.html    |     0
 .../class-use/CacheWriteSynchronizationMode.html   |     0
 .../ignite/cache/class-use/CachingProvider.html    |     0
 .../cache/class-use/PartitionLossPolicy.html       |     0
 .../apache/ignite/cache/class-use/QueryEntity.html |     0
 .../apache/ignite/cache/class-use/QueryIndex.html  |     0
 .../ignite/cache/class-use/QueryIndexType.html     |     0
 .../cache/eviction/AbstractEvictionPolicy.html     |     0
 .../eviction/AbstractEvictionPolicyFactory.html    |     0
 .../ignite/cache/eviction/EvictableEntry.html      |     0
 .../ignite/cache/eviction/EvictionFilter.html      |     0
 .../ignite/cache/eviction/EvictionPolicy.html      |     0
 .../eviction/class-use/AbstractEvictionPolicy.html |     0
 .../class-use/AbstractEvictionPolicyFactory.html   |     0
 .../cache/eviction/class-use/EvictableEntry.html   |     0
 .../cache/eviction/class-use/EvictionFilter.html   |     0
 .../cache/eviction/class-use/EvictionPolicy.html   |     0
 .../cache/eviction/fifo/FifoEvictionPolicy.html    |     0
 .../eviction/fifo/FifoEvictionPolicyFactory.html   |     0
 .../eviction/fifo/FifoEvictionPolicyMBean.html     |     0
 .../fifo/class-use/FifoEvictionPolicy.html         |     0
 .../fifo/class-use/FifoEvictionPolicyFactory.html  |     0
 .../fifo/class-use/FifoEvictionPolicyMBean.html    |     0
 .../ignite/cache/eviction/fifo/package-frame.html  |     0
 .../cache/eviction/fifo/package-summary.html       |     0
 .../ignite/cache/eviction/fifo/package-tree.html   |     0
 .../ignite/cache/eviction/fifo/package-use.html    |     0
 .../cache/eviction/igfs/IgfsEvictionFilter.html    |     0
 .../igfs/IgfsPerBlockLruEvictionPolicy.html        |     0
 .../igfs/IgfsPerBlockLruEvictionPolicyMXBean.html  |     0
 .../igfs/class-use/IgfsEvictionFilter.html         |     0
 .../class-use/IgfsPerBlockLruEvictionPolicy.html   |     0
 .../IgfsPerBlockLruEvictionPolicyMXBean.html       |     0
 .../ignite/cache/eviction/igfs/package-frame.html  |     0
 .../cache/eviction/igfs/package-summary.html       |     0
 .../ignite/cache/eviction/igfs/package-tree.html   |     0
 .../ignite/cache/eviction/igfs/package-use.html    |     0
 .../cache/eviction/lru/LruEvictionPolicy.html      |     0
 .../eviction/lru/LruEvictionPolicyFactory.html     |     0
 .../cache/eviction/lru/LruEvictionPolicyMBean.html |     0
 .../eviction/lru/class-use/LruEvictionPolicy.html  |     0
 .../lru/class-use/LruEvictionPolicyFactory.html    |     0
 .../lru/class-use/LruEvictionPolicyMBean.html      |     0
 .../ignite/cache/eviction/lru/package-frame.html   |     0
 .../ignite/cache/eviction/lru/package-summary.html |     0
 .../ignite/cache/eviction/lru/package-tree.html    |     0
 .../ignite/cache/eviction/lru/package-use.html     |     0
 .../ignite/cache/eviction/package-frame.html       |     0
 .../ignite/cache/eviction/package-summary.html     |     0
 .../apache/ignite/cache/eviction/package-tree.html |     0
 .../apache/ignite/cache/eviction/package-use.html  |     0
 .../cache/eviction/random/package-frame.html       |     0
 .../cache/eviction/random/package-summary.html     |     0
 .../ignite/cache/eviction/random/package-tree.html |     0
 .../ignite/cache/eviction/random/package-use.html  |     0
 .../eviction/sorted/SortedEvictionPolicy.html      |     0
 .../sorted/SortedEvictionPolicyFactory.html        |     0
 .../eviction/sorted/SortedEvictionPolicyMBean.html |     0
 .../sorted/class-use/SortedEvictionPolicy.html     |     0
 .../class-use/SortedEvictionPolicyFactory.html     |     0
 .../class-use/SortedEvictionPolicyMBean.html       |     0
 .../cache/eviction/sorted/package-frame.html       |     0
 .../cache/eviction/sorted/package-summary.html     |     0
 .../ignite/cache/eviction/sorted/package-tree.html |     0
 .../ignite/cache/eviction/sorted/package-use.html  |     0
 .../hibernate/HibernateAccessStrategyAdapter.html  |     0
 .../hibernate/HibernateAccessStrategyFactory.html  |     0
 .../cache/hibernate/HibernateCacheProxy.html       |     0
 .../hibernate/HibernateExceptionConverter.html     |     0
 .../cache/hibernate/HibernateKeyTransformer.html   |     0
 .../HibernateNonStrictAccessStrategy.html          |     0
 .../hibernate/HibernateReadOnlyAccessStrategy.html |     0
 .../HibernateReadWriteAccessStrategy.html          |     0
 .../HibernateTransactionalAccessStrategy.html      |     0
 .../class-use/HibernateAccessStrategyAdapter.html  |     0
 .../class-use/HibernateAccessStrategyFactory.html  |     0
 .../hibernate/class-use/HibernateCacheProxy.html   |     0
 .../class-use/HibernateExceptionConverter.html     |     0
 .../class-use/HibernateKeyTransformer.html         |     0
 .../HibernateNonStrictAccessStrategy.html          |     0
 .../class-use/HibernateReadOnlyAccessStrategy.html |     0
 .../HibernateReadWriteAccessStrategy.html          |     0
 .../HibernateTransactionalAccessStrategy.html      |     0
 .../ignite/cache/hibernate/package-frame.html      |     0
 .../ignite/cache/hibernate/package-summary.html    |     0
 .../ignite/cache/hibernate/package-tree.html       |     0
 .../apache/ignite/cache/hibernate/package-use.html |     0
 .../org/apache/ignite/cache/jta/CacheTmLookup.html |     0
 .../ignite/cache/jta/class-use/CacheTmLookup.html  |     0
 .../ignite/cache/jta/jndi/CacheJndiTmFactory.html  |     0
 .../ignite/cache/jta/jndi/CacheJndiTmLookup.html   |     0
 .../jta/jndi/class-use/CacheJndiTmFactory.html     |     0
 .../jta/jndi/class-use/CacheJndiTmLookup.html      |     0
 .../ignite/cache/jta/jndi/package-frame.html       |     0
 .../ignite/cache/jta/jndi/package-summary.html     |     0
 .../apache/ignite/cache/jta/jndi/package-tree.html |     0
 .../apache/ignite/cache/jta/jndi/package-use.html  |     0
 .../org/apache/ignite/cache/jta/package-frame.html |     0
 .../apache/ignite/cache/jta/package-summary.html   |     0
 .../org/apache/ignite/cache/jta/package-tree.html  |     0
 .../org/apache/ignite/cache/jta/package-use.html   |     0
 .../cache/jta/reflect/CacheReflectionTmLookup.html |     0
 .../reflect/class-use/CacheReflectionTmLookup.html |     0
 .../ignite/cache/jta/reflect/package-frame.html    |     0
 .../ignite/cache/jta/reflect/package-summary.html  |     0
 .../ignite/cache/jta/reflect/package-tree.html     |     0
 .../ignite/cache/jta/reflect/package-use.html      |     0
 .../jta/websphere/WebSphereLibertyTmFactory.html   |     0
 .../cache/jta/websphere/WebSphereTmFactory.html    |     0
 .../class-use/WebSphereLibertyTmFactory.html       |     0
 .../websphere/class-use/WebSphereTmFactory.html    |     0
 .../ignite/cache/jta/websphere/package-frame.html  |     0
 .../cache/jta/websphere/package-summary.html       |     0
 .../ignite/cache/jta/websphere/package-tree.html   |     0
 .../ignite/cache/jta/websphere/package-use.html    |     0
 .../org/apache/ignite/cache/package-frame.html     |     0
 .../org/apache/ignite/cache/package-summary.html   |     0
 .../org/apache/ignite/cache/package-tree.html      |     0
 .../org/apache/ignite/cache/package-use.html       |     0
 .../ignite/cache/query/CacheQueryEntryEvent.html   |     0
 .../apache/ignite/cache/query/ContinuousQuery.html |     0
 .../ignite/cache/query/FieldsQueryCursor.html      |     0
 .../org/apache/ignite/cache/query/Query.html       |     0
 .../cache/query/QueryCancelledException.html       |     0
 .../org/apache/ignite/cache/query/QueryCursor.html |     0
 .../ignite/cache/query/QueryDetailMetrics.html     |     0
 .../apache/ignite/cache/query/QueryMetrics.html    |     0
 .../org/apache/ignite/cache/query/ScanQuery.html   |     0
 .../org/apache/ignite/cache/query/SpiQuery.html    |     0
 .../apache/ignite/cache/query/SqlFieldsQuery.html  |     0
 .../org/apache/ignite/cache/query/SqlQuery.html    |     0
 .../org/apache/ignite/cache/query/TextQuery.html   |     0
 .../query/annotations/QueryGroupIndex.List.html    |     0
 .../cache/query/annotations/QueryGroupIndex.html   |     0
 .../query/annotations/QuerySqlField.Group.html     |     0
 .../cache/query/annotations/QuerySqlField.html     |     0
 .../cache/query/annotations/QuerySqlFunction.html  |     0
 .../cache/query/annotations/QueryTextField.html    |     0
 .../class-use/QueryGroupIndex.List.html            |     0
 .../annotations/class-use/QueryGroupIndex.html     |     0
 .../annotations/class-use/QuerySqlField.Group.html |     0
 .../query/annotations/class-use/QuerySqlField.html |     0
 .../annotations/class-use/QuerySqlFunction.html    |     0
 .../annotations/class-use/QueryTextField.html      |     0
 .../cache/query/annotations/package-frame.html     |     0
 .../cache/query/annotations/package-summary.html   |     0
 .../cache/query/annotations/package-tree.html      |     0
 .../cache/query/annotations/package-use.html       |     0
 .../query/class-use/CacheQueryEntryEvent.html      |     0
 .../cache/query/class-use/ContinuousQuery.html     |     0
 .../cache/query/class-use/FieldsQueryCursor.html   |     0
 .../apache/ignite/cache/query/class-use/Query.html |     0
 .../query/class-use/QueryCancelledException.html   |     0
 .../ignite/cache/query/class-use/QueryCursor.html  |     0
 .../cache/query/class-use/QueryDetailMetrics.html  |     0
 .../ignite/cache/query/class-use/QueryMetrics.html |     0
 .../ignite/cache/query/class-use/ScanQuery.html    |     0
 .../ignite/cache/query/class-use/SpiQuery.html     |     0
 .../cache/query/class-use/SqlFieldsQuery.html      |     0
 .../ignite/cache/query/class-use/SqlQuery.html     |     0
 .../ignite/cache/query/class-use/TextQuery.html    |     0
 .../apache/ignite/cache/query/package-frame.html   |     0
 .../apache/ignite/cache/query/package-summary.html |     0
 .../apache/ignite/cache/query/package-tree.html    |     0
 .../org/apache/ignite/cache/query/package-use.html |     0
 .../ignite/cache/spring/SpringCacheManager.html    |     0
 .../cache/spring/class-use/SpringCacheManager.html |     0
 .../apache/ignite/cache/spring/package-frame.html  |     0
 .../ignite/cache/spring/package-summary.html       |     0
 .../apache/ignite/cache/spring/package-tree.html   |     0
 .../apache/ignite/cache/spring/package-use.html    |     0
 .../cache/store/CacheLoadOnlyStoreAdapter.html     |     0
 .../org/apache/ignite/cache/store/CacheStore.html  |     0
 .../ignite/cache/store/CacheStoreAdapter.html      |     0
 .../ignite/cache/store/CacheStoreSession.html      |     0
 .../cache/store/CacheStoreSessionListener.html     |     0
 .../cache/store/cassandra/CassandraCacheStore.html |     0
 .../cassandra/CassandraCacheStoreFactory.html      |     0
 .../cassandra/class-use/CassandraCacheStore.html   |     0
 .../class-use/CassandraCacheStoreFactory.html      |     0
 .../store/cassandra/common/CassandraHelper.html    |     0
 .../cassandra/common/PropertyMappingHelper.html    |     0
 .../store/cassandra/common/RandomSleeper.html      |     0
 .../cache/store/cassandra/common/SystemHelper.html |     0
 .../common/class-use/CassandraHelper.html          |     0
 .../common/class-use/PropertyMappingHelper.html    |     0
 .../cassandra/common/class-use/RandomSleeper.html  |     0
 .../cassandra/common/class-use/SystemHelper.html   |     0
 .../store/cassandra/common/package-frame.html      |     0
 .../store/cassandra/common/package-summary.html    |     0
 .../cache/store/cassandra/common/package-tree.html |     0
 .../cache/store/cassandra/common/package-use.html  |     0
 .../store/cassandra/datasource/Credentials.html    |     0
 .../store/cassandra/datasource/DataSource.html     |     0
 .../cassandra/datasource/PlainCredentials.html     |     0
 .../datasource/class-use/Credentials.html          |     0
 .../cassandra/datasource/class-use/DataSource.html |     0
 .../datasource/class-use/PlainCredentials.html     |     0
 .../store/cassandra/datasource/package-frame.html  |     0
 .../cassandra/datasource/package-summary.html      |     0
 .../store/cassandra/datasource/package-tree.html   |     0
 .../store/cassandra/datasource/package-use.html    |     0
 .../cache/store/cassandra/package-frame.html       |     0
 .../cache/store/cassandra/package-summary.html     |     0
 .../ignite/cache/store/cassandra/package-tree.html |     0
 .../ignite/cache/store/cassandra/package-use.html  |     0
 .../persistence/KeyPersistenceSettings.html        |     0
 .../persistence/KeyValuePersistenceSettings.html   |     0
 .../persistence/PersistenceController.html         |     0
 .../cassandra/persistence/PersistenceSettings.html |     0
 .../cassandra/persistence/PersistenceStrategy.html |     0
 .../store/cassandra/persistence/PojoField.html     |     0
 .../cassandra/persistence/PojoFieldAccessor.html   |     0
 .../persistence/PojoKeyField.SortOrder.html        |     0
 .../store/cassandra/persistence/PojoKeyField.html  |     0
 .../cassandra/persistence/PojoValueField.html      |     0
 .../persistence/ValuePersistenceSettings.html      |     0
 .../class-use/KeyPersistenceSettings.html          |     0
 .../class-use/KeyValuePersistenceSettings.html     |     0
 .../class-use/PersistenceController.html           |     0
 .../persistence/class-use/PersistenceSettings.html |     0
 .../persistence/class-use/PersistenceStrategy.html |     0
 .../cassandra/persistence/class-use/PojoField.html |     0
 .../persistence/class-use/PojoFieldAccessor.html   |     0
 .../class-use/PojoKeyField.SortOrder.html          |     0
 .../persistence/class-use/PojoKeyField.html        |     0
 .../persistence/class-use/PojoValueField.html      |     0
 .../class-use/ValuePersistenceSettings.html        |     0
 .../store/cassandra/persistence/package-frame.html |     0
 .../cassandra/persistence/package-summary.html     |     0
 .../store/cassandra/persistence/package-tree.html  |     0
 .../store/cassandra/persistence/package-use.html   |     0
 .../store/cassandra/serializer/JavaSerializer.html |     0
 .../store/cassandra/serializer/KryoSerializer.html |     0
 .../store/cassandra/serializer/Serializer.html     |     0
 .../serializer/class-use/JavaSerializer.html       |     0
 .../serializer/class-use/KryoSerializer.html       |     0
 .../cassandra/serializer/class-use/Serializer.html |     0
 .../store/cassandra/serializer/package-frame.html  |     0
 .../cassandra/serializer/package-summary.html      |     0
 .../store/cassandra/serializer/package-tree.html   |     0
 .../store/cassandra/serializer/package-use.html    |     0
 .../cassandra/session/BatchExecutionAssistant.html |     0
 .../cassandra/session/BatchLoaderAssistant.html    |     0
 .../store/cassandra/session/CassandraSession.html  |     0
 .../cassandra/session/CassandraSessionImpl.html    |     0
 .../cassandra/session/ExecutionAssistant.html      |     0
 .../session/GenericBatchExecutionAssistant.html    |     0
 .../session/LoadCacheCustomQueryWorker.html        |     0
 .../session/class-use/BatchExecutionAssistant.html |     0
 .../session/class-use/BatchLoaderAssistant.html    |     0
 .../session/class-use/CassandraSession.html        |     0
 .../session/class-use/CassandraSessionImpl.html    |     0
 .../session/class-use/ExecutionAssistant.html      |     0
 .../class-use/GenericBatchExecutionAssistant.html  |     0
 .../class-use/LoadCacheCustomQueryWorker.html      |     0
 .../store/cassandra/session/package-frame.html     |     0
 .../store/cassandra/session/package-summary.html   |     0
 .../store/cassandra/session/package-tree.html      |     0
 .../cache/store/cassandra/session/package-use.html |     0
 .../store/cassandra/session/pool/SessionPool.html  |     0
 .../cassandra/session/pool/SessionWrapper.html     |     0
 .../session/pool/class-use/SessionPool.html        |     0
 .../session/pool/class-use/SessionWrapper.html     |     0
 .../cassandra/session/pool/package-frame.html      |     0
 .../cassandra/session/pool/package-summary.html    |     0
 .../store/cassandra/session/pool/package-tree.html |     0
 .../store/cassandra/session/pool/package-use.html  |     0
 .../session/transaction/BaseMutation.html          |     0
 .../session/transaction/DeleteMutation.html        |     0
 .../cassandra/session/transaction/Mutation.html    |     0
 .../session/transaction/WriteMutation.html         |     0
 .../transaction/class-use/BaseMutation.html        |     0
 .../transaction/class-use/DeleteMutation.html      |     0
 .../session/transaction/class-use/Mutation.html    |     0
 .../transaction/class-use/WriteMutation.html       |     0
 .../session/transaction/package-frame.html         |     0
 .../session/transaction/package-summary.html       |     0
 .../session/transaction/package-tree.html          |     0
 .../cassandra/session/transaction/package-use.html |     0
 .../cache/store/cassandra/utils/DDLGenerator.html  |     0
 .../cassandra/utils/class-use/DDLGenerator.html    |     0
 .../cache/store/cassandra/utils/package-frame.html |     0
 .../store/cassandra/utils/package-summary.html     |     0
 .../cache/store/cassandra/utils/package-tree.html  |     0
 .../cache/store/cassandra/utils/package-use.html   |     0
 .../store/class-use/CacheLoadOnlyStoreAdapter.html |     0
 .../ignite/cache/store/class-use/CacheStore.html   |     0
 .../cache/store/class-use/CacheStoreAdapter.html   |     0
 .../cache/store/class-use/CacheStoreSession.html   |     0
 .../store/class-use/CacheStoreSessionListener.html |     0
 .../jdbc/CacheAbstractJdbcStore.EntryMapping.html  |     0
 .../jdbc/CacheAbstractJdbcStore.TypeKind.html      |     0
 .../cache/store/jdbc/CacheAbstractJdbcStore.html   |     0
 .../cache/store/jdbc/CacheJdbcBlobStore.html       |     0
 .../store/jdbc/CacheJdbcBlobStoreFactory.html      |     0
 .../cache/store/jdbc/CacheJdbcPojoStore.html       |     0
 .../store/jdbc/CacheJdbcPojoStoreFactory.html      |     0
 .../store/jdbc/CacheJdbcStoreSessionListener.html  |     0
 .../apache/ignite/cache/store/jdbc/JdbcType.html   |     0
 .../cache/store/jdbc/JdbcTypeDefaultHasher.html    |     0
 .../ignite/cache/store/jdbc/JdbcTypeField.html     |     0
 .../ignite/cache/store/jdbc/JdbcTypeHasher.html    |     0
 .../store/jdbc/JdbcTypesDefaultTransformer.html    |     0
 .../cache/store/jdbc/JdbcTypesTransformer.html     |     0
 .../CacheAbstractJdbcStore.EntryMapping.html       |     0
 .../class-use/CacheAbstractJdbcStore.TypeKind.html |     0
 .../jdbc/class-use/CacheAbstractJdbcStore.html     |     0
 .../store/jdbc/class-use/CacheJdbcBlobStore.html   |     0
 .../jdbc/class-use/CacheJdbcBlobStoreFactory.html  |     0
 .../store/jdbc/class-use/CacheJdbcPojoStore.html   |     0
 .../jdbc/class-use/CacheJdbcPojoStoreFactory.html  |     0
 .../class-use/CacheJdbcStoreSessionListener.html   |     0
 .../cache/store/jdbc/class-use/JdbcType.html       |     0
 .../jdbc/class-use/JdbcTypeDefaultHasher.html      |     0
 .../cache/store/jdbc/class-use/JdbcTypeField.html  |     0
 .../cache/store/jdbc/class-use/JdbcTypeHasher.html |     0
 .../class-use/JdbcTypesDefaultTransformer.html     |     0
 .../store/jdbc/class-use/JdbcTypesTransformer.html |     0
 .../cache/store/jdbc/dialect/BasicJdbcDialect.html |     0
 .../cache/store/jdbc/dialect/DB2Dialect.html       |     0
 .../ignite/cache/store/jdbc/dialect/H2Dialect.html |     0
 .../cache/store/jdbc/dialect/JdbcDialect.html      |     0
 .../cache/store/jdbc/dialect/MySQLDialect.html     |     0
 .../cache/store/jdbc/dialect/OracleDialect.html    |     0
 .../cache/store/jdbc/dialect/SQLServerDialect.html |     0
 .../jdbc/dialect/class-use/BasicJdbcDialect.html   |     0
 .../store/jdbc/dialect/class-use/DB2Dialect.html   |     0
 .../store/jdbc/dialect/class-use/H2Dialect.html    |     0
 .../store/jdbc/dialect/class-use/JdbcDialect.html  |     0
 .../store/jdbc/dialect/class-use/MySQLDialect.html |     0
 .../jdbc/dialect/class-use/OracleDialect.html      |     0
 .../jdbc/dialect/class-use/SQLServerDialect.html   |     0
 .../cache/store/jdbc/dialect/package-frame.html    |     0
 .../cache/store/jdbc/dialect/package-summary.html  |     0
 .../cache/store/jdbc/dialect/package-tree.html     |     0
 .../cache/store/jdbc/dialect/package-use.html      |     0
 .../ignite/cache/store/jdbc/package-frame.html     |     0
 .../ignite/cache/store/jdbc/package-summary.html   |     0
 .../ignite/cache/store/jdbc/package-tree.html      |     0
 .../ignite/cache/store/jdbc/package-use.html       |     0
 .../apache/ignite/cache/store/package-frame.html   |     0
 .../apache/ignite/cache/store/package-summary.html |     0
 .../apache/ignite/cache/store/package-tree.html    |     0
 .../org/apache/ignite/cache/store/package-use.html |     0
 .../spring/CacheSpringStoreSessionListener.html    |     0
 .../class-use/CacheSpringStoreSessionListener.html |     0
 .../ignite/cache/store/spring/package-frame.html   |     0
 .../ignite/cache/store/spring/package-summary.html |     0
 .../ignite/cache/store/spring/package-tree.html    |     0
 .../ignite/cache/store/spring/package-use.html     |     0
 .../ignite/cache/websession/WebSessionFilter.html  |     0
 .../websession/class-use/WebSessionFilter.html     |     0
 .../ignite/cache/websession/package-frame.html     |     0
 .../ignite/cache/websession/package-summary.html   |     0
 .../ignite/cache/websession/package-tree.html      |     0
 .../ignite/cache/websession/package-use.html       |     0
 .../apache/ignite/class-use/DataRegionMetrics.html |     0
 .../ignite/class-use/DataRegionMetricsAdapter.html |     0
 .../ignite/class-use/DataStorageMetrics.html       |     0
 .../class-use/DataStorageMetricsAdapter.html       |     0
 .../org/apache/ignite/class-use/Ignite.html        |     0
 .../apache/ignite/class-use/IgniteAtomicLong.html  |     0
 .../ignite/class-use/IgniteAtomicReference.html    |     0
 .../ignite/class-use/IgniteAtomicSequence.html     |     0
 .../ignite/class-use/IgniteAtomicStamped.html      |     0
 .../class-use/IgniteAuthenticationException.html   |     0
 .../org/apache/ignite/class-use/IgniteBinary.html  |     0
 .../org/apache/ignite/class-use/IgniteCache.html   |     0
 .../class-use/IgniteCacheRestartingException.html  |     0
 .../ignite/class-use/IgniteCheckedException.html   |     0
 .../IgniteClientDisconnectedException.html         |     0
 .../org/apache/ignite/class-use/IgniteCluster.html |     0
 .../org/apache/ignite/class-use/IgniteCompute.html |     0
 .../apache/ignite/class-use/IgniteCondition.html   |     0
 .../ignite/class-use/IgniteCountDownLatch.html     |     0
 .../ignite/class-use/IgniteDataStreamer.html       |     0
 .../IgniteDataStreamerTimeoutException.html        |     0
 .../class-use/IgniteDeploymentException.html       |     0
 .../org/apache/ignite/class-use/IgniteEvents.html  |     0
 .../apache/ignite/class-use/IgniteException.html   |     0
 .../apache/ignite/class-use/IgniteFileSystem.html  |     0
 .../class-use/IgniteIllegalStateException.html     |     0
 .../class-use/IgniteInterruptedException.html      |     0
 .../apache/ignite/class-use/IgniteJdbcDriver.html  |     0
 .../ignite/class-use/IgniteJdbcThinDriver.html     |     0
 .../org/apache/ignite/class-use/IgniteLock.html    |     0
 .../org/apache/ignite/class-use/IgniteLogger.html  |     0
 .../apache/ignite/class-use/IgniteMessaging.html   |     0
 .../org/apache/ignite/class-use/IgniteQueue.html   |     0
 .../apache/ignite/class-use/IgniteScheduler.html   |     0
 .../apache/ignite/class-use/IgniteSemaphore.html   |     0
 .../apache/ignite/class-use/IgniteServices.html    |     0
 .../org/apache/ignite/class-use/IgniteSet.html     |     0
 .../org/apache/ignite/class-use/IgniteSpring.html  |     0
 .../apache/ignite/class-use/IgniteSpringBean.html  |     0
 .../org/apache/ignite/class-use/IgniteState.html   |     0
 .../ignite/class-use/IgniteSystemProperties.html   |     0
 .../ignite/class-use/IgniteTransactions.html       |     0
 .../org/apache/ignite/class-use/Ignition.html      |     0
 .../apache/ignite/class-use/IgnitionListener.html  |     0
 .../org/apache/ignite/class-use/MemoryMetrics.html |     0
 .../ignite/class-use/PersistenceMetrics.html       |     0
 .../org/apache/ignite/cluster/BaselineNode.html    |     0
 .../org/apache/ignite/cluster/ClusterGroup.html    |     0
 .../ignite/cluster/ClusterGroupEmptyException.html |     0
 .../org/apache/ignite/cluster/ClusterMetrics.html  |     0
 .../org/apache/ignite/cluster/ClusterNode.html     |     0
 .../ignite/cluster/ClusterStartNodeResult.html     |     0
 .../ignite/cluster/ClusterTopologyException.html   |     0
 .../ignite/cluster/class-use/BaselineNode.html     |     0
 .../ignite/cluster/class-use/ClusterGroup.html     |     0
 .../class-use/ClusterGroupEmptyException.html      |     0
 .../ignite/cluster/class-use/ClusterMetrics.html   |     0
 .../ignite/cluster/class-use/ClusterNode.html      |     0
 .../cluster/class-use/ClusterStartNodeResult.html  |     0
 .../class-use/ClusterTopologyException.html        |     0
 .../org/apache/ignite/cluster/package-frame.html   |     0
 .../org/apache/ignite/cluster/package-summary.html |     0
 .../org/apache/ignite/cluster/package-tree.html    |     0
 .../org/apache/ignite/cluster/package-use.html     |     0
 .../compute/ComputeExecutionRejectedException.html |     0
 .../org/apache/ignite/compute/ComputeJob.html      |     0
 .../apache/ignite/compute/ComputeJobAdapter.html   |     0
 .../apache/ignite/compute/ComputeJobAfterSend.html |     0
 .../ignite/compute/ComputeJobBeforeFailover.html   |     0
 .../apache/ignite/compute/ComputeJobContext.html   |     0
 .../ignite/compute/ComputeJobContinuation.html     |     0
 .../compute/ComputeJobContinuationAdapter.html     |     0
 .../compute/ComputeJobFailoverException.html       |     0
 .../ignite/compute/ComputeJobMasterLeaveAware.html |     0
 .../apache/ignite/compute/ComputeJobResult.html    |     0
 .../ignite/compute/ComputeJobResultPolicy.html     |     0
 .../apache/ignite/compute/ComputeJobSibling.html   |     0
 .../apache/ignite/compute/ComputeLoadBalancer.html |     0
 .../org/apache/ignite/compute/ComputeTask.html     |     0
 .../apache/ignite/compute/ComputeTaskAdapter.html  |     0
 .../compute/ComputeTaskCancelledException.html     |     0
 .../compute/ComputeTaskContinuousMapper.html       |     0
 .../apache/ignite/compute/ComputeTaskFuture.html   |     0
 .../apache/ignite/compute/ComputeTaskMapAsync.html |     0
 .../org/apache/ignite/compute/ComputeTaskName.html |     0
 .../ignite/compute/ComputeTaskNoResultCache.html   |     0
 .../apache/ignite/compute/ComputeTaskSession.html  |     0
 .../ComputeTaskSessionAttributeListener.html       |     0
 .../compute/ComputeTaskSessionFullSupport.html     |     0
 .../ignite/compute/ComputeTaskSessionScope.html    |     0
 .../org/apache/ignite/compute/ComputeTaskSpis.html |     0
 .../ignite/compute/ComputeTaskSplitAdapter.html    |     0
 .../compute/ComputeTaskTimeoutException.html       |     0
 .../compute/ComputeUserUndeclaredException.html    |     0
 .../ComputeExecutionRejectedException.html         |     0
 .../ignite/compute/class-use/ComputeJob.html       |     0
 .../compute/class-use/ComputeJobAdapter.html       |     0
 .../compute/class-use/ComputeJobAfterSend.html     |     0
 .../class-use/ComputeJobBeforeFailover.html        |     0
 .../compute/class-use/ComputeJobContext.html       |     0
 .../compute/class-use/ComputeJobContinuation.html  |     0
 .../class-use/ComputeJobContinuationAdapter.html   |     0
 .../class-use/ComputeJobFailoverException.html     |     0
 .../class-use/ComputeJobMasterLeaveAware.html      |     0
 .../ignite/compute/class-use/ComputeJobResult.html |     0
 .../compute/class-use/ComputeJobResultPolicy.html  |     0
 .../compute/class-use/ComputeJobSibling.html       |     0
 .../compute/class-use/ComputeLoadBalancer.html     |     0
 .../ignite/compute/class-use/ComputeTask.html      |     0
 .../compute/class-use/ComputeTaskAdapter.html      |     0
 .../class-use/ComputeTaskCancelledException.html   |     0
 .../class-use/ComputeTaskContinuousMapper.html     |     0
 .../compute/class-use/ComputeTaskFuture.html       |     0
 .../compute/class-use/ComputeTaskMapAsync.html     |     0
 .../ignite/compute/class-use/ComputeTaskName.html  |     0
 .../class-use/ComputeTaskNoResultCache.html        |     0
 .../compute/class-use/ComputeTaskSession.html      |     0
 .../ComputeTaskSessionAttributeListener.html       |     0
 .../class-use/ComputeTaskSessionFullSupport.html   |     0
 .../compute/class-use/ComputeTaskSessionScope.html |     0
 .../ignite/compute/class-use/ComputeTaskSpis.html  |     0
 .../compute/class-use/ComputeTaskSplitAdapter.html |     0
 .../class-use/ComputeTaskTimeoutException.html     |     0
 .../class-use/ComputeUserUndeclaredException.html  |     0
 .../org/apache/ignite/compute/gridify/Gridify.html |     0
 .../ignite/compute/gridify/GridifyArgument.html    |     0
 .../ignite/compute/gridify/GridifyInput.html       |     0
 .../ignite/compute/gridify/GridifyInterceptor.html |     0
 .../ignite/compute/gridify/GridifyNodeFilter.html  |     0
 .../compute/gridify/GridifyRuntimeException.html   |     0
 .../ignite/compute/gridify/GridifySetToSet.html    |     0
 .../ignite/compute/gridify/GridifySetToValue.html  |     0
 .../ignite/compute/gridify/GridifyTaskAdapter.html |     0
 .../compute/gridify/GridifyTaskSplitAdapter.html   |     0
 .../gridify/aop/GridifyArgumentAdapter.html        |     0
 .../gridify/aop/GridifyDefaultRangeTask.html       |     0
 .../compute/gridify/aop/GridifyDefaultTask.html    |     0
 .../gridify/aop/GridifySetToSetAbstractAspect.html |     0
 .../aop/GridifySetToValueAbstractAspect.html       |     0
 .../gridify/aop/aspectj/GridifyAspectJAspect.html  |     0
 .../aop/aspectj/GridifySetToSetAspectJAspect.html  |     0
 .../aspectj/GridifySetToValueAspectJAspect.html    |     0
 .../aspectj/class-use/GridifyAspectJAspect.html    |     0
 .../class-use/GridifySetToSetAspectJAspect.html    |     0
 .../class-use/GridifySetToValueAspectJAspect.html  |     0
 .../compute/gridify/aop/aspectj/package-frame.html |     0
 .../gridify/aop/aspectj/package-summary.html       |     0
 .../compute/gridify/aop/aspectj/package-tree.html  |     0
 .../compute/gridify/aop/aspectj/package-use.html   |     0
 .../aop/class-use/GridifyArgumentAdapter.html      |     0
 .../aop/class-use/GridifyDefaultRangeTask.html     |     0
 .../gridify/aop/class-use/GridifyDefaultTask.html  |     0
 .../class-use/GridifySetToSetAbstractAspect.html   |     0
 .../class-use/GridifySetToValueAbstractAspect.html |     0
 .../ignite/compute/gridify/aop/package-frame.html  |     0
 .../compute/gridify/aop/package-summary.html       |     0
 .../ignite/compute/gridify/aop/package-tree.html   |     0
 .../ignite/compute/gridify/aop/package-use.html    |     0
 .../aop/spring/GridifySetToSetSpringAspect.html    |     0
 .../aop/spring/GridifySetToValueSpringAspect.html  |     0
 .../gridify/aop/spring/GridifySpringAspect.html    |     0
 .../gridify/aop/spring/GridifySpringEnhancer.html  |     0
 ...fySpringPointcut.GridifySpringPointcutType.html |     0
 .../gridify/aop/spring/GridifySpringPointcut.html  |     0
 .../class-use/GridifySetToSetSpringAspect.html     |     0
 .../class-use/GridifySetToValueSpringAspect.html   |     0
 .../aop/spring/class-use/GridifySpringAspect.html  |     0
 .../spring/class-use/GridifySpringEnhancer.html    |     0
 ...fySpringPointcut.GridifySpringPointcutType.html |     0
 .../spring/class-use/GridifySpringPointcut.html    |     0
 .../compute/gridify/aop/spring/package-frame.html  |     0
 .../gridify/aop/spring/package-summary.html        |     0
 .../compute/gridify/aop/spring/package-tree.html   |     0
 .../compute/gridify/aop/spring/package-use.html    |     0
 .../ignite/compute/gridify/class-use/Gridify.html  |     0
 .../compute/gridify/class-use/GridifyArgument.html |     0
 .../compute/gridify/class-use/GridifyInput.html    |     0
 .../gridify/class-use/GridifyInterceptor.html      |     0
 .../gridify/class-use/GridifyNodeFilter.html       |     0
 .../gridify/class-use/GridifyRuntimeException.html |     0
 .../compute/gridify/class-use/GridifySetToSet.html |     0
 .../gridify/class-use/GridifySetToValue.html       |     0
 .../gridify/class-use/GridifyTaskAdapter.html      |     0
 .../gridify/class-use/GridifyTaskSplitAdapter.html |     0
 .../ignite/compute/gridify/package-frame.html      |     0
 .../ignite/compute/gridify/package-summary.html    |     0
 .../ignite/compute/gridify/package-tree.html       |     0
 .../apache/ignite/compute/gridify/package-use.html |     0
 .../org/apache/ignite/compute/package-frame.html   |     0
 .../org/apache/ignite/compute/package-summary.html |     0
 .../org/apache/ignite/compute/package-tree.html    |     0
 .../org/apache/ignite/compute/package-use.html     |     0
 .../ignite/configuration/AddressResolver.html      |     0
 .../ignite/configuration/AtomicConfiguration.html  |     0
 .../ignite/configuration/BasicAddressResolver.html |     0
 .../ignite/configuration/BinaryConfiguration.html  |     0
 ...CacheConfiguration.IgniteAllNodesPredicate.html |     0
 .../ignite/configuration/CacheConfiguration.html   |     0
 .../ignite/configuration/CheckpointWriteOrder.html |     0
 .../ClientConnectorConfiguration.html              |     0
 .../configuration/CollectionConfiguration.html     |     0
 .../configuration/ConnectorConfiguration.html      |     0
 .../configuration/ConnectorMessageInterceptor.html |     0
 .../ignite/configuration/DataPageEvictionMode.html |     0
 .../configuration/DataRegionConfiguration.html     |     0
 .../configuration/DataStorageConfiguration.html    |     0
 .../ignite/configuration/DeploymentMode.html       |     0
 .../configuration/ExecutorConfiguration.html       |     0
 .../configuration/FileSystemConfiguration.html     |     0
 .../ignite/configuration/HadoopConfiguration.html  |     0
 .../ignite/configuration/IgniteConfiguration.html  |     0
 .../configuration/IgniteReflectionFactory.html     |     0
 .../ignite/configuration/MemoryConfiguration.html  |     0
 .../configuration/MemoryPolicyConfiguration.html   |     0
 .../configuration/NearCacheConfiguration.html      |     0
 .../ignite/configuration/OdbcConfiguration.html    |     0
 .../PersistentStoreConfiguration.html              |     0
 .../configuration/PlatformConfiguration.html       |     0
 .../configuration/SqlConnectorConfiguration.html   |     0
 .../ignite/configuration/TopologyValidator.html    |     0
 .../configuration/TransactionConfiguration.html    |     0
 .../org/apache/ignite/configuration/WALMode.html   |     0
 .../configuration/class-use/AddressResolver.html   |     0
 .../class-use/AtomicConfiguration.html             |     0
 .../class-use/BasicAddressResolver.html            |     0
 .../class-use/BinaryConfiguration.html             |     0
 ...CacheConfiguration.IgniteAllNodesPredicate.html |     0
 .../class-use/CacheConfiguration.html              |     0
 .../class-use/CheckpointWriteOrder.html            |     0
 .../class-use/ClientConnectorConfiguration.html    |     0
 .../class-use/CollectionConfiguration.html         |     0
 .../class-use/ConnectorConfiguration.html          |     0
 .../class-use/ConnectorMessageInterceptor.html     |     0
 .../class-use/DataPageEvictionMode.html            |     0
 .../class-use/DataRegionConfiguration.html         |     0
 .../class-use/DataStorageConfiguration.html        |     0
 .../configuration/class-use/DeploymentMode.html    |     0
 .../class-use/ExecutorConfiguration.html           |     0
 .../class-use/FileSystemConfiguration.html         |     0
 .../class-use/HadoopConfiguration.html             |     0
 .../class-use/IgniteConfiguration.html             |     0
 .../class-use/IgniteReflectionFactory.html         |     0
 .../class-use/MemoryConfiguration.html             |     0
 .../class-use/MemoryPolicyConfiguration.html       |     0
 .../class-use/NearCacheConfiguration.html          |     0
 .../configuration/class-use/OdbcConfiguration.html |     0
 .../class-use/PersistentStoreConfiguration.html    |     0
 .../class-use/PlatformConfiguration.html           |     0
 .../class-use/SqlConnectorConfiguration.html       |     0
 .../configuration/class-use/TopologyValidator.html |     0
 .../class-use/TransactionConfiguration.html        |     0
 .../ignite/configuration/class-use/WALMode.html    |     0
 .../apache/ignite/configuration/package-frame.html |     0
 .../ignite/configuration/package-summary.html      |     0
 .../apache/ignite/configuration/package-tree.html  |     0
 .../apache/ignite/configuration/package-use.html   |     0
 .../development/utils/IgniteWalConverter.html      |     0
 .../development/utils/RecordSizeCountStat.html     |     0
 .../apache/ignite/development/utils/TxWalStat.html |     0
 .../apache/ignite/development/utils/WalStat.html   |     0
 .../utils/class-use/IgniteWalConverter.html        |     0
 .../utils/class-use/RecordSizeCountStat.html       |     0
 .../development/utils/class-use/TxWalStat.html     |     0
 .../development/utils/class-use/WalStat.html       |     0
 .../ignite/development/utils/package-frame.html    |     0
 .../ignite/development/utils/package-summary.html  |     0
 .../ignite/development/utils/package-tree.html     |     0
 .../ignite/development/utils/package-use.html      |     0
 .../org/apache/ignite/events/CacheEvent.html       |     0
 .../ignite/events/CacheQueryExecutedEvent.html     |     0
 .../apache/ignite/events/CacheQueryReadEvent.html  |     0
 .../ignite/events/CacheRebalancingEvent.html       |     0
 .../org/apache/ignite/events/CheckpointEvent.html  |     0
 .../org/apache/ignite/events/DeploymentEvent.html  |     0
 .../org/apache/ignite/events/DiscoveryEvent.html   |     0
 .../javadoc/org/apache/ignite/events/Event.html    |     0
 .../org/apache/ignite/events/EventAdapter.html     |     0
 .../org/apache/ignite/events/EventType.html        |     0
 .../org/apache/ignite/events/IgfsEvent.html        |     0
 .../javadoc/org/apache/ignite/events/JobEvent.html |     0
 .../org/apache/ignite/events/TaskEvent.html        |     0
 .../ignite/events/WalSegmentArchivedEvent.html     |     0
 .../apache/ignite/events/class-use/CacheEvent.html |     0
 .../events/class-use/CacheQueryExecutedEvent.html  |     0
 .../events/class-use/CacheQueryReadEvent.html      |     0
 .../events/class-use/CacheRebalancingEvent.html    |     0
 .../ignite/events/class-use/CheckpointEvent.html   |     0
 .../ignite/events/class-use/DeploymentEvent.html   |     0
 .../ignite/events/class-use/DiscoveryEvent.html    |     0
 .../org/apache/ignite/events/class-use/Event.html  |     0
 .../ignite/events/class-use/EventAdapter.html      |     0
 .../apache/ignite/events/class-use/EventType.html  |     0
 .../apache/ignite/events/class-use/IgfsEvent.html  |     0
 .../apache/ignite/events/class-use/JobEvent.html   |     0
 .../apache/ignite/events/class-use/TaskEvent.html  |     0
 .../events/class-use/WalSegmentArchivedEvent.html  |     0
 .../org/apache/ignite/events/package-frame.html    |     0
 .../org/apache/ignite/events/package-summary.html  |     0
 .../org/apache/ignite/events/package-tree.html     |     0
 .../org/apache/ignite/events/package-use.html      |     0
 .../org/apache/ignite/hadoop/HadoopInputSplit.html |     0
 .../org/apache/ignite/hadoop/HadoopJob.html        |     0
 .../apache/ignite/hadoop/HadoopMapReducePlan.html  |     0
 .../ignite/hadoop/HadoopMapReducePlanner.html      |     0
 .../ignite/hadoop/class-use/HadoopInputSplit.html  |     0
 .../apache/ignite/hadoop/class-use/HadoopJob.html  |     0
 .../hadoop/class-use/HadoopMapReducePlan.html      |     0
 .../hadoop/class-use/HadoopMapReducePlanner.html   |     0
 .../hadoop/fs/BasicHadoopFileSystemFactory.html    |     0
 .../hadoop/fs/CachingHadoopFileSystemFactory.html  |     0
 .../ignite/hadoop/fs/HadoopFileSystemFactory.html  |     0
 .../fs/IgniteHadoopFileSystemCounterWriter.html    |     0
 .../fs/IgniteHadoopIgfsSecondaryFileSystem.html    |     0
 .../hadoop/fs/KerberosHadoopFileSystemFactory.html |     0
 .../fs/class-use/BasicHadoopFileSystemFactory.html |     0
 .../class-use/CachingHadoopFileSystemFactory.html  |     0
 .../fs/class-use/HadoopFileSystemFactory.html      |     0
 .../IgniteHadoopFileSystemCounterWriter.html       |     0
 .../IgniteHadoopIgfsSecondaryFileSystem.html       |     0
 .../class-use/KerberosHadoopFileSystemFactory.html |     0
 .../org/apache/ignite/hadoop/fs/package-frame.html |     0
 .../apache/ignite/hadoop/fs/package-summary.html   |     0
 .../org/apache/ignite/hadoop/fs/package-tree.html  |     0
 .../org/apache/ignite/hadoop/fs/package-use.html   |     0
 .../hadoop/fs/v1/IgniteHadoopFileSystem.html       |     0
 .../fs/v1/class-use/IgniteHadoopFileSystem.html    |     0
 .../apache/ignite/hadoop/fs/v1/package-frame.html  |     0
 .../ignite/hadoop/fs/v1/package-summary.html       |     0
 .../apache/ignite/hadoop/fs/v1/package-tree.html   |     0
 .../apache/ignite/hadoop/fs/v1/package-use.html    |     0
 .../hadoop/fs/v2/IgniteHadoopFileSystem.html       |     0
 .../fs/v2/class-use/IgniteHadoopFileSystem.html    |     0
 .../apache/ignite/hadoop/fs/v2/package-frame.html  |     0
 .../ignite/hadoop/fs/v2/package-summary.html       |     0
 .../apache/ignite/hadoop/fs/v2/package-tree.html   |     0
 .../apache/ignite/hadoop/fs/v2/package-use.html    |     0
 .../io/BytesWritablePartiallyRawComparator.html    |     0
 .../ignite/hadoop/io/PartiallyRawComparator.html   |     0
 .../org/apache/ignite/hadoop/io/RawMemory.html     |     0
 .../hadoop/io/TextPartiallyRawComparator.html      |     0
 .../BytesWritablePartiallyRawComparator.html       |     0
 .../io/class-use/PartiallyRawComparator.html       |     0
 .../ignite/hadoop/io/class-use/RawMemory.html      |     0
 .../io/class-use/TextPartiallyRawComparator.html   |     0
 .../org/apache/ignite/hadoop/io/package-frame.html |     0
 .../apache/ignite/hadoop/io/package-summary.html   |     0
 .../org/apache/ignite/hadoop/io/package-tree.html  |     0
 .../org/apache/ignite/hadoop/io/package-use.html   |     0
 .../IgniteHadoopClientProtocolProvider.html        |     0
 .../IgniteHadoopWeightedMapReducePlanner.html      |     0
 .../IgniteHadoopClientProtocolProvider.html        |     0
 .../IgniteHadoopWeightedMapReducePlanner.html      |     0
 .../ignite/hadoop/mapreduce/package-frame.html     |     0
 .../ignite/hadoop/mapreduce/package-summary.html   |     0
 .../ignite/hadoop/mapreduce/package-tree.html      |     0
 .../ignite/hadoop/mapreduce/package-use.html       |     0
 .../org/apache/ignite/hadoop/package-frame.html    |     0
 .../org/apache/ignite/hadoop/package-summary.html  |     0
 .../org/apache/ignite/hadoop/package-tree.html     |     0
 .../org/apache/ignite/hadoop/package-use.html      |     0
 .../planner/HadoopAbstractMapReducePlanner.html    |     0
 .../planner/HadoopTestRoundRobinMrPlanner.html     |     0
 .../class-use/HadoopAbstractMapReducePlanner.html  |     0
 .../class-use/HadoopTestRoundRobinMrPlanner.html   |     0
 .../ignite/hadoop/planner/package-frame.html       |     0
 .../ignite/hadoop/planner/package-summary.html     |     0
 .../apache/ignite/hadoop/planner/package-tree.html |     0
 .../apache/ignite/hadoop/planner/package-use.html  |     0
 .../ignite/hadoop/util/BasicUserNameMapper.html    |     0
 .../ignite/hadoop/util/ChainedUserNameMapper.html  |     0
 .../ignite/hadoop/util/KerberosUserNameMapper.html |     0
 .../apache/ignite/hadoop/util/UserNameMapper.html  |     0
 .../hadoop/util/class-use/BasicUserNameMapper.html |     0
 .../util/class-use/ChainedUserNameMapper.html      |     0
 .../util/class-use/KerberosUserNameMapper.html     |     0
 .../hadoop/util/class-use/UserNameMapper.html      |     0
 .../apache/ignite/hadoop/util/package-frame.html   |     0
 .../apache/ignite/hadoop/util/package-summary.html |     0
 .../apache/ignite/hadoop/util/package-tree.html    |     0
 .../org/apache/ignite/hadoop/util/package-use.html |     0
 .../org/apache/ignite/igfs/IgfsBlockLocation.html  |     0
 .../igfs/IgfsConcurrentModificationException.html  |     0
 .../ignite/igfs/IgfsCorruptedFileException.html    |     0
 .../igfs/IgfsDirectoryNotEmptyException.html       |     0
 .../org/apache/ignite/igfs/IgfsException.html      |     0
 .../javadoc/org/apache/ignite/igfs/IgfsFile.html   |     0
 .../ignite/igfs/IgfsGroupDataBlocksKeyMapper.html  |     0
 .../org/apache/ignite/igfs/IgfsInputStream.html    |     0
 .../igfs/IgfsInvalidHdfsVersionException.html      |     0
 .../ignite/igfs/IgfsInvalidPathException.html      |     0
 .../ignite/igfs/IgfsIpcEndpointConfiguration.html  |     0
 .../apache/ignite/igfs/IgfsIpcEndpointType.html    |     0
 .../org/apache/ignite/igfs/IgfsMetrics.html        |     0
 .../javadoc/org/apache/ignite/igfs/IgfsMode.html   |     0
 .../ignite/igfs/IgfsOutOfSpaceException.html       |     0
 .../org/apache/ignite/igfs/IgfsOutputStream.html   |     0
 .../igfs/IgfsParentNotDirectoryException.html      |     0
 .../javadoc/org/apache/ignite/igfs/IgfsPath.html   |     0
 .../igfs/IgfsPathAlreadyExistsException.html       |     0
 .../ignite/igfs/IgfsPathIsDirectoryException.html  |     0
 .../igfs/IgfsPathIsNotDirectoryException.html      |     0
 .../ignite/igfs/IgfsPathNotFoundException.html     |     0
 .../org/apache/ignite/igfs/IgfsPathSummary.html    |     0
 .../org/apache/ignite/igfs/IgfsUserContext.html    |     0
 .../ignite/igfs/class-use/IgfsBlockLocation.html   |     0
 .../IgfsConcurrentModificationException.html       |     0
 .../igfs/class-use/IgfsCorruptedFileException.html |     0
 .../class-use/IgfsDirectoryNotEmptyException.html  |     0
 .../ignite/igfs/class-use/IgfsException.html       |     0
 .../org/apache/ignite/igfs/class-use/IgfsFile.html |     0
 .../class-use/IgfsGroupDataBlocksKeyMapper.html    |     0
 .../ignite/igfs/class-use/IgfsInputStream.html     |     0
 .../class-use/IgfsInvalidHdfsVersionException.html |     0
 .../igfs/class-use/IgfsInvalidPathException.html   |     0
 .../class-use/IgfsIpcEndpointConfiguration.html    |     0
 .../ignite/igfs/class-use/IgfsIpcEndpointType.html |     0
 .../apache/ignite/igfs/class-use/IgfsMetrics.html  |     0
 .../org/apache/ignite/igfs/class-use/IgfsMode.html |     0
 .../igfs/class-use/IgfsOutOfSpaceException.html    |     0
 .../ignite/igfs/class-use/IgfsOutputStream.html    |     0
 .../class-use/IgfsParentNotDirectoryException.html |     0
 .../org/apache/ignite/igfs/class-use/IgfsPath.html |     0
 .../class-use/IgfsPathAlreadyExistsException.html  |     0
 .../class-use/IgfsPathIsDirectoryException.html    |     0
 .../class-use/IgfsPathIsNotDirectoryException.html |     0
 .../igfs/class-use/IgfsPathNotFoundException.html  |     0
 .../ignite/igfs/class-use/IgfsPathSummary.html     |     0
 .../ignite/igfs/class-use/IgfsUserContext.html     |     0
 .../ignite/igfs/mapreduce/IgfsFileRange.html       |     0
 .../igfs/mapreduce/IgfsInputStreamJobAdapter.html  |     0
 .../org/apache/ignite/igfs/mapreduce/IgfsJob.html  |     0
 .../ignite/igfs/mapreduce/IgfsJobAdapter.html      |     0
 .../igfs/mapreduce/IgfsRangeInputStream.html       |     0
 .../ignite/igfs/mapreduce/IgfsRecordResolver.html  |     0
 .../org/apache/ignite/igfs/mapreduce/IgfsTask.html |     0
 .../apache/ignite/igfs/mapreduce/IgfsTaskArgs.html |     0
 .../igfs/mapreduce/IgfsTaskNoReduceAdapter.html    |     0
 .../igfs/mapreduce/class-use/IgfsFileRange.html    |     0
 .../class-use/IgfsInputStreamJobAdapter.html       |     0
 .../ignite/igfs/mapreduce/class-use/IgfsJob.html   |     0
 .../igfs/mapreduce/class-use/IgfsJobAdapter.html   |     0
 .../mapreduce/class-use/IgfsRangeInputStream.html  |     0
 .../mapreduce/class-use/IgfsRecordResolver.html    |     0
 .../ignite/igfs/mapreduce/class-use/IgfsTask.html  |     0
 .../igfs/mapreduce/class-use/IgfsTaskArgs.html     |     0
 .../class-use/IgfsTaskNoReduceAdapter.html         |     0
 .../ignite/igfs/mapreduce/package-frame.html       |     0
 .../ignite/igfs/mapreduce/package-summary.html     |     0
 .../apache/ignite/igfs/mapreduce/package-tree.html |     0
 .../apache/ignite/igfs/mapreduce/package-use.html  |     0
 .../records/IgfsByteDelimiterRecordResolver.html   |     0
 .../records/IgfsFixedLengthRecordResolver.html     |     0
 .../records/IgfsNewLineRecordResolver.html         |     0
 .../records/IgfsStringDelimiterRecordResolver.html |     0
 .../class-use/IgfsByteDelimiterRecordResolver.html |     0
 .../class-use/IgfsFixedLengthRecordResolver.html   |     0
 .../class-use/IgfsNewLineRecordResolver.html       |     0
 .../IgfsStringDelimiterRecordResolver.html         |     0
 .../igfs/mapreduce/records/package-frame.html      |     0
 .../igfs/mapreduce/records/package-summary.html    |     0
 .../igfs/mapreduce/records/package-tree.html       |     0
 .../ignite/igfs/mapreduce/records/package-use.html |     0
 .../org/apache/ignite/igfs/package-frame.html      |     0
 .../org/apache/ignite/igfs/package-summary.html    |     0
 .../org/apache/ignite/igfs/package-tree.html       |     0
 .../org/apache/ignite/igfs/package-use.html        |     0
 .../igfs/secondary/IgfsSecondaryFileSystem.html    |     0
 .../IgfsSecondaryFileSystemPositionedReadable.html |     0
 .../class-use/IgfsSecondaryFileSystem.html         |     0
 .../IgfsSecondaryFileSystemPositionedReadable.html |     0
 .../local/LocalIgfsSecondaryFileSystem.html        |     0
 .../class-use/LocalIgfsSecondaryFileSystem.html    |     0
 .../ignite/igfs/secondary/local/package-frame.html |     0
 .../igfs/secondary/local/package-summary.html      |     0
 .../ignite/igfs/secondary/local/package-tree.html  |     0
 .../ignite/igfs/secondary/local/package-use.html   |     0
 .../ignite/igfs/secondary/package-frame.html       |     0
 .../ignite/igfs/secondary/package-summary.html     |     0
 .../apache/ignite/igfs/secondary/package-tree.html |     0
 .../apache/ignite/igfs/secondary/package-use.html  |     0
 .../apache/ignite/lang/IgniteAsyncCallback.html    |     0
 .../org/apache/ignite/lang/IgniteAsyncSupport.html |     0
 .../apache/ignite/lang/IgniteAsyncSupported.html   |     0
 .../org/apache/ignite/lang/IgniteBiClosure.html    |     0
 .../org/apache/ignite/lang/IgniteBiInClosure.html  |     0
 .../org/apache/ignite/lang/IgniteBiPredicate.html  |     0
 .../org/apache/ignite/lang/IgniteBiTuple.html      |     0
 .../org/apache/ignite/lang/IgniteCallable.html     |     0
 .../org/apache/ignite/lang/IgniteClosure.html      |     0
 .../org/apache/ignite/lang/IgniteFuture.html       |     0
 .../lang/IgniteFutureCancelledException.html       |     0
 .../ignite/lang/IgniteFutureTimeoutException.html  |     0
 .../org/apache/ignite/lang/IgniteInClosure.html    |     0
 .../ignite/lang/IgniteNotPeerDeployable.html       |     0
 .../org/apache/ignite/lang/IgniteOutClosure.html   |     0
 .../org/apache/ignite/lang/IgnitePredicate.html    |     0
 .../apache/ignite/lang/IgniteProductVersion.html   |     0
 .../org/apache/ignite/lang/IgniteReducer.html      |     0
 .../org/apache/ignite/lang/IgniteRunnable.html     |     0
 .../javadoc/org/apache/ignite/lang/IgniteUuid.html |     0
 .../ignite/lang/class-use/IgniteAsyncCallback.html |     0
 .../ignite/lang/class-use/IgniteAsyncSupport.html  |     0
 .../lang/class-use/IgniteAsyncSupported.html       |     0
 .../ignite/lang/class-use/IgniteBiClosure.html     |     0
 .../ignite/lang/class-use/IgniteBiInClosure.html   |     0
 .../ignite/lang/class-use/IgniteBiPredicate.html   |     0
 .../ignite/lang/class-use/IgniteBiTuple.html       |     0
 .../ignite/lang/class-use/IgniteCallable.html      |     0
 .../ignite/lang/class-use/IgniteClosure.html       |     0
 .../apache/ignite/lang/class-use/IgniteFuture.html |     0
 .../class-use/IgniteFutureCancelledException.html  |     0
 .../class-use/IgniteFutureTimeoutException.html    |     0
 .../ignite/lang/class-use/IgniteInClosure.html     |     0
 .../lang/class-use/IgniteNotPeerDeployable.html    |     0
 .../ignite/lang/class-use/IgniteOutClosure.html    |     0
 .../ignite/lang/class-use/IgnitePredicate.html     |     0
 .../lang/class-use/IgniteProductVersion.html       |     0
 .../ignite/lang/class-use/IgniteReducer.html       |     0
 .../ignite/lang/class-use/IgniteRunnable.html      |     0
 .../apache/ignite/lang/class-use/IgniteUuid.html   |     0
 .../org/apache/ignite/lang/package-frame.html      |     0
 .../org/apache/ignite/lang/package-summary.html    |     0
 .../org/apache/ignite/lang/package-tree.html       |     0
 .../org/apache/ignite/lang/package-use.html        |     0
 .../apache/ignite/lifecycle/LifecycleAware.html    |     0
 .../org/apache/ignite/lifecycle/LifecycleBean.html |     0
 .../ignite/lifecycle/LifecycleEventType.html       |     0
 .../ignite/lifecycle/class-use/LifecycleAware.html |     0
 .../ignite/lifecycle/class-use/LifecycleBean.html  |     0
 .../lifecycle/class-use/LifecycleEventType.html    |     0
 .../org/apache/ignite/lifecycle/package-frame.html |     0
 .../apache/ignite/lifecycle/package-summary.html   |     0
 .../org/apache/ignite/lifecycle/package-tree.html  |     0
 .../org/apache/ignite/lifecycle/package-use.html   |     0
 .../apache/ignite/logger/LoggerNodeIdAware.html    |     0
 .../org/apache/ignite/logger/NullLogger.html       |     0
 .../ignite/logger/class-use/LoggerNodeIdAware.html |     0
 .../apache/ignite/logger/class-use/NullLogger.html |     0
 .../org/apache/ignite/logger/java/JavaLogger.html  |     0
 .../ignite/logger/java/JavaLoggerFileHandler.html  |     0
 .../ignite/logger/java/JavaLoggerFormatter.html    |     0
 .../ignite/logger/java/class-use/JavaLogger.html   |     0
 .../java/class-use/JavaLoggerFileHandler.html      |     0
 .../logger/java/class-use/JavaLoggerFormatter.html |     0
 .../apache/ignite/logger/java/package-frame.html   |     0
 .../apache/ignite/logger/java/package-summary.html |     0
 .../apache/ignite/logger/java/package-tree.html    |     0
 .../org/apache/ignite/logger/java/package-use.html |     0
 .../org/apache/ignite/logger/jcl/JclLogger.html    |     0
 .../ignite/logger/jcl/class-use/JclLogger.html     |     0
 .../apache/ignite/logger/jcl/package-frame.html    |     0
 .../apache/ignite/logger/jcl/package-summary.html  |     0
 .../org/apache/ignite/logger/jcl/package-tree.html |     0
 .../org/apache/ignite/logger/jcl/package-use.html  |     0
 .../log4j/Log4JDailyRollingFileAppender.html       |     0
 .../log4j/Log4JExternallyRolledFileAppender.html   |     0
 .../ignite/logger/log4j/Log4JFileAppender.html     |     0
 .../apache/ignite/logger/log4j/Log4JLogger.html    |     0
 .../logger/log4j/Log4jRollingFileAppender.html     |     0
 .../class-use/Log4JDailyRollingFileAppender.html   |     0
 .../Log4JExternallyRolledFileAppender.html         |     0
 .../logger/log4j/class-use/Log4JFileAppender.html  |     0
 .../ignite/logger/log4j/class-use/Log4JLogger.html |     0
 .../log4j/class-use/Log4jRollingFileAppender.html  |     0
 .../apache/ignite/logger/log4j/package-frame.html  |     0
 .../ignite/logger/log4j/package-summary.html       |     0
 .../apache/ignite/logger/log4j/package-tree.html   |     0
 .../apache/ignite/logger/log4j/package-use.html    |     0
 .../apache/ignite/logger/log4j2/Log4J2Logger.html  |     0
 .../logger/log4j2/class-use/Log4J2Logger.html      |     0
 .../apache/ignite/logger/log4j2/package-frame.html |     0
 .../ignite/logger/log4j2/package-summary.html      |     0
 .../apache/ignite/logger/log4j2/package-tree.html  |     0
 .../apache/ignite/logger/log4j2/package-use.html   |     0
 .../org/apache/ignite/logger/package-frame.html    |     0
 .../org/apache/ignite/logger/package-summary.html  |     0
 .../org/apache/ignite/logger/package-tree.html     |     0
 .../org/apache/ignite/logger/package-use.html      |     0
 .../apache/ignite/logger/slf4j/Slf4jLogger.html    |     0
 .../ignite/logger/slf4j/class-use/Slf4jLogger.html |     0
 .../apache/ignite/logger/slf4j/package-frame.html  |     0
 .../ignite/logger/slf4j/package-summary.html       |     0
 .../apache/ignite/logger/slf4j/package-tree.html   |     0
 .../apache/ignite/logger/slf4j/package-use.html    |     0
 .../ignite/marshaller/AbstractMarshaller.html      |     0
 .../AbstractNodeNameAwareMarshaller.html           |     0
 .../org/apache/ignite/marshaller/Marshaller.html   |     0
 .../ignite/marshaller/MarshallerContext.html       |     0
 .../ignite/marshaller/MarshallerExclusions.html    |     0
 .../apache/ignite/marshaller/MarshallerUtils.html  |     0
 .../marshaller/class-use/AbstractMarshaller.html   |     0
 .../class-use/AbstractNodeNameAwareMarshaller.html |     0
 .../ignite/marshaller/class-use/Marshaller.html    |     0
 .../marshaller/class-use/MarshallerContext.html    |     0
 .../marshaller/class-use/MarshallerExclusions.html |     0
 .../marshaller/class-use/MarshallerUtils.html      |     0
 .../ignite/marshaller/jdk/JdkMarshaller.html       |     0
 .../marshaller/jdk/class-use/JdkMarshaller.html    |     0
 .../ignite/marshaller/jdk/package-frame.html       |     0
 .../ignite/marshaller/jdk/package-summary.html     |     0
 .../apache/ignite/marshaller/jdk/package-tree.html |     0
 .../apache/ignite/marshaller/jdk/package-use.html  |     0
 .../apache/ignite/marshaller/package-frame.html    |     0
 .../apache/ignite/marshaller/package-summary.html  |     0
 .../org/apache/ignite/marshaller/package-tree.html |     0
 .../org/apache/ignite/marshaller/package-use.html  |     0
 .../org/apache/ignite/mesos/ClusterProperties.html |     0
 .../org/apache/ignite/mesos/IgniteFramework.html   |     0
 .../org/apache/ignite/mesos/IgniteScheduler.html   |     0
 .../org/apache/ignite/mesos/IgniteTask.html        |     0
 .../ignite/mesos/class-use/ClusterProperties.html  |     0
 .../ignite/mesos/class-use/IgniteFramework.html    |     0
 .../ignite/mesos/class-use/IgniteScheduler.html    |     0
 .../apache/ignite/mesos/class-use/IgniteTask.html  |     0
 .../org/apache/ignite/mesos/package-frame.html     |     0
 .../org/apache/ignite/mesos/package-summary.html   |     0
 .../org/apache/ignite/mesos/package-tree.html      |     0
 .../org/apache/ignite/mesos/package-use.html       |     0
 .../ignite/mesos/resource/IgniteProvider.html      |     0
 .../apache/ignite/mesos/resource/JettyServer.html  |     0
 .../ignite/mesos/resource/ResourceHandler.html     |     0
 .../ignite/mesos/resource/ResourceProvider.html    |     0
 .../mesos/resource/class-use/IgniteProvider.html   |     0
 .../mesos/resource/class-use/JettyServer.html      |     0
 .../mesos/resource/class-use/ResourceHandler.html  |     0
 .../mesos/resource/class-use/ResourceProvider.html |     0
 .../ignite/mesos/resource/package-frame.html       |     0
 .../ignite/mesos/resource/package-summary.html     |     0
 .../apache/ignite/mesos/resource/package-tree.html |     0
 .../apache/ignite/mesos/resource/package-use.html  |     0
 .../ignite/messaging/MessagingListenActor.html     |     0
 .../messaging/class-use/MessagingListenActor.html  |     0
 .../org/apache/ignite/messaging/package-frame.html |     0
 .../apache/ignite/messaging/package-summary.html   |     0
 .../org/apache/ignite/messaging/package-tree.html  |     0
 .../org/apache/ignite/messaging/package-use.html   |     0
 .../javadoc/org/apache/ignite/ml/Exportable.html   |     0
 .../javadoc/org/apache/ignite/ml/Exporter.html     |     0
 .../javadoc/org/apache/ignite/ml/FileExporter.html |     0
 .../apache/ignite/ml/FuzzyCMeansModelFormat.html   |     0
 .../org/apache/ignite/ml/KMeansModelFormat.html    |     0
 .../2.4.0/javadoc/org/apache/ignite/ml/Model.html  |     0
 .../javadoc/org/apache/ignite/ml/Trainer.html      |     0
 .../org/apache/ignite/ml/class-use/Exportable.html |     0
 .../org/apache/ignite/ml/class-use/Exporter.html   |     0
 .../apache/ignite/ml/class-use/FileExporter.html   |     0
 .../ml/class-use/FuzzyCMeansModelFormat.html       |     0
 .../ignite/ml/class-use/KMeansModelFormat.html     |     0
 .../org/apache/ignite/ml/class-use/Model.html      |     0
 .../org/apache/ignite/ml/class-use/Trainer.html    |     0
 .../BaseFuzzyCMeansClusterer.StopCondition.html    |     0
 .../ml/clustering/BaseFuzzyCMeansClusterer.html    |     0
 .../ignite/ml/clustering/BaseKMeansClusterer.html  |     0
 .../org/apache/ignite/ml/clustering/Clusterer.html |     0
 .../ignite/ml/clustering/ClusterizationModel.html  |     0
 .../FuzzyCMeansDistributedClusterer.html           |     0
 .../ml/clustering/FuzzyCMeansLocalClusterer.html   |     0
 .../ignite/ml/clustering/FuzzyCMeansModel.html     |     0
 .../ml/clustering/KMeansDistributedClusterer.html  |     0
 .../ignite/ml/clustering/KMeansLocalClusterer.html |     0
 .../apache/ignite/ml/clustering/KMeansModel.html   |     0
 .../ignite/ml/clustering/WeightedClusterer.html    |     0
 .../BaseFuzzyCMeansClusterer.StopCondition.html    |     0
 .../class-use/BaseFuzzyCMeansClusterer.html        |     0
 .../clustering/class-use/BaseKMeansClusterer.html  |     0
 .../ignite/ml/clustering/class-use/Clusterer.html  |     0
 .../clustering/class-use/ClusterizationModel.html  |     0
 .../class-use/FuzzyCMeansDistributedClusterer.html |     0
 .../class-use/FuzzyCMeansLocalClusterer.html       |     0
 .../ml/clustering/class-use/FuzzyCMeansModel.html  |     0
 .../class-use/KMeansDistributedClusterer.html      |     0
 .../clustering/class-use/KMeansLocalClusterer.html |     0
 .../ml/clustering/class-use/KMeansModel.html       |     0
 .../ml/clustering/class-use/WeightedClusterer.html |     0
 .../apache/ignite/ml/clustering/package-frame.html |     0
 .../ignite/ml/clustering/package-summary.html      |     0
 .../apache/ignite/ml/clustering/package-tree.html  |     0
 .../apache/ignite/ml/clustering/package-use.html   |     0
 .../apache/ignite/ml/estimators/Estimators.html    |     0
 .../ignite/ml/estimators/class-use/Estimators.html |     0
 .../apache/ignite/ml/estimators/package-frame.html |     0
 .../ignite/ml/estimators/package-summary.html      |     0
 .../apache/ignite/ml/estimators/package-tree.html  |     0
 .../apache/ignite/ml/estimators/package-use.html   |     0
 .../org/apache/ignite/ml/knn/models/KNNModel.html  |     0
 .../ignite/ml/knn/models/KNNModelFormat.html       |     0
 .../apache/ignite/ml/knn/models/KNNStrategy.html   |     0
 .../ignite/ml/knn/models/class-use/KNNModel.html   |     0
 .../ml/knn/models/class-use/KNNModelFormat.html    |     0
 .../ml/knn/models/class-use/KNNStrategy.html       |     0
 .../apache/ignite/ml/knn/models/package-frame.html |     0
 .../ignite/ml/knn/models/package-summary.html      |     0
 .../apache/ignite/ml/knn/models/package-tree.html  |     0
 .../apache/ignite/ml/knn/models/package-use.html   |     0
 .../org/apache/ignite/ml/knn/package-frame.html    |     0
 .../org/apache/ignite/ml/knn/package-summary.html  |     0
 .../org/apache/ignite/ml/knn/package-tree.html     |     0
 .../org/apache/ignite/ml/knn/package-use.html      |     0
 .../regression/KNNMultipleLinearRegression.html    |     0
 .../class-use/KNNMultipleLinearRegression.html     |     0
 .../ignite/ml/knn/regression/package-frame.html    |     0
 .../ignite/ml/knn/regression/package-summary.html  |     0
 .../ignite/ml/knn/regression/package-tree.html     |     0
 .../ignite/ml/knn/regression/package-use.html      |     0
 .../javadoc/org/apache/ignite/ml/math/Algebra.html |     0
 .../javadoc/org/apache/ignite/ml/math/Blas.html    |     0
 .../org/apache/ignite/ml/math/Constants.html       |     0
 .../org/apache/ignite/ml/math/Destroyable.html     |     0
 .../apache/ignite/ml/math/IdentityValueMapper.html |     0
 .../org/apache/ignite/ml/math/Isomorphism.html     |     0
 .../org/apache/ignite/ml/math/KeyMapper.html       |     0
 .../org/apache/ignite/ml/math/MathUtils.html       |     0
 .../org/apache/ignite/ml/math/Matrix.Element.html  |     0
 .../javadoc/org/apache/ignite/ml/math/Matrix.html  |     0
 .../org/apache/ignite/ml/math/MatrixStorage.html   |     0
 .../org/apache/ignite/ml/math/MetaAttributes.html  |     0
 .../org/apache/ignite/ml/math/MurmurHash.html      |     0
 .../org/apache/ignite/ml/math/OrderedMatrix.html   |     0
 .../org/apache/ignite/ml/math/Precision.html       |     0
 .../apache/ignite/ml/math/StorageConstants.html    |     0
 .../apache/ignite/ml/math/StorageOpsMetrics.html   |     0
 .../apache/ignite/ml/math/Tracer.ColorMapper.html  |     0
 .../javadoc/org/apache/ignite/ml/math/Tracer.html  |     0
 .../org/apache/ignite/ml/math/Vector.Element.html  |     0
 .../javadoc/org/apache/ignite/ml/math/Vector.html  |     0
 .../org/apache/ignite/ml/math/VectorStorage.html   |     0
 .../org/apache/ignite/ml/math/VectorUtils.html     |     0
 .../apache/ignite/ml/math/class-use/Algebra.html   |     0
 .../org/apache/ignite/ml/math/class-use/Blas.html  |     0
 .../apache/ignite/ml/math/class-use/Constants.html |     0
 .../ignite/ml/math/class-use/Destroyable.html      |     0
 .../ml/math/class-use/IdentityValueMapper.html     |     0
 .../ignite/ml/math/class-use/Isomorphism.html      |     0
 .../apache/ignite/ml/math/class-use/KeyMapper.html |     0
 .../apache/ignite/ml/math/class-use/MathUtils.html |     0
 .../ignite/ml/math/class-use/Matrix.Element.html   |     0
 .../apache/ignite/ml/math/class-use/Matrix.html    |     0
 .../ignite/ml/math/class-use/MatrixStorage.html    |     0
 .../ignite/ml/math/class-use/MetaAttributes.html   |     0
 .../ignite/ml/math/class-use/MurmurHash.html       |     0
 .../ignite/ml/math/class-use/OrderedMatrix.html    |     0
 .../apache/ignite/ml/math/class-use/Precision.html |     0
 .../ignite/ml/math/class-use/StorageConstants.html |     0
 .../ml/math/class-use/StorageOpsMetrics.html       |     0
 .../ml/math/class-use/Tracer.ColorMapper.html      |     0
 .../apache/ignite/ml/math/class-use/Tracer.html    |     0
 .../ignite/ml/math/class-use/Vector.Element.html   |     0
 .../apache/ignite/ml/math/class-use/Vector.html    |     0
 .../ignite/ml/math/class-use/VectorStorage.html    |     0
 .../ignite/ml/math/class-use/VectorUtils.html      |     0
 .../math/decompositions/CholeskyDecomposition.html |     0
 .../math/decompositions/DecompositionSupport.html  |     0
 .../ml/math/decompositions/EigenDecomposition.html |     0
 .../ml/math/decompositions/LUDecomposition.html    |     0
 .../ignite/ml/math/decompositions/QRDSolver.html   |     0
 .../ml/math/decompositions/QRDecomposition.html    |     0
 .../decompositions/SingularValueDecomposition.html |     0
 .../class-use/CholeskyDecomposition.html           |     0
 .../class-use/DecompositionSupport.html            |     0
 .../class-use/EigenDecomposition.html              |     0
 .../decompositions/class-use/LUDecomposition.html  |     0
 .../math/decompositions/class-use/QRDSolver.html   |     0
 .../decompositions/class-use/QRDecomposition.html  |     0
 .../class-use/SingularValueDecomposition.html      |     0
 .../ml/math/decompositions/package-frame.html      |     0
 .../ml/math/decompositions/package-summary.html    |     0
 .../ml/math/decompositions/package-tree.html       |     0
 .../ignite/ml/math/decompositions/package-use.html |     0
 .../ignite/ml/math/distances/DistanceMeasure.html  |     0
 .../ml/math/distances/EuclideanDistance.html       |     0
 .../ignite/ml/math/distances/HammingDistance.html  |     0
 .../ml/math/distances/ManhattanDistance.html       |     0
 .../math/distances/class-use/DistanceMeasure.html  |     0
 .../distances/class-use/EuclideanDistance.html     |     0
 .../math/distances/class-use/HammingDistance.html  |     0
 .../distances/class-use/ManhattanDistance.html     |     0
 .../ignite/ml/math/distances/package-frame.html    |     0
 .../ignite/ml/math/distances/package-summary.html  |     0
 .../ignite/ml/math/distances/package-tree.html     |     0
 .../ignite/ml/math/distances/package-use.html      |     0
 .../ml/math/distributed/CacheUtils.CacheEntry.html |     0
 .../ignite/ml/math/distributed/CacheUtils.html     |     0
 .../ml/math/distributed/DistributedStorage.html    |     0
 .../ml/math/distributed/MatrixKeyMapper.html       |     0
 .../ignite/ml/math/distributed/ValueMapper.html    |     0
 .../ml/math/distributed/VectorKeyMapper.html       |     0
 .../class-use/CacheUtils.CacheEntry.html           |     0
 .../ml/math/distributed/class-use/CacheUtils.html  |     0
 .../distributed/class-use/DistributedStorage.html  |     0
 .../distributed/class-use/MatrixKeyMapper.html     |     0
 .../ml/math/distributed/class-use/ValueMapper.html |     0
 .../distributed/class-use/VectorKeyMapper.html     |     0
 .../distributed/keys/DataStructureCacheKey.html    |     0
 .../ml/math/distributed/keys/MatrixBlockKey.html   |     0
 .../ml/math/distributed/keys/RowColMatrixKey.html  |     0
 .../ml/math/distributed/keys/VectorBlockKey.html   |     0
 .../keys/class-use/DataStructureCacheKey.html      |     0
 .../distributed/keys/class-use/MatrixBlockKey.html |     0
 .../keys/class-use/RowColMatrixKey.html            |     0
 .../distributed/keys/class-use/VectorBlockKey.html |     0
 .../math/distributed/keys/impl/MatrixBlockKey.html |     0
 .../distributed/keys/impl/SparseMatrixKey.html     |     0
 .../math/distributed/keys/impl/VectorBlockKey.html |     0
 .../keys/impl/class-use/MatrixBlockKey.html        |     0
 .../keys/impl/class-use/SparseMatrixKey.html       |     0
 .../keys/impl/class-use/VectorBlockKey.html        |     0
 .../math/distributed/keys/impl/package-frame.html  |     0
 .../distributed/keys/impl/package-summary.html     |     0
 .../math/distributed/keys/impl/package-tree.html   |     0
 .../ml/math/distributed/keys/impl/package-use.html |     0
 .../ml/math/distributed/keys/package-frame.html    |     0
 .../ml/math/distributed/keys/package-summary.html  |     0
 .../ml/math/distributed/keys/package-tree.html     |     0
 .../ml/math/distributed/keys/package-use.html      |     0
 .../ignite/ml/math/distributed/package-frame.html  |     0
 .../ml/math/distributed/package-summary.html       |     0
 .../ignite/ml/math/distributed/package-tree.html   |     0
 .../ignite/ml/math/distributed/package-use.html    |     0
 .../ml/math/exceptions/CardinalityException.html   |     0
 .../ml/math/exceptions/ColumnIndexException.html   |     0
 .../ml/math/exceptions/ConvergenceException.html   |     0
 .../ignite/ml/math/exceptions/IndexException.html  |     0
 .../math/exceptions/InsufficientDataException.html |     0
 .../math/exceptions/MathArithmeticException.html   |     0
 .../exceptions/MathIllegalArgumentException.html   |     0
 .../exceptions/MathIllegalNumberException.html     |     0
 .../math/exceptions/MathIllegalStateException.html |     0
 .../ml/math/exceptions/MathRuntimeException.html   |     0
 .../ignite/ml/math/exceptions/NoDataException.html |     0
 .../NonPositiveDefiniteMatrixException.html        |     0
 .../math/exceptions/NonSquareMatrixException.html  |     0
 .../exceptions/NonSymmetricMatrixException.html    |     0
 .../ml/math/exceptions/NullArgumentException.html  |     0
 .../math/exceptions/NumberIsTooSmallException.html |     0
 .../ml/math/exceptions/RowIndexException.html      |     0
 .../math/exceptions/SingularMatrixException.html   |     0
 .../math/exceptions/UnknownProviderException.html  |     0
 .../exceptions/UnsupportedOperationException.html  |     0
 .../exceptions/class-use/CardinalityException.html |     0
 .../exceptions/class-use/ColumnIndexException.html |     0
 .../exceptions/class-use/ConvergenceException.html |     0
 .../math/exceptions/class-use/IndexException.html  |     0
 .../class-use/InsufficientDataException.html       |     0
 .../class-use/MathArithmeticException.html         |     0
 .../class-use/MathIllegalArgumentException.html    |     0
 .../class-use/MathIllegalNumberException.html      |     0
 .../class-use/MathIllegalStateException.html       |     0
 .../exceptions/class-use/MathRuntimeException.html |     0
 .../math/exceptions/class-use/NoDataException.html |     0
 .../NonPositiveDefiniteMatrixException.html        |     0
 .../class-use/NonSquareMatrixException.html        |     0
 .../class-use/NonSymmetricMatrixException.html     |     0
 .../class-use/NullArgumentException.html           |     0
 .../class-use/NumberIsTooSmallException.html       |     0
 .../exceptions/class-use/RowIndexException.html    |     0
 .../class-use/SingularMatrixException.html         |     0
 .../class-use/UnknownProviderException.html        |     0
 .../class-use/UnsupportedOperationException.html   |     0
 .../ml/math/exceptions/knn/EmptyFileException.html |     0
 .../math/exceptions/knn/FileParsingException.html  |     0
 .../exceptions/knn/NoLabelVectorException.html     |     0
 .../knn/SmallTrainingDatasetSizeException.html     |     0
 .../knn/class-use/EmptyFileException.html          |     0
 .../knn/class-use/FileParsingException.html        |     0
 .../knn/class-use/NoLabelVectorException.html      |     0
 .../SmallTrainingDatasetSizeException.html         |     0
 .../ml/math/exceptions/knn/package-frame.html      |     0
 .../ml/math/exceptions/knn/package-summary.html    |     0
 .../ml/math/exceptions/knn/package-tree.html       |     0
 .../ignite/ml/math/exceptions/knn/package-use.html |     0
 .../ignite/ml/math/exceptions/package-frame.html   |     0
 .../ignite/ml/math/exceptions/package-summary.html |     0
 .../ignite/ml/math/exceptions/package-tree.html    |     0
 .../ignite/ml/math/exceptions/package-use.html     |     0
 .../apache/ignite/ml/math/functions/Functions.html |     0
 .../ignite/ml/math/functions/IgniteBiConsumer.html |     0
 .../ignite/ml/math/functions/IgniteBiFunction.html |     0
 .../ml/math/functions/IgniteBinaryOperator.html    |     0
 .../ignite/ml/math/functions/IgniteConsumer.html   |     0
 .../ml/math/functions/IgniteCurriedBiFunction.html |     0
 .../math/functions/IgniteCurriedTriFunction.html   |     0
 ...IgniteDifferentiableDoubleToDoubleFunction.html |     0
 ...IgniteDifferentiableVectorToDoubleFunction.html |     0
 .../ml/math/functions/IgniteDoubleFunction.html    |     0
 .../ignite/ml/math/functions/IgniteFunction.html   |     0
 .../IgniteIntDoubleToDoubleBiFunction.html         |     0
 .../functions/IgniteIntIntToIntBiFunction.html     |     0
 .../ignite/ml/math/functions/IgniteSupplier.html   |     0
 .../ml/math/functions/IgniteToDoubleFunction.html  |     0
 .../ml/math/functions/IgniteTriConsumer.html       |     0
 .../ml/math/functions/IgniteTriFunction.html       |     0
 .../ml/math/functions/IntDoubleToVoidFunction.html |     0
 .../math/functions/IntIntDoubleToVoidFunction.html |     0
 .../ml/math/functions/IntIntToDoubleFunction.html  |     0
 .../ml/math/functions/class-use/Functions.html     |     0
 .../math/functions/class-use/IgniteBiConsumer.html |     0
 .../math/functions/class-use/IgniteBiFunction.html |     0
 .../functions/class-use/IgniteBinaryOperator.html  |     0
 .../math/functions/class-use/IgniteConsumer.html   |     0
 .../class-use/IgniteCurriedBiFunction.html         |     0
 .../class-use/IgniteCurriedTriFunction.html        |     0
 ...IgniteDifferentiableDoubleToDoubleFunction.html |     0
 ...IgniteDifferentiableVectorToDoubleFunction.html |     0
 .../functions/class-use/IgniteDoubleFunction.html  |     0
 .../math/functions/class-use/IgniteFunction.html   |     0
 .../IgniteIntDoubleToDoubleBiFunction.html         |     0
 .../class-use/IgniteIntIntToIntBiFunction.html     |     0
 .../math/functions/class-use/IgniteSupplier.html   |     0
 .../class-use/IgniteToDoubleFunction.html          |     0
 .../functions/class-use/IgniteTriConsumer.html     |     0
 .../functions/class-use/IgniteTriFunction.html     |     0
 .../class-use/IntDoubleToVoidFunction.html         |     0
 .../class-use/IntIntDoubleToVoidFunction.html      |     0
 .../class-use/IntIntToDoubleFunction.html          |     0
 .../ignite/ml/math/functions/package-frame.html    |     0
 .../ignite/ml/math/functions/package-summary.html  |     0
 .../ignite/ml/math/functions/package-tree.html     |     0
 .../ignite/ml/math/functions/package-use.html      |     0
 .../ml/math/impls/matrix/AbstractMatrix.html       |     0
 .../ignite/ml/math/impls/matrix/CacheMatrix.html   |     0
 .../math/impls/matrix/DenseLocalOffHeapMatrix.html |     0
 .../math/impls/matrix/DenseLocalOnHeapMatrix.html  |     0
 .../ml/math/impls/matrix/DiagonalMatrix.html       |     0
 .../ml/math/impls/matrix/FunctionMatrix.html       |     0
 .../ml/math/impls/matrix/MatrixBlockEntry.html     |     0
 .../ignite/ml/math/impls/matrix/MatrixView.html    |     0
 .../ml/math/impls/matrix/PivotedMatrixView.html    |     0
 .../ignite/ml/math/impls/matrix/RandomMatrix.html  |     0
 .../impls/matrix/SparseBlockDistributedMatrix.html |     0
 .../math/impls/matrix/SparseDistributedMatrix.html |     0
 .../math/impls/matrix/SparseLocalOnHeapMatrix.html |     0
 .../ml/math/impls/matrix/TransposedMatrixView.html |     0
 .../impls/matrix/class-use/AbstractMatrix.html     |     0
 .../math/impls/matrix/class-use/CacheMatrix.html   |     0
 .../matrix/class-use/DenseLocalOffHeapMatrix.html  |     0
 .../matrix/class-use/DenseLocalOnHeapMatrix.html   |     0
 .../impls/matrix/class-use/DiagonalMatrix.html     |     0
 .../impls/matrix/class-use/FunctionMatrix.html     |     0
 .../impls/matrix/class-use/MatrixBlockEntry.html   |     0
 .../ml/math/impls/matrix/class-use/MatrixView.html |     0
 .../impls/matrix/class-use/PivotedMatrixView.html  |     0
 .../math/impls/matrix/class-use/RandomMatrix.html  |     0
 .../class-use/SparseBlockDistributedMatrix.html    |     0
 .../matrix/class-use/SparseDistributedMatrix.html  |     0
 .../matrix/class-use/SparseLocalOnHeapMatrix.html  |     0
 .../matrix/class-use/TransposedMatrixView.html     |     0
 .../ignite/ml/math/impls/matrix/package-frame.html |     0
 .../ml/math/impls/matrix/package-summary.html      |     0
 .../ignite/ml/math/impls/matrix/package-tree.html  |     0
 .../ignite/ml/math/impls/matrix/package-use.html   |     0
 .../apache/ignite/ml/math/impls/package-frame.html |     0
 .../ignite/ml/math/impls/package-summary.html      |     0
 .../apache/ignite/ml/math/impls/package-tree.html  |     0
 .../apache/ignite/ml/math/impls/package-use.html   |     0
 .../impls/storage/matrix/ArrayMatrixStorage.html   |     0
 .../impls/storage/matrix/BlockMatrixStorage.html   |     0
 .../impls/storage/matrix/BlockVectorStorage.html   |     0
 .../impls/storage/matrix/CacheMatrixStorage.html   |     0
 .../storage/matrix/DenseOffHeapMatrixStorage.html  |     0
 .../storage/matrix/DiagonalMatrixStorage.html      |     0
 .../storage/matrix/FunctionMatrixStorage.html      |     0
 .../impls/storage/matrix/MapWrapperStorage.html    |     0
 .../storage/matrix/MatrixDelegateStorage.html      |     0
 .../impls/storage/matrix/PivotedMatrixStorage.html |     0
 .../impls/storage/matrix/RandomMatrixStorage.html  |     0
 .../matrix/SparseDistributedMatrixStorage.html     |     0
 .../matrix/SparseLocalOnHeapMatrixStorage.html     |     0
 .../matrix/class-use/ArrayMatrixStorage.html       |     0
 .../matrix/class-use/BlockMatrixStorage.html       |     0
 .../matrix/class-use/BlockVectorStorage.html       |     0
 .../matrix/class-use/CacheMatrixStorage.html       |     0
 .../class-use/DenseOffHeapMatrixStorage.html       |     0
 .../matrix/class-use/DiagonalMatrixStorage.html    |     0
 .../matrix/class-use/FunctionMatrixStorage.html    |     0
 .../matrix/class-use/MapWrapperStorage.html        |     0
 .../matrix/class-use/MatrixDelegateStorage.html    |     0
 .../matrix/class-use/PivotedMatrixStorage.html     |     0
 .../matrix/class-use/RandomMatrixStorage.html      |     0
 .../class-use/SparseDistributedMatrixStorage.html  |     0
 .../class-use/SparseLocalOnHeapMatrixStorage.html  |     0
 .../math/impls/storage/matrix/package-frame.html   |     0
 .../math/impls/storage/matrix/package-summary.html |     0
 .../ml/math/impls/storage/matrix/package-tree.html |     0
 .../ml/math/impls/storage/matrix/package-use.html  |     0
 .../impls/storage/vector/ArrayVectorStorage.html   |     0
 .../impls/storage/vector/CacheVectorStorage.html   |     0
 .../storage/vector/ConstantVectorStorage.html      |     0
 .../storage/vector/DelegateVectorStorage.html      |     0
 .../vector/DenseLocalOffHeapVectorStorage.html     |     0
 .../storage/vector/FunctionVectorStorage.html      |     0
 .../impls/storage/vector/MatrixVectorStorage.html  |     0
 .../impls/storage/vector/PivotedVectorStorage.html |     0
 .../impls/storage/vector/RandomVectorStorage.html  |     0
 .../vector/SingleElementVectorDelegateStorage.html |     0
 .../storage/vector/SingleElementVectorStorage.html |     0
 .../vector/SparseDistributedVectorStorage.html     |     0
 .../vector/SparseLocalOffHeapVectorStorage.html    |     0
 .../vector/SparseLocalOnHeapVectorStorage.html     |     0
 .../vector/class-use/ArrayVectorStorage.html       |     0
 .../vector/class-use/CacheVectorStorage.html       |     0
 .../vector/class-use/ConstantVectorStorage.html    |     0
 .../vector/class-use/DelegateVectorStorage.html    |     0
 .../class-use/DenseLocalOffHeapVectorStorage.html  |     0
 .../vector/class-use/FunctionVectorStorage.html    |     0
 .../vector/class-use/MatrixVectorStorage.html      |     0
 .../vector/class-use/PivotedVectorStorage.html     |     0
 .../vector/class-use/RandomVectorStorage.html      |     0
 .../SingleElementVectorDelegateStorage.html        |     0
 .../class-use/SingleElementVectorStorage.html      |     0
 .../class-use/SparseDistributedVectorStorage.html  |     0
 .../class-use/SparseLocalOffHeapVectorStorage.html |     0
 .../class-use/SparseLocalOnHeapVectorStorage.html  |     0
 .../math/impls/storage/vector/package-frame.html   |     0
 .../math/impls/storage/vector/package-summary.html |     0
 .../ml/math/impls/storage/vector/package-tree.html |     0
 .../ml/math/impls/storage/vector/package-use.html  |     0
 .../math/impls/vector/AbstractReadOnlyVector.html  |     0
 .../ml/math/impls/vector/AbstractVector.html       |     0
 .../ignite/ml/math/impls/vector/CacheVector.html   |     0
 .../ml/math/impls/vector/ConstantVector.html       |     0
 .../ml/math/impls/vector/DelegatingVector.html     |     0
 .../math/impls/vector/DenseLocalOffHeapVector.html |     0
 .../math/impls/vector/DenseLocalOnHeapVector.html  |     0
 .../ml/math/impls/vector/FunctionVector.html       |     0
 .../ml/math/impls/vector/MapWrapperVector.html     |     0
 .../ml/math/impls/vector/MatrixVectorView.html     |     0
 .../ml/math/impls/vector/PivotedVectorView.html    |     0
 .../ignite/ml/math/impls/vector/RandomVector.html  |     0
 .../ml/math/impls/vector/SingleElementVector.html  |     0
 .../math/impls/vector/SingleElementVectorView.html |     0
 .../impls/vector/SparseBlockDistributedVector.html |     0
 .../math/impls/vector/SparseDistributedVector.html |     0
 .../impls/vector/SparseLocalOffHeapVector.html     |     0
 .../ml/math/impls/vector/SparseLocalVector.html    |     0
 .../ml/math/impls/vector/VectorBlockEntry.html     |     0
 .../ignite/ml/math/impls/vector/VectorView.html    |     0
 .../vector/class-use/AbstractReadOnlyVector.html   |     0
 .../impls/vector/class-use/AbstractVector.html     |     0
 .../math/impls/vector/class-use/CacheVector.html   |     0
 .../impls/vector/class-use/ConstantVector.html     |     0
 .../impls/vector/class-use/DelegatingVector.html   |     0
 .../vector/class-use/DenseLocalOffHeapVector.html  |     0
 .../vector/class-use/DenseLocalOnHeapVector.html   |     0
 .../impls/vector/class-use/FunctionVector.html     |     0
 .../impls/vector/class-use/MapWrapperVector.html   |     0
 .../impls/vector/class-use/MatrixVectorView.html   |     0
 .../impls/vector/class-use/PivotedVectorView.html  |     0
 .../math/impls/vector/class-use/RandomVector.html  |     0
 .../vector/class-use/SingleElementVector.html      |     0
 .../vector/class-use/SingleElementVectorView.html  |     0
 .../class-use/SparseBlockDistributedVector.html    |     0
 .../vector/class-use/SparseDistributedVector.html  |     0
 .../vector/class-use/SparseLocalOffHeapVector.html |     0
 .../impls/vector/class-use/SparseLocalVector.html  |     0
 .../impls/vector/class-use/VectorBlockEntry.html   |     0
 .../ml/math/impls/vector/class-use/VectorView.html |     0
 .../ignite/ml/math/impls/vector/package-frame.html |     0
 .../ml/math/impls/vector/package-summary.html      |     0
 .../ignite/ml/math/impls/vector/package-tree.html  |     0
 .../ignite/ml/math/impls/vector/package-use.html   |     0
 .../org/apache/ignite/ml/math/package-frame.html   |     0
 .../org/apache/ignite/ml/math/package-summary.html |     0
 .../org/apache/ignite/ml/math/package-tree.html    |     0
 .../org/apache/ignite/ml/math/package-use.html     |     0
 .../apache/ignite/ml/math/statistics/Variance.html |     0
 .../ml/math/statistics/class-use/Variance.html     |     0
 .../ignite/ml/math/statistics/package-frame.html   |     0
 .../ignite/ml/math/statistics/package-summary.html |     0
 .../ignite/ml/math/statistics/package-tree.html    |     0
 .../ignite/ml/math/statistics/package-use.html     |     0
 .../org/apache/ignite/ml/math/util/MapUtil.html    |     0
 .../org/apache/ignite/ml/math/util/MatrixUtil.html |     0
 .../ignite/ml/math/util/class-use/MapUtil.html     |     0
 .../ignite/ml/math/util/class-use/MatrixUtil.html  |     0
 .../apache/ignite/ml/math/util/package-frame.html  |     0
 .../ignite/ml/math/util/package-summary.html       |     0
 .../apache/ignite/ml/math/util/package-tree.html   |     0
 .../apache/ignite/ml/math/util/package-use.html    |     0
 .../org/apache/ignite/ml/nn/Activators.html        |     0
 .../apache/ignite/ml/nn/LabeledVectorsCache.html   |     0
 .../ml/nn/MLPGroupUpdateTrainerCacheInput.html     |     0
 .../javadoc/org/apache/ignite/ml/nn/MLPLayer.html  |     0
 .../javadoc/org/apache/ignite/ml/nn/MLPState.html  |     0
 .../apache/ignite/ml/nn/MultilayerPerceptron.html  |     0
 .../ml/nn/architecture/LayerArchitecture.html      |     0
 .../ignite/ml/nn/architecture/MLPArchitecture.html |     0
 .../TransformationLayerArchitecture.html           |     0
 .../architecture/class-use/LayerArchitecture.html  |     0
 .../nn/architecture/class-use/MLPArchitecture.html |     0
 .../class-use/TransformationLayerArchitecture.html |     0
 .../ignite/ml/nn/architecture/package-frame.html   |     0
 .../ignite/ml/nn/architecture/package-summary.html |     0
 .../ignite/ml/nn/architecture/package-tree.html    |     0
 .../ignite/ml/nn/architecture/package-use.html     |     0
 .../apache/ignite/ml/nn/class-use/Activators.html  |     0
 .../ml/nn/class-use/LabeledVectorsCache.html       |     0
 .../class-use/MLPGroupUpdateTrainerCacheInput.html |     0
 .../apache/ignite/ml/nn/class-use/MLPLayer.html    |     0
 .../apache/ignite/ml/nn/class-use/MLPState.html    |     0
 .../ml/nn/class-use/MultilayerPerceptron.html      |     0
 .../ignite/ml/nn/initializers/MLPInitializer.html  |     0
 .../ml/nn/initializers/RandomInitializer.html      |     0
 .../nn/initializers/class-use/MLPInitializer.html  |     0
 .../initializers/class-use/RandomInitializer.html  |     0
 .../ignite/ml/nn/initializers/package-frame.html   |     0
 .../ignite/ml/nn/initializers/package-summary.html |     0
 .../ignite/ml/nn/initializers/package-tree.html    |     0
 .../ignite/ml/nn/initializers/package-use.html     |     0
 .../org/apache/ignite/ml/nn/package-frame.html     |     0
 .../org/apache/ignite/ml/nn/package-summary.html   |     0
 .../org/apache/ignite/ml/nn/package-tree.html      |     0
 .../org/apache/ignite/ml/nn/package-use.html       |     0
 .../AbstractMLPGroupUpdateTrainerInput.html        |     0
 .../ml/nn/trainers/distributed/MLPCache.html       |     0
 .../distributed/MLPGroupTrainingCacheValue.html    |     0
 .../distributed/MLPGroupUpdateTrainer.html         |     0
 .../MLPGroupUpdateTrainerDataCache.html            |     0
 .../MLPGroupUpdateTrainerLocalContext.html         |     0
 .../distributed/MLPGroupUpdateTrainingContext.html |     0
 .../distributed/MLPGroupUpdateTrainingData.html    |     0
 .../MLPGroupUpdateTrainingLoopData.html            |     0
 .../nn/trainers/distributed/MLPMetaoptimizer.html  |     0
 .../AbstractMLPGroupUpdateTrainerInput.html        |     0
 .../trainers/distributed/class-use/MLPCache.html   |     0
 .../class-use/MLPGroupTrainingCacheValue.html      |     0
 .../class-use/MLPGroupUpdateTrainer.html           |     0
 .../class-use/MLPGroupUpdateTrainerDataCache.html  |     0
 .../MLPGroupUpdateTrainerLocalContext.html         |     0
 .../class-use/MLPGroupUpdateTrainingContext.html   |     0
 .../class-use/MLPGroupUpdateTrainingData.html      |     0
 .../class-use/MLPGroupUpdateTrainingLoopData.html  |     0
 .../distributed/class-use/MLPMetaoptimizer.html    |     0
 .../ml/nn/trainers/distributed/package-frame.html  |     0
 .../nn/trainers/distributed/package-summary.html   |     0
 .../ml/nn/trainers/distributed/package-tree.html   |     0
 .../ml/nn/trainers/distributed/package-use.html    |     0
 .../ml/nn/trainers/local/MLPLocalBatchTrainer.html |     0
 .../local/class-use/MLPLocalBatchTrainer.html      |     0
 .../ignite/ml/nn/trainers/local/package-frame.html |     0
 .../ml/nn/trainers/local/package-summary.html      |     0
 .../ignite/ml/nn/trainers/local/package-tree.html  |     0
 .../ignite/ml/nn/trainers/local/package-use.html   |     0
 .../ignite/ml/nn/trainers/package-frame.html       |     0
 .../ignite/ml/nn/trainers/package-summary.html     |     0
 .../apache/ignite/ml/nn/trainers/package-tree.html |     0
 .../apache/ignite/ml/nn/trainers/package-use.html  |     0
 .../ml/optimization/BarzilaiBorweinUpdater.html    |     0
 .../ignite/ml/optimization/GradientDescent.html    |     0
 .../ignite/ml/optimization/GradientFunction.html   |     0
 .../optimization/LeastSquaresGradientFunction.html |     0
 .../ignite/ml/optimization/LossFunctions.html      |     0
 .../ignite/ml/optimization/Parametrized.html       |     0
 .../ignite/ml/optimization/SimpleUpdater.html      |     0
 .../ignite/ml/optimization/SmoothParametrized.html |     0
 .../org/apache/ignite/ml/optimization/Updater.html |     0
 .../class-use/BarzilaiBorweinUpdater.html          |     0
 .../ml/optimization/class-use/GradientDescent.html |     0
 .../optimization/class-use/GradientFunction.html   |     0
 .../class-use/LeastSquaresGradientFunction.html    |     0
 .../ml/optimization/class-use/LossFunctions.html   |     0
 .../ml/optimization/class-use/Parametrized.html    |     0
 .../ml/optimization/class-use/SimpleUpdater.html   |     0
 .../optimization/class-use/SmoothParametrized.html |     0
 .../ignite/ml/optimization/class-use/Updater.html  |     0
 .../ignite/ml/optimization/package-frame.html      |     0
 .../ignite/ml/optimization/package-summary.html    |     0
 .../ignite/ml/optimization/package-tree.html       |     0
 .../apache/ignite/ml/optimization/package-use.html |     0
 .../updatecalculators/NesterovParameterUpdate.html |     0
 .../NesterovUpdateCalculator.html                  |     0
 .../ParameterUpdateCalculator.html                 |     0
 .../updatecalculators/RPropParameterUpdate.html    |     0
 .../updatecalculators/RPropUpdateCalculator.html   |     0
 .../updatecalculators/SimpleGDParameterUpdate.html |     0
 .../SimpleGDUpdateCalculator.html                  |     0
 .../class-use/NesterovParameterUpdate.html         |     0
 .../class-use/NesterovUpdateCalculator.html        |     0
 .../class-use/ParameterUpdateCalculator.html       |     0
 .../class-use/RPropParameterUpdate.html            |     0
 .../class-use/RPropUpdateCalculator.html           |     0
 .../class-use/SimpleGDParameterUpdate.html         |     0
 .../class-use/SimpleGDUpdateCalculator.html        |     0
 .../updatecalculators/package-frame.html           |     0
 .../updatecalculators/package-summary.html         |     0
 .../updatecalculators/package-tree.html            |     0
 .../updatecalculators/package-use.html             |     0
 .../util/SparseDistributedMatrixMapReducer.html    |     0
 .../SparseDistributedMatrixMapReducer.html         |     0
 .../ignite/ml/optimization/util/package-frame.html |     0
 .../ml/optimization/util/package-summary.html      |     0
 .../ignite/ml/optimization/util/package-tree.html  |     0
 .../ignite/ml/optimization/util/package-use.html   |     0
 .../org/apache/ignite/ml/package-frame.html        |     0
 .../org/apache/ignite/ml/package-summary.html      |     0
 .../javadoc/org/apache/ignite/ml/package-tree.html |     0
 .../javadoc/org/apache/ignite/ml/package-use.html  |     0
 .../regressions/linear/LinearRegressionModel.html  |     0
 .../linear/LinearRegressionQRTrainer.html          |     0
 .../linear/LinearRegressionSGDTrainer.html         |     0
 .../linear/class-use/LinearRegressionModel.html    |     0
 .../class-use/LinearRegressionQRTrainer.html       |     0
 .../class-use/LinearRegressionSGDTrainer.html      |     0
 .../ml/regressions/linear/package-frame.html       |     0
 .../ml/regressions/linear/package-summary.html     |     0
 .../ignite/ml/regressions/linear/package-tree.html |     0
 .../ignite/ml/regressions/linear/package-use.html  |     0
 .../ignite/ml/regressions/package-frame.html       |     0
 .../ignite/ml/regressions/package-summary.html     |     0
 .../apache/ignite/ml/regressions/package-tree.html |     0
 .../apache/ignite/ml/regressions/package-use.html  |     0
 .../org/apache/ignite/ml/structures/Dataset.html   |     0
 .../apache/ignite/ml/structures/DatasetRow.html    |     0
 .../ignite/ml/structures/FeatureMetadata.html      |     0
 .../ignite/ml/structures/LabeledDataset.html       |     0
 .../ml/structures/LabeledDatasetTestTrainPair.html |     0
 .../apache/ignite/ml/structures/LabeledVector.html |     0
 .../ignite/ml/structures/LabeledVectorDouble.html  |     0
 .../ignite/ml/structures/class-use/Dataset.html    |     0
 .../ignite/ml/structures/class-use/DatasetRow.html |     0
 .../ml/structures/class-use/FeatureMetadata.html   |     0
 .../ml/structures/class-use/LabeledDataset.html    |     0
 .../class-use/LabeledDatasetTestTrainPair.html     |     0
 .../ml/structures/class-use/LabeledVector.html     |     0
 .../structures/class-use/LabeledVectorDouble.html  |     0
 .../apache/ignite/ml/structures/package-frame.html |     0
 .../ignite/ml/structures/package-summary.html      |     0
 .../apache/ignite/ml/structures/package-tree.html  |     0
 .../apache/ignite/ml/structures/package-use.html   |     0
 .../preprocessing/LabeledDatasetLoader.html        |     0
 .../structures/preprocessing/LabellingMachine.html |     0
 .../ml/structures/preprocessing/Normalizer.html    |     0
 .../class-use/LabeledDatasetLoader.html            |     0
 .../preprocessing/class-use/LabellingMachine.html  |     0
 .../preprocessing/class-use/Normalizer.html        |     0
 .../ml/structures/preprocessing/package-frame.html |     0
 .../structures/preprocessing/package-summary.html  |     0
 .../ml/structures/preprocessing/package-tree.html  |     0
 .../ml/structures/preprocessing/package-use.html   |     0
 .../org/apache/ignite/ml/trainers/Trainer.html     |     0
 .../ignite/ml/trainers/class-use/Trainer.html      |     0
 .../ml/trainers/group/BaseLocalProcessorJob.html   |     0
 .../ignite/ml/trainers/group/ConstModel.html       |     0
 .../group/GroupTrainerBaseProcessorTask.html       |     0
 .../ml/trainers/group/GroupTrainerCacheKey.html    |     0
 .../group/GroupTrainerEntriesProcessorTask.html    |     0
 .../ml/trainers/group/GroupTrainerInput.html       |     0
 .../group/GroupTrainerKeysProcessorTask.html       |     0
 .../ml/trainers/group/GroupTrainingContext.html    |     0
 .../trainers/group/LocalEntriesProcessorJob.html   |     0
 .../ml/trainers/group/LocalKeysProcessorJob.html   |     0
 .../ignite/ml/trainers/group/Metaoptimizer.html    |     0
 .../trainers/group/MetaoptimizerGroupTrainer.html  |     0
 .../ignite/ml/trainers/group/ResultAndUpdates.html |     0
 .../ignite/ml/trainers/group/UpdateStrategies.html |     0
 .../ignite/ml/trainers/group/UpdatesStrategy.html  |     0
 .../ignite/ml/trainers/group/chain/Chains.html     |     0
 .../ml/trainers/group/chain/ComputationsChain.html |     0
 .../chain/DistributedEntryProcessingStep.html      |     0
 .../group/chain/DistributedKeyProcessingStep.html  |     0
 .../ml/trainers/group/chain/DistributedStep.html   |     0
 .../ml/trainers/group/chain/EntryAndContext.html   |     0
 .../ml/trainers/group/chain/HasTrainingUUID.html   |     0
 .../ml/trainers/group/chain/KeyAndContext.html     |     0
 .../ml/trainers/group/chain/class-use/Chains.html  |     0
 .../group/chain/class-use/ComputationsChain.html   |     0
 .../class-use/DistributedEntryProcessingStep.html  |     0
 .../class-use/DistributedKeyProcessingStep.html    |     0
 .../group/chain/class-use/DistributedStep.html     |     0
 .../group/chain/class-use/EntryAndContext.html     |     0
 .../group/chain/class-use/HasTrainingUUID.html     |     0
 .../group/chain/class-use/KeyAndContext.html       |     0
 .../ml/trainers/group/chain/package-frame.html     |     0
 .../ml/trainers/group/chain/package-summary.html   |     0
 .../ml/trainers/group/chain/package-tree.html      |     0
 .../ml/trainers/group/chain/package-use.html       |     0
 .../group/class-use/BaseLocalProcessorJob.html     |     0
 .../ml/trainers/group/class-use/ConstModel.html    |     0
 .../class-use/GroupTrainerBaseProcessorTask.html   |     0
 .../group/class-use/GroupTrainerCacheKey.html      |     0
 .../GroupTrainerEntriesProcessorTask.html          |     0
 .../group/class-use/GroupTrainerInput.html         |     0
 .../class-use/GroupTrainerKeysProcessorTask.html   |     0
 .../group/class-use/GroupTrainingContext.html      |     0
 .../group/class-use/LocalEntriesProcessorJob.html  |     0
 .../group/class-use/LocalKeysProcessorJob.html     |     0
 .../ml/trainers/group/class-use/Metaoptimizer.html |     0
 .../group/class-use/MetaoptimizerGroupTrainer.html |     0
 .../trainers/group/class-use/ResultAndUpdates.html |     0
 .../trainers/group/class-use/UpdateStrategies.html |     0
 .../trainers/group/class-use/UpdatesStrategy.html  |     0
 .../ignite/ml/trainers/group/package-frame.html    |     0
 .../ignite/ml/trainers/group/package-summary.html  |     0
 .../ignite/ml/trainers/group/package-tree.html     |     0
 .../ignite/ml/trainers/group/package-use.html      |     0
 .../ml/trainers/local/LocalBatchTrainer.html       |     0
 .../ml/trainers/local/LocalBatchTrainerInput.html  |     0
 .../local/class-use/LocalBatchTrainer.html         |     0
 .../local/class-use/LocalBatchTrainerInput.html    |     0
 .../ignite/ml/trainers/local/package-frame.html    |     0
 .../ignite/ml/trainers/local/package-summary.html  |     0
 .../ignite/ml/trainers/local/package-tree.html     |     0
 .../ignite/ml/trainers/local/package-use.html      |     0
 .../apache/ignite/ml/trainers/package-frame.html   |     0
 .../apache/ignite/ml/trainers/package-summary.html |     0
 .../apache/ignite/ml/trainers/package-tree.html    |     0
 .../org/apache/ignite/ml/trainers/package-use.html |     0
 .../ignite/ml/trees/CategoricalRegionInfo.html     |     0
 .../ignite/ml/trees/CategoricalSplitInfo.html      |     0
 .../ignite/ml/trees/ContinuousRegionInfo.html      |     0
 .../ignite/ml/trees/ContinuousSplitCalculator.html |     0
 .../org/apache/ignite/ml/trees/RegionInfo.html     |     0
 .../ml/trees/class-use/CategoricalRegionInfo.html  |     0
 .../ml/trees/class-use/CategoricalSplitInfo.html   |     0
 .../ml/trees/class-use/ContinuousRegionInfo.html   |     0
 .../trees/class-use/ContinuousSplitCalculator.html |     0
 .../ignite/ml/trees/class-use/RegionInfo.html      |     0
 .../ignite/ml/trees/models/DecisionTreeModel.html  |     0
 .../trees/models/class-use/DecisionTreeModel.html  |     0
 .../ignite/ml/trees/models/package-frame.html      |     0
 .../ignite/ml/trees/models/package-summary.html    |     0
 .../ignite/ml/trees/models/package-tree.html       |     0
 .../apache/ignite/ml/trees/models/package-use.html |     0
 .../ml/trees/nodes/CategoricalSplitNode.html       |     0
 .../ignite/ml/trees/nodes/ContinuousSplitNode.html |     0
 .../ignite/ml/trees/nodes/DecisionTreeNode.html    |     0
 .../org/apache/ignite/ml/trees/nodes/Leaf.html     |     0
 .../apache/ignite/ml/trees/nodes/SplitNode.html    |     0
 .../nodes/class-use/CategoricalSplitNode.html      |     0
 .../trees/nodes/class-use/ContinuousSplitNode.html |     0
 .../ml/trees/nodes/class-use/DecisionTreeNode.html |     0
 .../ignite/ml/trees/nodes/class-use/Leaf.html      |     0
 .../ignite/ml/trees/nodes/class-use/SplitNode.html |     0
 .../ignite/ml/trees/nodes/package-frame.html       |     0
 .../ignite/ml/trees/nodes/package-summary.html     |     0
 .../apache/ignite/ml/trees/nodes/package-tree.html |     0
 .../apache/ignite/ml/trees/nodes/package-use.html  |     0
 .../org/apache/ignite/ml/trees/package-frame.html  |     0
 .../apache/ignite/ml/trees/package-summary.html    |     0
 .../org/apache/ignite/ml/trees/package-tree.html   |     0
 .../org/apache/ignite/ml/trees/package-use.html    |     0
 .../ml/trees/trainers/columnbased/BiIndex.html     |     0
 ...IndexedCacheColumnDecisionTreeTrainerInput.html |     0
 .../CacheColumnDecisionTreeTrainerInput.html       |     0
 .../columnbased/ColumnDecisionTreeTrainer.html     |     0
 .../ColumnDecisionTreeTrainerInput.html            |     0
 .../MatrixColumnDecisionTreeTrainerInput.html      |     0
 .../trainers/columnbased/RegionProjection.html     |     0
 .../trainers/columnbased/TrainingContext.html      |     0
 .../trainers/columnbased/caches/ContextCache.html  |     0
 .../caches/FeaturesCache.FeatureKey.html           |     0
 .../trainers/columnbased/caches/FeaturesCache.html |     0
 .../caches/ProjectionsCache.RegionKey.html         |     0
 .../columnbased/caches/ProjectionsCache.html       |     0
 .../columnbased/caches/SplitCache.SplitKey.html    |     0
 .../trainers/columnbased/caches/SplitCache.html    |     0
 .../columnbased/caches/class-use/ContextCache.html |     0
 .../caches/class-use/FeaturesCache.FeatureKey.html |     0
 .../caches/class-use/FeaturesCache.html            |     0
 .../class-use/ProjectionsCache.RegionKey.html      |     0
 .../caches/class-use/ProjectionsCache.html         |     0
 .../caches/class-use/SplitCache.SplitKey.html      |     0
 .../columnbased/caches/class-use/SplitCache.html   |     0
 .../trainers/columnbased/caches/package-frame.html |     0
 .../columnbased/caches/package-summary.html        |     0
 .../trainers/columnbased/caches/package-tree.html  |     0
 .../trainers/columnbased/caches/package-use.html   |     0
 .../trainers/columnbased/class-use/BiIndex.html    |     0
 ...IndexedCacheColumnDecisionTreeTrainerInput.html |     0
 .../CacheColumnDecisionTreeTrainerInput.html       |     0
 .../class-use/ColumnDecisionTreeTrainer.html       |     0
 .../class-use/ColumnDecisionTreeTrainerInput.html  |     0
 .../MatrixColumnDecisionTreeTrainerInput.html      |     0
 .../columnbased/class-use/RegionProjection.html    |     0
 .../columnbased/class-use/TrainingContext.html     |     0
 .../contsplitcalcs/ContinuousSplitCalculators.html |     0
 .../GiniSplitCalculator.GiniData.html              |     0
 .../contsplitcalcs/GiniSplitCalculator.html        |     0
 .../VarianceSplitCalculator.VarianceData.html      |     0
 .../contsplitcalcs/VarianceSplitCalculator.html    |     0
 .../class-use/ContinuousSplitCalculators.html      |     0
 .../class-use/GiniSplitCalculator.GiniData.html    |     0
 .../class-use/GiniSplitCalculator.html             |     0
 .../VarianceSplitCalculator.VarianceData.html      |     0
 .../class-use/VarianceSplitCalculator.html         |     0
 .../columnbased/contsplitcalcs/package-frame.html  |     0
 .../contsplitcalcs/package-summary.html            |     0
 .../columnbased/contsplitcalcs/package-tree.html   |     0
 .../columnbased/contsplitcalcs/package-use.html    |     0
 .../trees/trainers/columnbased/package-frame.html  |     0
 .../trainers/columnbased/package-summary.html      |     0
 .../trees/trainers/columnbased/package-tree.html   |     0
 .../ml/trees/trainers/columnbased/package-use.html |     0
 .../columnbased/regcalcs/RegionCalculators.html    |     0
 .../regcalcs/class-use/RegionCalculators.html      |     0
 .../columnbased/regcalcs/package-frame.html        |     0
 .../columnbased/regcalcs/package-summary.html      |     0
 .../columnbased/regcalcs/package-tree.html         |     0
 .../trainers/columnbased/regcalcs/package-use.html |     0
 .../vectors/CategoricalFeatureProcessor.html       |     0
 .../vectors/ContinuousFeatureProcessor.html        |     0
 .../columnbased/vectors/ContinuousSplitInfo.html   |     0
 .../columnbased/vectors/FeatureProcessor.html      |     0
 .../vectors/FeatureVectorProcessorUtils.html       |     0
 .../trainers/columnbased/vectors/SampleInfo.html   |     0
 .../trainers/columnbased/vectors/SplitInfo.html    |     0
 .../class-use/CategoricalFeatureProcessor.html     |     0
 .../class-use/ContinuousFeatureProcessor.html      |     0
 .../vectors/class-use/ContinuousSplitInfo.html     |     0
 .../vectors/class-use/FeatureProcessor.html        |     0
 .../class-use/FeatureVectorProcessorUtils.html     |     0
 .../columnbased/vectors/class-use/SampleInfo.html  |     0
 .../columnbased/vectors/class-use/SplitInfo.html   |     0
 .../columnbased/vectors/package-frame.html         |     0
 .../columnbased/vectors/package-summary.html       |     0
 .../trainers/columnbased/vectors/package-tree.html |     0
 .../trainers/columnbased/vectors/package-use.html  |     0
 .../org/apache/ignite/ml/util/MnistUtils.html      |     0
 .../javadoc/org/apache/ignite/ml/util/Utils.html   |     0
 .../ignite/ml/util/class-use/MnistUtils.html       |     0
 .../org/apache/ignite/ml/util/class-use/Utils.html |     0
 .../org/apache/ignite/ml/util/package-frame.html   |     0
 .../org/apache/ignite/ml/util/package-summary.html |     0
 .../org/apache/ignite/ml/util/package-tree.html    |     0
 .../org/apache/ignite/ml/util/package-use.html     |     0
 .../ignite/mxbean/CacheGroupMetricsMXBean.html     |     0
 .../apache/ignite/mxbean/CacheMetricsMXBean.html   |     0
 .../apache/ignite/mxbean/ClusterMetricsMXBean.html |     0
 .../ignite/mxbean/DataRegionMetricsMXBean.html     |     0
 .../ignite/mxbean/DataStorageMetricsMXBean.html    |     0
 .../org/apache/ignite/mxbean/IgniteMBeanAware.html |     0
 .../org/apache/ignite/mxbean/IgniteMXBean.html     |     0
 .../org/apache/ignite/mxbean/IgnitionMXBean.html   |     0
 .../apache/ignite/mxbean/MXBeanDescription.html    |     0
 .../mxbean/MXBeanParametersDescriptions.html       |     0
 .../ignite/mxbean/MXBeanParametersNames.html       |     0
 .../apache/ignite/mxbean/MemoryMetricsMXBean.html  |     0
 .../ignite/mxbean/PersistenceMetricsMXBean.html    |     0
 .../ignite/mxbean/StripedExecutorMXBean.html       |     0
 .../org/apache/ignite/mxbean/ThreadPoolMXBean.html |     0
 .../mxbean/class-use/CacheGroupMetricsMXBean.html  |     0
 .../mxbean/class-use/CacheMetricsMXBean.html       |     0
 .../mxbean/class-use/ClusterMetricsMXBean.html     |     0
 .../mxbean/class-use/DataRegionMetricsMXBean.html  |     0
 .../mxbean/class-use/DataStorageMetricsMXBean.html |     0
 .../ignite/mxbean/class-use/IgniteMBeanAware.html  |     0
 .../ignite/mxbean/class-use/IgniteMXBean.html      |     0
 .../ignite/mxbean/class-use/IgnitionMXBean.html    |     0
 .../ignite/mxbean/class-use/MXBeanDescription.html |     0
 .../class-use/MXBeanParametersDescriptions.html    |     0
 .../mxbean/class-use/MXBeanParametersNames.html    |     0
 .../mxbean/class-use/MemoryMetricsMXBean.html      |     0
 .../mxbean/class-use/PersistenceMetricsMXBean.html |     0
 .../mxbean/class-use/StripedExecutorMXBean.html    |     0
 .../ignite/mxbean/class-use/ThreadPoolMXBean.html  |     0
 .../org/apache/ignite/mxbean/package-frame.html    |     0
 .../org/apache/ignite/mxbean/package-summary.html  |     0
 .../org/apache/ignite/mxbean/package-tree.html     |     0
 .../org/apache/ignite/mxbean/package-use.html      |     0
 .../osgi/IgniteAbstractOsgiContextActivator.html   |     0
 .../org/apache/ignite/osgi/IgniteOsgiUtils.html    |     0
 .../IgniteAbstractOsgiContextActivator.html        |     0
 .../ignite/osgi/class-use/IgniteOsgiUtils.html     |     0
 .../classloaders/BundleDelegatingClassLoader.html  |     0
 .../classloaders/ContainerSweepClassLoader.html    |     0
 .../classloaders/OsgiClassLoadingStrategyType.html |     0
 .../class-use/BundleDelegatingClassLoader.html     |     0
 .../class-use/ContainerSweepClassLoader.html       |     0
 .../class-use/OsgiClassLoadingStrategyType.html    |     0
 .../ignite/osgi/classloaders/package-frame.html    |     0
 .../ignite/osgi/classloaders/package-summary.html  |     0
 .../ignite/osgi/classloaders/package-tree.html     |     0
 .../ignite/osgi/classloaders/package-use.html      |     0
 .../org/apache/ignite/osgi/package-frame.html      |     0
 .../org/apache/ignite/osgi/package-summary.html    |     0
 .../org/apache/ignite/osgi/package-tree.html       |     0
 .../org/apache/ignite/osgi/package-use.html        |     0
 .../javadoc/org/apache/ignite/package-frame.html   |     0
 .../javadoc/org/apache/ignite/package-summary.html |     0
 .../javadoc/org/apache/ignite/package-tree.html    |     0
 .../javadoc/org/apache/ignite/package-use.html     |     0
 .../ignite/platform/PlatformJavaObjectFactory.html |     0
 .../class-use/PlatformJavaObjectFactory.html       |     0
 .../platform/cpp/PlatformCppConfiguration.html     |     0
 .../cpp/class-use/PlatformCppConfiguration.html    |     0
 .../apache/ignite/platform/cpp/package-frame.html  |     0
 .../ignite/platform/cpp/package-summary.html       |     0
 .../apache/ignite/platform/cpp/package-tree.html   |     0
 .../apache/ignite/platform/cpp/package-use.html    |     0
 .../dotnet/PlatformDotNetAffinityFunction.html     |     0
 .../dotnet/PlatformDotNetBinaryConfiguration.html  |     0
 .../PlatformDotNetBinaryTypeConfiguration.html     |     0
 .../dotnet/PlatformDotNetCacheStoreFactory.html    |     0
 .../PlatformDotNetCacheStoreFactoryNative.html     |     0
 .../dotnet/PlatformDotNetConfiguration.html        |     0
 .../dotnet/PlatformDotNetLifecycleBean.html        |     0
 .../class-use/PlatformDotNetAffinityFunction.html  |     0
 .../PlatformDotNetBinaryConfiguration.html         |     0
 .../PlatformDotNetBinaryTypeConfiguration.html     |     0
 .../class-use/PlatformDotNetCacheStoreFactory.html |     0
 .../PlatformDotNetCacheStoreFactoryNative.html     |     0
 .../class-use/PlatformDotNetConfiguration.html     |     0
 .../class-use/PlatformDotNetLifecycleBean.html     |     0
 .../ignite/platform/dotnet/package-frame.html      |     0
 .../ignite/platform/dotnet/package-summary.html    |     0
 .../ignite/platform/dotnet/package-tree.html       |     0
 .../apache/ignite/platform/dotnet/package-use.html |     0
 .../org/apache/ignite/platform/package-frame.html  |     0
 .../apache/ignite/platform/package-summary.html    |     0
 .../org/apache/ignite/platform/package-tree.html   |     0
 .../org/apache/ignite/platform/package-use.html    |     0
 .../ignite/plugin/CachePluginConfiguration.html    |     0
 .../apache/ignite/plugin/CachePluginContext.html   |     0
 .../apache/ignite/plugin/CachePluginProvider.html  |     0
 .../org/apache/ignite/plugin/Extension.html        |     0
 .../apache/ignite/plugin/ExtensionRegistry.html    |     0
 .../org/apache/ignite/plugin/IgnitePlugin.html     |     0
 .../apache/ignite/plugin/PluginConfiguration.html  |     0
 .../org/apache/ignite/plugin/PluginContext.html    |     0
 .../ignite/plugin/PluginNotFoundException.html     |     0
 .../org/apache/ignite/plugin/PluginProvider.html   |     0
 .../ignite/plugin/PluginValidationException.html   |     0
 .../plugin/class-use/CachePluginConfiguration.html |     0
 .../plugin/class-use/CachePluginContext.html       |     0
 .../plugin/class-use/CachePluginProvider.html      |     0
 .../apache/ignite/plugin/class-use/Extension.html  |     0
 .../ignite/plugin/class-use/ExtensionRegistry.html |     0
 .../ignite/plugin/class-use/IgnitePlugin.html      |     0
 .../plugin/class-use/PluginConfiguration.html      |     0
 .../ignite/plugin/class-use/PluginContext.html     |     0
 .../plugin/class-use/PluginNotFoundException.html  |     0
 .../ignite/plugin/class-use/PluginProvider.html    |     0
 .../class-use/PluginValidationException.html       |     0
 .../plugin/extensions/communication/IoPool.html    |     0
 .../plugin/extensions/communication/Message.html   |     0
 .../communication/MessageCollectionItemType.html   |     0
 .../extensions/communication/MessageFactory.html   |     0
 .../extensions/communication/MessageFormatter.html |     0
 .../extensions/communication/MessageReader.html    |     0
 .../extensions/communication/MessageWriter.html    |     0
 .../extensions/communication/class-use/IoPool.html |     0
 .../communication/class-use/Message.html           |     0
 .../class-use/MessageCollectionItemType.html       |     0
 .../communication/class-use/MessageFactory.html    |     0
 .../communication/class-use/MessageFormatter.html  |     0
 .../communication/class-use/MessageReader.html     |     0
 .../communication/class-use/MessageWriter.html     |     0
 .../extensions/communication/package-frame.html    |     0
 .../extensions/communication/package-summary.html  |     0
 .../extensions/communication/package-tree.html     |     0
 .../extensions/communication/package-use.html      |     0
 .../org/apache/ignite/plugin/package-frame.html    |     0
 .../org/apache/ignite/plugin/package-summary.html  |     0
 .../org/apache/ignite/plugin/package-tree.html     |     0
 .../org/apache/ignite/plugin/package-use.html      |     0
 .../PlatformCachePluginConfigurationClosure.html   |     0
 ...formCachePluginConfigurationClosureFactory.html |     0
 .../PlatformPluginConfigurationClosure.html        |     0
 .../PlatformPluginConfigurationClosureFactory.html |     0
 .../PlatformCachePluginConfigurationClosure.html   |     0
 ...formCachePluginConfigurationClosureFactory.html |     0
 .../PlatformPluginConfigurationClosure.html        |     0
 .../PlatformPluginConfigurationClosureFactory.html |     0
 .../ignite/plugin/platform/package-frame.html      |     0
 .../ignite/plugin/platform/package-summary.html    |     0
 .../ignite/plugin/platform/package-tree.html       |     0
 .../apache/ignite/plugin/platform/package-use.html |     0
 .../plugin/security/AuthenticationContext.html     |     0
 .../security/SecurityBasicPermissionSet.html       |     0
 .../plugin/security/SecurityCredentials.html       |     0
 .../security/SecurityCredentialsBasicProvider.html |     0
 .../security/SecurityCredentialsProvider.html      |     0
 .../ignite/plugin/security/SecurityException.html  |     0
 .../ignite/plugin/security/SecurityPermission.html |     0
 .../plugin/security/SecurityPermissionSet.html     |     0
 .../security/SecurityPermissionSetBuilder.html     |     0
 .../ignite/plugin/security/SecuritySubject.html    |     0
 .../plugin/security/SecuritySubjectType.html       |     0
 .../security/class-use/AuthenticationContext.html  |     0
 .../class-use/SecurityBasicPermissionSet.html      |     0
 .../security/class-use/SecurityCredentials.html    |     0
 .../SecurityCredentialsBasicProvider.html          |     0
 .../class-use/SecurityCredentialsProvider.html     |     0
 .../security/class-use/SecurityException.html      |     0
 .../security/class-use/SecurityPermission.html     |     0
 .../security/class-use/SecurityPermissionSet.html  |     0
 .../class-use/SecurityPermissionSetBuilder.html    |     0
 .../plugin/security/class-use/SecuritySubject.html |     0
 .../security/class-use/SecuritySubjectType.html    |     0
 .../ignite/plugin/security/package-frame.html      |     0
 .../ignite/plugin/security/package-summary.html    |     0
 .../ignite/plugin/security/package-tree.html       |     0
 .../apache/ignite/plugin/security/package-use.html |     0
 .../plugin/segmentation/SegmentationPolicy.html    |     0
 .../plugin/segmentation/SegmentationResolver.html  |     0
 .../segmentation/class-use/SegmentationPolicy.html |     0
 .../class-use/SegmentationResolver.html            |     0
 .../ignite/plugin/segmentation/package-frame.html  |     0
 .../plugin/segmentation/package-summary.html       |     0
 .../ignite/plugin/segmentation/package-tree.html   |     0
 .../ignite/plugin/segmentation/package-use.html    |     0
 .../apache/ignite/resources/CacheNameResource.html |     0
 .../resources/CacheStoreSessionResource.html       |     0
 .../ignite/resources/FileSystemResource.html       |     0
 .../ignite/resources/IgniteInstanceResource.html   |     0
 .../ignite/resources/JobContextResource.html       |     0
 .../ignite/resources/LoadBalancerResource.html     |     0
 .../apache/ignite/resources/LoggerResource.html    |     0
 .../apache/ignite/resources/ServiceResource.html   |     0
 .../SpringApplicationContextResource.html          |     0
 .../ignite/resources/SpringResource.DEFAULT.html   |     0
 .../apache/ignite/resources/SpringResource.html    |     0
 .../resources/TaskContinuousMapperResource.html    |     0
 .../ignite/resources/TaskSessionResource.html      |     0
 .../resources/class-use/CacheNameResource.html     |     0
 .../class-use/CacheStoreSessionResource.html       |     0
 .../resources/class-use/FileSystemResource.html    |     0
 .../class-use/IgniteInstanceResource.html          |     0
 .../resources/class-use/JobContextResource.html    |     0
 .../resources/class-use/LoadBalancerResource.html  |     0
 .../ignite/resources/class-use/LoggerResource.html |     0
 .../resources/class-use/ServiceResource.html       |     0
 .../SpringApplicationContextResource.html          |     0
 .../class-use/SpringResource.DEFAULT.html          |     0
 .../ignite/resources/class-use/SpringResource.html |     0
 .../class-use/TaskContinuousMapperResource.html    |     0
 .../resources/class-use/TaskSessionResource.html   |     0
 .../org/apache/ignite/resources/package-frame.html |     0
 .../apache/ignite/resources/package-summary.html   |     0
 .../org/apache/ignite/resources/package-tree.html  |     0
 .../org/apache/ignite/resources/package-use.html   |     0
 .../apache/ignite/scheduler/SchedulerFuture.html   |     0
 .../scheduler/class-use/SchedulerFuture.html       |     0
 .../org/apache/ignite/scheduler/package-frame.html |     0
 .../apache/ignite/scheduler/package-summary.html   |     0
 .../org/apache/ignite/scheduler/package-tree.html  |     0
 .../org/apache/ignite/scheduler/package-use.html   |     0
 .../org/apache/ignite/services/Service.html        |     0
 .../ignite/services/ServiceConfiguration.html      |     0
 .../org/apache/ignite/services/ServiceContext.html |     0
 .../services/ServiceDeploymentException.html       |     0
 .../apache/ignite/services/ServiceDescriptor.html  |     0
 .../apache/ignite/services/class-use/Service.html  |     0
 .../services/class-use/ServiceConfiguration.html   |     0
 .../ignite/services/class-use/ServiceContext.html  |     0
 .../class-use/ServiceDeploymentException.html      |     0
 .../services/class-use/ServiceDescriptor.html      |     0
 .../org/apache/ignite/services/package-frame.html  |     0
 .../apache/ignite/services/package-summary.html    |     0
 .../org/apache/ignite/services/package-tree.html   |     0
 .../org/apache/ignite/services/package-use.html    |     0
 .../org/apache/ignite/sink/flink/IgniteSink.html   |     0
 .../ignite/sink/flink/class-use/IgniteSink.html    |     0
 .../apache/ignite/sink/flink/package-frame.html    |     0
 .../apache/ignite/sink/flink/package-summary.html  |     0
 .../org/apache/ignite/sink/flink/package-tree.html |     0
 .../org/apache/ignite/sink/flink/package-use.html  |     0
 .../ignite/spi/IgniteNodeValidationResult.html     |     0
 .../org/apache/ignite/spi/IgnitePortProtocol.html  |     0
 .../javadoc/org/apache/ignite/spi/IgniteSpi.html   |     0
 .../org/apache/ignite/spi/IgniteSpiAdapter.html    |     0
 .../ignite/spi/IgniteSpiCloseableIterator.html     |     0
 .../apache/ignite/spi/IgniteSpiConfiguration.html  |     0
 .../ignite/spi/IgniteSpiConsistencyChecked.html    |     0
 .../org/apache/ignite/spi/IgniteSpiContext.html    |     0
 .../org/apache/ignite/spi/IgniteSpiException.html  |     0
 .../apache/ignite/spi/IgniteSpiMBeanAdapter.html   |     0
 .../ignite/spi/IgniteSpiManagementMBean.html       |     0
 .../apache/ignite/spi/IgniteSpiMultiException.html |     0
 .../spi/IgniteSpiMultipleInstancesSupport.html     |     0
 .../org/apache/ignite/spi/IgniteSpiNoop.html       |     0
 .../spi/IgniteSpiOperationTimeoutException.html    |     0
 .../spi/IgniteSpiOperationTimeoutHelper.html       |     0
 .../org/apache/ignite/spi/IgniteSpiThread.html     |     0
 .../apache/ignite/spi/IgniteSpiThreadFactory.html  |     0
 .../apache/ignite/spi/IgniteSpiTimeoutObject.html  |     0
 .../ignite/spi/IgniteSpiVersionCheckException.html |     0
 .../ignite/spi/checkpoint/CheckpointListener.html  |     0
 .../ignite/spi/checkpoint/CheckpointSpi.html       |     0
 .../spi/checkpoint/cache/CacheCheckpointSpi.html   |     0
 .../checkpoint/cache/CacheCheckpointSpiMBean.html  |     0
 .../cache/class-use/CacheCheckpointSpi.html        |     0
 .../cache/class-use/CacheCheckpointSpiMBean.html   |     0
 .../ignite/spi/checkpoint/cache/package-frame.html |     0
 .../spi/checkpoint/cache/package-summary.html      |     0
 .../ignite/spi/checkpoint/cache/package-tree.html  |     0
 .../ignite/spi/checkpoint/cache/package-use.html   |     0
 .../checkpoint/class-use/CheckpointListener.html   |     0
 .../spi/checkpoint/class-use/CheckpointSpi.html    |     0
 .../spi/checkpoint/jdbc/JdbcCheckpointSpi.html     |     0
 .../checkpoint/jdbc/JdbcCheckpointSpiMBean.html    |     0
 .../jdbc/class-use/JdbcCheckpointSpi.html          |     0
 .../jdbc/class-use/JdbcCheckpointSpiMBean.html     |     0
 .../ignite/spi/checkpoint/jdbc/package-frame.html  |     0
 .../spi/checkpoint/jdbc/package-summary.html       |     0
 .../ignite/spi/checkpoint/jdbc/package-tree.html   |     0
 .../ignite/spi/checkpoint/jdbc/package-use.html    |     0
 .../spi/checkpoint/noop/NoopCheckpointSpi.html     |     0
 .../noop/class-use/NoopCheckpointSpi.html          |     0
 .../ignite/spi/checkpoint/noop/package-frame.html  |     0
 .../spi/checkpoint/noop/package-summary.html       |     0
 .../ignite/spi/checkpoint/noop/package-tree.html   |     0
 .../ignite/spi/checkpoint/noop/package-use.html    |     0
 .../ignite/spi/checkpoint/package-frame.html       |     0
 .../ignite/spi/checkpoint/package-summary.html     |     0
 .../apache/ignite/spi/checkpoint/package-tree.html |     0
 .../apache/ignite/spi/checkpoint/package-use.html  |     0
 .../ignite/spi/checkpoint/s3/S3CheckpointSpi.html  |     0
 .../spi/checkpoint/s3/S3CheckpointSpiMBean.html    |     0
 .../checkpoint/s3/class-use/S3CheckpointSpi.html   |     0
 .../s3/class-use/S3CheckpointSpiMBean.html         |     0
 .../ignite/spi/checkpoint/s3/package-frame.html    |     0
 .../ignite/spi/checkpoint/s3/package-summary.html  |     0
 .../ignite/spi/checkpoint/s3/package-tree.html     |     0
 .../ignite/spi/checkpoint/s3/package-use.html      |     0
 .../checkpoint/sharedfs/SharedFsCheckpointSpi.html |     0
 .../sharedfs/SharedFsCheckpointSpiMBean.html       |     0
 .../sharedfs/class-use/SharedFsCheckpointSpi.html  |     0
 .../class-use/SharedFsCheckpointSpiMBean.html      |     0
 .../spi/checkpoint/sharedfs/package-frame.html     |     0
 .../spi/checkpoint/sharedfs/package-summary.html   |     0
 .../spi/checkpoint/sharedfs/package-tree.html      |     0
 .../spi/checkpoint/sharedfs/package-use.html       |     0
 .../spi/class-use/IgniteNodeValidationResult.html  |     0
 .../ignite/spi/class-use/IgnitePortProtocol.html   |     0
 .../org/apache/ignite/spi/class-use/IgniteSpi.html |     0
 .../ignite/spi/class-use/IgniteSpiAdapter.html     |     0
 .../spi/class-use/IgniteSpiCloseableIterator.html  |     0
 .../spi/class-use/IgniteSpiConfiguration.html      |     0
 .../spi/class-use/IgniteSpiConsistencyChecked.html |     0
 .../ignite/spi/class-use/IgniteSpiContext.html     |     0
 .../ignite/spi/class-use/IgniteSpiException.html   |     0
 .../spi/class-use/IgniteSpiMBeanAdapter.html       |     0
 .../spi/class-use/IgniteSpiManagementMBean.html    |     0
 .../spi/class-use/IgniteSpiMultiException.html     |     0
 .../IgniteSpiMultipleInstancesSupport.html         |     0
 .../apache/ignite/spi/class-use/IgniteSpiNoop.html |     0
 .../IgniteSpiOperationTimeoutException.html        |     0
 .../class-use/IgniteSpiOperationTimeoutHelper.html |     0
 .../ignite/spi/class-use/IgniteSpiThread.html      |     0
 .../spi/class-use/IgniteSpiThreadFactory.html      |     0
 .../spi/class-use/IgniteSpiTimeoutObject.html      |     0
 .../class-use/IgniteSpiVersionCheckException.html  |     0
 .../ignite/spi/collision/CollisionContext.html     |     0
 .../spi/collision/CollisionExternalListener.html   |     0
 .../ignite/spi/collision/CollisionJobContext.html  |     0
 .../apache/ignite/spi/collision/CollisionSpi.html  |     0
 .../spi/collision/class-use/CollisionContext.html  |     0
 .../class-use/CollisionExternalListener.html       |     0
 .../collision/class-use/CollisionJobContext.html   |     0
 .../spi/collision/class-use/CollisionSpi.html      |     0
 .../collision/fifoqueue/FifoQueueCollisionSpi.html |     0
 .../fifoqueue/FifoQueueCollisionSpiMBean.html      |     0
 .../fifoqueue/class-use/FifoQueueCollisionSpi.html |     0
 .../class-use/FifoQueueCollisionSpiMBean.html      |     0
 .../spi/collision/fifoqueue/package-frame.html     |     0
 .../spi/collision/fifoqueue/package-summary.html   |     0
 .../spi/collision/fifoqueue/package-tree.html      |     0
 .../spi/collision/fifoqueue/package-use.html       |     0
 .../jobstealing/JobStealingCollisionSpi.html       |     0
 .../jobstealing/JobStealingCollisionSpiMBean.html  |     0
 .../collision/jobstealing/JobStealingDisabled.html |     0
 .../collision/jobstealing/JobStealingRequest.html  |     0
 .../class-use/JobStealingCollisionSpi.html         |     0
 .../class-use/JobStealingCollisionSpiMBean.html    |     0
 .../jobstealing/class-use/JobStealingDisabled.html |     0
 .../jobstealing/class-use/JobStealingRequest.html  |     0
 .../spi/collision/jobstealing/package-frame.html   |     0
 .../spi/collision/jobstealing/package-summary.html |     0
 .../spi/collision/jobstealing/package-tree.html    |     0
 .../spi/collision/jobstealing/package-use.html     |     0
 .../spi/collision/noop/NoopCollisionSpi.html       |     0
 .../collision/noop/class-use/NoopCollisionSpi.html |     0
 .../ignite/spi/collision/noop/package-frame.html   |     0
 .../ignite/spi/collision/noop/package-summary.html |     0
 .../ignite/spi/collision/noop/package-tree.html    |     0
 .../ignite/spi/collision/noop/package-use.html     |     0
 .../apache/ignite/spi/collision/package-frame.html |     0
 .../ignite/spi/collision/package-summary.html      |     0
 .../apache/ignite/spi/collision/package-tree.html  |     0
 .../apache/ignite/spi/collision/package-use.html   |     0
 .../priorityqueue/PriorityQueueCollisionSpi.html   |     0
 .../PriorityQueueCollisionSpiMBean.html            |     0
 .../class-use/PriorityQueueCollisionSpi.html       |     0
 .../class-use/PriorityQueueCollisionSpiMBean.html  |     0
 .../spi/collision/priorityqueue/package-frame.html |     0
 .../collision/priorityqueue/package-summary.html   |     0
 .../spi/collision/priorityqueue/package-tree.html  |     0
 .../spi/collision/priorityqueue/package-use.html   |     0
 .../spi/communication/CommunicationListener.html   |     0
 .../ignite/spi/communication/CommunicationSpi.html |     0
 .../class-use/CommunicationListener.html           |     0
 .../communication/class-use/CommunicationSpi.html  |     0
 .../ignite/spi/communication/package-frame.html    |     0
 .../ignite/spi/communication/package-summary.html  |     0
 .../ignite/spi/communication/package-tree.html     |     0
 .../ignite/spi/communication/package-use.html      |     0
 .../tcp/TcpCommunicationMetricsListener.html       |     0
 .../spi/communication/tcp/TcpCommunicationSpi.html |     0
 .../tcp/TcpCommunicationSpiMBean.html              |     0
 .../class-use/TcpCommunicationMetricsListener.html |     0
 .../tcp/class-use/TcpCommunicationSpi.html         |     0
 .../tcp/class-use/TcpCommunicationSpiMBean.html    |     0
 .../tcp/messages/HandshakeMessage.html             |     0
 .../tcp/messages/HandshakeMessage2.html            |     0
 .../communication/tcp/messages/NodeIdMessage.html  |     0
 .../tcp/messages/RecoveryLastReceivedMessage.html  |     0
 .../tcp/messages/class-use/HandshakeMessage.html   |     0
 .../tcp/messages/class-use/HandshakeMessage2.html  |     0
 .../tcp/messages/class-use/NodeIdMessage.html      |     0
 .../class-use/RecoveryLastReceivedMessage.html     |     0
 .../communication/tcp/messages/package-frame.html  |     0
 .../tcp/messages/package-summary.html              |     0
 .../communication/tcp/messages/package-tree.html   |     0
 .../communication/tcp/messages/package-use.html    |     0
 .../spi/communication/tcp/package-frame.html       |     0
 .../spi/communication/tcp/package-summary.html     |     0
 .../ignite/spi/communication/tcp/package-tree.html |     0
 .../ignite/spi/communication/tcp/package-use.html  |     0
 .../ignite/spi/deployment/DeploymentListener.html  |     0
 .../ignite/spi/deployment/DeploymentResource.html  |     0
 .../spi/deployment/DeploymentResourceAdapter.html  |     0
 .../ignite/spi/deployment/DeploymentSpi.html       |     0
 .../IgnoreIfPeerClassLoadingDisabled.html          |     0
 .../deployment/class-use/DeploymentListener.html   |     0
 .../deployment/class-use/DeploymentResource.html   |     0
 .../class-use/DeploymentResourceAdapter.html       |     0
 .../spi/deployment/class-use/DeploymentSpi.html    |     0
 .../IgnoreIfPeerClassLoadingDisabled.html          |     0
 .../spi/deployment/local/LocalDeploymentSpi.html   |     0
 .../deployment/local/LocalDeploymentSpiMBean.html  |     0
 .../local/class-use/LocalDeploymentSpi.html        |     0
 .../local/class-use/LocalDeploymentSpiMBean.html   |     0
 .../ignite/spi/deployment/local/package-frame.html |     0
 .../spi/deployment/local/package-summary.html      |     0
 .../ignite/spi/deployment/local/package-tree.html  |     0
 .../ignite/spi/deployment/local/package-use.html   |     0
 .../ignite/spi/deployment/package-frame.html       |     0
 .../ignite/spi/deployment/package-summary.html     |     0
 .../apache/ignite/spi/deployment/package-tree.html |     0
 .../apache/ignite/spi/deployment/package-use.html  |     0
 .../spi/deployment/uri/UriDeploymentSpi.html       |     0
 .../spi/deployment/uri/UriDeploymentSpiMBean.html  |     0
 .../deployment/uri/class-use/UriDeploymentSpi.html |     0
 .../uri/class-use/UriDeploymentSpiMBean.html       |     0
 .../ignite/spi/deployment/uri/package-frame.html   |     0
 .../ignite/spi/deployment/uri/package-summary.html |     0
 .../ignite/spi/deployment/uri/package-tree.html    |     0
 .../ignite/spi/deployment/uri/package-use.html     |     0
 .../DiscoveryDataBag.GridDiscoveryData.html        |     0
 .../DiscoveryDataBag.JoiningNodeDiscoveryData.html |     0
 .../ignite/spi/discovery/DiscoveryDataBag.html     |     0
 .../spi/discovery/DiscoveryMetricsProvider.html    |     0
 .../apache/ignite/spi/discovery/DiscoverySpi.html  |     0
 .../spi/discovery/DiscoverySpiCustomMessage.html   |     0
 .../spi/discovery/DiscoverySpiDataExchange.html    |     0
 .../spi/discovery/DiscoverySpiHistorySupport.html  |     0
 .../ignite/spi/discovery/DiscoverySpiListener.html |     0
 .../discovery/DiscoverySpiNodeAuthenticator.html   |     0
 .../spi/discovery/DiscoverySpiOrderSupport.html    |     0
 .../spi/discovery/IgniteDiscoveryThread.html       |     0
 .../DiscoveryDataBag.GridDiscoveryData.html        |     0
 .../DiscoveryDataBag.JoiningNodeDiscoveryData.html |     0
 .../spi/discovery/class-use/DiscoveryDataBag.html  |     0
 .../class-use/DiscoveryMetricsProvider.html        |     0
 .../spi/discovery/class-use/DiscoverySpi.html      |     0
 .../class-use/DiscoverySpiCustomMessage.html       |     0
 .../class-use/DiscoverySpiDataExchange.html        |     0
 .../class-use/DiscoverySpiHistorySupport.html      |     0
 .../discovery/class-use/DiscoverySpiListener.html  |     0
 .../class-use/DiscoverySpiNodeAuthenticator.html   |     0
 .../class-use/DiscoverySpiOrderSupport.html        |     0
 .../discovery/class-use/IgniteDiscoveryThread.html |     0
 .../apache/ignite/spi/discovery/package-frame.html |     0
 .../ignite/spi/discovery/package-summary.html      |     0
 .../apache/ignite/spi/discovery/package-tree.html  |     0
 .../apache/ignite/spi/discovery/package-use.html   |     0
 .../ignite/spi/discovery/tcp/TcpDiscoverySpi.html  |     0
 .../spi/discovery/tcp/TcpDiscoverySpiMBean.html    |     0
 .../discovery/tcp/class-use/TcpDiscoverySpi.html   |     0
 .../tcp/class-use/TcpDiscoverySpiMBean.html        |     0
 .../tcp/ipfinder/TcpDiscoveryIpFinder.html         |     0
 .../tcp/ipfinder/TcpDiscoveryIpFinderAdapter.html  |     0
 .../ipfinder/class-use/TcpDiscoveryIpFinder.html   |     0
 .../class-use/TcpDiscoveryIpFinderAdapter.html     |     0
 .../ipfinder/cloud/TcpDiscoveryCloudIpFinder.html  |     0
 .../cloud/class-use/TcpDiscoveryCloudIpFinder.html |     0
 .../tcp/ipfinder/cloud/package-frame.html          |     0
 .../tcp/ipfinder/cloud/package-summary.html        |     0
 .../discovery/tcp/ipfinder/cloud/package-tree.html |     0
 .../discovery/tcp/ipfinder/cloud/package-use.html  |     0
 .../tcp/ipfinder/elb/TcpDiscoveryElbIpFinder.html  |     0
 .../elb/class-use/TcpDiscoveryElbIpFinder.html     |     0
 .../discovery/tcp/ipfinder/elb/package-frame.html  |     0
 .../tcp/ipfinder/elb/package-summary.html          |     0
 .../discovery/tcp/ipfinder/elb/package-tree.html   |     0
 .../discovery/tcp/ipfinder/elb/package-use.html    |     0
 .../gce/TcpDiscoveryGoogleStorageIpFinder.html     |     0
 .../TcpDiscoveryGoogleStorageIpFinder.html         |     0
 .../discovery/tcp/ipfinder/gce/package-frame.html  |     0
 .../tcp/ipfinder/gce/package-summary.html          |     0
 .../discovery/tcp/ipfinder/gce/package-tree.html   |     0
 .../discovery/tcp/ipfinder/gce/package-use.html    |     0
 .../ipfinder/jdbc/BasicJdbcIpFinderDialect.html    |     0
 .../tcp/ipfinder/jdbc/JdbcIpFinderDialect.html     |     0
 .../ipfinder/jdbc/OracleJdbcIpFinderDialect.html   |     0
 .../ipfinder/jdbc/TcpDiscoveryJdbcIpFinder.html    |     0
 .../jdbc/class-use/BasicJdbcIpFinderDialect.html   |     0
 .../jdbc/class-use/JdbcIpFinderDialect.html        |     0
 .../jdbc/class-use/OracleJdbcIpFinderDialect.html  |     0
 .../jdbc/class-use/TcpDiscoveryJdbcIpFinder.html   |     0
 .../discovery/tcp/ipfinder/jdbc/package-frame.html |     0
 .../tcp/ipfinder/jdbc/package-summary.html         |     0
 .../discovery/tcp/ipfinder/jdbc/package-tree.html  |     0
 .../discovery/tcp/ipfinder/jdbc/package-use.html   |     0
 .../kubernetes/TcpDiscoveryKubernetesIpFinder.html |     0
 .../class-use/TcpDiscoveryKubernetesIpFinder.html  |     0
 .../tcp/ipfinder/kubernetes/package-frame.html     |     0
 .../tcp/ipfinder/kubernetes/package-summary.html   |     0
 .../tcp/ipfinder/kubernetes/package-tree.html      |     0
 .../tcp/ipfinder/kubernetes/package-use.html       |     0
 .../multicast/TcpDiscoveryMulticastIpFinder.html   |     0
 .../class-use/TcpDiscoveryMulticastIpFinder.html   |     0
 .../tcp/ipfinder/multicast/package-frame.html      |     0
 .../tcp/ipfinder/multicast/package-summary.html    |     0
 .../tcp/ipfinder/multicast/package-tree.html       |     0
 .../tcp/ipfinder/multicast/package-use.html        |     0
 .../spi/discovery/tcp/ipfinder/package-frame.html  |     0
 .../discovery/tcp/ipfinder/package-summary.html    |     0
 .../spi/discovery/tcp/ipfinder/package-tree.html   |     0
 .../spi/discovery/tcp/ipfinder/package-use.html    |     0
 .../tcp/ipfinder/s3/TcpDiscoveryS3IpFinder.html    |     0
 .../s3/class-use/TcpDiscoveryS3IpFinder.html       |     0
 .../discovery/tcp/ipfinder/s3/package-frame.html   |     0
 .../discovery/tcp/ipfinder/s3/package-summary.html |     0
 .../discovery/tcp/ipfinder/s3/package-tree.html    |     0
 .../spi/discovery/tcp/ipfinder/s3/package-use.html |     0
 .../sharedfs/TcpDiscoverySharedFsIpFinder.html     |     0
 .../class-use/TcpDiscoverySharedFsIpFinder.html    |     0
 .../tcp/ipfinder/sharedfs/package-frame.html       |     0
 .../tcp/ipfinder/sharedfs/package-summary.html     |     0
 .../tcp/ipfinder/sharedfs/package-tree.html        |     0
 .../tcp/ipfinder/sharedfs/package-use.html         |     0
 .../tcp/ipfinder/vm/TcpDiscoveryVmIpFinder.html    |     0
 .../vm/class-use/TcpDiscoveryVmIpFinder.html       |     0
 .../discovery/tcp/ipfinder/vm/package-frame.html   |     0
 .../discovery/tcp/ipfinder/vm/package-summary.html |     0
 .../discovery/tcp/ipfinder/vm/package-tree.html    |     0
 .../spi/discovery/tcp/ipfinder/vm/package-use.html |     0
 .../ipfinder/zk/TcpDiscoveryZookeeperIpFinder.html |     0
 .../class-use/TcpDiscoveryZookeeperIpFinder.html   |     0
 .../discovery/tcp/ipfinder/zk/package-frame.html   |     0
 .../discovery/tcp/ipfinder/zk/package-summary.html |     0
 .../discovery/tcp/ipfinder/zk/package-tree.html    |     0
 .../spi/discovery/tcp/ipfinder/zk/package-use.html |     0
 .../ignite/spi/discovery/tcp/package-frame.html    |     0
 .../ignite/spi/discovery/tcp/package-summary.html  |     0
 .../ignite/spi/discovery/tcp/package-tree.html     |     0
 .../ignite/spi/discovery/tcp/package-use.html      |     0
 .../ignite/spi/eventstorage/EventStorageSpi.html   |     0
 .../spi/eventstorage/NoopEventStorageSpi.html      |     0
 .../eventstorage/class-use/EventStorageSpi.html    |     0
 .../class-use/NoopEventStorageSpi.html             |     0
 .../eventstorage/memory/MemoryEventStorageSpi.html |     0
 .../memory/MemoryEventStorageSpiMBean.html         |     0
 .../memory/class-use/MemoryEventStorageSpi.html    |     0
 .../class-use/MemoryEventStorageSpiMBean.html      |     0
 .../spi/eventstorage/memory/package-frame.html     |     0
 .../spi/eventstorage/memory/package-summary.html   |     0
 .../spi/eventstorage/memory/package-tree.html      |     0
 .../spi/eventstorage/memory/package-use.html       |     0
 .../ignite/spi/eventstorage/package-frame.html     |     0
 .../ignite/spi/eventstorage/package-summary.html   |     0
 .../ignite/spi/eventstorage/package-tree.html      |     0
 .../ignite/spi/eventstorage/package-use.html       |     0
 .../ignite/spi/failover/FailoverContext.html       |     0
 .../apache/ignite/spi/failover/FailoverSpi.html    |     0
 .../spi/failover/always/AlwaysFailoverSpi.html     |     0
 .../failover/always/AlwaysFailoverSpiMBean.html    |     0
 .../always/class-use/AlwaysFailoverSpi.html        |     0
 .../always/class-use/AlwaysFailoverSpiMBean.html   |     0
 .../ignite/spi/failover/always/package-frame.html  |     0
 .../spi/failover/always/package-summary.html       |     0
 .../ignite/spi/failover/always/package-tree.html   |     0
 .../ignite/spi/failover/always/package-use.html    |     0
 .../spi/failover/class-use/FailoverContext.html    |     0
 .../ignite/spi/failover/class-use/FailoverSpi.html |     0
 .../jobstealing/JobStealingFailoverSpi.html        |     0
 .../jobstealing/JobStealingFailoverSpiMBean.html   |     0
 .../class-use/JobStealingFailoverSpi.html          |     0
 .../class-use/JobStealingFailoverSpiMBean.html     |     0
 .../spi/failover/jobstealing/package-frame.html    |     0
 .../spi/failover/jobstealing/package-summary.html  |     0
 .../spi/failover/jobstealing/package-tree.html     |     0
 .../spi/failover/jobstealing/package-use.html      |     0
 .../spi/failover/never/NeverFailoverSpi.html       |     0
 .../spi/failover/never/NeverFailoverSpiMBean.html  |     0
 .../failover/never/class-use/NeverFailoverSpi.html |     0
 .../never/class-use/NeverFailoverSpiMBean.html     |     0
 .../ignite/spi/failover/never/package-frame.html   |     0
 .../ignite/spi/failover/never/package-summary.html |     0
 .../ignite/spi/failover/never/package-tree.html    |     0
 .../ignite/spi/failover/never/package-use.html     |     0
 .../apache/ignite/spi/failover/package-frame.html  |     0
 .../ignite/spi/failover/package-summary.html       |     0
 .../apache/ignite/spi/failover/package-tree.html   |     0
 .../apache/ignite/spi/failover/package-use.html    |     0
 .../spi/indexing/IndexingQueryCacheFilter.html     |     0
 .../ignite/spi/indexing/IndexingQueryFilter.html   |     0
 .../spi/indexing/IndexingQueryFilterImpl.html      |     0
 .../apache/ignite/spi/indexing/IndexingSpi.html    |     0
 .../class-use/IndexingQueryCacheFilter.html        |     0
 .../indexing/class-use/IndexingQueryFilter.html    |     0
 .../class-use/IndexingQueryFilterImpl.html         |     0
 .../ignite/spi/indexing/class-use/IndexingSpi.html |     0
 .../ignite/spi/indexing/noop/NoopIndexingSpi.html  |     0
 .../indexing/noop/class-use/NoopIndexingSpi.html   |     0
 .../ignite/spi/indexing/noop/package-frame.html    |     0
 .../ignite/spi/indexing/noop/package-summary.html  |     0
 .../ignite/spi/indexing/noop/package-tree.html     |     0
 .../ignite/spi/indexing/noop/package-use.html      |     0
 .../apache/ignite/spi/indexing/package-frame.html  |     0
 .../ignite/spi/indexing/package-summary.html       |     0
 .../apache/ignite/spi/indexing/package-tree.html   |     0
 .../apache/ignite/spi/indexing/package-use.html    |     0
 .../ignite/spi/loadbalancing/LoadBalancingSpi.html |     0
 .../adaptive/AdaptiveCpuLoadProbe.html             |     0
 .../adaptive/AdaptiveJobCountLoadProbe.html        |     0
 .../adaptive/AdaptiveLoadBalancingSpi.html         |     0
 .../adaptive/AdaptiveLoadBalancingSpiMBean.html    |     0
 .../loadbalancing/adaptive/AdaptiveLoadProbe.html  |     0
 .../adaptive/AdaptiveProcessingTimeLoadProbe.html  |     0
 .../adaptive/class-use/AdaptiveCpuLoadProbe.html   |     0
 .../class-use/AdaptiveJobCountLoadProbe.html       |     0
 .../class-use/AdaptiveLoadBalancingSpi.html        |     0
 .../class-use/AdaptiveLoadBalancingSpiMBean.html   |     0
 .../adaptive/class-use/AdaptiveLoadProbe.html      |     0
 .../class-use/AdaptiveProcessingTimeLoadProbe.html |     0
 .../spi/loadbalancing/adaptive/package-frame.html  |     0
 .../loadbalancing/adaptive/package-summary.html    |     0
 .../spi/loadbalancing/adaptive/package-tree.html   |     0
 .../spi/loadbalancing/adaptive/package-use.html    |     0
 .../loadbalancing/class-use/LoadBalancingSpi.html  |     0
 .../ignite/spi/loadbalancing/package-frame.html    |     0
 .../ignite/spi/loadbalancing/package-summary.html  |     0
 .../ignite/spi/loadbalancing/package-tree.html     |     0
 .../ignite/spi/loadbalancing/package-use.html      |     0
 .../roundrobin/RoundRobinLoadBalancingSpi.html     |     0
 .../RoundRobinLoadBalancingSpiMBean.html           |     0
 .../class-use/RoundRobinLoadBalancingSpi.html      |     0
 .../class-use/RoundRobinLoadBalancingSpiMBean.html |     0
 .../loadbalancing/roundrobin/package-frame.html    |     0
 .../loadbalancing/roundrobin/package-summary.html  |     0
 .../spi/loadbalancing/roundrobin/package-tree.html |     0
 .../spi/loadbalancing/roundrobin/package-use.html  |     0
 .../WeightedRandomLoadBalancingSpi.html            |     0
 .../WeightedRandomLoadBalancingSpiMBean.html       |     0
 .../class-use/WeightedRandomLoadBalancingSpi.html  |     0
 .../WeightedRandomLoadBalancingSpiMBean.html       |     0
 .../weightedrandom/package-frame.html              |     0
 .../weightedrandom/package-summary.html            |     0
 .../loadbalancing/weightedrandom/package-tree.html |     0
 .../loadbalancing/weightedrandom/package-use.html  |     0
 .../org/apache/ignite/spi/package-frame.html       |     0
 .../org/apache/ignite/spi/package-summary.html     |     0
 .../org/apache/ignite/spi/package-tree.html        |     0
 .../javadoc/org/apache/ignite/spi/package-use.html |     0
 .../springdata/repository/IgniteRepository.html    |     0
 .../repository/class-use/IgniteRepository.html     |     0
 .../config/EnableIgniteRepositories.html           |     0
 .../config/IgniteRepositoriesRegistar.html         |     0
 .../IgniteRepositoryConfigurationExtension.html    |     0
 .../ignite/springdata/repository/config/Query.html |     0
 .../repository/config/RepositoryConfig.html        |     0
 .../config/class-use/EnableIgniteRepositories.html |     0
 .../class-use/IgniteRepositoriesRegistar.html      |     0
 .../IgniteRepositoryConfigurationExtension.html    |     0
 .../repository/config/class-use/Query.html         |     0
 .../config/class-use/RepositoryConfig.html         |     0
 .../repository/config/package-frame.html           |     0
 .../repository/config/package-summary.html         |     0
 .../springdata/repository/config/package-tree.html |     0
 .../springdata/repository/config/package-use.html  |     0
 .../springdata/repository/package-frame.html       |     0
 .../springdata/repository/package-summary.html     |     0
 .../ignite/springdata/repository/package-tree.html |     0
 .../ignite/springdata/repository/package-use.html  |     0
 .../springdata/repository/query/IgniteQuery.html   |     0
 .../repository/query/IgniteQueryGenerator.html     |     0
 .../repository/query/IgniteRepositoryQuery.html    |     0
 .../repository/query/class-use/IgniteQuery.html    |     0
 .../query/class-use/IgniteQueryGenerator.html      |     0
 .../query/class-use/IgniteRepositoryQuery.html     |     0
 .../springdata/repository/query/package-frame.html |     0
 .../repository/query/package-summary.html          |     0
 .../springdata/repository/query/package-tree.html  |     0
 .../springdata/repository/query/package-use.html   |     0
 .../support/IgniteRepositoryFactory.html           |     0
 .../support/IgniteRepositoryFactoryBean.html       |     0
 .../repository/support/IgniteRepositoryImpl.html   |     0
 .../support/class-use/IgniteRepositoryFactory.html |     0
 .../class-use/IgniteRepositoryFactoryBean.html     |     0
 .../support/class-use/IgniteRepositoryImpl.html    |     0
 .../repository/support/package-frame.html          |     0
 .../repository/support/package-summary.html        |     0
 .../repository/support/package-tree.html           |     0
 .../springdata/repository/support/package-use.html |     0
 .../org/apache/ignite/ssl/SslContextFactory.html   |     0
 .../ignite/ssl/class-use/SslContextFactory.html    |     0
 .../org/apache/ignite/ssl/package-frame.html       |     0
 .../org/apache/ignite/ssl/package-summary.html     |     0
 .../org/apache/ignite/ssl/package-tree.html        |     0
 .../javadoc/org/apache/ignite/ssl/package-use.html |     0
 .../apache/ignite/startup/BasicWarmupClosure.html  |     0
 .../startup/class-use/BasicWarmupClosure.html      |     0
 .../apache/ignite/startup/cmdline/AboutDialog.html |     0
 .../cmdline/CommandLineRandomNumberGenerator.html  |     0
 .../ignite/startup/cmdline/CommandLineStartup.html |     0
 .../startup/cmdline/CommandLineTransformer.html    |     0
 .../startup/cmdline/class-use/AboutDialog.html     |     0
 .../CommandLineRandomNumberGenerator.html          |     0
 .../cmdline/class-use/CommandLineStartup.html      |     0
 .../cmdline/class-use/CommandLineTransformer.html  |     0
 .../ignite/startup/cmdline/package-frame.html      |     0
 .../ignite/startup/cmdline/package-summary.html    |     0
 .../ignite/startup/cmdline/package-tree.html       |     0
 .../apache/ignite/startup/cmdline/package-use.html |     0
 .../org/apache/ignite/startup/package-frame.html   |     0
 .../org/apache/ignite/startup/package-summary.html |     0
 .../org/apache/ignite/startup/package-tree.html    |     0
 .../org/apache/ignite/startup/package-use.html     |     0
 .../servlet/ServletContextListenerStartup.html     |     0
 .../ignite/startup/servlet/ServletStartup.html     |     0
 .../class-use/ServletContextListenerStartup.html   |     0
 .../startup/servlet/class-use/ServletStartup.html  |     0
 .../ignite/startup/servlet/package-frame.html      |     0
 .../ignite/startup/servlet/package-summary.html    |     0
 .../ignite/startup/servlet/package-tree.html       |     0
 .../apache/ignite/startup/servlet/package-use.html |     0
 .../org/apache/ignite/stream/StreamAdapter.html    |     0
 .../stream/StreamMultipleTupleExtractor.html       |     0
 .../org/apache/ignite/stream/StreamReceiver.html   |     0
 .../ignite/stream/StreamSingleTupleExtractor.html  |     0
 .../apache/ignite/stream/StreamTransformer.html    |     0
 .../apache/ignite/stream/StreamTupleExtractor.html |     0
 .../org/apache/ignite/stream/StreamVisitor.html    |     0
 .../apache/ignite/stream/camel/CamelStreamer.html  |     0
 .../stream/camel/class-use/CamelStreamer.html      |     0
 .../apache/ignite/stream/camel/package-frame.html  |     0
 .../ignite/stream/camel/package-summary.html       |     0
 .../apache/ignite/stream/camel/package-tree.html   |     0
 .../apache/ignite/stream/camel/package-use.html    |     0
 .../ignite/stream/class-use/StreamAdapter.html     |     0
 .../class-use/StreamMultipleTupleExtractor.html    |     0
 .../ignite/stream/class-use/StreamReceiver.html    |     0
 .../class-use/StreamSingleTupleExtractor.html      |     0
 .../ignite/stream/class-use/StreamTransformer.html |     0
 .../stream/class-use/StreamTupleExtractor.html     |     0
 .../ignite/stream/class-use/StreamVisitor.html     |     0
 .../ignite/stream/flume/EventTransformer.html      |     0
 .../org/apache/ignite/stream/flume/IgniteSink.html |     0
 .../ignite/stream/flume/IgniteSinkConstants.html   |     0
 .../stream/flume/class-use/EventTransformer.html   |     0
 .../ignite/stream/flume/class-use/IgniteSink.html  |     0
 .../flume/class-use/IgniteSinkConstants.html       |     0
 .../apache/ignite/stream/flume/package-frame.html  |     0
 .../ignite/stream/flume/package-summary.html       |     0
 .../apache/ignite/stream/flume/package-tree.html   |     0
 .../apache/ignite/stream/flume/package-use.html    |     0
 .../apache/ignite/stream/jms11/JmsStreamer.html    |     0
 .../ignite/stream/jms11/MessageTransformer.html    |     0
 .../ignite/stream/jms11/class-use/JmsStreamer.html |     0
 .../stream/jms11/class-use/MessageTransformer.html |     0
 .../apache/ignite/stream/jms11/package-frame.html  |     0
 .../ignite/stream/jms11/package-summary.html       |     0
 .../apache/ignite/stream/jms11/package-tree.html   |     0
 .../apache/ignite/stream/jms11/package-use.html    |     0
 .../apache/ignite/stream/kafka/KafkaStreamer.html  |     0
 .../stream/kafka/class-use/KafkaStreamer.html      |     0
 .../stream/kafka/connect/IgniteSinkConnector.html  |     0
 .../stream/kafka/connect/IgniteSinkConstants.html  |     0
 .../connect/IgniteSinkTask.StreamerContext.html    |     0
 .../stream/kafka/connect/IgniteSinkTask.html       |     0
 .../kafka/connect/IgniteSourceConnector.html       |     0
 .../kafka/connect/IgniteSourceConstants.html       |     0
 .../stream/kafka/connect/IgniteSourceTask.html     |     0
 .../connect/class-use/IgniteSinkConnector.html     |     0
 .../connect/class-use/IgniteSinkConstants.html     |     0
 .../class-use/IgniteSinkTask.StreamerContext.html  |     0
 .../kafka/connect/class-use/IgniteSinkTask.html    |     0
 .../connect/class-use/IgniteSourceConnector.html   |     0
 .../connect/class-use/IgniteSourceConstants.html   |     0
 .../kafka/connect/class-use/IgniteSourceTask.html  |     0
 .../ignite/stream/kafka/connect/package-frame.html |     0
 .../stream/kafka/connect/package-summary.html      |     0
 .../ignite/stream/kafka/connect/package-tree.html  |     0
 .../ignite/stream/kafka/connect/package-use.html   |     0
 .../connect/serialization/CacheEventConverter.html |     0
 .../serialization/CacheEventDeserializer.html      |     0
 .../serialization/CacheEventSerializer.html        |     0
 .../class-use/CacheEventConverter.html             |     0
 .../class-use/CacheEventDeserializer.html          |     0
 .../class-use/CacheEventSerializer.html            |     0
 .../kafka/connect/serialization/package-frame.html |     0
 .../connect/serialization/package-summary.html     |     0
 .../kafka/connect/serialization/package-tree.html  |     0
 .../kafka/connect/serialization/package-use.html   |     0
 .../apache/ignite/stream/kafka/package-frame.html  |     0
 .../ignite/stream/kafka/package-summary.html       |     0
 .../apache/ignite/stream/kafka/package-tree.html   |     0
 .../apache/ignite/stream/kafka/package-use.html    |     0
 .../apache/ignite/stream/mqtt/MqttStreamer.html    |     0
 .../ignite/stream/mqtt/class-use/MqttStreamer.html |     0
 .../apache/ignite/stream/mqtt/package-frame.html   |     0
 .../apache/ignite/stream/mqtt/package-summary.html |     0
 .../apache/ignite/stream/mqtt/package-tree.html    |     0
 .../org/apache/ignite/stream/mqtt/package-use.html |     0
 .../org/apache/ignite/stream/package-frame.html    |     0
 .../org/apache/ignite/stream/package-summary.html  |     0
 .../org/apache/ignite/stream/package-tree.html     |     0
 .../org/apache/ignite/stream/package-use.html      |     0
 .../ignite/stream/rocketmq/RocketMQStreamer.html   |     0
 .../rocketmq/class-use/RocketMQStreamer.html       |     0
 .../ignite/stream/rocketmq/package-frame.html      |     0
 .../ignite/stream/rocketmq/package-summary.html    |     0
 .../ignite/stream/rocketmq/package-tree.html       |     0
 .../apache/ignite/stream/rocketmq/package-use.html |     0
 .../stream/socket/SocketMessageConverter.html      |     0
 .../ignite/stream/socket/SocketStreamer.html       |     0
 .../socket/class-use/SocketMessageConverter.html   |     0
 .../stream/socket/class-use/SocketStreamer.html    |     0
 .../apache/ignite/stream/socket/package-frame.html |     0
 .../ignite/stream/socket/package-summary.html      |     0
 .../apache/ignite/stream/socket/package-tree.html  |     0
 .../apache/ignite/stream/socket/package-use.html   |     0
 .../storm/StormStreamer.StreamerContext.html       |     0
 .../apache/ignite/stream/storm/StormStreamer.html  |     0
 .../class-use/StormStreamer.StreamerContext.html   |     0
 .../stream/storm/class-use/StormStreamer.html      |     0
 .../apache/ignite/stream/storm/package-frame.html  |     0
 .../ignite/stream/storm/package-summary.html       |     0
 .../apache/ignite/stream/storm/package-tree.html   |     0
 .../apache/ignite/stream/storm/package-use.html    |     0
 .../ignite/stream/twitter/OAuthSettings.html       |     0
 .../ignite/stream/twitter/TwitterStreamer.html     |     0
 .../stream/twitter/class-use/OAuthSettings.html    |     0
 .../stream/twitter/class-use/TwitterStreamer.html  |     0
 .../ignite/stream/twitter/package-frame.html       |     0
 .../ignite/stream/twitter/package-summary.html     |     0
 .../apache/ignite/stream/twitter/package-tree.html |     0
 .../apache/ignite/stream/twitter/package-use.html  |     0
 .../ignite/stream/zeromq/IgniteZeroMqStreamer.html |     0
 .../ignite/stream/zeromq/ZeroMqTypeSocket.html     |     0
 .../zeromq/class-use/IgniteZeroMqStreamer.html     |     0
 .../stream/zeromq/class-use/ZeroMqTypeSocket.html  |     0
 .../apache/ignite/stream/zeromq/package-frame.html |     0
 .../ignite/stream/zeromq/package-summary.html      |     0
 .../apache/ignite/stream/zeromq/package-tree.html  |     0
 .../apache/ignite/stream/zeromq/package-use.html   |     0
 .../thread/IgniteStripedThreadPoolExecutor.html    |     0
 .../org/apache/ignite/thread/IgniteThread.html     |     0
 .../apache/ignite/thread/IgniteThreadFactory.html  |     0
 .../ignite/thread/IgniteThreadPoolExecutor.html    |     0
 .../class-use/IgniteStripedThreadPoolExecutor.html |     0
 .../ignite/thread/class-use/IgniteThread.html      |     0
 .../thread/class-use/IgniteThreadFactory.html      |     0
 .../thread/class-use/IgniteThreadPoolExecutor.html |     0
 .../org/apache/ignite/thread/package-frame.html    |     0
 .../org/apache/ignite/thread/package-summary.html  |     0
 .../org/apache/ignite/thread/package-tree.html     |     0
 .../org/apache/ignite/thread/package-use.html      |     0
 .../apache/ignite/transactions/Transaction.html    |     0
 .../transactions/TransactionConcurrency.html       |     0
 .../transactions/TransactionDeadlockException.html |     0
 .../ignite/transactions/TransactionException.html  |     0
 .../TransactionHeuristicException.html             |     0
 .../ignite/transactions/TransactionIsolation.html  |     0
 .../ignite/transactions/TransactionMetrics.html    |     0
 .../TransactionOptimisticException.html            |     0
 .../transactions/TransactionRollbackException.html |     0
 .../ignite/transactions/TransactionState.html      |     0
 .../transactions/TransactionTimeoutException.html  |     0
 .../ignite/transactions/class-use/Transaction.html |     0
 .../class-use/TransactionConcurrency.html          |     0
 .../class-use/TransactionDeadlockException.html    |     0
 .../class-use/TransactionException.html            |     0
 .../class-use/TransactionHeuristicException.html   |     0
 .../class-use/TransactionIsolation.html            |     0
 .../transactions/class-use/TransactionMetrics.html |     0
 .../class-use/TransactionOptimisticException.html  |     0
 .../class-use/TransactionRollbackException.html    |     0
 .../transactions/class-use/TransactionState.html   |     0
 .../class-use/TransactionTimeoutException.html     |     0
 .../apache/ignite/transactions/package-frame.html  |     0
 .../ignite/transactions/package-summary.html       |     0
 .../apache/ignite/transactions/package-tree.html   |     0
 .../apache/ignite/transactions/package-use.html    |     0
 .../spring/SpringTransactionManager.html           |     0
 .../spring/class-use/SpringTransactionManager.html |     0
 .../ignite/transactions/spring/package-frame.html  |     0
 .../transactions/spring/package-summary.html       |     0
 .../ignite/transactions/spring/package-tree.html   |     0
 .../ignite/transactions/spring/package-use.html    |     0
 .../ignite/visor/plugin/VisorExtensionPoint.html   |     0
 .../ignite/visor/plugin/VisorPluggableTab.html     |     0
 .../apache/ignite/visor/plugin/VisorPlugin.html    |     0
 .../ignite/visor/plugin/VisorPluginComponent.html  |     0
 .../visor/plugin/VisorPluginComponentsFactory.html |     0
 .../ignite/visor/plugin/VisorPluginLogPanel.html   |     0
 .../ignite/visor/plugin/VisorPluginModel.html      |     0
 .../ignite/visor/plugin/VisorPluginNodesPanel.html |     0
 .../visor/plugin/VisorSelectionListener.html       |     0
 .../ignite/visor/plugin/VisorTopologyListener.html |     0
 .../plugin/class-use/VisorExtensionPoint.html      |     0
 .../visor/plugin/class-use/VisorPluggableTab.html  |     0
 .../ignite/visor/plugin/class-use/VisorPlugin.html |     0
 .../plugin/class-use/VisorPluginComponent.html     |     0
 .../class-use/VisorPluginComponentsFactory.html    |     0
 .../plugin/class-use/VisorPluginLogPanel.html      |     0
 .../visor/plugin/class-use/VisorPluginModel.html   |     0
 .../plugin/class-use/VisorPluginNodesPanel.html    |     0
 .../plugin/class-use/VisorSelectionListener.html   |     0
 .../plugin/class-use/VisorTopologyListener.html    |     0
 .../apache/ignite/visor/plugin/package-frame.html  |     0
 .../ignite/visor/plugin/package-summary.html       |     0
 .../apache/ignite/visor/plugin/package-tree.html   |     0
 .../apache/ignite/visor/plugin/package-use.html    |     0
 .../org/apache/ignite/yarn/ApplicationMaster.html  |     0
 .../org/apache/ignite/yarn/ClusterProperties.html  |     0
 .../org/apache/ignite/yarn/IgniteContainer.html    |     0
 .../yarn/IgniteProvider.VersionComparator.html     |     0
 .../org/apache/ignite/yarn/IgniteProvider.html     |     0
 .../org/apache/ignite/yarn/IgniteYarnClient.html   |     0
 .../ignite/yarn/class-use/ApplicationMaster.html   |     0
 .../ignite/yarn/class-use/ClusterProperties.html   |     0
 .../ignite/yarn/class-use/IgniteContainer.html     |     0
 .../IgniteProvider.VersionComparator.html          |     0
 .../ignite/yarn/class-use/IgniteProvider.html      |     0
 .../ignite/yarn/class-use/IgniteYarnClient.html    |     0
 .../org/apache/ignite/yarn/package-frame.html      |     0
 .../org/apache/ignite/yarn/package-summary.html    |     0
 .../org/apache/ignite/yarn/package-tree.html       |     0
 .../org/apache/ignite/yarn/package-use.html        |     0
 .../apache/ignite/yarn/utils/IgniteYarnUtils.html  |     0
 .../yarn/utils/class-use/IgniteYarnUtils.html      |     0
 .../apache/ignite/yarn/utils/package-frame.html    |     0
 .../apache/ignite/yarn/utils/package-summary.html  |     0
 .../org/apache/ignite/yarn/utils/package-tree.html |     0
 .../org/apache/ignite/yarn/utils/package-use.html  |     0
 releases/2.4.0/javadoc/overview-frame.html         |     0
 releases/2.4.0/javadoc/overview-summary.html       |     0
 releases/2.4.0/javadoc/overview-tree.html          |     0
 releases/2.4.0/javadoc/package-list                |     0
 releases/2.4.0/javadoc/script.js                   |     0
 releases/2.4.0/javadoc/serialized-form.html        |     0
 releases/2.4.0/javadoc/tools.js                    |     0
 releases/2.4.0/scaladoc/scalar/img/avg.png         |   Bin
 .../2.4.0/scaladoc/scalar/img/callout_blue.gif     |   Bin
 .../2.4.0/scaladoc/scalar/img/callout_yellow.gif   |   Bin
 releases/2.4.0/scaladoc/scalar/img/cube.gif        |   Bin
 releases/2.4.0/scaladoc/scalar/img/cube_3.0.gif    |   Bin
 .../2.4.0/scaladoc/scalar/img/cube_transparent.gif |   Bin
 .../2.4.0/scaladoc/scalar/img/documentation.gif    |   Bin
 .../2.4.0/scaladoc/scalar/img/email_support.gif    |   Bin
 releases/2.4.0/scaladoc/scalar/img/forums.gif      |   Bin
 releases/2.4.0/scaladoc/scalar/img/gavg.png        |   Bin
 releases/2.4.0/scaladoc/scalar/img/gg_30.png       |   Bin
 releases/2.4.0/scaladoc/scalar/img/gg_30s.png      |   Bin
 .../scalar/img/gridgain_30c_javadoc_qr.png         |   Bin
 releases/2.4.0/scaladoc/scalar/img/gridgain_qr.png |   Bin
 releases/2.4.0/scaladoc/scalar/img/havg.png        |   Bin
 .../scaladoc/scalar/img/in_memory_compute_grid.png |   Bin
 .../scaladoc/scalar/img/in_memory_data_grid.png    |   Bin
 .../2.4.0/scaladoc/scalar/img/issue_tracking.gif   |   Bin
 .../2.4.0/scaladoc/scalar/img/javadoc4_logo.png    |   Bin
 releases/2.4.0/scaladoc/scalar/img/mail_11x11.gif  |   Bin
 releases/2.4.0/scaladoc/scalar/img/qavg.png        |   Bin
 releases/2.4.0/scaladoc/scalar/img/search.gif      |   Bin
 releases/2.4.0/scaladoc/scalar/img/spacer.gif      |   Bin
 releases/2.4.0/scaladoc/scalar/img/sum.png         |   Bin
 releases/2.4.0/scaladoc/scalar/img/wavg.png        |   Bin
 releases/2.4.0/scaladoc/scalar/index.html          |     0
 releases/2.4.0/scaladoc/scalar/index.js            |     0
 releases/2.4.0/scaladoc/scalar/index/index-_.html  |     0
 releases/2.4.0/scaladoc/scalar/index/index-a.html  |     0
 releases/2.4.0/scaladoc/scalar/index/index-b.html  |     0
 releases/2.4.0/scaladoc/scalar/index/index-c.html  |     0
 releases/2.4.0/scaladoc/scalar/index/index-d.html  |     0
 releases/2.4.0/scaladoc/scalar/index/index-e.html  |     0
 releases/2.4.0/scaladoc/scalar/index/index-f.html  |     0
 releases/2.4.0/scaladoc/scalar/index/index-g.html  |     0
 releases/2.4.0/scaladoc/scalar/index/index-i.html  |     0
 releases/2.4.0/scaladoc/scalar/index/index-k.html  |     0
 releases/2.4.0/scaladoc/scalar/index/index-l.html  |     0
 releases/2.4.0/scaladoc/scalar/index/index-n.html  |     0
 releases/2.4.0/scaladoc/scalar/index/index-o.html  |     0
 releases/2.4.0/scaladoc/scalar/index/index-p.html  |     0
 releases/2.4.0/scaladoc/scalar/index/index-r.html  |     0
 releases/2.4.0/scaladoc/scalar/index/index-s.html  |     0
 releases/2.4.0/scaladoc/scalar/index/index-t.html  |     0
 releases/2.4.0/scaladoc/scalar/index/index-u.html  |     0
 releases/2.4.0/scaladoc/scalar/index/index-v.html  |     0
 releases/2.4.0/scaladoc/scalar/index/index-w.html  |     0
 releases/2.4.0/scaladoc/scalar/lib/arrow-down.png  |   Bin
 releases/2.4.0/scaladoc/scalar/lib/arrow-right.png |   Bin
 releases/2.4.0/scaladoc/scalar/lib/class.png       |   Bin
 releases/2.4.0/scaladoc/scalar/lib/class_big.png   |   Bin
 .../2.4.0/scaladoc/scalar/lib/class_diagram.png    |   Bin
 .../scaladoc/scalar/lib/class_to_object_big.png    |   Bin
 .../2.4.0/scaladoc/scalar/lib/constructorsbg.gif   |   Bin
 .../2.4.0/scaladoc/scalar/lib/conversionbg.gif     |   Bin
 releases/2.4.0/scaladoc/scalar/lib/defbg-blue.gif  |   Bin
 releases/2.4.0/scaladoc/scalar/lib/defbg-green.gif |   Bin
 releases/2.4.0/scaladoc/scalar/lib/diagrams.css    |     0
 releases/2.4.0/scaladoc/scalar/lib/diagrams.js     |     0
 .../2.4.0/scaladoc/scalar/lib/filter_box_left.png  |   Bin
 .../2.4.0/scaladoc/scalar/lib/filter_box_left2.gif |   Bin
 .../2.4.0/scaladoc/scalar/lib/filter_box_right.png |   Bin
 releases/2.4.0/scaladoc/scalar/lib/filterbg.gif    |   Bin
 .../2.4.0/scaladoc/scalar/lib/filterboxbarbg.gif   |   Bin
 .../2.4.0/scaladoc/scalar/lib/filterboxbarbg.png   |   Bin
 releases/2.4.0/scaladoc/scalar/lib/filterboxbg.gif |   Bin
 .../2.4.0/scaladoc/scalar/lib/fullcommenttopbg.gif |   Bin
 releases/2.4.0/scaladoc/scalar/lib/index.css       |     0
 releases/2.4.0/scaladoc/scalar/lib/index.js        |     0
 releases/2.4.0/scaladoc/scalar/lib/jquery-ui.js    |     0
 releases/2.4.0/scaladoc/scalar/lib/jquery.js       |     0
 .../2.4.0/scaladoc/scalar/lib/jquery.layout.js     |     0
 .../2.4.0/scaladoc/scalar/lib/modernizr.custom.js  |     0
 .../2.4.0/scaladoc/scalar/lib/navigation-li-a.png  |   Bin
 .../2.4.0/scaladoc/scalar/lib/navigation-li.png    |   Bin
 releases/2.4.0/scaladoc/scalar/lib/object.png      |   Bin
 releases/2.4.0/scaladoc/scalar/lib/object_big.png  |   Bin
 .../2.4.0/scaladoc/scalar/lib/object_diagram.png   |   Bin
 .../scaladoc/scalar/lib/object_to_class_big.png    |   Bin
 .../scaladoc/scalar/lib/object_to_trait_big.png    |   Bin
 .../scaladoc/scalar/lib/object_to_type_big.png     |   Bin
 releases/2.4.0/scaladoc/scalar/lib/ownderbg2.gif   |   Bin
 releases/2.4.0/scaladoc/scalar/lib/ownerbg.gif     |   Bin
 releases/2.4.0/scaladoc/scalar/lib/ownerbg2.gif    |   Bin
 releases/2.4.0/scaladoc/scalar/lib/package.png     |   Bin
 releases/2.4.0/scaladoc/scalar/lib/package_big.png |   Bin
 releases/2.4.0/scaladoc/scalar/lib/packagesbg.gif  |   Bin
 releases/2.4.0/scaladoc/scalar/lib/permalink.png   |   Bin
 releases/2.4.0/scaladoc/scalar/lib/ref-index.css   |     0
 releases/2.4.0/scaladoc/scalar/lib/remove.png      |   Bin
 releases/2.4.0/scaladoc/scalar/lib/scheduler.js    |     0
 .../scaladoc/scalar/lib/selected-implicits.png     |   Bin
 .../scalar/lib/selected-right-implicits.png        |   Bin
 .../2.4.0/scaladoc/scalar/lib/selected-right.png   |   Bin
 releases/2.4.0/scaladoc/scalar/lib/selected.png    |   Bin
 .../2.4.0/scaladoc/scalar/lib/selected2-right.png  |   Bin
 releases/2.4.0/scaladoc/scalar/lib/selected2.png   |   Bin
 releases/2.4.0/scaladoc/scalar/lib/signaturebg.gif |   Bin
 .../2.4.0/scaladoc/scalar/lib/signaturebg2.gif     |   Bin
 releases/2.4.0/scaladoc/scalar/lib/template.css    |     0
 releases/2.4.0/scaladoc/scalar/lib/template.js     |     0
 .../2.4.0/scaladoc/scalar/lib/tools.tooltip.js     |     0
 releases/2.4.0/scaladoc/scalar/lib/trait.png       |   Bin
 releases/2.4.0/scaladoc/scalar/lib/trait_big.png   |   Bin
 .../2.4.0/scaladoc/scalar/lib/trait_diagram.png    |   Bin
 .../scaladoc/scalar/lib/trait_to_object_big.png    |   Bin
 releases/2.4.0/scaladoc/scalar/lib/type.png        |   Bin
 releases/2.4.0/scaladoc/scalar/lib/type_big.png    |   Bin
 .../2.4.0/scaladoc/scalar/lib/type_diagram.png     |   Bin
 .../scaladoc/scalar/lib/type_to_object_big.png     |   Bin
 releases/2.4.0/scaladoc/scalar/lib/typebg.gif      |   Bin
 releases/2.4.0/scaladoc/scalar/lib/unselected.png  |   Bin
 .../2.4.0/scaladoc/scalar/lib/valuemembersbg.gif   |   Bin
 .../scaladoc/scalar/org/apache/ignite/package.html |     0
 .../apache/ignite/scalar/ScalarConversions.html    |     0
 .../ignite/scalar/lang/ScalarAbsClosure.html       |     0
 .../scalar/lang/ScalarAbsClosureFunction.html      |     0
 .../ignite/scalar/lang/ScalarAbsClosureX.html      |     0
 .../scalar/lang/ScalarAbsClosureXFunction.html     |     0
 .../ignite/scalar/lang/ScalarAbsPredicate.html     |     0
 .../scalar/lang/ScalarAbsPredicateFunction.html    |     0
 .../ignite/scalar/lang/ScalarAbsPredicateX.html    |     0
 .../scalar/lang/ScalarAbsPredicateXFunction.html   |     0
 .../apache/ignite/scalar/lang/ScalarClosure.html   |     0
 .../apache/ignite/scalar/lang/ScalarClosure2.html  |     0
 .../ignite/scalar/lang/ScalarClosure2Function.html |     0
 .../apache/ignite/scalar/lang/ScalarClosure2X.html |     0
 .../scalar/lang/ScalarClosure2XFunction.html       |     0
 .../apache/ignite/scalar/lang/ScalarClosure3.html  |     0
 .../ignite/scalar/lang/ScalarClosure3Function.html |     0
 .../apache/ignite/scalar/lang/ScalarClosure3X.html |     0
 .../scalar/lang/ScalarClosure3XFunction.html       |     0
 .../ignite/scalar/lang/ScalarClosureFunction.html  |     0
 .../apache/ignite/scalar/lang/ScalarClosureX.html  |     0
 .../ignite/scalar/lang/ScalarClosureXFunction.html |     0
 .../apache/ignite/scalar/lang/ScalarInClosure.html |     0
 .../ignite/scalar/lang/ScalarInClosure2.html       |     0
 .../scalar/lang/ScalarInClosure2Function.html      |     0
 .../ignite/scalar/lang/ScalarInClosure2X.html      |     0
 .../scalar/lang/ScalarInClosure2XFunction.html     |     0
 .../ignite/scalar/lang/ScalarInClosure3.html       |     0
 .../scalar/lang/ScalarInClosure3Function.html      |     0
 .../ignite/scalar/lang/ScalarInClosure3X.html      |     0
 .../scalar/lang/ScalarInClosure3XFunction.html     |     0
 .../scalar/lang/ScalarInClosureFunction.html       |     0
 .../ignite/scalar/lang/ScalarInClosureX.html       |     0
 .../scalar/lang/ScalarInClosureXFunction.html      |     0
 .../org/apache/ignite/scalar/lang/ScalarJob.html   |     0
 .../ignite/scalar/lang/ScalarOutClosure.html       |     0
 .../scalar/lang/ScalarOutClosureFunction.html      |     0
 .../ignite/scalar/lang/ScalarOutClosureX.html      |     0
 .../scalar/lang/ScalarOutClosureXFunction.html     |     0
 .../apache/ignite/scalar/lang/ScalarPredicate.html |     0
 .../ignite/scalar/lang/ScalarPredicate2.html       |     0
 .../scalar/lang/ScalarPredicate2Function.html      |     0
 .../ignite/scalar/lang/ScalarPredicate2X.html      |     0
 .../scalar/lang/ScalarPredicate2XFunction.html     |     0
 .../ignite/scalar/lang/ScalarPredicate3.html       |     0
 .../scalar/lang/ScalarPredicate3Function.html      |     0
 .../ignite/scalar/lang/ScalarPredicate3X.html      |     0
 .../scalar/lang/ScalarPredicate3XFunction.html     |     0
 .../scalar/lang/ScalarPredicateFunction.html       |     0
 .../ignite/scalar/lang/ScalarPredicateX.html       |     0
 .../scalar/lang/ScalarPredicateXFunction.html      |     0
 .../apache/ignite/scalar/lang/ScalarReducer.html   |     0
 .../apache/ignite/scalar/lang/ScalarReducer2.html  |     0
 .../ignite/scalar/lang/ScalarReducer2Function.html |     0
 .../apache/ignite/scalar/lang/ScalarReducer3.html  |     0
 .../ignite/scalar/lang/ScalarReducer3Function.html |     0
 .../ignite/scalar/lang/ScalarReducerFunction.html  |     0
 .../org/apache/ignite/scalar/lang/package.html     |     0
 .../scalar/org/apache/ignite/scalar/package.html   |     0
 .../apache/ignite/scalar/pimps/PimpedType$.html    |     0
 .../org/apache/ignite/scalar/pimps/PimpedType.html |     0
 .../ignite/scalar/pimps/ScalarCachePimp$.html      |     0
 .../ignite/scalar/pimps/ScalarCachePimp.html       |     0
 .../ignite/scalar/pimps/ScalarGridPimp$.html       |     0
 .../apache/ignite/scalar/pimps/ScalarGridPimp.html |     0
 .../ignite/scalar/pimps/ScalarProjectionPimp$.html |     0
 .../ignite/scalar/pimps/ScalarProjectionPimp.html  |     0
 .../scalar/pimps/ScalarTaskThreadContext.html      |     0
 .../org/apache/ignite/scalar/pimps/package.html    |     0
 .../scalar/org/apache/ignite/scalar/scalar$.html   |     0
 .../2.4.0/scaladoc/scalar/org/apache/package.html  |     0
 releases/2.4.0/scaladoc/scalar/org/package.html    |     0
 releases/2.4.0/scaladoc/scalar/package.html        |     0
 releases/2.4.0/scaladoc/scalar/tools.js            |     0
 ...he.Ignite.AspNet.IgniteOutputCacheProvider.html |   704 +-
 ...ite.AspNet.IgniteSessionStateStoreProvider.html |  1400 +-
 .../api/Apache.Ignite.AspNet.IgniteWebUtils.html   |   354 +-
 .../2.5.0/dotnetdoc/api/Apache.Ignite.AspNet.html  |   250 +-
 ...e.Ignite.Core.Binary.BinaryBasicNameMapper.html |   534 +-
 ...che.Ignite.Core.Binary.BinaryConfiguration.html |   842 +-
 ...e.Ignite.Core.Binary.BinaryObjectException.html |   588 +-
 ...ite.Core.Binary.BinaryReflectiveSerializer.html |   540 +-
 ...Ignite.Core.Binary.BinaryTypeConfiguration.html |   848 +-
 .../Apache.Ignite.Core.Binary.BinaryTypeNames.html |  1716 +-
 .../Apache.Ignite.Core.Binary.IBinarizable.html    |   410 +-
 .../api/Apache.Ignite.Core.Binary.IBinary.html     |  1416 +-
 .../Apache.Ignite.Core.Binary.IBinaryIdMapper.html |   420 +-
 ...pache.Ignite.Core.Binary.IBinaryNameMapper.html |   410 +-
 .../Apache.Ignite.Core.Binary.IBinaryObject.html   |   704 +-
 ...he.Ignite.Core.Binary.IBinaryObjectBuilder.html |  3306 +-
 ...Apache.Ignite.Core.Binary.IBinaryRawReader.html |  1920 +-
 ...Apache.Ignite.Core.Binary.IBinaryRawWriter.html |  1870 +-
 .../Apache.Ignite.Core.Binary.IBinaryReader.html   |  3006 +-
 ...pache.Ignite.Core.Binary.IBinarySerializer.html |   370 +-
 .../api/Apache.Ignite.Core.Binary.IBinaryType.html |   610 +-
 .../Apache.Ignite.Core.Binary.IBinaryWriter.html   |  2216 +-
 ...ache.Ignite.Core.Binary.TimestampAttribute.html |   556 +-
 .../dotnetdoc/api/Apache.Ignite.Core.Binary.html   |   318 +-
 ...e.Core.Cache.Affinity.AffinityFunctionBase.html |   680 +-
 ...ore.Cache.Affinity.AffinityFunctionContext.html |   576 +-
 ...che.Ignite.Core.Cache.Affinity.AffinityKey.html |   998 +-
 ....Cache.Affinity.AffinityKeyMappedAttribute.html |   640 +-
 ...ore.Cache.Affinity.AffinityTopologyVersion.html |   898 +-
 ...nite.Core.Cache.Affinity.IAffinityFunction.html |   510 +-
 ...nity.Rendezvous.RendezvousAffinityFunction.html |   358 +-
 ...ache.Ignite.Core.Cache.Affinity.Rendezvous.html |   242 +-
 .../api/Apache.Ignite.Core.Cache.Affinity.html     |   270 +-
 ...re.Cache.CacheAtomicUpdateTimeoutException.html |   590 +-
 ...te.Core.Cache.CacheEntryProcessorException.html |   638 +-
 .../Apache.Ignite.Core.Cache.CacheException.html   |   594 +-
 ...ite.Core.Cache.CachePartialUpdateException.html |   788 +-
 .../Apache.Ignite.Core.Cache.CachePeekMode.html    |   318 +-
 .../Apache.Ignite.Core.Cache.CacheResult-1.html    |   874 +-
 ...ore.Cache.Configuration.CacheAtomicityMode.html |   286 +-
 ...ore.Cache.Configuration.CacheConfiguration.html |  4436 +-
 ....Cache.Configuration.CacheKeyConfiguration.html |   470 +-
 ....Ignite.Core.Cache.Configuration.CacheMode.html |   294 +-
 ...ore.Cache.Configuration.CacheRebalanceMode.html |   294 +-
 ...onfiguration.CacheWriteSynchronizationMode.html |   294 +-
 ...e.Cache.Configuration.DataPageEvictionMode.html |   294 +-
 ...re.Cache.Configuration.MemoryConfiguration.html |   834 +-
 ...he.Configuration.MemoryPolicyConfiguration.html |  1056 +-
 ...Cache.Configuration.NearCacheConfiguration.html |   468 +-
 ...re.Cache.Configuration.PartitionLossPolicy.html |   310 +-
 ...Ignite.Core.Cache.Configuration.QueryAlias.html |   480 +-
 ...gnite.Core.Cache.Configuration.QueryEntity.html |   898 +-
 ...Ignite.Core.Cache.Configuration.QueryField.html |   724 +-
 ...Ignite.Core.Cache.Configuration.QueryIndex.html |   790 +-
 ...e.Core.Cache.Configuration.QueryIndexField.html |   530 +-
 ...te.Core.Cache.Configuration.QueryIndexType.html |   294 +-
 ...Cache.Configuration.QuerySqlFieldAttribute.html |   902 +-
 ...ache.Configuration.QueryTextFieldAttribute.html |   606 +-
 .../Apache.Ignite.Core.Cache.Configuration.html    |   318 +-
 ...gnite.Core.Cache.Event.CacheEntryEventType.html |   294 +-
 ...Ignite.Core.Cache.Event.ICacheEntryEvent-2.html |   490 +-
 ....Core.Cache.Event.ICacheEntryEventFilter-2.html |   368 +-
 ...ore.Cache.Event.ICacheEntryEventListener-2.html |   338 +-
 .../api/Apache.Ignite.Core.Cache.Event.html        |   258 +-
 ...ite.Core.Cache.Eviction.EvictionPolicyBase.html |   602 +-
 ...ite.Core.Cache.Eviction.FifoEvictionPolicy.html |   358 +-
 ...Ignite.Core.Cache.Eviction.IEvictionPolicy.html |   246 +-
 ...nite.Core.Cache.Eviction.LruEvictionPolicy.html |   358 +-
 .../api/Apache.Ignite.Core.Cache.Eviction.html     |   258 +-
 ...ache.Ignite.Core.Cache.Expiry.ExpiryPolicy.html |   536 +-
 ...che.Ignite.Core.Cache.Expiry.IExpiryPolicy.html |   388 +-
 .../api/Apache.Ignite.Core.Cache.Expiry.html       |   250 +-
 .../api/Apache.Ignite.Core.Cache.ICache-2.html     |  6948 +--
 .../Apache.Ignite.Core.Cache.ICacheAffinity.html   |  1698 +-
 .../Apache.Ignite.Core.Cache.ICacheEntry-2.html    |   380 +-
 ...ache.Ignite.Core.Cache.ICacheEntryFilter-2.html |   368 +-
 ...e.Ignite.Core.Cache.ICacheEntryProcessor-4.html |   394 +-
 ...te.Core.Cache.ICacheEntryProcessorResult-2.html |   380 +-
 .../api/Apache.Ignite.Core.Cache.ICacheLock.html   |   420 +-
 .../Apache.Ignite.Core.Cache.ICacheMetrics.html    |  3608 +-
 .../Apache.Ignite.Core.Cache.IMemoryMetrics.html   |   526 +-
 ...che.Ignite.Core.Cache.IMutableCacheEntry-2.html |   418 +-
 ...e.Cache.Query.Continuous.ContinuousQuery-2.html |   886 +-
 ...ore.Cache.Query.Continuous.ContinuousQuery.html |   462 +-
 ...Query.Continuous.ContinuousQueryExtensions.html |   426 +-
 ....Query.Continuous.IContinuousQueryHandle-1.html |   338 +-
 ...he.Query.Continuous.IContinuousQueryHandle.html |   258 +-
 .../Apache.Ignite.Core.Cache.Query.Continuous.html |   262 +-
 ...Ignite.Core.Cache.Query.IFieldsQueryCursor.html |   320 +-
 ...che.Ignite.Core.Cache.Query.IQueryCursor-1.html |   344 +-
 .../Apache.Ignite.Core.Cache.Query.QueryBase.html  |   474 +-
 ...Apache.Ignite.Core.Cache.Query.ScanQuery-2.html |   512 +-
 ...che.Ignite.Core.Cache.Query.SqlFieldsQuery.html |  1044 +-
 .../Apache.Ignite.Core.Cache.Query.SqlQuery.html   |   956 +-
 .../Apache.Ignite.Core.Cache.Query.TextQuery.html  |   684 +-
 .../api/Apache.Ignite.Core.Cache.Query.html        |   270 +-
 ...ache.Store.CacheParallelLoadStoreAdapter-3.html |  1098 +-
 ...gnite.Core.Cache.Store.CacheStoreAdapter-2.html |   850 +-
 ...gnite.Core.Cache.Store.CacheStoreException.html |   590 +-
 ...ache.Ignite.Core.Cache.Store.ICacheStore-2.html |  1008 +-
 ...Apache.Ignite.Core.Cache.Store.ICacheStore.html |   246 +-
 ...Ignite.Core.Cache.Store.ICacheStoreSession.html |   342 +-
 .../api/Apache.Ignite.Core.Cache.Store.html        |   266 +-
 .../dotnetdoc/api/Apache.Ignite.Core.Cache.html    |   314 +-
 ...Core.Client.Cache.CacheClientConfiguration.html |  2038 +-
 ...he.Ignite.Core.Client.Cache.ICacheClient-2.html |  4268 +-
 .../api/Apache.Ignite.Core.Client.Cache.html       |   250 +-
 ...Apache.Ignite.Core.Client.ClientStatusCode.html |   334 +-
 .../Apache.Ignite.Core.Client.IIgniteClient.html   |  1040 +-
 ...pache.Ignite.Core.Client.ISslStreamFactory.html |   340 +-
 ...nite.Core.Client.IgniteClientConfiguration.html |  1288 +-
 ...re.Client.IgniteClientConfigurationSection.html |   742 +-
 ...e.Ignite.Core.Client.IgniteClientException.html |   814 +-
 ...Apache.Ignite.Core.Client.SslStreamFactory.html |   716 +-
 .../dotnetdoc/api/Apache.Ignite.Core.Client.html   |   274 +-
 ...te.Core.Cluster.ClusterGroupEmptyException.html |   588 +-
 ...nite.Core.Cluster.ClusterTopologyException.html |   588 +-
 .../Apache.Ignite.Core.Cluster.IBaselineNode.html  |   342 +-
 .../api/Apache.Ignite.Core.Cluster.ICluster.html   |  1228 +-
 .../Apache.Ignite.Core.Cluster.IClusterGroup.html  |  1834 +-
 ...Apache.Ignite.Core.Cluster.IClusterMetrics.html |  2826 +-
 .../Apache.Ignite.Core.Cluster.IClusterNode.html   |   916 +-
 ...che.Ignite.Core.Cluster.IClusterNodeFilter.html |   330 +-
 .../dotnetdoc/api/Apache.Ignite.Core.Cluster.html  |   274 +-
 ...te.Core.Common.ClientDisconnectedException.html |   648 +-
 ...Apache.Ignite.Core.Common.ExceptionFactory.html |   340 +-
 .../api/Apache.Ignite.Core.Common.IFactory-1.html  |   326 +-
 .../Apache.Ignite.Core.Common.IgniteException.html |   628 +-
 ...Core.Common.IgniteFutureCancelledException.html |   588 +-
 .../api/Apache.Ignite.Core.Common.IgniteGuid.html  |   898 +-
 .../Apache.Ignite.Core.Common.JavaException.html   |   896 +-
 .../dotnetdoc/api/Apache.Ignite.Core.Common.html   |   278 +-
 ...gnite.Core.Communication.ICommunicationSpi.html |   246 +-
 ...Core.Communication.Tcp.TcpCommunicationSpi.html |  1702 +-
 .../api/Apache.Ignite.Core.Communication.Tcp.html  |   242 +-
 .../api/Apache.Ignite.Core.Communication.html      |   242 +-
 ....Compute.ComputeExecutionRejectedException.html |   588 +-
 ...he.Ignite.Core.Compute.ComputeJobAdapter-1.html |   692 +-
 ...e.Core.Compute.ComputeJobFailoverException.html |   588 +-
 ...Ignite.Core.Compute.ComputeJobResultPolicy.html |   294 +-
 ...e.Ignite.Core.Compute.ComputeTaskAdapter-3.html |   632 +-
 ...Core.Compute.ComputeTaskCancelledException.html |   588 +-
 ....Compute.ComputeTaskNoResultCacheAttribute.html |   556 +-
 ...ite.Core.Compute.ComputeTaskSplitAdapter-3.html |   604 +-
 ...e.Core.Compute.ComputeTaskTimeoutException.html |   588 +-
 ...ore.Compute.ComputeUserUndeclaredException.html |   588 +-
 .../api/Apache.Ignite.Core.Compute.ICompute.html   |  6790 +-
 .../Apache.Ignite.Core.Compute.IComputeAction.html |   266 +-
 .../Apache.Ignite.Core.Compute.IComputeFunc-1.html |   326 +-
 .../Apache.Ignite.Core.Compute.IComputeFunc-2.html |   368 +-
 .../Apache.Ignite.Core.Compute.IComputeJob-1.html  |   342 +-
 ...he.Ignite.Core.Compute.IComputeJobResult-1.html |   510 +-
 ...ache.Ignite.Core.Compute.IComputeReducer-2.html |   414 +-
 .../Apache.Ignite.Core.Compute.IComputeTask-2.html |   308 +-
 .../Apache.Ignite.Core.Compute.IComputeTask-3.html |   556 +-
 .../dotnetdoc/api/Apache.Ignite.Core.Compute.html  |   322 +-
 ...te.Core.Configuration.CheckpointWriteOrder.html |   286 +-
 ...Configuration.ClientConnectorConfiguration.html |  1324 +-
 ...te.Core.Configuration.DataPageEvictionMode.html |   294 +-
 ...Core.Configuration.DataRegionConfiguration.html |  1192 +-
 ...ore.Configuration.DataStorageConfiguration.html |  2676 +-
 ...re.Configuration.SqlConnectorConfiguration.html |   964 +-
 .../Apache.Ignite.Core.Configuration.WalMode.html  |   310 +-
 .../api/Apache.Ignite.Core.Configuration.html      |   270 +-
 ...ructures.Configuration.AtomicConfiguration.html |   602 +-
 ...e.Ignite.Core.DataStructures.Configuration.html |   242 +-
 ...che.Ignite.Core.DataStructures.IAtomicLong.html |   750 +-
 ...ite.Core.DataStructures.IAtomicReference-1.html |   578 +-
 ...Ignite.Core.DataStructures.IAtomicSequence.html |   580 +-
 .../api/Apache.Ignite.Core.DataStructures.html     |   250 +-
 ...gnite.Core.Datastream.DataStreamerDefaults.html |   440 +-
 ...che.Ignite.Core.Datastream.IDataStreamer-2.html |  1214 +-
 ...e.Ignite.Core.Datastream.IStreamReceiver-2.html |   348 +-
 ...Ignite.Core.Datastream.StreamTransformer-4.html |   492 +-
 ...che.Ignite.Core.Datastream.StreamVisitor-2.html |   476 +-
 .../api/Apache.Ignite.Core.Datastream.html         |   262 +-
 ...te.Core.Deployment.PeerAssemblyLoadingMode.html |   286 +-
 .../api/Apache.Ignite.Core.Deployment.html         |   242 +-
 ...Apache.Ignite.Core.Discovery.IDiscoverySpi.html |   246 +-
 ...e.Core.Discovery.Tcp.ITcpDiscoveryIpFinder.html |   246 +-
 ...cp.Multicast.TcpDiscoveryMulticastIpFinder.html |   872 +-
 ...Apache.Ignite.Core.Discovery.Tcp.Multicast.html |   242 +-
 ...very.Tcp.Static.TcpDiscoveryStaticIpFinder.html |   456 +-
 .../Apache.Ignite.Core.Discovery.Tcp.Static.html   |   242 +-
 ...ore.Discovery.Tcp.TcpDiscoveryIpFinderBase.html |   484 +-
 ....Ignite.Core.Discovery.Tcp.TcpDiscoverySpi.html |  1568 +-
 .../api/Apache.Ignite.Core.Discovery.Tcp.html      |   254 +-
 .../api/Apache.Ignite.Core.Discovery.html          |   242 +-
 .../api/Apache.Ignite.Core.Events.CacheEvent.html  |  1040 +-
 ...Ignite.Core.Events.CacheQueryExecutedEvent.html |   718 +-
 ...che.Ignite.Core.Events.CacheQueryReadEvent.html |   902 +-
 ...e.Ignite.Core.Events.CacheRebalancingEvent.html |   718 +-
 .../Apache.Ignite.Core.Events.CheckpointEvent.html |   488 +-
 .../Apache.Ignite.Core.Events.DiscoveryEvent.html  |   580 +-
 .../api/Apache.Ignite.Core.Events.EventBase.html   |  1100 +-
 .../api/Apache.Ignite.Core.Events.EventType.html   |  2974 +-
 .../api/Apache.Ignite.Core.Events.IEvent.html      |   622 +-
 .../Apache.Ignite.Core.Events.IEventFilter-1.html  |   360 +-
 ...Apache.Ignite.Core.Events.IEventListener-1.html |   360 +-
 ...Apache.Ignite.Core.Events.IEventStorageSpi.html |   246 +-
 .../api/Apache.Ignite.Core.Events.IEvents.html     |  2606 +-
 .../api/Apache.Ignite.Core.Events.JobEvent.html    |   718 +-
 ...he.Ignite.Core.Events.LocalEventListener-1.html |   392 +-
 ...ache.Ignite.Core.Events.LocalEventListener.html |   376 +-
 ...e.Ignite.Core.Events.MemoryEventStorageSpi.html |   528 +-
 ...che.Ignite.Core.Events.NoopEventStorageSpi.html |   320 +-
 .../api/Apache.Ignite.Core.Events.TaskEvent.html   |   672 +-
 .../dotnetdoc/api/Apache.Ignite.Core.Events.html   |   318 +-
 .../api/Apache.Ignite.Core.IDataRegionMetrics.html |   940 +-
 .../Apache.Ignite.Core.IDataStorageMetrics.html    |   802 +-
 .../dotnetdoc/api/Apache.Ignite.Core.IIgnite.html  |  3452 +-
 .../Apache.Ignite.Core.IgniteConfiguration.html    |  4294 +-
 ...che.Ignite.Core.IgniteConfigurationSection.html |   742 +-
 .../dotnetdoc/api/Apache.Ignite.Core.Ignition.html |  1666 +-
 ...Apache.Ignite.Core.Interop.IPlatformTarget.html |  1260 +-
 .../api/Apache.Ignite.Core.Interop.JavaObject.html |   522 +-
 .../dotnetdoc/api/Apache.Ignite.Core.Interop.html  |   250 +-
 ...te.Core.Lifecycle.ClientReconnectEventArgs.html |   416 +-
 ...he.Ignite.Core.Lifecycle.ILifecycleHandler.html |   300 +-
 ...e.Ignite.Core.Lifecycle.LifecycleEventType.html |   302 +-
 .../api/Apache.Ignite.Core.Lifecycle.html          |   258 +-
 .../api/Apache.Ignite.Core.Log.CategoryLogger.html |   730 +-
 .../api/Apache.Ignite.Core.Log.ILogger.html        |   592 +-
 .../api/Apache.Ignite.Core.Log.LogLevel.html       |   310 +-
 .../Apache.Ignite.Core.Log.LoggerExtensions.html   |  2118 +-
 .../dotnetdoc/api/Apache.Ignite.Core.Log.html      |   262 +-
 ...e.Ignite.Core.Messaging.IMessageListener-1.html |   370 +-
 .../Apache.Ignite.Core.Messaging.IMessaging.html   |  1040 +-
 .../api/Apache.Ignite.Core.Messaging.html          |   246 +-
 ....Core.PersistentStore.CheckpointWriteOrder.html |   286 +-
 ...re.PersistentStore.IPersistentStoreMetrics.html |   802 +-
 ...rsistentStore.PersistentStoreConfiguration.html |  2002 +-
 ...Apache.Ignite.Core.PersistentStore.WalMode.html |   302 +-
 .../api/Apache.Ignite.Core.PersistentStore.html    |   262 +-
 ...ore.Plugin.Cache.ICachePluginConfiguration.html |   350 +-
 .../api/Apache.Ignite.Core.Plugin.Cache.html       |   242 +-
 ...he.Ignite.Core.Plugin.IPluginConfiguration.html |   350 +-
 ...Apache.Ignite.Core.Plugin.IPluginContext-1.html |   672 +-
 ...pache.Ignite.Core.Plugin.IPluginProvider-1.html |   618 +-
 .../Apache.Ignite.Core.Plugin.PluginCallback.html  |   320 +-
 ...Ignite.Core.Plugin.PluginNotFoundException.html |   586 +-
 ...te.Core.Plugin.PluginProviderTypeAttribute.html |   660 +-
 .../dotnetdoc/api/Apache.Ignite.Core.Plugin.html   |   270 +-
 ...te.Core.Resource.InstanceResourceAttribute.html |   556 +-
 ...ore.Resource.StoreSessionResourceAttribute.html |   556 +-
 .../dotnetdoc/api/Apache.Ignite.Core.Resource.html |   246 +-
 .../api/Apache.Ignite.Core.Services.IService.html  |   400 +-
 ...pache.Ignite.Core.Services.IServiceContext.html |   480 +-
 ...he.Ignite.Core.Services.IServiceDescriptor.html |   618 +-
 .../api/Apache.Ignite.Core.Services.IServices.html |  2250 +-
 ....Ignite.Core.Services.ServiceConfiguration.html |   650 +-
 ...e.Core.Services.ServiceDeploymentException.html |   886 +-
 ...e.Core.Services.ServiceInvocationException.html |   760 +-
 .../dotnetdoc/api/Apache.Ignite.Core.Services.html |   270 +-
 .../Apache.Ignite.Core.Ssl.ISslContextFactory.html |   246 +-
 .../Apache.Ignite.Core.Ssl.SslContextFactory.html  |   988 +-
 .../dotnetdoc/api/Apache.Ignite.Core.Ssl.html      |   250 +-
 ...ache.Ignite.Core.Transactions.ITransaction.html |  1144 +-
 ...nite.Core.Transactions.ITransactionMetrics.html |   434 +-
 ...che.Ignite.Core.Transactions.ITransactions.html |   746 +-
 ...e.Core.Transactions.TransactionConcurrency.html |   286 +-
 ...Core.Transactions.TransactionConfiguration.html |   782 +-
 ....Transactions.TransactionDeadlockException.html |   588 +-
 ...Transactions.TransactionHeuristicException.html |   588 +-
 ...ite.Core.Transactions.TransactionIsolation.html |   294 +-
 ...ransactions.TransactionOptimisticException.html |   588 +-
 ....Transactions.TransactionRollbackException.html |   588 +-
 ....Ignite.Core.Transactions.TransactionState.html |   342 +-
 ...e.Transactions.TransactionTimeoutException.html |   588 +-
 .../api/Apache.Ignite.Core.Transactions.html       |   294 +-
 .../2.5.0/dotnetdoc/api/Apache.Ignite.Core.html    |   266 +-
 ...pache.Ignite.EntityFramework.DbCachingMode.html |   286 +-
 ...che.Ignite.EntityFramework.DbCachingPolicy.html |   654 +-
 .../Apache.Ignite.EntityFramework.DbQueryInfo.html |   446 +-
 ...he.Ignite.EntityFramework.IDbCachingPolicy.html |   580 +-
 ...nite.EntityFramework.IgniteDbConfiguration.html |   970 +-
 .../api/Apache.Ignite.EntityFramework.html         |   266 +-
 ...ache.Ignite.Linq.CacheClientLinqExtensions.html |   820 +-
 .../Apache.Ignite.Linq.CacheLinqExtensions.html    |  1304 +-
 .../api/Apache.Ignite.Linq.CompiledQuery.html      |  1696 +-
 .../Apache.Ignite.Linq.CompiledQueryFunc-1.html    |   340 +-
 .../api/Apache.Ignite.Linq.ICacheQueryable.html    |   438 +-
 .../Apache.Ignite.Linq.IUpdateDescriptor-2.html    |   528 +-
 .../api/Apache.Ignite.Linq.QueryOptions.html       |   790 +-
 .../2.5.0/dotnetdoc/api/Apache.Ignite.Linq.html    |   274 +-
 .../Apache.Ignite.Log4Net.IgniteLog4NetLogger.html |   664 +-
 .../2.5.0/dotnetdoc/api/Apache.Ignite.Log4Net.html |   242 +-
 .../api/Apache.Ignite.NLog.IgniteNLogLogger.html   |   724 +-
 .../2.5.0/dotnetdoc/api/Apache.Ignite.NLog.html    |   242 +-
 releases/2.5.0/dotnetdoc/api/index.html            |   220 +-
 releases/2.5.0/dotnetdoc/api/toc.html              |  2238 +-
 releases/2.5.0/dotnetdoc/index.html                |   250 +-
 releases/2.5.0/dotnetdoc/index.json                |  2912 +-
 releases/2.5.0/dotnetdoc/logo.svg                  |    50 +-
 releases/2.5.0/dotnetdoc/manifest.json             |  7214 +--
 releases/2.5.0/dotnetdoc/search-stopwords.json     |   242 +-
 releases/2.5.0/dotnetdoc/styles/docfx.css          |  1788 +-
 releases/2.5.0/dotnetdoc/styles/docfx.js           |  1568 +-
 releases/2.5.0/dotnetdoc/styles/docfx.vendor.css   |  2920 +-
 releases/2.5.0/dotnetdoc/styles/docfx.vendor.js    |    32 +-
 releases/2.5.0/dotnetdoc/styles/main.js            |     2 +-
 releases/2.5.0/dotnetdoc/styles/search-worker.js   |   160 +-
 releases/2.5.0/dotnetdoc/toc.html                  |   240 +-
 releases/2.5.0/dotnetdoc/xrefmap.yml               | 53390 ++++++++--------
 ...he.Ignite.AspNet.IgniteOutputCacheProvider.html |   692 +-
 ...ite.AspNet.IgniteSessionStateStoreProvider.html |  1388 +-
 .../api/Apache.Ignite.AspNet.IgniteWebUtils.html   |   342 +-
 .../2.6.0/dotnetdoc/api/Apache.Ignite.AspNet.html  |   238 +-
 ...e.Ignite.Core.Binary.BinaryBasicNameMapper.html |   522 +-
 ...che.Ignite.Core.Binary.BinaryConfiguration.html |   830 +-
 ...e.Ignite.Core.Binary.BinaryObjectException.html |   576 +-
 ...ite.Core.Binary.BinaryReflectiveSerializer.html |   528 +-
 ...Ignite.Core.Binary.BinaryTypeConfiguration.html |   836 +-
 .../Apache.Ignite.Core.Binary.BinaryTypeNames.html |  1704 +-
 .../Apache.Ignite.Core.Binary.IBinarizable.html    |   398 +-
 .../api/Apache.Ignite.Core.Binary.IBinary.html     |  1404 +-
 .../Apache.Ignite.Core.Binary.IBinaryIdMapper.html |   408 +-
 ...pache.Ignite.Core.Binary.IBinaryNameMapper.html |   398 +-
 .../Apache.Ignite.Core.Binary.IBinaryObject.html   |   692 +-
 ...he.Ignite.Core.Binary.IBinaryObjectBuilder.html |  3294 +-
 ...Apache.Ignite.Core.Binary.IBinaryRawReader.html |  1908 +-
 ...Apache.Ignite.Core.Binary.IBinaryRawWriter.html |  1858 +-
 .../Apache.Ignite.Core.Binary.IBinaryReader.html   |  2994 +-
 ...pache.Ignite.Core.Binary.IBinarySerializer.html |   358 +-
 .../api/Apache.Ignite.Core.Binary.IBinaryType.html |   598 +-
 .../Apache.Ignite.Core.Binary.IBinaryWriter.html   |  2204 +-
 ...ache.Ignite.Core.Binary.TimestampAttribute.html |   544 +-
 .../dotnetdoc/api/Apache.Ignite.Core.Binary.html   |   306 +-
 ...e.Core.Cache.Affinity.AffinityFunctionBase.html |   668 +-
 ...ore.Cache.Affinity.AffinityFunctionContext.html |   564 +-
 ...che.Ignite.Core.Cache.Affinity.AffinityKey.html |   986 +-
 ....Cache.Affinity.AffinityKeyMappedAttribute.html |   628 +-
 ...ore.Cache.Affinity.AffinityTopologyVersion.html |   886 +-
 ...nite.Core.Cache.Affinity.IAffinityFunction.html |   498 +-
 ...nity.Rendezvous.RendezvousAffinityFunction.html |   346 +-
 ...ache.Ignite.Core.Cache.Affinity.Rendezvous.html |   230 +-
 .../api/Apache.Ignite.Core.Cache.Affinity.html     |   258 +-
 ...re.Cache.CacheAtomicUpdateTimeoutException.html |   578 +-
 ...te.Core.Cache.CacheEntryProcessorException.html |   626 +-
 .../Apache.Ignite.Core.Cache.CacheException.html   |   582 +-
 ...ite.Core.Cache.CachePartialUpdateException.html |   776 +-
 .../Apache.Ignite.Core.Cache.CachePeekMode.html    |   306 +-
 .../Apache.Ignite.Core.Cache.CacheResult-1.html    |   862 +-
 ...ore.Cache.Configuration.CacheAtomicityMode.html |   274 +-
 ...ore.Cache.Configuration.CacheConfiguration.html |  4424 +-
 ....Cache.Configuration.CacheKeyConfiguration.html |   458 +-
 ....Ignite.Core.Cache.Configuration.CacheMode.html |   282 +-
 ...ore.Cache.Configuration.CacheRebalanceMode.html |   282 +-
 ...onfiguration.CacheWriteSynchronizationMode.html |   282 +-
 ...e.Cache.Configuration.DataPageEvictionMode.html |   282 +-
 ...re.Cache.Configuration.MemoryConfiguration.html |   822 +-
 ...he.Configuration.MemoryPolicyConfiguration.html |  1044 +-
 ...Cache.Configuration.NearCacheConfiguration.html |   456 +-
 ...re.Cache.Configuration.PartitionLossPolicy.html |   298 +-
 ...Ignite.Core.Cache.Configuration.QueryAlias.html |   468 +-
 ...gnite.Core.Cache.Configuration.QueryEntity.html |   886 +-
 ...Ignite.Core.Cache.Configuration.QueryField.html |   712 +-
 ...Ignite.Core.Cache.Configuration.QueryIndex.html |   778 +-
 ...e.Core.Cache.Configuration.QueryIndexField.html |   518 +-
 ...te.Core.Cache.Configuration.QueryIndexType.html |   282 +-
 ...Cache.Configuration.QuerySqlFieldAttribute.html |   890 +-
 ...ache.Configuration.QueryTextFieldAttribute.html |   594 +-
 .../Apache.Ignite.Core.Cache.Configuration.html    |   306 +-
 ...gnite.Core.Cache.Event.CacheEntryEventType.html |   282 +-
 ...Ignite.Core.Cache.Event.ICacheEntryEvent-2.html |   478 +-
 ....Core.Cache.Event.ICacheEntryEventFilter-2.html |   356 +-
 ...ore.Cache.Event.ICacheEntryEventListener-2.html |   326 +-
 .../api/Apache.Ignite.Core.Cache.Event.html        |   246 +-
 ...ite.Core.Cache.Eviction.EvictionPolicyBase.html |   590 +-
 ...ite.Core.Cache.Eviction.FifoEvictionPolicy.html |   346 +-
 ...Ignite.Core.Cache.Eviction.IEvictionPolicy.html |   234 +-
 ...nite.Core.Cache.Eviction.LruEvictionPolicy.html |   346 +-
 .../api/Apache.Ignite.Core.Cache.Eviction.html     |   246 +-
 ...ache.Ignite.Core.Cache.Expiry.ExpiryPolicy.html |   524 +-
 ...che.Ignite.Core.Cache.Expiry.IExpiryPolicy.html |   376 +-
 .../api/Apache.Ignite.Core.Cache.Expiry.html       |   238 +-
 .../api/Apache.Ignite.Core.Cache.ICache-2.html     |  6936 +--
 .../Apache.Ignite.Core.Cache.ICacheAffinity.html   |  1686 +-
 .../Apache.Ignite.Core.Cache.ICacheEntry-2.html    |   368 +-
 ...ache.Ignite.Core.Cache.ICacheEntryFilter-2.html |   356 +-
 ...e.Ignite.Core.Cache.ICacheEntryProcessor-4.html |   382 +-
 ...te.Core.Cache.ICacheEntryProcessorResult-2.html |   368 +-
 .../api/Apache.Ignite.Core.Cache.ICacheLock.html   |   408 +-
 .../Apache.Ignite.Core.Cache.ICacheMetrics.html    |  3596 +-
 .../Apache.Ignite.Core.Cache.IMemoryMetrics.html   |   514 +-
 ...che.Ignite.Core.Cache.IMutableCacheEntry-2.html |   406 +-
 ...e.Cache.Query.Continuous.ContinuousQuery-2.html |   874 +-
 ...ore.Cache.Query.Continuous.ContinuousQuery.html |   450 +-
 ...Query.Continuous.ContinuousQueryExtensions.html |   414 +-
 ....Query.Continuous.IContinuousQueryHandle-1.html |   326 +-
 ...he.Query.Continuous.IContinuousQueryHandle.html |   246 +-
 .../Apache.Ignite.Core.Cache.Query.Continuous.html |   250 +-
 ...Ignite.Core.Cache.Query.IFieldsQueryCursor.html |   308 +-
 ...che.Ignite.Core.Cache.Query.IQueryCursor-1.html |   332 +-
 .../Apache.Ignite.Core.Cache.Query.QueryBase.html  |   462 +-
 ...Apache.Ignite.Core.Cache.Query.ScanQuery-2.html |   500 +-
 ...che.Ignite.Core.Cache.Query.SqlFieldsQuery.html |  1032 +-
 .../Apache.Ignite.Core.Cache.Query.SqlQuery.html   |   944 +-
 .../Apache.Ignite.Core.Cache.Query.TextQuery.html  |   672 +-
 .../api/Apache.Ignite.Core.Cache.Query.html        |   258 +-
 ...ache.Store.CacheParallelLoadStoreAdapter-3.html |  1086 +-
 ...gnite.Core.Cache.Store.CacheStoreAdapter-2.html |   838 +-
 ...gnite.Core.Cache.Store.CacheStoreException.html |   578 +-
 ...ache.Ignite.Core.Cache.Store.ICacheStore-2.html |   996 +-
 ...Apache.Ignite.Core.Cache.Store.ICacheStore.html |   234 +-
 ...Ignite.Core.Cache.Store.ICacheStoreSession.html |   330 +-
 .../api/Apache.Ignite.Core.Cache.Store.html        |   254 +-
 .../dotnetdoc/api/Apache.Ignite.Core.Cache.html    |   302 +-
 ...Core.Client.Cache.CacheClientConfiguration.html |  2026 +-
 ...he.Ignite.Core.Client.Cache.ICacheClient-2.html |  4256 +-
 .../api/Apache.Ignite.Core.Client.Cache.html       |   238 +-
 ...Apache.Ignite.Core.Client.ClientStatusCode.html |   322 +-
 .../Apache.Ignite.Core.Client.IIgniteClient.html   |  1028 +-
 ...pache.Ignite.Core.Client.ISslStreamFactory.html |   328 +-
 ...nite.Core.Client.IgniteClientConfiguration.html |  1276 +-
 ...re.Client.IgniteClientConfigurationSection.html |   730 +-
 ...e.Ignite.Core.Client.IgniteClientException.html |   802 +-
 ...Apache.Ignite.Core.Client.SslStreamFactory.html |   704 +-
 .../dotnetdoc/api/Apache.Ignite.Core.Client.html   |   262 +-
 ...te.Core.Cluster.ClusterGroupEmptyException.html |   576 +-
 ...nite.Core.Cluster.ClusterTopologyException.html |   576 +-
 .../Apache.Ignite.Core.Cluster.IBaselineNode.html  |   330 +-
 .../api/Apache.Ignite.Core.Cluster.ICluster.html   |  1216 +-
 .../Apache.Ignite.Core.Cluster.IClusterGroup.html  |  1822 +-
 ...Apache.Ignite.Core.Cluster.IClusterMetrics.html |  2814 +-
 .../Apache.Ignite.Core.Cluster.IClusterNode.html   |   904 +-
 ...che.Ignite.Core.Cluster.IClusterNodeFilter.html |   318 +-
 .../dotnetdoc/api/Apache.Ignite.Core.Cluster.html  |   262 +-
 ...te.Core.Common.ClientDisconnectedException.html |   636 +-
 ...Apache.Ignite.Core.Common.ExceptionFactory.html |   328 +-
 .../api/Apache.Ignite.Core.Common.IFactory-1.html  |   314 +-
 .../Apache.Ignite.Core.Common.IgniteException.html |   616 +-
 ...Core.Common.IgniteFutureCancelledException.html |   576 +-
 .../api/Apache.Ignite.Core.Common.IgniteGuid.html  |   886 +-
 .../Apache.Ignite.Core.Common.JavaException.html   |   884 +-
 .../dotnetdoc/api/Apache.Ignite.Core.Common.html   |   266 +-
 ...gnite.Core.Communication.ICommunicationSpi.html |   234 +-
 ...Core.Communication.Tcp.TcpCommunicationSpi.html |  1690 +-
 .../api/Apache.Ignite.Core.Communication.Tcp.html  |   230 +-
 .../api/Apache.Ignite.Core.Communication.html      |   230 +-
 ....Compute.ComputeExecutionRejectedException.html |   576 +-
 ...he.Ignite.Core.Compute.ComputeJobAdapter-1.html |   680 +-
 ...e.Core.Compute.ComputeJobFailoverException.html |   576 +-
 ...Ignite.Core.Compute.ComputeJobResultPolicy.html |   282 +-
 ...e.Ignite.Core.Compute.ComputeTaskAdapter-3.html |   620 +-
 ...Core.Compute.ComputeTaskCancelledException.html |   576 +-
 ....Compute.ComputeTaskNoResultCacheAttribute.html |   544 +-
 ...ite.Core.Compute.ComputeTaskSplitAdapter-3.html |   592 +-
 ...e.Core.Compute.ComputeTaskTimeoutException.html |   576 +-
 ...ore.Compute.ComputeUserUndeclaredException.html |   576 +-
 .../api/Apache.Ignite.Core.Compute.ICompute.html   |  6778 +-
 .../Apache.Ignite.Core.Compute.IComputeAction.html |   254 +-
 .../Apache.Ignite.Core.Compute.IComputeFunc-1.html |   314 +-
 .../Apache.Ignite.Core.Compute.IComputeFunc-2.html |   356 +-
 .../Apache.Ignite.Core.Compute.IComputeJob-1.html  |   330 +-
 ...he.Ignite.Core.Compute.IComputeJobResult-1.html |   498 +-
 ...ache.Ignite.Core.Compute.IComputeReducer-2.html |   402 +-
 .../Apache.Ignite.Core.Compute.IComputeTask-2.html |   296 +-
 .../Apache.Ignite.Core.Compute.IComputeTask-3.html |   544 +-
 .../dotnetdoc/api/Apache.Ignite.Core.Compute.html  |   310 +-
 ...te.Core.Configuration.CheckpointWriteOrder.html |   274 +-
 ...Configuration.ClientConnectorConfiguration.html |  1312 +-
 ...te.Core.Configuration.DataPageEvictionMode.html |   282 +-
 ...Core.Configuration.DataRegionConfiguration.html |  1180 +-
 ...ore.Configuration.DataStorageConfiguration.html |  2664 +-
 ...re.Configuration.SqlConnectorConfiguration.html |   952 +-
 .../Apache.Ignite.Core.Configuration.WalMode.html  |   298 +-
 .../api/Apache.Ignite.Core.Configuration.html      |   258 +-
 ...ructures.Configuration.AtomicConfiguration.html |   590 +-
 ...e.Ignite.Core.DataStructures.Configuration.html |   230 +-
 ...che.Ignite.Core.DataStructures.IAtomicLong.html |   738 +-
 ...ite.Core.DataStructures.IAtomicReference-1.html |   566 +-
 ...Ignite.Core.DataStructures.IAtomicSequence.html |   568 +-
 .../api/Apache.Ignite.Core.DataStructures.html     |   238 +-
 ...gnite.Core.Datastream.DataStreamerDefaults.html |   428 +-
 ...che.Ignite.Core.Datastream.IDataStreamer-2.html |  1202 +-
 ...e.Ignite.Core.Datastream.IStreamReceiver-2.html |   336 +-
 ...Ignite.Core.Datastream.StreamTransformer-4.html |   480 +-
 ...che.Ignite.Core.Datastream.StreamVisitor-2.html |   464 +-
 .../api/Apache.Ignite.Core.Datastream.html         |   250 +-
 ...te.Core.Deployment.PeerAssemblyLoadingMode.html |   274 +-
 .../api/Apache.Ignite.Core.Deployment.html         |   230 +-
 ...Apache.Ignite.Core.Discovery.IDiscoverySpi.html |   234 +-
 ...e.Core.Discovery.Tcp.ITcpDiscoveryIpFinder.html |   234 +-
 ...cp.Multicast.TcpDiscoveryMulticastIpFinder.html |   860 +-
 ...Apache.Ignite.Core.Discovery.Tcp.Multicast.html |   230 +-
 ...very.Tcp.Static.TcpDiscoveryStaticIpFinder.html |   444 +-
 .../Apache.Ignite.Core.Discovery.Tcp.Static.html   |   230 +-
 ...ore.Discovery.Tcp.TcpDiscoveryIpFinderBase.html |   472 +-
 ....Ignite.Core.Discovery.Tcp.TcpDiscoverySpi.html |  1556 +-
 .../api/Apache.Ignite.Core.Discovery.Tcp.html      |   242 +-
 .../api/Apache.Ignite.Core.Discovery.html          |   230 +-
 .../api/Apache.Ignite.Core.Events.CacheEvent.html  |  1028 +-
 ...Ignite.Core.Events.CacheQueryExecutedEvent.html |   706 +-
 ...che.Ignite.Core.Events.CacheQueryReadEvent.html |   890 +-
 ...e.Ignite.Core.Events.CacheRebalancingEvent.html |   706 +-
 .../Apache.Ignite.Core.Events.CheckpointEvent.html |   476 +-
 .../Apache.Ignite.Core.Events.DiscoveryEvent.html  |   568 +-
 .../api/Apache.Ignite.Core.Events.EventBase.html   |  1088 +-
 .../api/Apache.Ignite.Core.Events.EventType.html   |  2962 +-
 .../api/Apache.Ignite.Core.Events.IEvent.html      |   610 +-
 .../Apache.Ignite.Core.Events.IEventFilter-1.html  |   348 +-
 ...Apache.Ignite.Core.Events.IEventListener-1.html |   348 +-
 ...Apache.Ignite.Core.Events.IEventStorageSpi.html |   234 +-
 .../api/Apache.Ignite.Core.Events.IEvents.html     |  2594 +-
 .../api/Apache.Ignite.Core.Events.JobEvent.html    |   706 +-
 ...he.Ignite.Core.Events.LocalEventListener-1.html |   380 +-
 ...ache.Ignite.Core.Events.LocalEventListener.html |   364 +-
 ...e.Ignite.Core.Events.MemoryEventStorageSpi.html |   516 +-
 ...che.Ignite.Core.Events.NoopEventStorageSpi.html |   308 +-
 .../api/Apache.Ignite.Core.Events.TaskEvent.html   |   660 +-
 .../dotnetdoc/api/Apache.Ignite.Core.Events.html   |   306 +-
 .../api/Apache.Ignite.Core.IDataRegionMetrics.html |   928 +-
 .../Apache.Ignite.Core.IDataStorageMetrics.html    |   790 +-
 .../dotnetdoc/api/Apache.Ignite.Core.IIgnite.html  |  3440 +-
 .../Apache.Ignite.Core.IgniteConfiguration.html    |  4282 +-
 ...che.Ignite.Core.IgniteConfigurationSection.html |   730 +-
 .../dotnetdoc/api/Apache.Ignite.Core.Ignition.html |  1654 +-
 ...Apache.Ignite.Core.Interop.IPlatformTarget.html |  1248 +-
 .../api/Apache.Ignite.Core.Interop.JavaObject.html |   510 +-
 .../dotnetdoc/api/Apache.Ignite.Core.Interop.html  |   238 +-
 ...te.Core.Lifecycle.ClientReconnectEventArgs.html |   404 +-
 ...he.Ignite.Core.Lifecycle.ILifecycleHandler.html |   288 +-
 ...e.Ignite.Core.Lifecycle.LifecycleEventType.html |   290 +-
 .../api/Apache.Ignite.Core.Lifecycle.html          |   246 +-
 .../api/Apache.Ignite.Core.Log.CategoryLogger.html |   718 +-
 .../api/Apache.Ignite.Core.Log.ILogger.html        |   580 +-
 .../api/Apache.Ignite.Core.Log.LogLevel.html       |   298 +-
 .../Apache.Ignite.Core.Log.LoggerExtensions.html   |  2106 +-
 .../dotnetdoc/api/Apache.Ignite.Core.Log.html      |   250 +-
 ...e.Ignite.Core.Messaging.IMessageListener-1.html |   358 +-
 .../Apache.Ignite.Core.Messaging.IMessaging.html   |  1028 +-
 .../api/Apache.Ignite.Core.Messaging.html          |   234 +-
 ....Core.PersistentStore.CheckpointWriteOrder.html |   274 +-
 ...re.PersistentStore.IPersistentStoreMetrics.html |   790 +-
 ...rsistentStore.PersistentStoreConfiguration.html |  1990 +-
 ...Apache.Ignite.Core.PersistentStore.WalMode.html |   290 +-
 .../api/Apache.Ignite.Core.PersistentStore.html    |   250 +-
 ...ore.Plugin.Cache.ICachePluginConfiguration.html |   338 +-
 .../api/Apache.Ignite.Core.Plugin.Cache.html       |   230 +-
 ...he.Ignite.Core.Plugin.IPluginConfiguration.html |   338 +-
 ...Apache.Ignite.Core.Plugin.IPluginContext-1.html |   660 +-
 ...pache.Ignite.Core.Plugin.IPluginProvider-1.html |   606 +-
 .../Apache.Ignite.Core.Plugin.PluginCallback.html  |   308 +-
 ...Ignite.Core.Plugin.PluginNotFoundException.html |   574 +-
 ...te.Core.Plugin.PluginProviderTypeAttribute.html |   648 +-
 .../dotnetdoc/api/Apache.Ignite.Core.Plugin.html   |   258 +-
 ...te.Core.Resource.InstanceResourceAttribute.html |   544 +-
 ...ore.Resource.StoreSessionResourceAttribute.html |   544 +-
 .../dotnetdoc/api/Apache.Ignite.Core.Resource.html |   234 +-
 .../api/Apache.Ignite.Core.Services.IService.html  |   388 +-
 ...pache.Ignite.Core.Services.IServiceContext.html |   468 +-
 ...he.Ignite.Core.Services.IServiceDescriptor.html |   606 +-
 .../api/Apache.Ignite.Core.Services.IServices.html |  2238 +-
 ....Ignite.Core.Services.ServiceConfiguration.html |   638 +-
 ...e.Core.Services.ServiceDeploymentException.html |   874 +-
 ...e.Core.Services.ServiceInvocationException.html |   748 +-
 .../dotnetdoc/api/Apache.Ignite.Core.Services.html |   258 +-
 .../Apache.Ignite.Core.Ssl.ISslContextFactory.html |   234 +-
 .../Apache.Ignite.Core.Ssl.SslContextFactory.html  |   976 +-
 .../dotnetdoc/api/Apache.Ignite.Core.Ssl.html      |   238 +-
 ...ache.Ignite.Core.Transactions.ITransaction.html |  1132 +-
 ...nite.Core.Transactions.ITransactionMetrics.html |   422 +-
 ...che.Ignite.Core.Transactions.ITransactions.html |   734 +-
 ...e.Core.Transactions.TransactionConcurrency.html |   274 +-
 ...Core.Transactions.TransactionConfiguration.html |   770 +-
 ....Transactions.TransactionDeadlockException.html |   576 +-
 ...Transactions.TransactionHeuristicException.html |   576 +-
 ...ite.Core.Transactions.TransactionIsolation.html |   282 +-
 ...ransactions.TransactionOptimisticException.html |   576 +-
 ....Transactions.TransactionRollbackException.html |   576 +-
 ....Ignite.Core.Transactions.TransactionState.html |   330 +-
 ...e.Transactions.TransactionTimeoutException.html |   576 +-
 .../api/Apache.Ignite.Core.Transactions.html       |   282 +-
 .../2.6.0/dotnetdoc/api/Apache.Ignite.Core.html    |   254 +-
 ...pache.Ignite.EntityFramework.DbCachingMode.html |   274 +-
 ...che.Ignite.EntityFramework.DbCachingPolicy.html |   642 +-
 .../Apache.Ignite.EntityFramework.DbQueryInfo.html |   434 +-
 ...he.Ignite.EntityFramework.IDbCachingPolicy.html |   568 +-
 ...nite.EntityFramework.IgniteDbConfiguration.html |   958 +-
 .../api/Apache.Ignite.EntityFramework.html         |   254 +-
 ...ache.Ignite.Linq.CacheClientLinqExtensions.html |   808 +-
 .../Apache.Ignite.Linq.CacheLinqExtensions.html    |  1292 +-
 .../api/Apache.Ignite.Linq.CompiledQuery.html      |  1684 +-
 .../Apache.Ignite.Linq.CompiledQueryFunc-1.html    |   328 +-
 .../api/Apache.Ignite.Linq.ICacheQueryable.html    |   426 +-
 .../Apache.Ignite.Linq.IUpdateDescriptor-2.html    |   516 +-
 .../api/Apache.Ignite.Linq.QueryOptions.html       |   778 +-
 .../2.6.0/dotnetdoc/api/Apache.Ignite.Linq.html    |   262 +-
 .../Apache.Ignite.Log4Net.IgniteLog4NetLogger.html |   652 +-
 .../2.6.0/dotnetdoc/api/Apache.Ignite.Log4Net.html |   230 +-
 .../api/Apache.Ignite.NLog.IgniteNLogLogger.html   |   712 +-
 .../2.6.0/dotnetdoc/api/Apache.Ignite.NLog.html    |   230 +-
 releases/2.6.0/dotnetdoc/api/index.html            |   208 +-
 releases/2.6.0/dotnetdoc/api/toc.html              |  2226 +-
 releases/2.6.0/dotnetdoc/index.html                |   250 +-
 releases/2.6.0/dotnetdoc/index.json                |  2912 +-
 releases/2.6.0/dotnetdoc/logo.svg                  |    50 +-
 releases/2.6.0/dotnetdoc/manifest.json             |  7214 +--
 releases/2.6.0/dotnetdoc/search-stopwords.json     |   242 +-
 releases/2.6.0/dotnetdoc/styles/docfx.css          |  1788 +-
 releases/2.6.0/dotnetdoc/styles/docfx.js           |  1568 +-
 releases/2.6.0/dotnetdoc/styles/docfx.vendor.css   |  2920 +-
 releases/2.6.0/dotnetdoc/styles/docfx.vendor.js    |    32 +-
 releases/2.6.0/dotnetdoc/styles/main.js            |     2 +-
 releases/2.6.0/dotnetdoc/styles/search-worker.js   |   160 +-
 releases/2.6.0/dotnetdoc/toc.html                  |   228 +-
 releases/2.6.0/dotnetdoc/xrefmap.yml               | 53390 ++++++++--------
 ...he.Ignite.AspNet.IgniteOutputCacheProvider.html |   450 +-
 ...ite.AspNet.IgniteSessionStateStoreProvider.html |   740 +-
 .../api/Apache.Ignite.AspNet.IgniteWebUtils.html   |   282 +-
 .../2.7.0/dotnetdoc/api/Apache.Ignite.AspNet.html  |   182 +-
 ...e.Ignite.Core.Binary.BinaryBasicNameMapper.html |   438 +-
 ...che.Ignite.Core.Binary.BinaryConfiguration.html |   614 +-
 ...e.Ignite.Core.Binary.BinaryObjectException.html |   412 +-
 ...ite.Core.Binary.BinaryReflectiveSerializer.html |   388 +-
 ...Ignite.Core.Binary.BinaryTypeConfiguration.html |   596 +-
 .../Apache.Ignite.Core.Binary.BinaryTypeNames.html |  1272 +-
 .../Apache.Ignite.Core.Binary.IBinarizable.html    |   278 +-
 .../api/Apache.Ignite.Core.Binary.IBinary.html     |   874 +-
 .../Apache.Ignite.Core.Binary.IBinaryIdMapper.html |   278 +-
 ...pache.Ignite.Core.Binary.IBinaryNameMapper.html |   278 +-
 .../Apache.Ignite.Core.Binary.IBinaryObject.html   |   452 +-
 ...he.Ignite.Core.Binary.IBinaryObjectBuilder.html |  1770 +-
 ...Apache.Ignite.Core.Binary.IBinaryRawReader.html |  1058 +-
 ...Apache.Ignite.Core.Binary.IBinaryRawWriter.html |  1090 +-
 .../Apache.Ignite.Core.Binary.IBinaryReader.html   |  1776 +-
 ...pache.Ignite.Core.Binary.IBinarySerializer.html |   242 +-
 .../api/Apache.Ignite.Core.Binary.IBinaryType.html |   394 +-
 .../Apache.Ignite.Core.Binary.IBinaryWriter.html   |  1112 +-
 ...ache.Ignite.Core.Binary.TimestampAttribute.html |   484 +-
 .../dotnetdoc/api/Apache.Ignite.Core.Binary.html   |   182 +-
 ...e.Core.Cache.Affinity.AffinityFunctionBase.html |   478 +-
 ...ore.Cache.Affinity.AffinityFunctionContext.html |   432 +-
 ...che.Ignite.Core.Cache.Affinity.AffinityKey.html |   620 +-
 ....Cache.Affinity.AffinityKeyMappedAttribute.html |   556 +-
 ...ore.Cache.Affinity.AffinityTopologyVersion.html |   568 +-
 ...nite.Core.Cache.Affinity.IAffinityFunction.html |   342 +-
 ...nity.Rendezvous.RendezvousAffinityFunction.html |   286 +-
 ...ache.Ignite.Core.Cache.Affinity.Rendezvous.html |   182 +-
 .../api/Apache.Ignite.Core.Cache.Affinity.html     |   182 +-
 ...te.Core.Cache.CacheEntryProcessorException.html |   438 +-
 .../Apache.Ignite.Core.Cache.CacheException.html   |   416 +-
 ...ite.Core.Cache.CachePartialUpdateException.html |   532 +-
 .../Apache.Ignite.Core.Cache.CachePeekMode.html    |   194 +-
 .../Apache.Ignite.Core.Cache.CacheResult-1.html    |   566 +-
 ...ore.Cache.Configuration.CacheAtomicityMode.html |   206 +-
 ...ore.Cache.Configuration.CacheConfiguration.html |  3250 +-
 ....Cache.Configuration.CacheKeyConfiguration.html |   362 +-
 ....Ignite.Core.Cache.Configuration.CacheMode.html |   206 +-
 ...ore.Cache.Configuration.CacheRebalanceMode.html |   206 +-
 ...onfiguration.CacheWriteSynchronizationMode.html |   206 +-
 ...e.Cache.Configuration.DataPageEvictionMode.html |   194 +-
 ...re.Cache.Configuration.MemoryConfiguration.html |   606 +-
 ...he.Configuration.MemoryPolicyConfiguration.html |   780 +-
 ...Cache.Configuration.NearCacheConfiguration.html |   360 +-
 ...re.Cache.Configuration.PartitionLossPolicy.html |   206 +-
 ...Ignite.Core.Cache.Configuration.QueryAlias.html |   350 +-
 ...gnite.Core.Cache.Configuration.QueryEntity.html |   648 +-
 ...Ignite.Core.Cache.Configuration.QueryField.html |   580 +-
 ...Ignite.Core.Cache.Configuration.QueryIndex.html |   532 +-
 ...e.Core.Cache.Configuration.QueryIndexField.html |   376 +-
 ...te.Core.Cache.Configuration.QueryIndexType.html |   206 +-
 ...Cache.Configuration.QuerySqlFieldAttribute.html |   802 +-
 ...ache.Configuration.QueryTextFieldAttribute.html |   522 +-
 .../Apache.Ignite.Core.Cache.Configuration.html    |   182 +-
 ...gnite.Core.Cache.Event.CacheEntryEventType.html |   206 +-
 ...Ignite.Core.Cache.Event.ICacheEntryEvent-2.html |   382 +-
 ....Core.Cache.Event.ICacheEntryEventFilter-2.html |   284 +-
 ...ore.Cache.Event.ICacheEntryEventListener-2.html |   254 +-
 .../api/Apache.Ignite.Core.Cache.Event.html        |   182 +-
 ...ite.Core.Cache.Eviction.EvictionPolicyBase.html |   470 +-
 ...ite.Core.Cache.Eviction.FifoEvictionPolicy.html |   298 +-
 ...Ignite.Core.Cache.Eviction.IEvictionPolicy.html |   186 +-
 ...nite.Core.Cache.Eviction.LruEvictionPolicy.html |   298 +-
 .../api/Apache.Ignite.Core.Cache.Eviction.html     |   182 +-
 ...ache.Ignite.Core.Cache.Expiry.ExpiryPolicy.html |   360 +-
 ...che.Ignite.Core.Cache.Expiry.IExpiryPolicy.html |   256 +-
 .../api/Apache.Ignite.Core.Cache.Expiry.html       |   182 +-
 .../api/Apache.Ignite.Core.Cache.ICache-2.html     |  3882 +-
 .../Apache.Ignite.Core.Cache.ICacheAffinity.html   |  1104 +-
 .../Apache.Ignite.Core.Cache.ICacheEntry-2.html    |   276 +-
 ...ache.Ignite.Core.Cache.ICacheEntryFilter-2.html |   252 +-
 ...e.Ignite.Core.Cache.ICacheEntryProcessor-4.html |   252 +-
 ...te.Core.Cache.ICacheEntryProcessorResult-2.html |   264 +-
 .../api/Apache.Ignite.Core.Cache.ICacheLock.html   |   276 +-
 .../Apache.Ignite.Core.Cache.ICacheMetrics.html    |  2104 +-
 .../Apache.Ignite.Core.Cache.IMemoryMetrics.html   |   382 +-
 ...che.Ignite.Core.Cache.IMutableCacheEntry-2.html |   302 +-
 .../Apache.Ignite.Core.Cache.IQueryMetrics.html    |   300 +-
 ...e.Cache.Query.Continuous.ContinuousQuery-2.html |   618 +-
 ...ore.Cache.Query.Continuous.ContinuousQuery.html |   354 +-
 ...Query.Continuous.ContinuousQueryExtensions.html |   334 +-
 ....Query.Continuous.IContinuousQueryHandle-1.html |   242 +-
 ...he.Query.Continuous.IContinuousQueryHandle.html |   198 +-
 .../Apache.Ignite.Core.Cache.Query.Continuous.html |   182 +-
 ...Ignite.Core.Cache.Query.IFieldsQueryCursor.html |   248 +-
 ...che.Ignite.Core.Cache.Query.IQueryCursor-1.html |   260 +-
 .../Apache.Ignite.Core.Cache.Query.QueryBase.html  |   366 +-
 ...Apache.Ignite.Core.Cache.Query.ScanQuery-2.html |   404 +-
 ...che.Ignite.Core.Cache.Query.SqlFieldsQuery.html |   714 +-
 .../Apache.Ignite.Core.Cache.Query.SqlQuery.html   |   592 +-
 .../Apache.Ignite.Core.Cache.Query.TextQuery.html  |   444 +-
 .../api/Apache.Ignite.Core.Cache.Query.html        |   182 +-
 ...ache.Store.CacheParallelLoadStoreAdapter-3.html |   718 +-
 ...gnite.Core.Cache.Store.CacheStoreAdapter-2.html |   534 +-
 ...gnite.Core.Cache.Store.CacheStoreException.html |   414 +-
 ...ache.Ignite.Core.Cache.Store.ICacheStore-2.html |   692 +-
 ...Apache.Ignite.Core.Cache.Store.ICacheStore.html |   186 +-
 ...Ignite.Core.Cache.Store.ICacheStoreSession.html |   258 +-
 .../api/Apache.Ignite.Core.Cache.Store.html        |   182 +-
 .../dotnetdoc/api/Apache.Ignite.Core.Cache.html    |   182 +-
 ...Core.Client.Cache.CacheClientConfiguration.html |  1444 +-
 ...he.Ignite.Core.Client.Cache.ICacheClient-2.html |  2402 +-
 .../api/Apache.Ignite.Core.Client.Cache.html       |   182 +-
 ...Apache.Ignite.Core.Client.ClientStatusCode.html |   206 +-
 .../Apache.Ignite.Core.Client.IIgniteClient.html   |   688 +-
 ...pache.Ignite.Core.Client.ISslStreamFactory.html |   234 +-
 ...nite.Core.Client.IgniteClientConfiguration.html |   984 +-
 ...re.Client.IgniteClientConfigurationSection.html |   590 +-
 ...e.Ignite.Core.Client.IgniteClientException.html |   536 +-
 ...Apache.Ignite.Core.Client.SslStreamFactory.html |   572 +-
 .../dotnetdoc/api/Apache.Ignite.Core.Client.html   |   182 +-
 ...te.Core.Cluster.ClusterGroupEmptyException.html |   412 +-
 ...nite.Core.Cluster.ClusterTopologyException.html |   412 +-
 .../Apache.Ignite.Core.Cluster.IBaselineNode.html  |   258 +-
 .../api/Apache.Ignite.Core.Cluster.ICluster.html   |   846 +-
 .../Apache.Ignite.Core.Cluster.IClusterGroup.html  |  1020 +-
 ...Apache.Ignite.Core.Cluster.IClusterMetrics.html |  2094 +-
 .../Apache.Ignite.Core.Cluster.IClusterNode.html   |   598 +-
 ...che.Ignite.Core.Cluster.IClusterNodeFilter.html |   234 +-
 .../dotnetdoc/api/Apache.Ignite.Core.Cluster.html  |   182 +-
 ...te.Core.Common.ClientDisconnectedException.html |   438 +-
 ...Apache.Ignite.Core.Common.ExceptionFactory.html |   226 +-
 .../api/Apache.Ignite.Core.Common.IFactory-1.html  |   242 +-
 .../Apache.Ignite.Core.Common.IgniteException.html |   452 +-
 ...Core.Common.IgniteFutureCancelledException.html |   412 +-
 .../api/Apache.Ignite.Core.Common.IgniteGuid.html  |   556 +-
 .../Apache.Ignite.Core.Common.JavaException.html   |   564 +-
 .../dotnetdoc/api/Apache.Ignite.Core.Common.html   |   182 +-
 ...gnite.Core.Communication.ICommunicationSpi.html |   186 +-
 ...Core.Communication.Tcp.TcpCommunicationSpi.html |  1270 +-
 .../api/Apache.Ignite.Core.Communication.Tcp.html  |   182 +-
 .../api/Apache.Ignite.Core.Communication.html      |   182 +-
 ....Compute.ComputeExecutionRejectedException.html |   412 +-
 ...he.Ignite.Core.Compute.ComputeJobAdapter-1.html |   476 +-
 ...e.Core.Compute.ComputeJobFailoverException.html |   412 +-
 ...Ignite.Core.Compute.ComputeJobResultPolicy.html |   206 +-
 ...e.Ignite.Core.Compute.ComputeTaskAdapter-3.html |   444 +-
 ...Core.Compute.ComputeTaskCancelledException.html |   412 +-
 ....Compute.ComputeTaskNoResultCacheAttribute.html |   484 +-
 ...ite.Core.Compute.ComputeTaskSplitAdapter-3.html |   452 +-
 ...e.Core.Compute.ComputeTaskTimeoutException.html |   412 +-
 ...ore.Compute.ComputeUserUndeclaredException.html |   412 +-
 .../api/Apache.Ignite.Core.Compute.ICompute.html   |  3482 +-
 .../Apache.Ignite.Core.Compute.IComputeAction.html |   194 +-
 .../Apache.Ignite.Core.Compute.IComputeFunc-1.html |   242 +-
 .../Apache.Ignite.Core.Compute.IComputeFunc-2.html |   272 +-
 .../Apache.Ignite.Core.Compute.IComputeJob-1.html  |   246 +-
 ...he.Ignite.Core.Compute.IComputeJobResult-1.html |   366 +-
 ...ache.Ignite.Core.Compute.IComputeReducer-2.html |   274 +-
 .../Apache.Ignite.Core.Compute.IComputeTask-2.html |   248 +-
 .../Apache.Ignite.Core.Compute.IComputeTask-3.html |   340 +-
 .../dotnetdoc/api/Apache.Ignite.Core.Compute.html  |   182 +-
 ...te.Core.Configuration.CheckpointWriteOrder.html |   206 +-
 ...Configuration.ClientConnectorConfiguration.html |   988 +-
 ...te.Core.Configuration.DataPageEvictionMode.html |   206 +-
 ...Core.Configuration.DataRegionConfiguration.html |   892 +-
 ...ore.Configuration.DataStorageConfiguration.html |  2080 +-
 ...re.Configuration.SqlConnectorConfiguration.html |   712 +-
 .../Apache.Ignite.Core.Configuration.WalMode.html  |   206 +-
 .../api/Apache.Ignite.Core.Configuration.html      |   182 +-
 ...ructures.Configuration.AtomicConfiguration.html |   458 +-
 ...e.Ignite.Core.DataStructures.Configuration.html |   182 +-
 ...che.Ignite.Core.DataStructures.IAtomicLong.html |   440 +-
 ...ite.Core.DataStructures.IAtomicReference-1.html |   364 +-
 ...Ignite.Core.DataStructures.IAtomicSequence.html |   352 +-
 .../api/Apache.Ignite.Core.DataStructures.html     |   182 +-
 ...gnite.Core.Datastream.DataStreamerDefaults.html |   376 +-
 ...che.Ignite.Core.Datastream.IDataStreamer-2.html |   834 +-
 ...e.Ignite.Core.Datastream.IStreamReceiver-2.html |   254 +-
 ...Ignite.Core.Datastream.StreamTransformer-4.html |   338 +-
 ...che.Ignite.Core.Datastream.StreamVisitor-2.html |   326 +-
 .../api/Apache.Ignite.Core.Datastream.html         |   182 +-
 ...te.Core.Deployment.PeerAssemblyLoadingMode.html |   206 +-
 .../api/Apache.Ignite.Core.Deployment.html         |   182 +-
 ...Apache.Ignite.Core.Discovery.IDiscoverySpi.html |   186 +-
 ...e.Core.Discovery.Tcp.ITcpDiscoveryIpFinder.html |   186 +-
 ...cp.Multicast.TcpDiscoveryMulticastIpFinder.html |   668 +-
 ...Apache.Ignite.Core.Discovery.Tcp.Multicast.html |   182 +-
 ...very.Tcp.Static.TcpDiscoveryStaticIpFinder.html |   360 +-
 .../Apache.Ignite.Core.Discovery.Tcp.Static.html   |   182 +-
 ...ore.Discovery.Tcp.TcpDiscoveryIpFinderBase.html |   400 +-
 ....Ignite.Core.Discovery.Tcp.TcpDiscoverySpi.html |  1172 +-
 .../api/Apache.Ignite.Core.Discovery.Tcp.html      |   182 +-
 .../api/Apache.Ignite.Core.Discovery.html          |   182 +-
 ...ache.Ignite.Core.Encryption.IEncryptionSpi.html |   186 +-
 ....Encryption.Keystore.KeystoreEncryptionSpi.html |   502 +-
 .../Apache.Ignite.Core.Encryption.Keystore.html    |   182 +-
 .../api/Apache.Ignite.Core.Encryption.html         |   182 +-
 .../api/Apache.Ignite.Core.Events.CacheEvent.html  |   812 +-
 ...Ignite.Core.Events.CacheQueryExecutedEvent.html |   574 +-
 ...che.Ignite.Core.Events.CacheQueryReadEvent.html |   710 +-
 ...e.Ignite.Core.Events.CacheRebalancingEvent.html |   574 +-
 .../Apache.Ignite.Core.Events.CheckpointEvent.html |   404 +-
 .../Apache.Ignite.Core.Events.DiscoveryEvent.html  |   472 +-
 .../api/Apache.Ignite.Core.Events.EventBase.html   |   764 +-
 .../api/Apache.Ignite.Core.Events.EventType.html   |  2194 +-
 .../api/Apache.Ignite.Core.Events.IEvent.html      |   466 +-
 .../Apache.Ignite.Core.Events.IEventFilter-1.html  |   240 +-
 ...Apache.Ignite.Core.Events.IEventListener-1.html |   240 +-
 ...Apache.Ignite.Core.Events.IEventStorageSpi.html |   186 +-
 .../api/Apache.Ignite.Core.Events.IEvents.html     |  1414 +-
 .../api/Apache.Ignite.Core.Events.JobEvent.html    |   574 +-
 ...he.Ignite.Core.Events.LocalEventListener-1.html |   320 +-
 ...ache.Ignite.Core.Events.LocalEventListener.html |   292 +-
 ...e.Ignite.Core.Events.MemoryEventStorageSpi.html |   408 +-
 ...che.Ignite.Core.Events.NoopEventStorageSpi.html |   260 +-
 .../api/Apache.Ignite.Core.Events.TaskEvent.html   |   540 +-
 .../dotnetdoc/api/Apache.Ignite.Core.Events.html   |   182 +-
 ...Apache.Ignite.Core.Failure.IFailureHandler.html |   186 +-
 ...che.Ignite.Core.Failure.NoOpFailureHandler.html |   260 +-
 ...Ignite.Core.Failure.StopNodeFailureHandler.html |   260 +-
 ....Core.Failure.StopNodeOrHaltFailureHandler.html |   340 +-
 .../dotnetdoc/api/Apache.Ignite.Core.Failure.html  |   182 +-
 .../api/Apache.Ignite.Core.IDataRegionMetrics.html |   700 +-
 .../Apache.Ignite.Core.IDataStorageMetrics.html    |   598 +-
 .../dotnetdoc/api/Apache.Ignite.Core.IIgnite.html  |  1980 +-
 .../Apache.Ignite.Core.IgniteConfiguration.html    |  3324 +-
 ...che.Ignite.Core.IgniteConfigurationSection.html |   578 +-
 .../dotnetdoc/api/Apache.Ignite.Core.Ignition.html |  1000 +-
 ...Apache.Ignite.Core.Interop.IPlatformTarget.html |   676 +-
 .../api/Apache.Ignite.Core.Interop.JavaObject.html |   380 +-
 .../dotnetdoc/api/Apache.Ignite.Core.Interop.html  |   182 +-
 ...te.Core.Lifecycle.ClientReconnectEventArgs.html |   320 +-
 ...he.Ignite.Core.Lifecycle.ILifecycleHandler.html |   216 +-
 ...e.Ignite.Core.Lifecycle.LifecycleEventType.html |   206 +-
 .../api/Apache.Ignite.Core.Lifecycle.html          |   182 +-
 .../api/Apache.Ignite.Core.Log.CategoryLogger.html |   516 +-
 .../api/Apache.Ignite.Core.Log.ILogger.html        |   412 +-
 .../api/Apache.Ignite.Core.Log.LogLevel.html       |   194 +-
 .../Apache.Ignite.Core.Log.LoggerExtensions.html   |   916 +-
 .../dotnetdoc/api/Apache.Ignite.Core.Log.html      |   182 +-
 ...e.Ignite.Core.Messaging.IMessageListener-1.html |   264 +-
 .../Apache.Ignite.Core.Messaging.IMessaging.html   |   648 +-
 .../api/Apache.Ignite.Core.Messaging.html          |   182 +-
 ....Core.PersistentStore.CheckpointWriteOrder.html |   194 +-
 ...re.PersistentStore.IPersistentStoreMetrics.html |   586 +-
 ...rsistentStore.PersistentStoreConfiguration.html |  1474 +-
 ...Apache.Ignite.Core.PersistentStore.WalMode.html |   194 +-
 .../api/Apache.Ignite.Core.PersistentStore.html    |   182 +-
 ...ore.Plugin.Cache.ICachePluginConfiguration.html |   254 +-
 .../api/Apache.Ignite.Core.Plugin.Cache.html       |   182 +-
 ...he.Ignite.Core.Plugin.IPluginConfiguration.html |   254 +-
 ...Apache.Ignite.Core.Plugin.IPluginContext-1.html |   436 +-
 ...pache.Ignite.Core.Plugin.IPluginProvider-1.html |   402 +-
 .../Apache.Ignite.Core.Plugin.PluginCallback.html  |   226 +-
 ...Ignite.Core.Plugin.PluginNotFoundException.html |   432 +-
 ...te.Core.Plugin.PluginProviderTypeAttribute.html |   552 +-
 .../dotnetdoc/api/Apache.Ignite.Core.Plugin.html   |   182 +-
 ...te.Core.Resource.InstanceResourceAttribute.html |   484 +-
 ...ore.Resource.StoreSessionResourceAttribute.html |   484 +-
 .../dotnetdoc/api/Apache.Ignite.Core.Resource.html |   182 +-
 .../api/Apache.Ignite.Core.Services.IService.html  |   268 +-
 ...pache.Ignite.Core.Services.IServiceContext.html |   300 +-
 ...he.Ignite.Core.Services.IServiceDescriptor.html |   366 +-
 .../api/Apache.Ignite.Core.Services.IServices.html |  1290 +-
 ....Ignite.Core.Services.ServiceConfiguration.html |   482 +-
 ...e.Core.Services.ServiceDeploymentException.html |   564 +-
 ...e.Core.Services.ServiceInvocationException.html |   504 +-
 .../dotnetdoc/api/Apache.Ignite.Core.Services.html |   182 +-
 .../Apache.Ignite.Core.Ssl.ISslContextFactory.html |   186 +-
 .../Apache.Ignite.Core.Ssl.SslContextFactory.html  |   684 +-
 .../dotnetdoc/api/Apache.Ignite.Core.Ssl.html      |   182 +-
 ...ache.Ignite.Core.Transactions.ITransaction.html |   786 +-
 ...e.Core.Transactions.ITransactionCollection.html |   246 +-
 ...nite.Core.Transactions.ITransactionMetrics.html |   326 +-
 ...che.Ignite.Core.Transactions.ITransactions.html |   590 +-
 ...e.Core.Transactions.TransactionConcurrency.html |   206 +-
 ...Core.Transactions.TransactionConfiguration.html |   656 +-
 ....Transactions.TransactionDeadlockException.html |   412 +-
 ...Transactions.TransactionHeuristicException.html |   412 +-
 ...ite.Core.Transactions.TransactionIsolation.html |   206 +-
 ...ransactions.TransactionOptimisticException.html |   412 +-
 ....Transactions.TransactionRollbackException.html |   412 +-
 ....Ignite.Core.Transactions.TransactionState.html |   206 +-
 ...e.Transactions.TransactionTimeoutException.html |   412 +-
 .../api/Apache.Ignite.Core.Transactions.html       |   182 +-
 .../2.7.0/dotnetdoc/api/Apache.Ignite.Core.html    |   182 +-
 ...pache.Ignite.EntityFramework.DbCachingMode.html |   206 +-
 ...che.Ignite.EntityFramework.DbCachingPolicy.html |   452 +-
 .../Apache.Ignite.EntityFramework.DbQueryInfo.html |   350 +-
 ...he.Ignite.EntityFramework.IDbCachingPolicy.html |   378 +-
 ...nite.EntityFramework.IgniteDbConfiguration.html |   616 +-
 .../api/Apache.Ignite.EntityFramework.html         |   182 +-
 ...ache.Ignite.Linq.CacheClientLinqExtensions.html |   496 +-
 .../Apache.Ignite.Linq.CacheLinqExtensions.html    |   780 +-
 .../api/Apache.Ignite.Linq.CompiledQuery.html      |  1276 +-
 .../Apache.Ignite.Linq.CompiledQueryFunc-1.html    |   244 +-
 .../api/Apache.Ignite.Linq.ICacheQueryable.html    |   298 +-
 .../Apache.Ignite.Linq.IUpdateDescriptor-2.html    |   356 +-
 .../api/Apache.Ignite.Linq.QueryOptions.html       |   562 +-
 .../2.7.0/dotnetdoc/api/Apache.Ignite.Linq.html    |   182 +-
 .../Apache.Ignite.Log4Net.IgniteLog4NetLogger.html |   412 +-
 .../2.7.0/dotnetdoc/api/Apache.Ignite.Log4Net.html |   182 +-
 .../api/Apache.Ignite.NLog.IgniteNLogLogger.html   |   472 +-
 .../2.7.0/dotnetdoc/api/Apache.Ignite.NLog.html    |   182 +-
 releases/2.7.0/dotnetdoc/api/index.html            |   160 +-
 releases/2.7.0/dotnetdoc/api/toc.html              |  2268 +-
 releases/2.7.0/dotnetdoc/index.html                |   250 +-
 releases/2.7.0/dotnetdoc/index.json                |  3012 +-
 releases/2.7.0/dotnetdoc/logo.svg                  |    50 +-
 releases/2.7.0/dotnetdoc/manifest.json             |  7454 +--
 releases/2.7.0/dotnetdoc/search-stopwords.json     |   242 +-
 releases/2.7.0/dotnetdoc/styles/docfx.css          |  1788 +-
 releases/2.7.0/dotnetdoc/styles/docfx.js           |  1568 +-
 releases/2.7.0/dotnetdoc/styles/docfx.vendor.css   |  2920 +-
 releases/2.7.0/dotnetdoc/styles/docfx.vendor.js    |    32 +-
 releases/2.7.0/dotnetdoc/styles/main.js            |     2 +-
 releases/2.7.0/dotnetdoc/styles/search-worker.js   |   160 +-
 releases/2.7.0/dotnetdoc/toc.html                  |   192 +-
 releases/2.7.0/dotnetdoc/xrefmap.yml               | 54942 ++++++++---------
 releases/2.7.5/cppdoc/annotated.html               |     0
 releases/2.7.5/cppdoc/bc_s.png                     |   Bin
 releases/2.7.5/cppdoc/bdwn.png                     |   Bin
 releases/2.7.5/cppdoc/binary_8h.html               |     0
 releases/2.7.5/cppdoc/binary_8h_source.html        |     0
 releases/2.7.5/cppdoc/binary__consts_8h.html       |     0
 .../2.7.5/cppdoc/binary__consts_8h_source.html     |     0
 releases/2.7.5/cppdoc/binary__containers_8h.html   |     0
 .../2.7.5/cppdoc/binary__containers_8h_source.html |     0
 releases/2.7.5/cppdoc/binary__object_8h.html       |     0
 .../2.7.5/cppdoc/binary__object_8h_source.html     |     0
 releases/2.7.5/cppdoc/binary__raw__reader_8h.html  |     0
 .../cppdoc/binary__raw__reader_8h_source.html      |     0
 releases/2.7.5/cppdoc/binary__raw__writer_8h.html  |     0
 .../cppdoc/binary__raw__writer_8h_source.html      |     0
 releases/2.7.5/cppdoc/binary__reader_8h.html       |     0
 .../2.7.5/cppdoc/binary__reader_8h_source.html     |     0
 releases/2.7.5/cppdoc/binary__type_8h.html         |     0
 releases/2.7.5/cppdoc/binary__type_8h_source.html  |     0
 releases/2.7.5/cppdoc/binary__writer_8h.html       |     0
 .../2.7.5/cppdoc/binary__writer_8h_source.html     |     0
 releases/2.7.5/cppdoc/cache_8h.html                |     0
 releases/2.7.5/cppdoc/cache_8h_source.html         |     0
 releases/2.7.5/cppdoc/cache__client_8h.html        |     0
 releases/2.7.5/cppdoc/cache__client_8h_source.html |     0
 releases/2.7.5/cppdoc/cache__entry_8h.html         |     0
 releases/2.7.5/cppdoc/cache__entry_8h_source.html  |     0
 releases/2.7.5/cppdoc/cache__entry__event_8h.html  |     0
 .../cppdoc/cache__entry__event_8h_source.html      |     0
 .../cppdoc/cache__entry__event__filter_8h.html     |     0
 .../cache__entry__event__filter_8h_source.html     |     0
 .../cppdoc/cache__entry__event__listener_8h.html   |     0
 .../cache__entry__event__listener_8h_source.html   |     0
 .../2.7.5/cppdoc/cache__entry__processor_8h.html   |     0
 .../cppdoc/cache__entry__processor_8h_source.html  |     0
 releases/2.7.5/cppdoc/classes.html                 |     0
 .../classignite_1_1ConstReference-members.html     |     0
 .../cppdoc/classignite_1_1ConstReference.html      |     0
 .../2.7.5/cppdoc/classignite_1_1Date-members.html  |     0
 releases/2.7.5/cppdoc/classignite_1_1Date.html     |     0
 .../cppdoc/classignite_1_1Future-members.html      |     0
 releases/2.7.5/cppdoc/classignite_1_1Future.html   |     0
 ...lassignite_1_1Future_3_01void_01_4-members.html |     0
 .../classignite_1_1Future_3_01void_01_4.html       |     0
 .../2.7.5/cppdoc/classignite_1_1Guid-members.html  |     0
 releases/2.7.5/cppdoc/classignite_1_1Guid.html     |     0
 .../cppdoc/classignite_1_1Ignite-members.html      |     0
 releases/2.7.5/cppdoc/classignite_1_1Ignite.html   |     0
 .../classignite_1_1IgniteBinding-members.html      |     0
 .../2.7.5/cppdoc/classignite_1_1IgniteBinding.html |     0
 ...lassignite_1_1IgniteBindingContext-members.html |     0
 .../classignite_1_1IgniteBindingContext.html       |     0
 .../cppdoc/classignite_1_1IgniteError-members.html |     0
 .../2.7.5/cppdoc/classignite_1_1IgniteError.html   |     0
 .../2.7.5/cppdoc/classignite_1_1IgniteError.png    |   Bin
 .../cppdoc/classignite_1_1Ignition-members.html    |     0
 releases/2.7.5/cppdoc/classignite_1_1Ignition.html |     0
 .../cppdoc/classignite_1_1JvmOptions-members.html  |     0
 .../2.7.5/cppdoc/classignite_1_1JvmOptions.html    |     0
 .../cppdoc/classignite_1_1Reference-members.html   |     0
 .../2.7.5/cppdoc/classignite_1_1Reference.html     |     0
 .../2.7.5/cppdoc/classignite_1_1Time-members.html  |     0
 releases/2.7.5/cppdoc/classignite_1_1Time.html     |     0
 .../cppdoc/classignite_1_1Timestamp-members.html   |     0
 .../2.7.5/cppdoc/classignite_1_1Timestamp.html     |     0
 ...ite_1_1binary_1_1BinaryArrayReader-members.html |     0
 ...classignite_1_1binary_1_1BinaryArrayReader.html |     0
 ...ite_1_1binary_1_1BinaryArrayWriter-members.html |     0
 ...classignite_1_1binary_1_1BinaryArrayWriter.html |     0
 ..._1binary_1_1BinaryCollectionReader-members.html |     0
 ...ignite_1_1binary_1_1BinaryCollectionReader.html |     0
 ..._1binary_1_1BinaryCollectionWriter-members.html |     0
 ...ignite_1_1binary_1_1BinaryCollectionWriter.html |     0
 ...gnite_1_1binary_1_1BinaryMapReader-members.html |     0
 .../classignite_1_1binary_1_1BinaryMapReader.html  |     0
 ...gnite_1_1binary_1_1BinaryMapWriter-members.html |     0
 .../classignite_1_1binary_1_1BinaryMapWriter.html  |     0
 ...ssignite_1_1binary_1_1BinaryObject-members.html |     0
 .../classignite_1_1binary_1_1BinaryObject.html     |     0
 ...gnite_1_1binary_1_1BinaryRawReader-members.html |     0
 .../classignite_1_1binary_1_1BinaryRawReader.html  |     0
 ...gnite_1_1binary_1_1BinaryRawWriter-members.html |     0
 .../classignite_1_1binary_1_1BinaryRawWriter.html  |     0
 ...ssignite_1_1binary_1_1BinaryReader-members.html |     0
 .../classignite_1_1binary_1_1BinaryReader.html     |     0
 ...1binary_1_1BinaryStringArrayReader-members.html |     0
 ...gnite_1_1binary_1_1BinaryStringArrayReader.html |     0
 ...1binary_1_1BinaryStringArrayWriter-members.html |     0
 ...gnite_1_1binary_1_1BinaryStringArrayWriter.html |     0
 ...ssignite_1_1binary_1_1BinaryWriter-members.html |     0
 .../classignite_1_1binary_1_1BinaryWriter.html     |     0
 .../classignite_1_1cache_1_1Cache-members.html     |     0
 .../cppdoc/classignite_1_1cache_1_1Cache.html      |     0
 ...classignite_1_1cache_1_1CacheEntry-members.html |     0
 .../cppdoc/classignite_1_1cache_1_1CacheEntry.html |     0
 .../cppdoc/classignite_1_1cache_1_1CacheEntry.png  |   Bin
 ...ignite_1_1cache_1_1CacheEntryEvent-members.html |     0
 .../classignite_1_1cache_1_1CacheEntryEvent.html   |     0
 .../classignite_1_1cache_1_1CacheEntryEvent.png    |   Bin
 ...te_1_1cache_1_1CacheEntryProcessor-members.html |     0
 ...lassignite_1_1cache_1_1CacheEntryProcessor.html |     0
 ...nite_1_1cache_1_1MutableCacheEntry-members.html |     0
 .../classignite_1_1cache_1_1MutableCacheEntry.html |     0
 ..._1_1event_1_1CacheEntryEventFilter-members.html |     0
 ...1_1cache_1_1event_1_1CacheEntryEventFilter.html |     0
 ..._1_1cache_1_1event_1_1CacheEntryEventFilter.png |   Bin
 ..._1event_1_1CacheEntryEventListener-members.html |     0
 ...1cache_1_1event_1_1CacheEntryEventListener.html |     0
 ...e_1_1cache_1_1query_1_1QueryCursor-members.html |     0
 ...assignite_1_1cache_1_1query_1_1QueryCursor.html |     0
 ...ache_1_1query_1_1QueryFieldsCursor-members.html |     0
 ...ite_1_1cache_1_1query_1_1QueryFieldsCursor.html |     0
 ..._1cache_1_1query_1_1QueryFieldsRow-members.html |     0
 ...ignite_1_1cache_1_1query_1_1QueryFieldsRow.html |     0
 ...ite_1_1cache_1_1query_1_1ScanQuery-members.html |     0
 ...classignite_1_1cache_1_1query_1_1ScanQuery.html |     0
 ..._1cache_1_1query_1_1SqlFieldsQuery-members.html |     0
 ...ignite_1_1cache_1_1query_1_1SqlFieldsQuery.html |     0
 ...nite_1_1cache_1_1query_1_1SqlQuery-members.html |     0
 .../classignite_1_1cache_1_1query_1_1SqlQuery.html |     0
 ...ite_1_1cache_1_1query_1_1TextQuery-members.html |     0
 ...classignite_1_1cache_1_1query_1_1TextQuery.html |     0
 ...y_1_1continuous_1_1ContinuousQuery-members.html |     0
 ..._1_1query_1_1continuous_1_1ContinuousQuery.html |     0
 ...ontinuous_1_1ContinuousQueryHandle-members.html |     0
 ...ery_1_1continuous_1_1ContinuousQueryHandle.html |     0
 .../cppdoc/classignite_1_1common_1_1Promise.html   |     0
 .../classignite_1_1compute_1_1Compute-members.html |     0
 .../cppdoc/classignite_1_1compute_1_1Compute.html  |     0
 ...ssignite_1_1compute_1_1ComputeFunc-members.html |     0
 .../classignite_1_1compute_1_1ComputeFunc.html     |     0
 ...he_1_1event_1_1CacheEntryEventFilterHolder.html |     0
 ...lassignite_1_1thin_1_1IgniteClient-members.html |     0
 .../classignite_1_1thin_1_1IgniteClient.html       |     0
 ...1thin_1_1IgniteClientConfiguration-members.html |     0
 ...gnite_1_1thin_1_1IgniteClientConfiguration.html |     0
 ...te_1_1thin_1_1cache_1_1CacheClient-members.html |     0
 ...lassignite_1_1thin_1_1cache_1_1CacheClient.html |     0
 ...ite_1_1transactions_1_1Transaction-members.html |     0
 ...classignite_1_1transactions_1_1Transaction.html |     0
 ...transactions_1_1TransactionMetrics-members.html |     0
 ...nite_1_1transactions_1_1TransactionMetrics.html |     0
 ...te_1_1transactions_1_1Transactions-members.html |     0
 ...lassignite_1_1transactions_1_1Transactions.html |     0
 releases/2.7.5/cppdoc/closed.png                   |   Bin
 releases/2.7.5/cppdoc/compute_8h.html              |     0
 releases/2.7.5/cppdoc/compute_8h_source.html       |     0
 releases/2.7.5/cppdoc/compute__func_8h.html        |     0
 releases/2.7.5/cppdoc/compute__func_8h_source.html |     0
 releases/2.7.5/cppdoc/continuous__query_8h.html    |     0
 .../2.7.5/cppdoc/continuous__query_8h_source.html  |     0
 .../2.7.5/cppdoc/continuous__query__handle_8h.html |     0
 .../continuous__query__handle_8h_source.html       |     0
 ...clude_2ignite_2cache_2cache__peek__mode_8h.html |     0
 ...ignite_2cache_2cache__peek__mode_8h_source.html |     0
 releases/2.7.5/cppdoc/date_8h.html                 |     0
 releases/2.7.5/cppdoc/date_8h_source.html          |     0
 .../dir_097f68cb7241bfc683e7bdc6c58a7783.html      |     0
 .../dir_11fbc4217d50ab21044e5ad6614aede5.html      |     0
 .../dir_13c1d00a1be9b016a133dec12b890b36.html      |     0
 .../dir_1d5505cee217f179c88903b7091c150e.html      |     0
 .../dir_24e2d1412ee8a7e86d9b1f90275cdf97.html      |     0
 .../dir_2dedece15635f75054d44afc50ccfbaf.html      |     0
 .../dir_3785354546cb37560a212b468c73f89f.html      |     0
 .../dir_49602a309fd9b0098e932c76a76b005d.html      |     0
 .../dir_4c59fe678b7d839a2941d6346d743aa7.html      |     0
 .../dir_4e4d22e38ca4e2e8207825ee2d00bc54.html      |     0
 .../dir_5245b79ce3c16f33f8dc1390dd648f75.html      |     0
 .../dir_6917c354dff0dc051d18bd3bcc3faea1.html      |     0
 .../dir_70c4f2dc9c34c91dd30b464208cd3c8c.html      |     0
 .../dir_7f35e367a6a62a2f93c3ab0b0d626ad3.html      |     0
 .../dir_84516225c95b6844f8b87c0f7daf8132.html      |     0
 .../dir_88bd599177f4cc5007b9f053025b0bc5.html      |     0
 .../dir_89e6aceab60817aa630a6f544556b5f7.html      |     0
 .../dir_91ef880c2b12d355e87d8c01b90755f3.html      |     0
 .../dir_985e469ec48e039817ced4926e3f7372.html      |     0
 .../dir_a25bd9eccdb14654cb25552e0e789b46.html      |     0
 .../dir_a589d7fa76191ec48a638b0021c39d11.html      |     0
 .../dir_b7b8033e2b8b8bccc72f628e0d9cc933.html      |     0
 .../dir_b98deae7bc3b0ca8b45558e3cfe0065d.html      |     0
 .../dir_bdd9a5d540de89e9fe90efdfc6973a4f.html      |     0
 .../dir_cb20351644391cb4cd679fbb40e89625.html      |     0
 releases/2.7.5/cppdoc/doc.png                      |   Bin
 releases/2.7.5/cppdoc/doxygen.css                  |     0
 releases/2.7.5/cppdoc/doxygen.png                  |   Bin
 releases/2.7.5/cppdoc/dynsections.js               |     0
 releases/2.7.5/cppdoc/files.html                   |     0
 releases/2.7.5/cppdoc/folderclosed.png             |   Bin
 releases/2.7.5/cppdoc/folderopen.png               |   Bin
 releases/2.7.5/cppdoc/functions.html               |     0
 releases/2.7.5/cppdoc/functions_0x7e.html          |     0
 releases/2.7.5/cppdoc/functions_b.html             |     0
 releases/2.7.5/cppdoc/functions_c.html             |     0
 releases/2.7.5/cppdoc/functions_d.html             |     0
 releases/2.7.5/cppdoc/functions_enum.html          |     0
 releases/2.7.5/cppdoc/functions_eval.html          |     0
 releases/2.7.5/cppdoc/functions_f.html             |     0
 releases/2.7.5/cppdoc/functions_func.html          |     0
 releases/2.7.5/cppdoc/functions_func_0x7e.html     |     0
 releases/2.7.5/cppdoc/functions_func_b.html        |     0
 releases/2.7.5/cppdoc/functions_func_c.html        |     0
 releases/2.7.5/cppdoc/functions_func_d.html        |     0
 releases/2.7.5/cppdoc/functions_func_f.html        |     0
 releases/2.7.5/cppdoc/functions_func_g.html        |     0
 releases/2.7.5/cppdoc/functions_func_h.html        |     0
 releases/2.7.5/cppdoc/functions_func_i.html        |     0
 releases/2.7.5/cppdoc/functions_func_j.html        |     0
 releases/2.7.5/cppdoc/functions_func_l.html        |     0
 releases/2.7.5/cppdoc/functions_func_m.html        |     0
 releases/2.7.5/cppdoc/functions_func_o.html        |     0
 releases/2.7.5/cppdoc/functions_func_p.html        |     0
 releases/2.7.5/cppdoc/functions_func_q.html        |     0
 releases/2.7.5/cppdoc/functions_func_r.html        |     0
 releases/2.7.5/cppdoc/functions_func_s.html        |     0
 releases/2.7.5/cppdoc/functions_func_t.html        |     0
 releases/2.7.5/cppdoc/functions_func_w.html        |     0
 releases/2.7.5/cppdoc/functions_g.html             |     0
 releases/2.7.5/cppdoc/functions_h.html             |     0
 releases/2.7.5/cppdoc/functions_i.html             |     0
 releases/2.7.5/cppdoc/functions_j.html             |     0
 releases/2.7.5/cppdoc/functions_k.html             |     0
 releases/2.7.5/cppdoc/functions_l.html             |     0
 releases/2.7.5/cppdoc/functions_m.html             |     0
 releases/2.7.5/cppdoc/functions_n.html             |     0
 releases/2.7.5/cppdoc/functions_o.html             |     0
 releases/2.7.5/cppdoc/functions_p.html             |     0
 releases/2.7.5/cppdoc/functions_q.html             |     0
 releases/2.7.5/cppdoc/functions_r.html             |     0
 releases/2.7.5/cppdoc/functions_rela.html          |     0
 releases/2.7.5/cppdoc/functions_s.html             |     0
 releases/2.7.5/cppdoc/functions_t.html             |     0
 releases/2.7.5/cppdoc/functions_type.html          |     0
 releases/2.7.5/cppdoc/functions_u.html             |     0
 releases/2.7.5/cppdoc/functions_v.html             |     0
 releases/2.7.5/cppdoc/functions_vars.html          |     0
 releases/2.7.5/cppdoc/functions_w.html             |     0
 releases/2.7.5/cppdoc/future_8h.html               |     0
 releases/2.7.5/cppdoc/future_8h_source.html        |     0
 releases/2.7.5/cppdoc/globals.html                 |     0
 releases/2.7.5/cppdoc/globals_defs.html            |     0
 releases/2.7.5/cppdoc/guid_8h.html                 |     0
 releases/2.7.5/cppdoc/guid_8h_source.html          |     0
 releases/2.7.5/cppdoc/hierarchy.html               |     0
 releases/2.7.5/cppdoc/ignite_8h.html               |     0
 releases/2.7.5/cppdoc/ignite_8h_source.html        |     0
 releases/2.7.5/cppdoc/ignite__binding_8h.html      |     0
 .../2.7.5/cppdoc/ignite__binding_8h_source.html    |     0
 .../2.7.5/cppdoc/ignite__binding__context_8h.html  |     0
 .../cppdoc/ignite__binding__context_8h_source.html |     0
 releases/2.7.5/cppdoc/ignite__client_8h.html       |     0
 .../2.7.5/cppdoc/ignite__client_8h_source.html     |     0
 .../cppdoc/ignite__client__configuration_8h.html   |     0
 .../ignite__client__configuration_8h_source.html   |     0
 .../2.7.5/cppdoc/ignite__configuration_8h.html     |     0
 .../cppdoc/ignite__configuration_8h_source.html    |     0
 releases/2.7.5/cppdoc/ignite__error_8h.html        |     0
 releases/2.7.5/cppdoc/ignite__error_8h_source.html |     0
 releases/2.7.5/cppdoc/ignite_logo.png              |   Bin
 releases/2.7.5/cppdoc/ignition_8h.html             |     0
 releases/2.7.5/cppdoc/ignition_8h_source.html      |     0
 releases/2.7.5/cppdoc/index.html                   |     0
 releases/2.7.5/cppdoc/jquery.js                    |     0
 ...e_modules_platforms_cpp_thin-client_README.html |     0
 releases/2.7.5/cppdoc/menu.js                      |     0
 releases/2.7.5/cppdoc/menudata.js                  |     0
 .../2.7.5/cppdoc/mutable__cache__entry_8h.html     |     0
 .../cppdoc/mutable__cache__entry_8h_source.html    |     0
 releases/2.7.5/cppdoc/namespaceignite.html         |     0
 .../2.7.5/cppdoc/namespaceignite_1_1binary.html    |     0
 .../2.7.5/cppdoc/namespaceignite_1_1cache.html     |     0
 .../cppdoc/namespaceignite_1_1cache_1_1event.html  |     0
 .../cppdoc/namespaceignite_1_1cache_1_1query.html  |     0
 ...paceignite_1_1cache_1_1query_1_1continuous.html |     0
 releases/2.7.5/cppdoc/namespaceignite_1_1thin.html |     0
 .../cppdoc/namespaceignite_1_1thin_1_1cache.html   |     0
 .../cppdoc/namespaceignite_1_1transactions.html    |     0
 releases/2.7.5/cppdoc/namespacemembers.html        |     0
 releases/2.7.5/cppdoc/namespacemembers_func.html   |     0
 releases/2.7.5/cppdoc/namespacemembers_vars.html   |     0
 releases/2.7.5/cppdoc/namespaces.html              |     0
 releases/2.7.5/cppdoc/nav_f.png                    |   Bin
 releases/2.7.5/cppdoc/nav_g.png                    |   Bin
 releases/2.7.5/cppdoc/nav_h.png                    |   Bin
 releases/2.7.5/cppdoc/open.png                     |   Bin
 releases/2.7.5/cppdoc/pages.html                   |     0
 releases/2.7.5/cppdoc/query_8h.html                |     0
 releases/2.7.5/cppdoc/query_8h_source.html         |     0
 releases/2.7.5/cppdoc/query__cursor_8h.html        |     0
 releases/2.7.5/cppdoc/query__cursor_8h_source.html |     0
 .../2.7.5/cppdoc/query__fields__cursor_8h.html     |     0
 .../cppdoc/query__fields__cursor_8h_source.html    |     0
 releases/2.7.5/cppdoc/query__fields__row_8h.html   |     0
 .../2.7.5/cppdoc/query__fields__row_8h_source.html |     0
 releases/2.7.5/cppdoc/query__scan_8h.html          |     0
 releases/2.7.5/cppdoc/query__scan_8h_source.html   |     0
 releases/2.7.5/cppdoc/query__sql_8h.html           |     0
 releases/2.7.5/cppdoc/query__sql_8h_source.html    |     0
 releases/2.7.5/cppdoc/query__sql__fields_8h.html   |     0
 .../2.7.5/cppdoc/query__sql__fields_8h_source.html |     0
 releases/2.7.5/cppdoc/query__text_8h.html          |     0
 releases/2.7.5/cppdoc/query__text_8h_source.html   |     0
 releases/2.7.5/cppdoc/reference_8h.html            |     0
 releases/2.7.5/cppdoc/reference_8h_source.html     |     0
 releases/2.7.5/cppdoc/search/all_0.html            |     0
 releases/2.7.5/cppdoc/search/all_0.js              |     0
 releases/2.7.5/cppdoc/search/all_1.html            |     0
 releases/2.7.5/cppdoc/search/all_1.js              |     0
 releases/2.7.5/cppdoc/search/all_10.html           |     0
 releases/2.7.5/cppdoc/search/all_10.js             |     0
 releases/2.7.5/cppdoc/search/all_11.html           |     0
 releases/2.7.5/cppdoc/search/all_11.js             |     0
 releases/2.7.5/cppdoc/search/all_12.html           |     0
 releases/2.7.5/cppdoc/search/all_12.js             |     0
 releases/2.7.5/cppdoc/search/all_13.html           |     0
 releases/2.7.5/cppdoc/search/all_13.js             |     0
 releases/2.7.5/cppdoc/search/all_14.html           |     0
 releases/2.7.5/cppdoc/search/all_14.js             |     0
 releases/2.7.5/cppdoc/search/all_15.html           |     0
 releases/2.7.5/cppdoc/search/all_15.js             |     0
 releases/2.7.5/cppdoc/search/all_16.html           |     0
 releases/2.7.5/cppdoc/search/all_16.js             |     0
 releases/2.7.5/cppdoc/search/all_2.html            |     0
 releases/2.7.5/cppdoc/search/all_2.js              |     0
 releases/2.7.5/cppdoc/search/all_3.html            |     0
 releases/2.7.5/cppdoc/search/all_3.js              |     0
 releases/2.7.5/cppdoc/search/all_4.html            |     0
 releases/2.7.5/cppdoc/search/all_4.js              |     0
 releases/2.7.5/cppdoc/search/all_5.html            |     0
 releases/2.7.5/cppdoc/search/all_5.js              |     0
 releases/2.7.5/cppdoc/search/all_6.html            |     0
 releases/2.7.5/cppdoc/search/all_6.js              |     0
 releases/2.7.5/cppdoc/search/all_7.html            |     0
 releases/2.7.5/cppdoc/search/all_7.js              |     0
 releases/2.7.5/cppdoc/search/all_8.html            |     0
 releases/2.7.5/cppdoc/search/all_8.js              |     0
 releases/2.7.5/cppdoc/search/all_9.html            |     0
 releases/2.7.5/cppdoc/search/all_9.js              |     0
 releases/2.7.5/cppdoc/search/all_a.html            |     0
 releases/2.7.5/cppdoc/search/all_a.js              |     0
 releases/2.7.5/cppdoc/search/all_b.html            |     0
 releases/2.7.5/cppdoc/search/all_b.js              |     0
 releases/2.7.5/cppdoc/search/all_c.html            |     0
 releases/2.7.5/cppdoc/search/all_c.js              |     0
 releases/2.7.5/cppdoc/search/all_d.html            |     0
 releases/2.7.5/cppdoc/search/all_d.js              |     0
 releases/2.7.5/cppdoc/search/all_e.html            |     0
 releases/2.7.5/cppdoc/search/all_e.js              |     0
 releases/2.7.5/cppdoc/search/all_f.html            |     0
 releases/2.7.5/cppdoc/search/all_f.js              |     0
 releases/2.7.5/cppdoc/search/classes_0.html        |     0
 releases/2.7.5/cppdoc/search/classes_0.js          |     0
 releases/2.7.5/cppdoc/search/classes_1.html        |     0
 releases/2.7.5/cppdoc/search/classes_1.js          |     0
 releases/2.7.5/cppdoc/search/classes_2.html        |     0
 releases/2.7.5/cppdoc/search/classes_2.js          |     0
 releases/2.7.5/cppdoc/search/classes_3.html        |     0
 releases/2.7.5/cppdoc/search/classes_3.js          |     0
 releases/2.7.5/cppdoc/search/classes_4.html        |     0
 releases/2.7.5/cppdoc/search/classes_4.js          |     0
 releases/2.7.5/cppdoc/search/classes_5.html        |     0
 releases/2.7.5/cppdoc/search/classes_5.js          |     0
 releases/2.7.5/cppdoc/search/classes_6.html        |     0
 releases/2.7.5/cppdoc/search/classes_6.js          |     0
 releases/2.7.5/cppdoc/search/classes_7.html        |     0
 releases/2.7.5/cppdoc/search/classes_7.js          |     0
 releases/2.7.5/cppdoc/search/classes_8.html        |     0
 releases/2.7.5/cppdoc/search/classes_8.js          |     0
 releases/2.7.5/cppdoc/search/classes_9.html        |     0
 releases/2.7.5/cppdoc/search/classes_9.js          |     0
 releases/2.7.5/cppdoc/search/classes_a.html        |     0
 releases/2.7.5/cppdoc/search/classes_a.js          |     0
 releases/2.7.5/cppdoc/search/classes_b.html        |     0
 releases/2.7.5/cppdoc/search/classes_b.js          |     0
 releases/2.7.5/cppdoc/search/classes_c.html        |     0
 releases/2.7.5/cppdoc/search/classes_c.js          |     0
 releases/2.7.5/cppdoc/search/close.png             |   Bin
 releases/2.7.5/cppdoc/search/defines_0.html        |     0
 releases/2.7.5/cppdoc/search/defines_0.js          |     0
 releases/2.7.5/cppdoc/search/enums_0.html          |     0
 releases/2.7.5/cppdoc/search/enums_0.js            |     0
 releases/2.7.5/cppdoc/search/enumvalues_0.html     |     0
 releases/2.7.5/cppdoc/search/enumvalues_0.js       |     0
 releases/2.7.5/cppdoc/search/enumvalues_1.html     |     0
 releases/2.7.5/cppdoc/search/enumvalues_1.js       |     0
 releases/2.7.5/cppdoc/search/enumvalues_2.html     |     0
 releases/2.7.5/cppdoc/search/enumvalues_2.js       |     0
 releases/2.7.5/cppdoc/search/enumvalues_3.html     |     0
 releases/2.7.5/cppdoc/search/enumvalues_3.js       |     0
 releases/2.7.5/cppdoc/search/enumvalues_4.html     |     0
 releases/2.7.5/cppdoc/search/enumvalues_4.js       |     0
 releases/2.7.5/cppdoc/search/enumvalues_5.html     |     0
 releases/2.7.5/cppdoc/search/enumvalues_5.js       |     0
 releases/2.7.5/cppdoc/search/enumvalues_6.html     |     0
 releases/2.7.5/cppdoc/search/enumvalues_6.js       |     0
 releases/2.7.5/cppdoc/search/enumvalues_7.html     |     0
 releases/2.7.5/cppdoc/search/enumvalues_7.js       |     0
 releases/2.7.5/cppdoc/search/enumvalues_8.html     |     0
 releases/2.7.5/cppdoc/search/enumvalues_8.js       |     0
 releases/2.7.5/cppdoc/search/enumvalues_9.html     |     0
 releases/2.7.5/cppdoc/search/enumvalues_9.js       |     0
 releases/2.7.5/cppdoc/search/enumvalues_a.html     |     0
 releases/2.7.5/cppdoc/search/enumvalues_a.js       |     0
 releases/2.7.5/cppdoc/search/enumvalues_b.html     |     0
 releases/2.7.5/cppdoc/search/enumvalues_b.js       |     0
 releases/2.7.5/cppdoc/search/enumvalues_c.html     |     0
 releases/2.7.5/cppdoc/search/enumvalues_c.js       |     0
 releases/2.7.5/cppdoc/search/files_0.html          |     0
 releases/2.7.5/cppdoc/search/files_0.js            |     0
 releases/2.7.5/cppdoc/search/files_1.html          |     0
 releases/2.7.5/cppdoc/search/files_1.js            |     0
 releases/2.7.5/cppdoc/search/files_2.html          |     0
 releases/2.7.5/cppdoc/search/files_2.js            |     0
 releases/2.7.5/cppdoc/search/files_3.html          |     0
 releases/2.7.5/cppdoc/search/files_3.js            |     0
 releases/2.7.5/cppdoc/search/files_4.html          |     0
 releases/2.7.5/cppdoc/search/files_4.js            |     0
 releases/2.7.5/cppdoc/search/files_5.html          |     0
 releases/2.7.5/cppdoc/search/files_5.js            |     0
 releases/2.7.5/cppdoc/search/files_6.html          |     0
 releases/2.7.5/cppdoc/search/files_6.js            |     0
 releases/2.7.5/cppdoc/search/files_7.html          |     0
 releases/2.7.5/cppdoc/search/files_7.js            |     0
 releases/2.7.5/cppdoc/search/files_8.html          |     0
 releases/2.7.5/cppdoc/search/files_8.js            |     0
 releases/2.7.5/cppdoc/search/files_9.html          |     0
 releases/2.7.5/cppdoc/search/files_9.js            |     0
 releases/2.7.5/cppdoc/search/files_a.html          |     0
 releases/2.7.5/cppdoc/search/files_a.js            |     0
 releases/2.7.5/cppdoc/search/functions_0.html      |     0
 releases/2.7.5/cppdoc/search/functions_0.js        |     0
 releases/2.7.5/cppdoc/search/functions_1.html      |     0
 releases/2.7.5/cppdoc/search/functions_1.js        |     0
 releases/2.7.5/cppdoc/search/functions_10.html     |     0
 releases/2.7.5/cppdoc/search/functions_10.js       |     0
 releases/2.7.5/cppdoc/search/functions_11.html     |     0
 releases/2.7.5/cppdoc/search/functions_11.js       |     0
 releases/2.7.5/cppdoc/search/functions_12.html     |     0
 releases/2.7.5/cppdoc/search/functions_12.js       |     0
 releases/2.7.5/cppdoc/search/functions_2.html      |     0
 releases/2.7.5/cppdoc/search/functions_2.js        |     0
 releases/2.7.5/cppdoc/search/functions_3.html      |     0
 releases/2.7.5/cppdoc/search/functions_3.js        |     0
 releases/2.7.5/cppdoc/search/functions_4.html      |     0
 releases/2.7.5/cppdoc/search/functions_4.js        |     0
 releases/2.7.5/cppdoc/search/functions_5.html      |     0
 releases/2.7.5/cppdoc/search/functions_5.js        |     0
 releases/2.7.5/cppdoc/search/functions_6.html      |     0
 releases/2.7.5/cppdoc/search/functions_6.js        |     0
 releases/2.7.5/cppdoc/search/functions_7.html      |     0
 releases/2.7.5/cppdoc/search/functions_7.js        |     0
 releases/2.7.5/cppdoc/search/functions_8.html      |     0
 releases/2.7.5/cppdoc/search/functions_8.js        |     0
 releases/2.7.5/cppdoc/search/functions_9.html      |     0
 releases/2.7.5/cppdoc/search/functions_9.js        |     0
 releases/2.7.5/cppdoc/search/functions_a.html      |     0
 releases/2.7.5/cppdoc/search/functions_a.js        |     0
 releases/2.7.5/cppdoc/search/functions_b.html      |     0
 releases/2.7.5/cppdoc/search/functions_b.js        |     0
 releases/2.7.5/cppdoc/search/functions_c.html      |     0
 releases/2.7.5/cppdoc/search/functions_c.js        |     0
 releases/2.7.5/cppdoc/search/functions_d.html      |     0
 releases/2.7.5/cppdoc/search/functions_d.js        |     0
 releases/2.7.5/cppdoc/search/functions_e.html      |     0
 releases/2.7.5/cppdoc/search/functions_e.js        |     0
 releases/2.7.5/cppdoc/search/functions_f.html      |     0
 releases/2.7.5/cppdoc/search/functions_f.js        |     0
 releases/2.7.5/cppdoc/search/mag_sel.png           |   Bin
 releases/2.7.5/cppdoc/search/namespaces_0.html     |     0
 releases/2.7.5/cppdoc/search/namespaces_0.js       |     0
 releases/2.7.5/cppdoc/search/nomatches.html        |     0
 releases/2.7.5/cppdoc/search/pages_0.html          |     0
 releases/2.7.5/cppdoc/search/pages_0.js            |     0
 releases/2.7.5/cppdoc/search/related_0.html        |     0
 releases/2.7.5/cppdoc/search/related_0.js          |     0
 releases/2.7.5/cppdoc/search/search.css            |     0
 releases/2.7.5/cppdoc/search/search.js             |     0
 releases/2.7.5/cppdoc/search/search_l.png          |   Bin
 releases/2.7.5/cppdoc/search/search_m.png          |   Bin
 releases/2.7.5/cppdoc/search/search_r.png          |   Bin
 releases/2.7.5/cppdoc/search/searchdata.js         |     0
 releases/2.7.5/cppdoc/search/typedefs_0.html       |     0
 releases/2.7.5/cppdoc/search/typedefs_0.js         |     0
 releases/2.7.5/cppdoc/search/typedefs_1.html       |     0
 releases/2.7.5/cppdoc/search/typedefs_1.js         |     0
 releases/2.7.5/cppdoc/search/typedefs_2.html       |     0
 releases/2.7.5/cppdoc/search/typedefs_2.js         |     0
 releases/2.7.5/cppdoc/search/variables_0.html      |     0
 releases/2.7.5/cppdoc/search/variables_0.js        |     0
 releases/2.7.5/cppdoc/search/variables_1.html      |     0
 releases/2.7.5/cppdoc/search/variables_1.js        |     0
 releases/2.7.5/cppdoc/search/variables_2.html      |     0
 releases/2.7.5/cppdoc/search/variables_2.js        |     0
 releases/2.7.5/cppdoc/search/variables_3.html      |     0
 releases/2.7.5/cppdoc/search/variables_3.js        |     0
 releases/2.7.5/cppdoc/search/variables_4.html      |     0
 releases/2.7.5/cppdoc/search/variables_4.js        |     0
 releases/2.7.5/cppdoc/search/variables_5.html      |     0
 releases/2.7.5/cppdoc/search/variables_5.js        |     0
 releases/2.7.5/cppdoc/search/variables_6.html      |     0
 releases/2.7.5/cppdoc/search/variables_6.js        |     0
 releases/2.7.5/cppdoc/search/variables_7.html      |     0
 releases/2.7.5/cppdoc/search/variables_7.js        |     0
 releases/2.7.5/cppdoc/splitbar.png                 |   Bin
 releases/2.7.5/cppdoc/ssl__mode_8h.html            |     0
 releases/2.7.5/cppdoc/ssl__mode_8h_source.html     |     0
 ...tructignite_1_1IgniteConfiguration-members.html |     0
 .../structignite_1_1IgniteConfiguration.html       |     0
 .../structignite_1_1binary_1_1BinaryType.html      |     0
 ...1binary_1_1BinaryType_3_01T_01_5_4-members.html |     0
 ...gnite_1_1binary_1_1BinaryType_3_01T_01_5_4.html |     0
 ...ignite_1_1binary_1_1CollectionType-members.html |     0
 .../structignite_1_1binary_1_1CollectionType.html  |     0
 .../structignite_1_1binary_1_1MapType-members.html |     0
 .../cppdoc/structignite_1_1binary_1_1MapType.html  |     0
 ...ctignite_1_1cache_1_1CachePeekMode-members.html |     0
 .../structignite_1_1cache_1_1CachePeekMode.html    |     0
 .../structignite_1_1thin_1_1SslMode-members.html   |     0
 .../cppdoc/structignite_1_1thin_1_1SslMode.html    |     0
 ..._1_1thin_1_1cache_1_1CachePeekMode-members.html |     0
 ...ctignite_1_1thin_1_1cache_1_1CachePeekMode.html |     0
 ...sactions_1_1TransactionConcurrency-members.html |     0
 ..._1_1transactions_1_1TransactionConcurrency.html |     0
 ...ansactions_1_1TransactionIsolation-members.html |     0
 ...te_1_1transactions_1_1TransactionIsolation.html |     0
 ..._1transactions_1_1TransactionState-members.html |     0
 ...ignite_1_1transactions_1_1TransactionState.html |     0
 releases/2.7.5/cppdoc/sync_off.png                 |   Bin
 releases/2.7.5/cppdoc/sync_on.png                  |   Bin
 releases/2.7.5/cppdoc/tab_a.png                    |   Bin
 releases/2.7.5/cppdoc/tab_b.png                    |   Bin
 releases/2.7.5/cppdoc/tab_h.png                    |   Bin
 releases/2.7.5/cppdoc/tab_s.png                    |   Bin
 releases/2.7.5/cppdoc/tabs.css                     |     0
 ...2ignite_2thin_2cache_2cache__peek__mode_8h.html |     0
 ..._2thin_2cache_2cache__peek__mode_8h_source.html |     0
 releases/2.7.5/cppdoc/time_8h.html                 |     0
 releases/2.7.5/cppdoc/time_8h_source.html          |     0
 releases/2.7.5/cppdoc/timestamp_8h.html            |     0
 releases/2.7.5/cppdoc/timestamp_8h_source.html     |     0
 releases/2.7.5/cppdoc/transaction_8h.html          |     0
 releases/2.7.5/cppdoc/transaction_8h_source.html   |     0
 releases/2.7.5/cppdoc/transaction__consts_8h.html  |     0
 .../cppdoc/transaction__consts_8h_source.html      |     0
 releases/2.7.5/cppdoc/transaction__metrics_8h.html |     0
 .../cppdoc/transaction__metrics_8h_source.html     |     0
 releases/2.7.5/cppdoc/transactions_8h.html         |     0
 releases/2.7.5/cppdoc/transactions_8h_source.html  |     0
 ...he.Ignite.AspNet.IgniteOutputCacheProvider.html |   704 +-
 ...ite.AspNet.IgniteSessionStateStoreProvider.html |  1400 +-
 .../api/Apache.Ignite.AspNet.IgniteWebUtils.html   |   354 +-
 .../2.7.5/dotnetdoc/api/Apache.Ignite.AspNet.html  |   250 +-
 ...e.Ignite.Core.Binary.BinaryBasicNameMapper.html |   534 +-
 ...che.Ignite.Core.Binary.BinaryConfiguration.html |   842 +-
 ...e.Ignite.Core.Binary.BinaryObjectException.html |   588 +-
 ...ite.Core.Binary.BinaryReflectiveSerializer.html |   540 +-
 ...Ignite.Core.Binary.BinaryTypeConfiguration.html |   848 +-
 .../Apache.Ignite.Core.Binary.BinaryTypeNames.html |  1716 +-
 .../Apache.Ignite.Core.Binary.IBinarizable.html    |   410 +-
 .../api/Apache.Ignite.Core.Binary.IBinary.html     |  1416 +-
 .../Apache.Ignite.Core.Binary.IBinaryIdMapper.html |   420 +-
 ...pache.Ignite.Core.Binary.IBinaryNameMapper.html |   410 +-
 .../Apache.Ignite.Core.Binary.IBinaryObject.html   |   704 +-
 ...he.Ignite.Core.Binary.IBinaryObjectBuilder.html |  3306 +-
 ...Apache.Ignite.Core.Binary.IBinaryRawReader.html |  1920 +-
 ...Apache.Ignite.Core.Binary.IBinaryRawWriter.html |  1870 +-
 .../Apache.Ignite.Core.Binary.IBinaryReader.html   |  3006 +-
 ...pache.Ignite.Core.Binary.IBinarySerializer.html |   370 +-
 .../api/Apache.Ignite.Core.Binary.IBinaryType.html |   610 +-
 .../Apache.Ignite.Core.Binary.IBinaryWriter.html   |  2216 +-
 ...ache.Ignite.Core.Binary.TimestampAttribute.html |   556 +-
 .../dotnetdoc/api/Apache.Ignite.Core.Binary.html   |   318 +-
 ...e.Core.Cache.Affinity.AffinityFunctionBase.html |   680 +-
 ...ore.Cache.Affinity.AffinityFunctionContext.html |   576 +-
 ...che.Ignite.Core.Cache.Affinity.AffinityKey.html |   998 +-
 ....Cache.Affinity.AffinityKeyMappedAttribute.html |   640 +-
 ...ore.Cache.Affinity.AffinityTopologyVersion.html |   898 +-
 ...nite.Core.Cache.Affinity.IAffinityFunction.html |   510 +-
 ...nity.Rendezvous.RendezvousAffinityFunction.html |   358 +-
 ...ache.Ignite.Core.Cache.Affinity.Rendezvous.html |   242 +-
 .../api/Apache.Ignite.Core.Cache.Affinity.html     |   270 +-
 ...te.Core.Cache.CacheEntryProcessorException.html |   638 +-
 .../Apache.Ignite.Core.Cache.CacheException.html   |   592 +-
 ...ite.Core.Cache.CachePartialUpdateException.html |   788 +-
 .../Apache.Ignite.Core.Cache.CachePeekMode.html    |   318 +-
 .../Apache.Ignite.Core.Cache.CacheResult-1.html    |   874 +-
 ...ore.Cache.Configuration.CacheAtomicityMode.html |   294 +-
 ...ore.Cache.Configuration.CacheConfiguration.html |  4526 +-
 ....Cache.Configuration.CacheKeyConfiguration.html |   470 +-
 ....Ignite.Core.Cache.Configuration.CacheMode.html |   294 +-
 ...ore.Cache.Configuration.CacheRebalanceMode.html |   294 +-
 ...onfiguration.CacheWriteSynchronizationMode.html |   294 +-
 ...e.Cache.Configuration.DataPageEvictionMode.html |   294 +-
 ...re.Cache.Configuration.MemoryConfiguration.html |   834 +-
 ...he.Configuration.MemoryPolicyConfiguration.html |  1056 +-
 ...Cache.Configuration.NearCacheConfiguration.html |   468 +-
 ...re.Cache.Configuration.PartitionLossPolicy.html |   310 +-
 ...Ignite.Core.Cache.Configuration.QueryAlias.html |   480 +-
 ...gnite.Core.Cache.Configuration.QueryEntity.html |   898 +-
 ...Ignite.Core.Cache.Configuration.QueryField.html |   816 +-
 ...Ignite.Core.Cache.Configuration.QueryIndex.html |   790 +-
 ...e.Core.Cache.Configuration.QueryIndexField.html |   530 +-
 ...te.Core.Cache.Configuration.QueryIndexType.html |   294 +-
 ...Cache.Configuration.QuerySqlFieldAttribute.html |   994 +-
 ...ache.Configuration.QueryTextFieldAttribute.html |   606 +-
 .../Apache.Ignite.Core.Cache.Configuration.html    |   318 +-
 ...gnite.Core.Cache.Event.CacheEntryEventType.html |   294 +-
 ...Ignite.Core.Cache.Event.ICacheEntryEvent-2.html |   490 +-
 ....Core.Cache.Event.ICacheEntryEventFilter-2.html |   368 +-
 ...ore.Cache.Event.ICacheEntryEventListener-2.html |   338 +-
 .../api/Apache.Ignite.Core.Cache.Event.html        |   258 +-
 ...ite.Core.Cache.Eviction.EvictionPolicyBase.html |   602 +-
 ...ite.Core.Cache.Eviction.FifoEvictionPolicy.html |   358 +-
 ...Ignite.Core.Cache.Eviction.IEvictionPolicy.html |   246 +-
 ...nite.Core.Cache.Eviction.LruEvictionPolicy.html |   358 +-
 .../api/Apache.Ignite.Core.Cache.Eviction.html     |   258 +-
 ...ache.Ignite.Core.Cache.Expiry.ExpiryPolicy.html |   536 +-
 ...che.Ignite.Core.Cache.Expiry.IExpiryPolicy.html |   388 +-
 .../api/Apache.Ignite.Core.Cache.Expiry.html       |   250 +-
 .../api/Apache.Ignite.Core.Cache.ICache-2.html     |  7102 +--
 .../Apache.Ignite.Core.Cache.ICacheAffinity.html   |  1698 +-
 .../Apache.Ignite.Core.Cache.ICacheEntry-2.html    |   380 +-
 ...ache.Ignite.Core.Cache.ICacheEntryFilter-2.html |   368 +-
 ...e.Ignite.Core.Cache.ICacheEntryProcessor-4.html |   394 +-
 ...te.Core.Cache.ICacheEntryProcessorResult-2.html |   380 +-
 .../api/Apache.Ignite.Core.Cache.ICacheLock.html   |   420 +-
 .../Apache.Ignite.Core.Cache.ICacheMetrics.html    |  4252 +-
 .../Apache.Ignite.Core.Cache.IMemoryMetrics.html   |   526 +-
 ...che.Ignite.Core.Cache.IMutableCacheEntry-2.html |   418 +-
 .../Apache.Ignite.Core.Cache.IQueryMetrics.html    |   480 +-
 ...e.Cache.Query.Continuous.ContinuousQuery-2.html |   886 +-
 ...ore.Cache.Query.Continuous.ContinuousQuery.html |   462 +-
 ...Query.Continuous.ContinuousQueryExtensions.html |   426 +-
 ....Query.Continuous.IContinuousQueryHandle-1.html |   338 +-
 ...he.Query.Continuous.IContinuousQueryHandle.html |   258 +-
 .../Apache.Ignite.Core.Cache.Query.Continuous.html |   262 +-
 ...Ignite.Core.Cache.Query.IFieldsQueryCursor.html |   320 +-
 ...che.Ignite.Core.Cache.Query.IQueryCursor-1.html |   344 +-
 .../Apache.Ignite.Core.Cache.Query.QueryBase.html  |   474 +-
 ...Apache.Ignite.Core.Cache.Query.ScanQuery-2.html |   512 +-
 ...che.Ignite.Core.Cache.Query.SqlFieldsQuery.html |  1044 +-
 .../Apache.Ignite.Core.Cache.Query.SqlQuery.html   |   956 +-
 .../Apache.Ignite.Core.Cache.Query.TextQuery.html  |   684 +-
 .../api/Apache.Ignite.Core.Cache.Query.html        |   270 +-
 ...ache.Store.CacheParallelLoadStoreAdapter-3.html |  1098 +-
 ...gnite.Core.Cache.Store.CacheStoreAdapter-2.html |   850 +-
 ...gnite.Core.Cache.Store.CacheStoreException.html |   590 +-
 ...ache.Ignite.Core.Cache.Store.ICacheStore-2.html |  1008 +-
 ...Apache.Ignite.Core.Cache.Store.ICacheStore.html |   246 +-
 ...Ignite.Core.Cache.Store.ICacheStoreSession.html |   342 +-
 .../api/Apache.Ignite.Core.Cache.Store.html        |   266 +-
 .../dotnetdoc/api/Apache.Ignite.Core.Cache.html    |   314 +-
 ...Core.Client.Cache.CacheClientConfiguration.html |  2038 +-
 ...he.Ignite.Core.Client.Cache.ICacheClient-2.html |  4268 +-
 .../api/Apache.Ignite.Core.Client.Cache.html       |   250 +-
 ...Apache.Ignite.Core.Client.ClientStatusCode.html |   334 +-
 .../Apache.Ignite.Core.Client.IIgniteClient.html   |  1136 +-
 ...pache.Ignite.Core.Client.ISslStreamFactory.html |   340 +-
... 10050 lines suppressed ...