[
https://issues.apache.org/jira/browse/IGNITE-11989?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Maxim Muzafarov updated IGNITE-11989:
-------------------------------------
Ignite Flags: (was: Docs Required)
> Preload predicate not used in GridCachePreloader
> ------------------------------------------------
>
> Key: IGNITE-11989
> URL: https://issues.apache.org/jira/browse/IGNITE-11989
> Project: Ignite
> Issue Type: Improvement
> Reporter: Maxim Muzafarov
> Assignee: Maxim Muzafarov
> Priority: Minor
> Fix For: 2.8
>
> Time Spent: 10m
> Remaining Estimate: 0h
>
> {code:title=GridCachePreloader.java}
> /**
> * @return Preload predicate. If not {@code null}, will evaluate each
> preloaded entry during
> * send and receive, and if predicate evaluates to {@code false},
> entry will be skipped.
> */
> public IgnitePredicate<GridCacheEntryInfo> preloadPredicate();
> {code}
> This is internal cache preload predicate, which is not used and not tested
> for entry preloading. Can be removed to keep code simple.
--
This message was sent by Atlassian JIRA
(v7.6.14#76016)