Package org.apache.ignite.spi.indexing
Interface IndexingQueryFilter
-
- All Known Implementing Classes:
IndexingQueryFilterImpl
public interface IndexingQueryFilter
Cache entry filter.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description @Nullable IndexingQueryCacheFilter
forCache(String cacheName)
Creates optional predicate for cache.
-
-
-
Method Detail
-
forCache
@Nullable @Nullable IndexingQueryCacheFilter forCache(String cacheName)
Creates optional predicate for cache.- Parameters:
cacheName
- Cache name.- Returns:
- Predicate or
null
if no filtering is needed.
-
-