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

com.netflix.astyanax.connectionpool.JmxConnectionPoolMonitorMBean Maven / Gradle / Ivy

There is a newer version: 3.10.2
Show newest version
package com.netflix.astyanax.connectionpool;

public interface JmxConnectionPoolMonitorMBean {
    boolean addHost(String host);

    boolean removeHost(String host);

    boolean isHostUp(String host);

    boolean hasHost(String host);

    String getActiveHosts();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy