Class SimulationMetricPartition
- java.lang.Object
-
- com.evolveum.midpoint.schema.simulation.SimulationMetricPartition
-
public class SimulationMetricPartition extends Object
Parsed form ofSimulationMetricPartitionType
. Created for fast, simple, and thread-safe aggregation.
-
-
Constructor Summary
Constructors Constructor Description SimulationMetricPartition()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addObject(BigDecimal sourceMetricValue, boolean inSelection)
SimulationMetricPartitionType
toBean(PartitionScope key, SimulationMetricAggregationFunctionType function)
-
-
-
Method Detail
-
addObject
public void addObject(BigDecimal sourceMetricValue, boolean inSelection)
-
toBean
public SimulationMetricPartitionType toBean(PartitionScope key, SimulationMetricAggregationFunctionType function)
-
-