Reputation: 1
Now i am using ignite ClientCache of thin client, I didn't find distributed locks of ClientCache, if I want to use distributed locks,I must use Ignition.start()
Upvotes: 0
Views: 256
Reputation: 52565
You're right, the thin-client is currently a way of accessing data in an Ignite cluster. If you want to do more sophisticated things, such as compute or locking, you'll need to use a thick client.
Upvotes: 0