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

    Modifier and Type
    Method
    Description
    apply(long link)
    Closure body.