Uses of Interface
org.dataloader.registries.DispatchPredicate
Packages that use DispatchPredicate
-
Uses of DispatchPredicate in org.dataloader.registries
Fields in org.dataloader.registries declared as DispatchPredicateModifier and TypeFieldDescriptionprivate DispatchPredicateScheduledDataLoaderRegistry.Builder.dispatchPredicateprivate final DispatchPredicateScheduledDataLoaderRegistry.dispatchPredicateMethods in org.dataloader.registries that return DispatchPredicateModifier and TypeMethodDescriptiondefault DispatchPredicateDispatchPredicate.and(DispatchPredicate other) Returns a composed predicate that represents a short-circuiting logical AND of this predicate and another.static DispatchPredicateDispatchPredicate.dispatchIfDepthGreaterThan(int depth) This predicate will return true if theDataLoader.dispatchDepth()is greater than the specified depth.static DispatchPredicateDispatchPredicate.dispatchIfLongerThan(Duration duration) This predicate will return true if theDataLoaderhas not be dispatched for at least the duration length of time.default DispatchPredicateDispatchPredicate.negate()Returns a predicate that represents the logical negation of this predicate.default DispatchPredicateDispatchPredicate.or(DispatchPredicate other) Returns a composed predicate that represents a short-circuiting logical OR of this predicate and another.Methods in org.dataloader.registries with parameters of type DispatchPredicateModifier and TypeMethodDescriptiondefault DispatchPredicateDispatchPredicate.and(DispatchPredicate other) Returns a composed predicate that represents a short-circuiting logical AND of this predicate and another.ScheduledDataLoaderRegistry.Builder.dispatchPredicate(DispatchPredicate dispatchPredicate) default DispatchPredicateDispatchPredicate.or(DispatchPredicate other) Returns a composed predicate that represents a short-circuiting logical OR of this predicate and another.