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

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

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

public interface DbMetrics {
  long getTotalQueries();

  long getCreatedConnectionsCount();

  double getMaxCapacityProportion();

  long getMaxConnectionWaitingTime();

  double getAverageConnectionWaitingTime();

  double getAverageIdleConnections();

  double getAverageActiveConnections();

  long getLifeTime();

  String getSummary();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy