Skip to content
Snippets Groups Projects
Commit 13c4956d authored by Sören Henning's avatar Sören Henning
Browse files

Make accumulator class serializable

parent cb278698
No related branches found
No related tags found
No related merge requests found
Pipeline #10495 passed
package rocks.theodolite.benchmarks.uc4.hazelcastjet;
import java.io.Serializable;
import rocks.theodolite.benchmarks.commons.model.records.ActivePowerRecord;
/**
* Accumulator class for AggregatedActivePowerRecords.
*/
public class AggregatedActivePowerRecordAccumulator {
public class AggregatedActivePowerRecordAccumulator implements Serializable {
private static final long serialVersionUID = 2758923241623882739L;
private String id;
private long timestamp;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment