Tried below code, but code is not complaining in IDE..Keep seeing error
message asking to change the method loadcache() to method localloadCache().
When changed to method localloadcache(), asking to change method to
loadCache().
ignite.cache("CustomerCache").loadCache(new
IgniteBiPredicate<Long, Customer>(){
@Override
public boolean apply(Object key, Customer
customer) {
return
customer.<Timestamp>field("dwTimestamp").after(fromDate) &&
customer.<Timestamp>field("dwTimestamp").after(toDate);
}}, null);
--
Sent from: http://apache-ignite-users.70518.x6.nabble.com/