magic-fs
magic-fs

Reputation: 1

Does ignite ClientCache of thin client support distributed locks

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

Answers (1)

Stephen Darlington
Stephen Darlington

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

Related Questions