Interface AbstractDataPageIO.CC<T>
- Type Parameters:
T- Closure return type.
- Enclosing class:
- AbstractDataPageIO<T extends org.apache.ignite.internal.Storable>
public static interface AbstractDataPageIO.CC<T>
Defines closure interface for applying computations to data page items.
-
Method Summary
-
Method Details
-
apply
Closure body.- Parameters:
link- Link to item.- Returns:
- Closure return value.
- Throws:
IgniteCheckedException- In case of error in closure body.
-