All Downloads are FREE. Search and download functionalities are using the official Maven repository.

partitionedRegionQuerying.server.xml Maven / Gradle / Ivy

<?xml version="1.0"?>

<!DOCTYPE cache PUBLIC
  "-//GemStone Systems, Inc.//GemFire Declarative Caching 7.0//EN"
  "http://www.gemstone.com/dtd/cache7_0.dtd">
<cache>
	<region name="exampleRegion" refid="PARTITION">
	</region>
	<function-service>
		<function>
			<class-name>partitionedRegionQuerying.QueryingFunction</class-name>
		</function>
	</function-service>
</cache>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy