Re: Get always return null in java thick client for data inserted in python thin client

2021-05-10 Thread Ivan Daschinsky
Hi, you should use IgniteCache in java. Pythoninc int maps directly to Long in java. If you want use Integer, you should put in python using key_hint like this: >> cache.put(1, (CollectionObject.HASH_SET, [1, 2, 3]), key_hint=IntObject) чт, 6 мая 2021 г. в 17:53, waipy : > > Hello, I am trying to

Get always return null in java thick client for data inserted in python thin client

2021-05-06 Thread waipy
Hello, I am trying to read some data on my java client nodes that has been inserted on the server nodes by a python thin client. The cache is a key-value for types int-HashSet. I can insert the data flawlessly in python, I can read the data in the java client using a ScanQuery, using an EntryProce