| <?xml version="1.0"?> |
| |
| <!-- |
| Licensed to the Apache Software Foundation (ASF) under one or more |
| contributor license agreements. See the NOTICE file distributed with |
| this work for additional information regarding copyright ownership. |
| The ASF licenses this file to You under the Apache License, Version 2.0 |
| (the "License"); you may not use this file except in compliance with |
| the License. You may obtain a copy of the License at |
| |
| http://www.apache.org/licenses/LICENSE-2.0 |
| |
| Unless required by applicable law or agreed to in writing, software |
| distributed under the License is distributed on an "AS IS" BASIS, |
| WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| See the License for the specific language governing permissions and |
| limitations under the License. |
| --> |
| |
| <!DOCTYPE cache PUBLIC |
| "-//GemStone Systems, Inc.//GemFire Declarative Caching 6.6//EN" |
| "http://www.gemstone.com/dtd/cache7_0.dtd"> |
| <cache copy-on-read="false" > |
| |
| |
| <gateway-sender id="sender1" remote-distributed-system-id="2" batch-size="20" |
| batch-time-interval="1000" |
| enable-persistence="true" maximum-queue-memory="10" parallel="false" |
| > |
| </gateway-sender> |
| |
| <!-- gateway-receiver bind-address="poland.gemstone.com" > |
| |
| </gateway-receiver --> |
| |
| <cache-server port="HOST_PORT1" > |
| </cache-server> |
| |
| <!-- pdx read-serialized="true" persistent="true" disk-store-name="myDiskStore" / --> |
| <region name="exampleRegion" > |
| <region-attributes data-policy="partition" gateway-sender-ids="sender1" > |
| <partition-attributes redundant-copies="0" total-num-buckets="113" > |
| </partition-attributes> |
| </region-attributes> |
| |
| |
| </region> |
| </cache> |
| |