We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 639a0cd commit 85de8fbCopy full SHA for 85de8fb
1 file changed
kubernetes/services/ignite_config.xml
@@ -45,6 +45,15 @@ Copyright(c) 2020 Futurewei Cloud
45
46
<property name="cacheConfiguration">
47
<list>
48
+ <bean class="org.apache.ignite.configuration.CacheConfiguration">
49
+ <!-- Set the cache name. -->
50
+ <property name="name" value="com.futurewei.alcor.web.entity.vpc.VpcEntity"/>
51
+ <!-- Set the cache mode. -->
52
+ <property name="atomicityMode" value="TRANSACTIONAL"/>
53
+ <!-- Other cache parameters. -->
54
+ <property name="cacheMode" value="PARTITIONED"/>
55
+ </bean>
56
+
57
<bean class="org.apache.ignite.configuration.CacheConfiguration">
58
<!-- Set the cache name. -->
59
<property name="name" value="dpm_nodeinfo_cache"/>
0 commit comments