Package com.almworks.jira.structure.api.attribute.loader.reduce
package com.almworks.jira.structure.api.attribute.loader.reduce
-
ClassDescriptionA base class for aggregate loaders that calculate values using only the specified part of subtree.Describes a part of subtree to be used for calculating aggregate values.Main value: the aggregation based only on children.Main value: the aggregation based only on leaves.Main value: the aggregation based on the whole subtree without self row.Main value: the aggregation based only on all children.ValueReducer<T>Describes how to combine the current value and values aggregated over the part of the subtree (as defined by ReductionStrategy) during aggregate calculation.