xml.I18nServer_sjis.xml Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of gemfire-examples Show documentation
Show all versions of gemfire-examples Show documentation
SnappyData store based off Pivotal GemFireXD
<?xml version="1.0" encoding="Shift-JIS"?> <!DOCTYPE cache PUBLIC "-//GemStone Systems, Inc.//GemFire Declarative Caching 6.5//EN" "http://www.gemstone.com/dtd/cache6_5.dtd"> <!-- | I18nServer.xml | | Configures a cache to serve clients at port 40404. | The example region is populated with utf8 encoded Japanese keys. --> <cache> <bridge-server port="40404"/> <region name="ÆïX"> <!-- furniture store --> <region-attributes scope="distributed-no-ack" data-policy="normal" /> <entry> <key> <string>Öq</string> </key> <value> <string>10.676\</string> </value> </entry> <entry> <key> <string>e[u</string> </key> <value> <string>98.834\</string> </value> </entry> <entry> <key> <string>zc</string> </key> <value> <string>71.419\</string> </value> </entry> </region> </cache>