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 Detail

      • test

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