Hi, Please properly subscribe to the mailing list so that the community can receive email notifications for your messages. To subscribe, send empty email to [email protected] and follow simple instructions in the reply.
howfree wrote > This memory mode allows us to store keys on-heap and values off-heap,but > it doesn't support indexedTypes. > > I am confused at how to put data objects into caches, then query them > from caches. > > I didn't find code examples. > > Does anyone give me some examples? thanks. Any memory mode including OFFHEAP_VALUES supports indexedTypes property. Actually, you can always switch between memory modes without any code changes, because memory mode only defines the way entries are stored on server nodes. Having said that, you can refer to CacheQueryExample and run it with different memory modes. -Val -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/OFFHEAP-VALUES-mode-How-to-put-data-object-into-caches-and-query-them-from-caches-tp8452p8485.html Sent from the Apache Ignite Users mailing list archive at Nabble.com.
