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

com.rapleaf.jack.transaction.TransactorMetrics Maven / Gradle / Ivy

There is a newer version: 1.8
Show newest version
package com.rapleaf.jack.transaction;

import java.util.LinkedList;

public interface TransactorMetrics {

  LinkedList getLongestQueries();

  double getAverageQueryExecutionTime();

  String getSummary();

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy