From 928c1eba5aa5271903fdfb70e5b81fa60c1eb9bb Mon Sep 17 00:00:00 2001 From: leventecsanyi Date: Tue, 26 Sep 2023 12:57:57 +0200 Subject: Introduce and use new Hazelcast map for module set tag - added new IMap for moduleSetTags, updated SynchronizationCacheConfigSpec - updated deployment.rst Issue-ID: CPS-1859 Signed-off-by: leventecsanyi Change-Id: I5233c5150fd784974d7c1e5ba387119c1eaba194 --- docs/deployment.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/deployment.rst b/docs/deployment.rst index acc32e3640..0642e6a8e1 100644 --- a/docs/deployment.rst +++ b/docs/deployment.rst @@ -336,5 +336,7 @@ Below are the list of distributed datastructures that we have. +--------------+---------------------------------+----------------------------------------------------------+ | cps-ncmp | trustLevelPerDmiPlugin | Stores the TrustLevel for the dmi-plugins. | +--------------+---------------------------------+----------------------------------------------------------+ +| cps-ncmp | moduleSetTagCacheMapConfig | Stores the Module Set Tags for cmHandles. | ++--------------+---------------------------------+----------------------------------------------------------+ -Total number of caches : 7 \ No newline at end of file +Total number of caches : 8 \ No newline at end of file -- cgit 1.2.3-korg