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

com.testingsyndicate.hc.jmx.PoolStatsMXBean Maven / Gradle / Ivy

package com.testingsyndicate.hc.jmx;

public interface PoolStatsMXBean {

    int getMaxTotal();

    int getDefaultMaxPerRoute();

    int getLeased();

    int getPending();

    int getAvailable();

    int getMax();

    int getRoutesTotal();

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy