You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by dm...@apache.org on 2020/12/18 19:32:47 UTC

[ignite] branch master updated: IGNITE-13876 Updated documentation for 2.9.1 release (#8592)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new e74cf6b  IGNITE-13876 Updated documentation for 2.9.1 release (#8592)
e74cf6b is described below

commit e74cf6ba8711338ed48dd01d1efe12505977f63f
Author: ymolochkov <mo...@gmail.com>
AuthorDate: Fri Dec 18 22:29:15 2020 +0300

    IGNITE-13876 Updated documentation for 2.9.1 release (#8592)
---
 docs/_config.yml                                |  2 +-
 docs/_docs/monitoring-metrics/system-views.adoc | 27 +++++++++++++++++++++++++
 2 files changed, 28 insertions(+), 1 deletion(-)

diff --git a/docs/_config.yml b/docs/_config.yml
index 00c4e79..0562d1a 100644
--- a/docs/_config.yml
+++ b/docs/_config.yml
@@ -14,7 +14,7 @@
 # limitations under the License.
 exclude: [guidelines.md,  "Gemfile", "Gemfile.lock", README.adoc, "_docs/code-snippets", "_docs/includes", '*.sh']
 attrs: &asciidoc_attributes
-  version: 2.9.0 
+  version: 2.9.1
   base_url: /docs
   stylesdir: /docs/assets/css
   imagesdir: /docs
diff --git a/docs/_docs/monitoring-metrics/system-views.adoc b/docs/_docs/monitoring-metrics/system-views.adoc
index 1d400c6..ac45667 100644
--- a/docs/_docs/monitoring-metrics/system-views.adoc
+++ b/docs/_docs/monitoring-metrics/system-views.adoc
@@ -676,3 +676,30 @@ This view exposes information about the distribution of cache group partitions a
 |STATE | string | Partition state. Possible states: MOVING - partition is being loaded from another node to this node; OWNING - this node is either a primary or backup owner; RENTING - this node is neither primary nor back up owner (is being currently evicted); EVICTED - partition has been evicted; LOST - partition state is invalid, the partition should not be used.
 |IS_PRIMARY | boolean  | Primary partition flag
 |===
+
+== BINARY_METADATA
+
+This view exposes information about all available binary types.
+
+[{table_opts}]
+|===
+|Column | Data type |  Description
+|TYPE_ID | int | Type ID
+|TYPE_NAME | string | Type name
+|AFF_KEY_FIELD_NAME | string | Affinity key field name
+|FIELDS_COUNT | int | Fields count
+|FIELDS | string | Recorded object fields
+|SCHEMAS_IDS | string | Schema IDs registered for this type
+|IS_ENUM | boolean | Whether this is enum type
+|===
+
+== METASTORAGE
+
+This view exposes the contents of the metastorage cache.
+
+[{table_opts}]
+|===
+|Column | Data type |  Description
+|NAME | string | Name
+|VALUE | string | String or raw binary (if data could not be deserialized for some reason) representation of an element
+|===