package org.gcube.accounting.aggregator.persistence; import org.gcube.documentstore.records.Record; /** * @author Luca Frosini (ISTI - CNR) */ public interface AggregatorPersistenceDst extends AggregatorPersistence { void insert(Record record); void commitAndClose(); }