1234567891011121314151617181920212223 |
- <?xml version="1.0" encoding="UTF-8"?>
- <!--
- * IBM Confidential
- *
- * OCO Source Materials
- *
- * IBM Cognos Products: CAMAAA
- *
- * (C) Copyright IBM Corp. 2012, 2012
- *
- * The source code for this program is not published or otherwise divested of its trade secrets, irrespective of what has been
- * deposited with the U.S. Copyright Office.
- -->
- <deploymentPolicy xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://ibm.com/ws/objectgrid/deploymentPolicy ../deploymentPolicy.xsd" xmlns="http://ibm.com/ws/objectgrid/deploymentPolicy">
- <objectgridDeployment objectgridName="CAM_Grid">
- <mapSet name="mapSet" numberOfPartitions="13" minSyncReplicas="0" maxSyncReplicas="1" >
- <map ref="PassportMap"/>
- </mapSet>
- </objectgridDeployment>
- </deploymentPolicy>
|