Uses of Class
org.uberfire.ext.metadata.io.ConstrainedIndexerScheduler.ConstraintBuilder
-
Packages that use ConstrainedIndexerScheduler.ConstraintBuilder Package Description org.uberfire.ext.metadata.io -
-
Uses of ConstrainedIndexerScheduler.ConstraintBuilder in org.uberfire.ext.metadata.io
Methods in org.uberfire.ext.metadata.io that return ConstrainedIndexerScheduler.ConstraintBuilder Modifier and Type Method Description ConstrainedIndexerScheduler.ConstraintBuilderConstrainedIndexerScheduler.ConstraintBuilder. addConstraint(String fromIndexerId, String toIndexerId)Assigns a constraint where one indexer must run after another indexer.ConstrainedIndexerScheduler.ConstraintBuilderConstrainedIndexerScheduler.ConstraintBuilder. addPriority(String indexerId, int priority)Assigns a priority to the indexer with the given ID.
-