Re: Regarding region.putAll()

2017-02-13 Thread Goutam Tadi
+Jacob Barrett We are planning to replace the region.put() to one of the putAll() implementations provided by GemFire. We have found two ways of doing it. ((LocalRegion) region).basicImportPutAll(map) and region.putAll(map) where regionis a PartitionedRegion ? Anthony gave us some info and a

Re: Regarding region.putAll()

2017-02-07 Thread Anthony Baker
LocalRegion.basicImportPutAll() is an internal method used by `gfsh import data`. One important difference is that it will skip firing callbacks and distributing updates over WAN connections. Anthony > On Feb 7, 2017, at 5:43 PM, Goutam Tadi wrote: > > Hi Team, > > What is the difference b

Regarding region.putAll()

2017-02-07 Thread Goutam Tadi
Hi Team, What is the difference between ((LocalRegion) region).basicImportPutAll(map) ​ and region.putAll(map) ​ where regionis a PartitionedRegion ? Thanks, Goutam and Bradford. -- Regards, *Goutam Tadi.*