Re: CacheInterceptor with client nodes

2016-11-15 Thread Игорь Гнатюк
call to >> a specific cache. The call should be made on a server node, where this >> concrete enrty resides. >> >> 2016-11-15 2:34 GMT+03:00 vkulichenko : >> >>> Hi, >>> >>> What exactly are you trying to do? What's the use case? >>> >

Re: CacheInterceptor with client nodes

2016-11-15 Thread Vladislav Pyatkov
exactly are you trying to do? What's the use case? >> >> -Val >> >> >> >> -- >> View this message in context: http://apache-ignite-users.705 >> 18.x6.nabble.com/CacheInterceptor-with-client-nodes-tp8964p8970.html >> Sent from the Apache Ignite Users mailing list archive at Nabble.com. >> > > -- Vladislav Pyatkov

Re: CacheInterceptor with client nodes

2016-11-15 Thread Игорь Гнатюк
What's the use case? > > -Val > > > > -- > View this message in context: http://apache-ignite-users. > 70518.x6.nabble.com/CacheInterceptor-with-client-nodes-tp8964p8970.html > Sent from the Apache Ignite Users mailing list archive at Nabble.com. >

Re: CacheInterceptor with client nodes

2016-11-14 Thread vkulichenko
Hi, What exactly are you trying to do? What's the use case? -Val -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/CacheInterceptor-with-client-nodes-tp8964p8970.html Sent from the Apache Ignite Users mailing list archive at Nabble.com.

CacheInterceptor with client nodes

2016-11-14 Thread Игорь Гнатюк
Hi, all!. I've tried to add a CacheInterceptor to Apache Ignite cache. It works fine on server nodes, but when i am trying to access cache("get" operation) from a client node interceptor is invoked localy (on a client node). Is there any way to make it work only on server node, before sending resu