Interface SchemaIndexCacheVisitorClosure
-
public interface SchemaIndexCacheVisitorClosureIndex closure accepting current entry state.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidapply(CacheDataRow row)Apply closure.
-
-
-
Method Detail
-
apply
void apply(CacheDataRow row) throws IgniteCheckedException
Apply closure.- Parameters:
row- Row.- Throws:
IgniteCheckedException- If failed.
-
-