Fixed documentation references.
This commit is contained in:
@@ -368,7 +368,7 @@
|
||||
<!-- nested cache listener declaration -->
|
||||
<bean class="some.pkg.AnotherSimpleCacheListener"/>
|
||||
</gfe:cache-listener>
|
||||
|
||||
|
||||
<bean id="c-listener" class="some.pkg.SimpleCacheListener"/>
|
||||
</gfe:replicated-region>
|
||||
</programlisting>The following example uses an alternate form of the
|
||||
@@ -385,7 +385,7 @@
|
||||
<gfe:replicated-region id="region-with-one listener">
|
||||
<gfe:cache-listener ref="c-listener"/>
|
||||
</gfe:replicated-region>
|
||||
|
||||
|
||||
<bean id="c-listener" class="some.pkg.SimpleCacheListener"/>
|
||||
</beans>
|
||||
</programlisting></para>
|
||||
@@ -447,15 +447,15 @@
|
||||
naturally declared as a child element of a region. The subregion's name
|
||||
attribute is the simple name. The above example might be configured as:
|
||||
<programlisting language="xml"><beans>
|
||||
|
||||
|
||||
<gfe:replicated-region name="Customer">
|
||||
<gfe:replicated-region name="Address"/>
|
||||
</gfe:replicated-region>
|
||||
|
||||
|
||||
<gfe:replicated-region name="Employee">
|
||||
<gfe:replicated-region name="Address"/>
|
||||
</gfe:replicated-region>
|
||||
|
||||
|
||||
</beans></programlisting>Note that the <literal>
|
||||
<literal>id</literal>
|
||||
</literal> attribute is not permitted for a subregion. The subregions
|
||||
@@ -661,7 +661,7 @@
|
||||
a quick example on setting up a partition region with 2 redundant
|
||||
copies:</para>
|
||||
|
||||
<programlisting language="xml"><!-- bean definition named 'distributed-partition' backed by a region named 'redundant' with 2 copies
|
||||
<programlisting language="xml"><!-- bean definition named 'distributed-partition' backed by a region named 'redundant' with 2 copies
|
||||
and a nested resolver declaration -->
|
||||
<gfe:partitioned-region id="distributed-partition" copies="2" total-buckets="4" name="redundant">
|
||||
<gfe:partition-resolver>
|
||||
@@ -861,7 +861,7 @@ and a nested resolver declaration -->
|
||||
<programlisting language="xml"><gfe:client-region id="complex" pool-name="gemfire-pool">
|
||||
<gfe:key-interest durable="true" result-policy="KEYS">
|
||||
<bean id="key" class="java.lang.String">
|
||||
<constructor-arg value="someKey" />
|
||||
<constructor-arg value="someKey" />
|
||||
</bean>
|
||||
</gfe:key-interest>
|
||||
<gfe:regex-interest pattern=".*" receive-values="false"/>
|
||||
|
||||
Reference in New Issue
Block a user