diff --git a/docs/modules/ROOT/images/CPMaps.png b/docs/modules/ROOT/images/CPMaps.png new file mode 100644 index 00000000..9a5a1f8b Binary files /dev/null and b/docs/modules/ROOT/images/CPMaps.png differ diff --git a/docs/modules/cp-subsystem/pages/cpmap.adoc b/docs/modules/cp-subsystem/pages/cpmap.adoc new file mode 100644 index 00000000..25888ae0 --- /dev/null +++ b/docs/modules/cp-subsystem/pages/cpmap.adoc @@ -0,0 +1,13 @@ += CP Maps + +You can see a list of all the xref:{page-latest-supported-hazelcast}@hazelcast:data-structures:cpmap.adoc[CP maps] in your cluster +by clicking on the **CP Maps** menu item in the left menu. + +image:ROOT:CPMaps.png[CP Maps View] + +A CP map has two metrics: + +- *Size*: The number of entries in the map +- *Size In Bytes*: The size of the map in memory in terms of bytes + +You can sort the table by clicking on the column headers. \ No newline at end of file diff --git a/docs/modules/cp-subsystem/partials/nav.adoc b/docs/modules/cp-subsystem/partials/nav.adoc index 15395f5e..b4406920 100644 --- a/docs/modules/cp-subsystem/partials/nav.adoc +++ b/docs/modules/cp-subsystem/partials/nav.adoc @@ -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[]