Fixed documentation references.
This commit is contained in:
@@ -42,10 +42,10 @@
|
||||
|
||||
<para xmlns=""> For example, GemFire provides several callback interfaces
|
||||
such as <interfacename>
|
||||
<literal xmlns="http://docbook.org/ns/docbook">CacheListener</literal>
|
||||
</interfacename>, <interfacename>
|
||||
<literal xmlns="http://docbook.org/ns/docbook">CacheWriter</literal>
|
||||
</interfacename>, <interfacename>
|
||||
<literal xmlns="http://docbook.org/ns/docbook">CacheListener, </literal>
|
||||
</interfacename><interfacename>
|
||||
<literal xmlns="http://docbook.org/ns/docbook">CacheWriter, </literal>
|
||||
</interfacename>and<interfacename>
|
||||
<literal xmlns="http://docbook.org/ns/docbook">CacheLoader</literal>
|
||||
</interfacename> to allow developers to add custom event handlers. Using
|
||||
the Spring IoC container, these may configured as normal Spring beans and
|
||||
|
||||
@@ -488,9 +488,9 @@
|
||||
</important>
|
||||
|
||||
<para>Persistence may also be configured using the
|
||||
<literal>data-policy</literal> attribute, set to one of <link
|
||||
linkend="https://www.vmware.com/support/developer/vfabric-gemfire/700-api/com/gemstone/gemfire/cache/DataPolicy.html">GemFire's
|
||||
data policy settings</link>. For instance...</para>
|
||||
<literal>data-policy</literal> attribute, set to one of <ulink
|
||||
url="https://www.vmware.com/support/developer/vfabric-gemfire/700-api/com/gemstone/gemfire/cache/DataPolicy.html">GemFire's
|
||||
data policy settings</ulink>. For instance...</para>
|
||||
|
||||
<para>
|
||||
<programlisting language="xml"><gfe:partitioned-region id="persitent-partition" data-policy="PERSISTENT_PARTITION"/></programlisting>
|
||||
|
||||
Reference in New Issue
Block a user