You can use loadCache method to load any set of data from the DB. It takes
optional list of arguments that you can use to parametrize the loading
process (e.g., use them to provide time bounds and query the DB based on
these bounds).

You can load based on any criteria, there are no limitation and this doesn't
depend on how your key and value classes look like. Just make sure that each
loaded row is properly mapped to key and value objects. Key has to be unique
for each value, otherwise values will overwrite each other.

Makes sense?

-Val



--
View this message in context: 
http://apache-ignite-users.70518.x6.nabble.com/multiple-value-key-tp4138p4203.html
Sent from the Apache Ignite Users mailing list archive at Nabble.com.

Reply via email to