Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MC-2462 CP Maps docs page #283

Merged
merged 3 commits into from
Dec 1, 2023
Merged
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion check-links-playbook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ content:
- url: https://github.com/hazelcast-guides/hazelcast-platform-operator-external-backup-restore
branches: master
start_path: docs
- url: https://github.com/hazelcast/hazelcast-commandline-client
- url: https://github.com/hazelcast/clc-docs
branches: main
start_path: docs

Expand Down
Binary file modified docs/modules/ROOT/images/AtomicLongs.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/modules/ROOT/images/AtomicReferences.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/modules/ROOT/images/CPMaps.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/modules/ROOT/images/CountdownLatches.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/modules/ROOT/images/FencedLocks.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/modules/ROOT/images/Semaphores.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
13 changes: 13 additions & 0 deletions docs/modules/cp-subsystem/pages/cpmap.adoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
= CP Maps
promanenko marked this conversation as resolved.
Show resolved Hide resolved

You can see a list of all the xref:{page-latest-supported-hazelcast}@hazelcast:data-structures:cpmap.adoc[CPMaps] in your cluster
by clicking on the **CPMaps** menu item in the left menu.

image:ROOT:CPMaps.png[CPMaps View]

A CPMap has two metrics:

- *Entries*: The number of entries in the map
- *Size*: The size of the map in memory

You can sort the table by clicking on the column headers.
1 change: 1 addition & 0 deletions docs/modules/cp-subsystem/partials/nav.adoc
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
* xref:cp-subsystem:dashboard.adoc[Dashboard]
* xref:cp-subsystem:cpmap.adoc[]
* xref:cp-subsystem:atomic-long.adoc[]
* xref:cp-subsystem:semaphore.adoc[]
* xref:cp-subsystem:atomic-ref.adoc[]
Expand Down
Loading