public interface IndexingQueryFilter
| Modifier and Type | Method and Description |
|---|---|
<K,V> IgniteBiPredicate<K,V> |
forCache(String cacheName)
Creates optional predicate for cache.
|
boolean |
isValueRequired()
Is the value required for filtering logic?
|
@Nullable <K,V> IgniteBiPredicate<K,V> forCache(String cacheName)
cacheName - Cache name.null if no filtering is needed.boolean isValueRequired()
forCache(String) method.
Follow @ApacheIgnite
Ignite Fabric : ver. 2.1.0 Release Date : July 20 2017