Interface SchemaIndexCacheFilter
-
public interface SchemaIndexCacheFilterIndex row filter accepting current entry.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanapply(CacheDataRow row)
-
-
-
Method Detail
-
apply
boolean apply(CacheDataRow row) throws IgniteCheckedException
- Parameters:
row- Cache data row.- Returns:
Trueif row passes the filter.- Throws:
IgniteCheckedException- If failed.
-
-