Vyacheslav,

Explicit cache locks, DataStructures (eg. reentrant locks), transactions,
etc.
We have all of them and even more :)

On Thu, Apr 13, 2017 at 3:54 PM, Vyacheslav Daradur <daradu...@gmail.com>
wrote:

> 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