Hi, The error is clear, you try to cast BinaryObject to Customer type. It can happen if you use CacheJdbcPojoStoreFactory for example. In this case, you can use BinaryObject.field:
int id = ((BinaryObject)value).field("id");
return id == 1000000001;
According to your filter, cachestore will fetch all data from 3rd party
store and put into cache only entries with id == 1000000001. Is it what you
need?
Best Regards,
Roman
--
Sent from: http://apache-ignite-users.70518.x6.nabble.com/
