All Downloads are FREE. Search and download functionalities are using the official Maven repository.

de.dagere.kopeme.kieker.aggregateddata.DataWriter Maven / Gradle / Ivy

package de.dagere.kopeme.kieker.aggregateddata;

import java.io.Closeable;

public interface DataWriter extends Runnable, Closeable {

   void finish();

   void write(DataNode node, long duration);

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy