com.netflix.astyanax.connectionpool
Class NodeDiscoveryMonitor

java.lang.Object
  extended by com.netflix.astyanax.connectionpool.NodeDiscoveryMonitor
All Implemented Interfaces:
NodeDiscoveryMonitorMBean

public class NodeDiscoveryMonitor
extends Object
implements NodeDiscoveryMonitorMBean


Constructor Summary
NodeDiscoveryMonitor(NodeDiscovery discovery)
           
 
Method Summary
 long getErrorCount()
           
 String getLastException()
           
 String getLastRefreshTime()
           
 String getRawHostList()
           
 long getRefreshCount()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NodeDiscoveryMonitor

public NodeDiscoveryMonitor(NodeDiscovery discovery)
Method Detail

getRefreshCount

public long getRefreshCount()
Specified by:
getRefreshCount in interface NodeDiscoveryMonitorMBean

getErrorCount

public long getErrorCount()
Specified by:
getErrorCount in interface NodeDiscoveryMonitorMBean

getLastException

public String getLastException()
Specified by:
getLastException in interface NodeDiscoveryMonitorMBean

getLastRefreshTime

public String getLastRefreshTime()
Specified by:
getLastRefreshTime in interface NodeDiscoveryMonitorMBean

getRawHostList

public String getRawHostList()
Specified by:
getRawHostList in interface NodeDiscoveryMonitorMBean


Copyright © 2012. All Rights Reserved.