Uses of Class
org.optaplanner.core.config.solver.monitoring.SolverMetric
-
Packages that use SolverMetric Package Description org.optaplanner.core.config.solver.monitoring org.optaplanner.core.impl.solver.scope -
-
Uses of SolverMetric in org.optaplanner.core.config.solver.monitoring
Fields in org.optaplanner.core.config.solver.monitoring with type parameters of type SolverMetric Modifier and Type Field Description protected List<SolverMetric>MonitoringConfig. solverMetricListMethods in org.optaplanner.core.config.solver.monitoring that return SolverMetric Modifier and Type Method Description static SolverMetricSolverMetric. valueOf(String name)Returns the enum constant of this type with the specified name.static SolverMetric[]SolverMetric. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.optaplanner.core.config.solver.monitoring that return types with arguments of type SolverMetric Modifier and Type Method Description List<SolverMetric>MonitoringConfig. getSolverMetricList()Methods in org.optaplanner.core.config.solver.monitoring with parameters of type SolverMetric Modifier and Type Method Description static voidSolverMetric. registerScoreMetrics(SolverMetric metric, io.micrometer.core.instrument.Tags tags, ScoreDefinition<?> scoreDefinition, Map<io.micrometer.core.instrument.Tags,List<AtomicReference<Number>>> tagToScoreLevels, Score<?> score)Method parameters in org.optaplanner.core.config.solver.monitoring with type arguments of type SolverMetric Modifier and Type Method Description voidMonitoringConfig. setSolverMetricList(List<SolverMetric> solverMetricList)MonitoringConfigMonitoringConfig. withSolverMetricList(List<SolverMetric> solverMetricList) -
Uses of SolverMetric in org.optaplanner.core.impl.solver.scope
Fields in org.optaplanner.core.impl.solver.scope with type parameters of type SolverMetric Modifier and Type Field Description protected Set<SolverMetric>SolverScope. solverMetricSetMethods in org.optaplanner.core.impl.solver.scope that return types with arguments of type SolverMetric Modifier and Type Method Description Set<SolverMetric>SolverScope. getSolverMetricSet()Methods in org.optaplanner.core.impl.solver.scope with parameters of type SolverMetric Modifier and Type Method Description booleanSolverScope. isMetricEnabled(SolverMetric solverMetric)Method parameters in org.optaplanner.core.impl.solver.scope with type arguments of type SolverMetric Modifier and Type Method Description voidSolverScope. setSolverMetricSet(EnumSet<SolverMetric> solverMetricSet)
-