SGF-47: add PartitionListener to partitioned region

This commit is contained in:
David Turanski
2012-07-24 16:24:32 -04:00
parent fdf1983081
commit 6b8a45acf8
5 changed files with 99 additions and 19 deletions

View File

@@ -1106,6 +1106,22 @@ colocate data based on custom criterias (such as colocating trades by month and
</xsd:appinfo>
</xsd:annotation>
</xsd:element>
<xsd:element name="partition-listener"
type="beanDeclarationType" minOccurs="0"
maxOccurs="1">
<xsd:annotation>
<xsd:documentation
source="com.gemstone.gemfire.cache.partition.PartitionListener"><![CDATA[
The partition listener definition for this region. Defines a callback for partitioned regions, invoked when a partition region is created or any bucket in a partitioned region becomes primary
]]></xsd:documentation>
<xsd:appinfo>
<tool:annotation>
<tool:exports
type="com.gemstone.gemfire.cache.partition.PartitionListener" />
</tool:annotation>
</xsd:appinfo>
</xsd:annotation>
</xsd:element>
<xsd:element name="eviction" minOccurs="0"
maxOccurs="1">
<xsd:annotation>