Interface KeyFilterPredicate
-
public interface KeyFilterPredicatePredicate to filter content-key/content-id/content-type forDatabaseAdapterfunctionality 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.
-
-
Field Summary
Fields Modifier and Type Field Description static KeyFilterPredicateALLOW_ALL
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleancheck(org.projectnessie.versioned.Key key, ContentId contentId, byte type)
-
-
-
Field Detail
-
ALLOW_ALL
static final KeyFilterPredicate ALLOW_ALL
-
-
Method Detail
-
check
boolean check(org.projectnessie.versioned.Key key, ContentId contentId, byte type)
-
-