Package org.apache.ignite.spi.indexing
Interface IndexingQueryFilter
- 
- All Known Implementing Classes:
- IndexingQueryFilterImpl
 
 public interface IndexingQueryFilterCache entry filter.
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description @Nullable IndexingQueryCacheFilterforCache(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 nullif no filtering is needed.
 
 
- 
 
-