com.netflix.astyanax.connectionpool
Interface JmxConnectionPoolMonitorMBean

All Known Implementing Classes:
JmxConnectionPoolMonitor

public interface JmxConnectionPoolMonitorMBean


Method Summary
 boolean addHost(String host)
           
 String getActiveHosts()
           
 boolean hasHost(String host)
           
 boolean isHostUp(String host)
           
 boolean removeHost(String host)
           
 

Method Detail

addHost

boolean addHost(String host)

removeHost

boolean removeHost(String host)

isHostUp

boolean isHostUp(String host)

hasHost

boolean hasHost(String host)

getActiveHosts

String getActiveHosts()


Copyright © 2012. All Rights Reserved.