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

alexpl 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 faea3b29832 IGNITE-22449 Documentation: Add new Cache View column 
(#11385)
faea3b29832 is described below

commit faea3b29832f0c96336131a4d7b237f376b0894e
Author: Maksim Davydov <[email protected]>
AuthorDate: Tue Jun 11 16:14:02 2024 +0300

    IGNITE-22449 Documentation: Add new Cache View column (#11385)
---
 docs/_docs/monitoring-metrics/system-views.adoc | 1 +
 1 file changed, 1 insertion(+)

diff --git a/docs/_docs/monitoring-metrics/system-views.adoc 
b/docs/_docs/monitoring-metrics/system-views.adoc
index cfa604d205f..1e893914a61 100644
--- a/docs/_docs/monitoring-metrics/system-views.adoc
+++ b/docs/_docs/monitoring-metrics/system-views.adoc
@@ -115,6 +115,7 @@ control.bat --system-view NODE_METRICS --node-id 
a1b77663-b37f-4ddf-87a6-1e2d684
 |EVICTION_POLICY_FACTORY | string |  toString representation of eviction 
policy factory
 |EXPIRY_POLICY_FACTORY | string |  toString representation of expiry policy 
factory
 |CONFLICT_RESOLVER | string |  toString representation of cache conflict 
resolver
+|HAS_EXPIRING_ENTRIES | string | Yes if cache has entries pending expire
 |INTERCEPTOR | string |  toString representation of interceptor
 |IS_COPY_ON_READ | boolean | Flag indicating whether a copy of the value 
stored in the on-heap cache
 |IS_EAGER_TTL | boolean | Flag indicating whether expired cache entries will 
be eagerly removed from cache

Reply via email to