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

io.jaegertracing.analytics.ModelRunner Maven / Gradle / Ivy

package io.jaegertracing.analytics;

import java.io.Serializable;
import org.apache.tinkerpop.gremlin.structure.Graph;

/**
 * @author Pavol Loffay
 */
public interface ModelRunner extends Serializable {

  void runWithMetrics(Graph graph);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy