+ add region name test
SGF-10 SGF-12 SGF-13
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
|
||||
<gfe:partitioned-region id="simple" />
|
||||
|
||||
<gfe:partitioned-region id="options" copies="1" total-buckets="4">
|
||||
<gfe:partitioned-region id="options" copies="1" total-buckets="4" name="redundant">
|
||||
<gfe:partition-resolver>
|
||||
<bean class="org.springframework.data.gemfire.SimplePartitionResolver"/>
|
||||
</gfe:partition-resolver>
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
|
||||
<gfe:replicated-region id="simple" />
|
||||
|
||||
<gfe:replicated-region id="pub" publisher="true"/>
|
||||
<gfe:replicated-region id="pub" publisher="true" name="publisher"/>
|
||||
|
||||
<gfe:replicated-region id="complex">
|
||||
<gfe:cache-listener>
|
||||
|
||||
Reference in New Issue
Block a user