diff options
author | leventecsanyi <levente.csanyi@est.tech> | 2023-09-26 12:57:57 +0200 |
---|---|---|
committer | leventecsanyi <levente.csanyi@est.tech> | 2023-09-26 14:19:30 +0200 |
commit | 928c1eba5aa5271903fdfb70e5b81fa60c1eb9bb (patch) | |
tree | 198dba97856279e0004ebba18f0607140f6a4b25 /docs | |
parent | fbc17e6df9192a9a7bd257d47a07e30ab7ff3322 (diff) |
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 <levente.csanyi@est.tech>
Change-Id: I5233c5150fd784974d7c1e5ba387119c1eaba194
Diffstat (limited to 'docs')
-rw-r--r-- | docs/deployment.rst | 4 |
1 files changed, 3 insertions, 1 deletions
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 |