From f21df49608710c7ec0793ca1c74ef37f479e7396 Mon Sep 17 00:00:00 2001 From: David Turanski Date: Thu, 10 Oct 2013 10:31:13 -0400 Subject: [PATCH] SGF-211: Allow PPH for partitioned-region copies --- .../gemfire/config/spring-gemfire-1.3.xsd | 102 +++++++++--------- .../data/gemfire/config/partitioned-ns.xml | 15 +-- 2 files changed, 56 insertions(+), 61 deletions(-) diff --git a/src/main/resources/org/springframework/data/gemfire/config/spring-gemfire-1.3.xsd b/src/main/resources/org/springframework/data/gemfire/config/spring-gemfire-1.3.xsd index 27917cbc..31e500a2 100755 --- a/src/main/resources/org/springframework/data/gemfire/config/spring-gemfire-1.3.xsd +++ b/src/main/resources/org/springframework/data/gemfire/config/spring-gemfire-1.3.xsd @@ -65,7 +65,7 @@ Inner bean definition of the gateway conflict resolver. @@ -119,8 +119,8 @@ Configures a data source to be bound to a JNDI context for use with Gemfire tran use="optional" default="false"> @@ -173,7 +173,7 @@ domain classes which are added to the cache in portable data exchange (PDX) form @@ -190,7 +190,7 @@ If you are using a WAN gateway, or persistent regions, you should leave this set use="optional"> @@ -389,7 +389,7 @@ across concurrent threads in the same VM, whether or not transactions are used. minOccurs="0" maxOccurs="1"> @@ -479,7 +479,7 @@ Inner bean definition of the cache listener. @@ -556,13 +556,13 @@ CustomExpiry Time to idle (or idle timeout) configuration for the region entries @@ -616,7 +616,7 @@ Indicates whether concurrency checks (versioning) are enabled for the region @@ -1261,19 +1261,13 @@ The action to take when performing eviction. - + - - - - - - @@ -1306,14 +1300,14 @@ Note: This setting must be the same in all processes using the region. use="optional"> @@ -1371,7 +1365,7 @@ The name of the region definition. @@ -1381,7 +1375,7 @@ The amount of time before the expiration action takes place. Defaults to zero (w @@ -1426,7 +1420,7 @@ Inner bean definition of the CustomExpiry. @@ -1493,14 +1487,14 @@ performed. @@ -1549,7 +1543,7 @@ When combined with DataPolicy.PARTITION this interest policy causes cache listen @@ -1581,8 +1575,8 @@ Indicates whether or not the operation logs are automatically compacted or not. default="1024"> @@ -1590,8 +1584,8 @@ amount of file space will be immediately reserved. default="1000"> @@ -1599,7 +1593,7 @@ It is considered only for asynchronous writing. default="0"> @@ -1683,9 +1677,9 @@ which it receives its data. The client can hold some data locally or forward all @@ -1705,7 +1699,7 @@ Inner bean definition of the client key interest. use="optional"> @@ -1717,7 +1711,7 @@ use the inner bean declaration. @@ -1759,10 +1753,10 @@ The data policy for this client. Can be either 'EMPTY' or 'NORMAL' (the default) configured for this region, this parameter will be ignored. EMPTY - causes data to never be stored in local memory. The region will always appear empty. It can be used to for zero - footprint producers that only want to distribute their data to others and for zero footprint consumers that only want + footprint producers that only want to distribute their data to others and for zero footprint consumers that only want to see events. -NORMAL - causes data that this region is interested in to be stored in local memory. It allows the contents in this -cache to differ from other caches. +NORMAL - causes data that this region is interested in to be stored in local memory. It allows the contents in this +cache to differ from other caches. ]]> @@ -1803,14 +1797,14 @@ The ClientRegionShortcut for this region. Allows easy initialization of the regi @@ -1832,7 +1826,7 @@ Indicates whether or not the registered interest is durable or not. Default is f default="KEYS_VALUES"> @@ -1945,7 +1939,7 @@ Note: In order to instantiate a cacheserver, a GemFire cache needs to be avaialb maxOccurs="1"> @@ -2007,7 +2001,7 @@ The port number of the server. default=""> @@ -2114,7 +2108,7 @@ Required. @@ -2129,14 +2123,14 @@ interface or provide a method named 'handleEvent'. @@ -2706,7 +2700,7 @@ Inner bean definition of the remote function. diff --git a/src/test/resources/org/springframework/data/gemfire/config/partitioned-ns.xml b/src/test/resources/org/springframework/data/gemfire/config/partitioned-ns.xml index 54b24893..bf89aa46 100644 --- a/src/test/resources/org/springframework/data/gemfire/config/partitioned-ns.xml +++ b/src/test/resources/org/springframework/data/gemfire/config/partitioned-ns.xml @@ -11,19 +11,20 @@ http://www.springframework.org/schema/context http://www.springframework.org/schema/context/spring-context-3.2.xsd"> - + 4 + 1 - - + + - + @@ -35,15 +36,15 @@ - + - + - + \ No newline at end of file