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 <gt...@pivotal.io> wrote: > > 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.*