Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions docs/_docs/monitoring-metrics/system-views.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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 | True 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
Expand Down