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 DispatchPredicate
ScheduledDataLoaderRegistry.Builder.dispatchPredicate
private final DispatchPredicate
ScheduledDataLoaderRegistry.dispatchPredicate
Methods in org.dataloader.registries that return DispatchPredicateModifier and TypeMethodDescriptiondefault DispatchPredicate
DispatchPredicate.and
(DispatchPredicate other) Returns a composed predicate that represents a short-circuiting logical AND of this predicate and another.static DispatchPredicate
DispatchPredicate.dispatchIfDepthGreaterThan
(int depth) This predicate will return true if theDataLoader.dispatchDepth()
is greater than the specified depth.static DispatchPredicate
DispatchPredicate.dispatchIfLongerThan
(Duration duration) This predicate will return true if theDataLoader
has not be dispatched for at least the duration length of time.default DispatchPredicate
DispatchPredicate.negate()
Returns a predicate that represents the logical negation of this predicate.default DispatchPredicate
DispatchPredicate.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 DispatchPredicate
DispatchPredicate.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 DispatchPredicate
DispatchPredicate.or
(DispatchPredicate other) Returns a composed predicate that represents a short-circuiting logical OR of this predicate and another.