Hi.. I was able to run a sample c++ client program , loading/retrieving cache
from a table in  persistent store. The table has just one int field as
primary key and for cache I configured this primary key int as the cache
key. But now I want to use cache for table in persistent store which have
combination of different fields as primary key. What should I use as a cache
key in this situation? Just like I used POJO to map cache values, should I
use another POJO for cache keys?If so how should I map cache key POJO to
c++?



--
View this message in context: 
http://apache-ignite-users.70518.x6.nabble.com/using-user-defined-object-as-key-in-ignite-c-client-tp15727.html
Sent from the Apache Ignite Users mailing list archive at Nabble.com.

Reply via email to