SGF-466 - Restore function to the Gradle-based build.
This commit is contained in:
@@ -1,19 +1,19 @@
|
||||
[[appendix-schema]]
|
||||
[appendix]
|
||||
= Spring Data GemFire Schema
|
||||
:resourcesDir: ../../main/resources
|
||||
:resourcesDir: {basedocdir}/../resources
|
||||
|
||||
== Spring Data GemFire Core Schema (gfe)
|
||||
|
||||
[source,xml]
|
||||
----
|
||||
include::{resourcesDir}/org/springframework/data/gemfire/config/spring-gemfire-1.3.xsd[]
|
||||
include::{resourcesDir}/org/springframework/data/gemfire/config/spring-gemfire-1.8.xsd[]
|
||||
----
|
||||
|
||||
== Spring Data GemFire Data Access Schema (gfe-data)
|
||||
|
||||
[source,xml]
|
||||
----
|
||||
include::{resourcesDir}/org/springframework/data/gemfire/config/spring-data-gemfire-1.3.xsd[]
|
||||
include::{resourcesDir}/org/springframework/data/gemfire/config/spring-data-gemfire-1.8.xsd[]
|
||||
----
|
||||
|
||||
|
||||
@@ -5,7 +5,7 @@ Costin Leau , David Turanski , John Blum , Oliver Gierke
|
||||
:revdate: {localdate}
|
||||
:toc:
|
||||
:toc-placement!:
|
||||
:spring-data-commons-docs: {baseDir}/../../../spring-data-commons/src/main/asciidoc
|
||||
:spring-data-commons-docs: {basedocdir}/../../../../spring-data-commons/src/main/asciidoc
|
||||
|
||||
(C) 2011-2015 The original authors.
|
||||
|
||||
|
||||
@@ -90,9 +90,9 @@ prefix declaration above:
|
||||
====
|
||||
|
||||
:leveloffset: +1
|
||||
include::cache.adoc[]
|
||||
include::data-access.adoc[]
|
||||
include::region.adoc[]
|
||||
include::{basedocdir}/reference/cache.adoc[]
|
||||
include::{basedocdir}/reference/data-access.adoc[]
|
||||
include::{basedocdir}/reference/region.adoc[]
|
||||
:leveloffset: -1
|
||||
|
||||
[[bootstrap:indicies]]
|
||||
@@ -118,8 +118,8 @@ This allows one to declare any number of indices on any Region whether they are
|
||||
but one can customize it accordingly or use a pool (if need be) - see the namespace schema for the full set of options.
|
||||
|
||||
:leveloffset: +1
|
||||
include::diskstore.adoc[]
|
||||
include::snapshot.adoc[]
|
||||
include::function.adoc[]
|
||||
include::gateway.adoc[]
|
||||
include::{basedocdir}/reference/diskstore.adoc[]
|
||||
include::{basedocdir}/reference/snapshot.adoc[]
|
||||
include::{basedocdir}/reference/function.adoc[]
|
||||
include::{basedocdir}/reference/gateway.adoc[]
|
||||
:leveloffset: -1
|
||||
|
||||
@@ -82,7 +82,7 @@ NOTE: The example above can be simplified even more by eliminating the `cache-re
|
||||
Currently, GemFire supports optimistic transactions with *read committed* isolation. Furthermore, to guarantee this isolation, developers should avoid making *in-place* changes that manually modify values present in the Cache. To prevent this from happening, the transaction manager configures the Cache to use *copy on read* semantics, meaning a clone of the actual value is created, each time a read is performed. This behavior can be disabled if needed through the `copyOnRead` property. For more information on the semantics of the underlying GemFire transaction manager, see the GemFire http://gemfire.docs.pivotal.io/latest/javadocs/japi/com/gemstone/gemfire/cache/CacheTransactionManager.html[documentation].
|
||||
|
||||
:leveloffset: +1
|
||||
include::cq-container.adoc[]
|
||||
include::{basedocdir}/reference/cq-container.adoc[]
|
||||
:leveloffset: -1
|
||||
|
||||
[[apis:declarable]]
|
||||
|
||||
Reference in New Issue
Block a user