Interface KeyFilterPredicate


  • public interface KeyFilterPredicate
    Predicate to filter content-key/content-id/content-type for DatabaseAdapter functionality that returns or handles content-keys and content-values to skip deserialization and potentially prevent unnecessary read operations. A typical use case is to filter early based on authorization rules.
    • Method Detail

      • check

        boolean check​(org.projectnessie.versioned.Key key,
                      ContentId contentId,
                      byte type)