org.apache.cassandra.locator
Interface DynamicEndpointSnitchMBean
- All Known Implementing Classes:
- DynamicEndpointSnitch
public interface DynamicEndpointSnitchMBean
getScores
java.util.Map<java.net.InetAddress,java.lang.Double> getScores()
getUpdateInterval
int getUpdateInterval()
getResetInterval
int getResetInterval()
getBadnessThreshold
double getBadnessThreshold()
getSubsnitchClassName
java.lang.String getSubsnitchClassName()
dumpTimings
java.util.List<java.lang.Double> dumpTimings(java.lang.String hostname)
throws java.net.UnknownHostException
- Throws:
java.net.UnknownHostException
Copyright © 2011 The Apache Software Foundation