Skip to content

Commit

Permalink
Fixes SUP-361 (#299)
Browse files Browse the repository at this point in the history
  • Loading branch information
Serdaro authored Feb 14, 2024
1 parent 4229cfa commit a3fdc4f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/modules/data-structures/pages/map.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ From left to right, this table lists the following:
|Memory cost of backup entries held by the member.

|Events
|Number of map events received by the member, including near cache invalidation and new entries.
|Number of map events received by the member. A map event is triggered when a map entry is added, removed, updated, evicted, expired, merged, loaded, invalidated, or included in the "evict all" or "clear all" operations.

|Hits
|Number of hits (reads) of the entries that are owned by
Expand Down
2 changes: 1 addition & 1 deletion docs/modules/data-structures/pages/replicated-map.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ From left to right, this table lists the following:
|Memory cost of the owned entries in the member.

|Events
|Number of the events received by the member.
|Number of replicated map events received by the member. A replicated map event is triggered when a map entry is added, removed, updated, evicted, expired, merged, loaded, invalidated, or included in the "evict all" or "clear all" operations.

|Hits
|Number of the reads performed for this Replicated Map's entries.
Expand Down

0 comments on commit a3fdc4f

Please sign in to comment.