I did the same but still no luck, here is the code snippet
CacheConfiguration<String, AccountNew> cc = new
CacheConfiguration<String, AccountNew>("AccountNew");
cc.setBackups(1);
cc.setAtomicityMode(CacheAtomicityMode.ATOMIC);
cc.setCacheMode(CacheMode.PARTITIONED);
cc.setSqlSchema("PUBLIC");
IgniteCache<String, AccountNew> cache =
ignite.getOrCreateCache(cc));
I could see this cache from IgniteVisor, here is the output, which shows the
cache and the entries.
AccountNew(@c3) | PARTITIONED | 3 | min: 32 (0 / 32) | min:
0 | min: 0 | min: 0 | min: 0 |
| | | | avg: 33.00 (0.00 / 33.00) | avg:
0.00 | avg: 0.00 | avg: 0.00 | avg: 0.00 |
| | | | max: 34 (0 / 34) | max:
0 | max: 0 | max: 0 | max: 0
I am not sure, earlier I used to see caches from Sqlline as well though
never set any sql sceham to the cache.
what could be the reason
Thanks
Naveen
--
Sent from: http://apache-ignite-users.70518.x6.nabble.com/