Probably, IgniteTxHandler#processDhtTxPrepareRequest is what you are looking for. Check the data flow from GridDhtTxPrepareRequest#nearWrites
On Fri, Mar 3, 2017 at 1:19 PM, ALEKSEY KUZNETSOV <alkuznetsov...@gmail.com> wrote: > Ah, thanks! Which class is responsible for near cache synchronization ? > > пт, 3 мар. 2017 г. в 13:15, Alexander Fedotov < > alexander.fedot...@gmail.com > >: > > > Hi Aleksey, > > > > Local cache pertains only to the node where it's created and no data is > > distributed to > > or synchronized with other nodes, while near cache serves as a front end > > for a partitioned cache, storing recently requested data which is > > synchronized when it's changed on > > other nodes. > > > > > > On Fri, Mar 3, 2017 at 10:39 AM, ALEKSEY KUZNETSOV < > > alkuznetsov...@gmail.com > > > wrote: > > > > > Hi all ! What is the difference between local and near transactions > > > -- > > > > > > *Best Regards,* > > > > > > *Kuznetsov Aleksey* > > > > > > > > > > > -- > > Kind regards, > > Alexander. > > > -- > > *Best Regards,* > > *Kuznetsov Aleksey* > -- Kind regards, Alexander.
