Hi, I have a data streamer to load data into a cache. While loading I might need to update value of a particular key in cache, so I need to check if it is already there in the streamer buffer. If so, either I need to update value against that key in the buffer or I need to flush the data in the streamer and then update. Is there a way to do this?
-- Sent from: http://apache-ignite-users.70518.x6.nabble.com/
