Uses of Interface
org.dataloader.registries.DispatchPredicate
-
Packages that use DispatchPredicate Package Description org.dataloader.registries -
-
Uses of DispatchPredicate in org.dataloader.registries
Fields in org.dataloader.registries declared as DispatchPredicate Modifier and Type Field Description private DispatchPredicateScheduledDataLoaderRegistry.Builder. dispatchPredicateprivate DispatchPredicateScheduledDataLoaderRegistry. dispatchPredicateMethods in org.dataloader.registries that return DispatchPredicate Modifier and Type Method Description default 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(java.time.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 DispatchPredicate Modifier and Type Method Description default DispatchPredicateDispatchPredicate. and(DispatchPredicate other)Returns a composed predicate that represents a short-circuiting logical AND of this predicate and another.ScheduledDataLoaderRegistry.BuilderScheduledDataLoaderRegistry.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.
-