Revision 6886
Added by Chris Jones almost 13 years ago
lib/metacat.properties | ||
---|---|---|
532 | 532 |
# The DataONE storage cluster configuration for Hazelcast |
533 | 533 |
#dataone.hazelcast.configFilePath=/etc/dataone/storage/hazelcast.xml |
534 | 534 |
dataone.hazelcast.storageCluster.systemMetadataMap=hzSystemMetadata |
535 |
dataone.hazelcast.storageCluster.identifiersSet=hzIdentifiers |
|
535 | 536 |
dataone.hazelcast.storageCluster.tasksIdNamespace=task-ids |
536 | 537 |
|
537 | 538 |
# Parameters for connecting to the DataONE process cluster as a Hazelcast client |
Also available in: Unified diff
Add the dataone.hazelcast.storageCluster.identifiersSet property that defines the name of the distributed set of unique DataONE identifiers (called 'hzIdentifiers'). This ISet can't be configured in the hazelcast.xml file (only maps and queues can).