+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
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
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.*