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 DispatchPredicate
ScheduledDataLoaderRegistry.Builder. dispatchPredicate
private DispatchPredicate
ScheduledDataLoaderRegistry. dispatchPredicate
Methods in org.dataloader.registries that return DispatchPredicate Modifier and Type Method Description default 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(java.time.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 DispatchPredicate Modifier and Type Method Description default DispatchPredicate
DispatchPredicate. and(DispatchPredicate other)
Returns a composed predicate that represents a short-circuiting logical AND of this predicate and another.ScheduledDataLoaderRegistry.Builder
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.
-