Hi Igniters!

I need to synchronize a method across a Ignite cluster, which work with
IgniteCache.

Does Ignite provide any tools for?

For example:
***
Lock lock = cache.lock(key);
lock.lock();

try {
 // todo somethink
}
finally {
    lock.unlock();
}
***

-- 
Best Regards, Vyacheslav

Reply via email to