Interface LoadedPagesMap.KeyPredicate

Enclosing interface:
LoadedPagesMap
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public static interface LoadedPagesMap.KeyPredicate
Interface describing a predicate for Key (cache group ID, page ID). Usage of this predicate prevents odd object creation.
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    test(int grpId, int pageId)
    Predicate body.
  • Method Details

    • test

      boolean test(int grpId, int pageId)
      Predicate body.
      Parameters:
      grpId - Cache group ID.
      pageId - Page ID.