metacat / test / edu / ucsb / nceas / metacat / dataone / hazelcast.test.properties.xml @ 6420
1 |
<hazelcast>
|
---|---|
2 |
... |
3 |
<map name="hzObjectPath"> |
4 |
... |
5 |
<map-store enabled="true"> |
6 |
<!--
|
7 |
Name of the class implementing MapLoader and/or MapStore.
|
8 |
The class should implement at least of these interfaces and
|
9 |
contain no-argument constructor. Note that the inner classes are not supported.
|
10 |
-->
|
11 |
<class-name>edu.ucsb.nceas.metacat.dataone.hazelcast.ObjectPathMap</class-name> |
12 |
<!--
|
13 |
Number of seconds to delay to call the MapStore.store(key, value).
|
14 |
If the value is zero then it is write-through so MapStore.store(key, value)
|
15 |
will be called as soon as the entry is updated.
|
16 |
Otherwise it is write-behind so updates will be stored after write-delay-seconds
|
17 |
value by calling Hazelcast.storeAll(map). Default value is 0.
|
18 |
-->
|
19 |
<write-delay-seconds>0</write-delay-seconds> |
20 |
</map-store>
|
21 |
</map>
|
22 |
</hazelcast>
|