Class ProfileNameStatisticsAggregator
java.lang.Object
com.itextpdf.commons.actions.AbstractStatisticsAggregator
com.itextpdf.pdfoptimizer.statistics.ProfileNameStatisticsAggregator
public class ProfileNameStatisticsAggregator extends com.itextpdf.commons.actions.AbstractStatisticsAggregator
Statistics aggregator which aggregates profile names of optimize events.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates aProfileNameStatisticsAggregatorto aggregate profile names of optimize events. -
Method Summary
Modifier and TypeMethodDescriptionvoidaggregate(com.itextpdf.commons.actions.AbstractStatisticsEvent event) Aggregates profile name from the provided event.voidmerge(com.itextpdf.commons.actions.AbstractStatisticsAggregator aggregator) Merges data about amounts of profile names from the provided aggregator into this aggregator.Retrieves Map where keys are profile names and values are the amounts of such PDF documents.
-
Constructor Details
-
ProfileNameStatisticsAggregator
public ProfileNameStatisticsAggregator()Creates aProfileNameStatisticsAggregatorto aggregate profile names of optimize events.
-
-
Method Details
-
aggregate
public void aggregate(com.itextpdf.commons.actions.AbstractStatisticsEvent event) Aggregates profile name from the provided event.- Specified by:
-
aggregatein classcom.itextpdf.commons.actions.AbstractStatisticsAggregator - Parameters:
-
event-ProfileNameStatisticsEventinstance
-
retrieveAggregation
Retrieves Map where keys are profile names and values are the amounts of such PDF documents.- Specified by:
-
retrieveAggregationin classcom.itextpdf.commons.actions.AbstractStatisticsAggregator - Returns:
-
aggregated
Map
-
merge
public void merge(com.itextpdf.commons.actions.AbstractStatisticsAggregator aggregator) Merges data about amounts of profile names from the provided aggregator into this aggregator.- Specified by:
-
mergein classcom.itextpdf.commons.actions.AbstractStatisticsAggregator - Parameters:
-
aggregator-ProfileNameStatisticsAggregatorfrom which data will be taken
-