Hi,
I have an Ignite plugin that needs to check one of the Ignite caches with
every operation.
The plugin was working fine until I tried using the thin client to access
one of the caches... Now, I'm just getting "Ignite cluster is unavailable"
when this line gets run:
ClientCache<String, BitSet> cache =
igniteClient.getOrCreateCache("operations-cache");
Is there a better way to access an Ignite cache from within an Ignite
plugin?
Thanks,
Devin
--
Sent from: http://apache-ignite-users.70518.x6.nabble.com/