public interface DynamicEndpointSnitchMBean
Modifier and Type | Method and Description |
---|---|
java.util.List<java.lang.Double> |
dumpTimings(java.lang.String hostname) |
double |
getBadnessThreshold() |
int |
getResetInterval() |
java.util.Map<java.net.InetAddress,java.lang.Double> |
getScores() |
double |
getSeverity() |
java.lang.String |
getSubsnitchClassName() |
int |
getUpdateInterval() |
void |
setSeverity(double severity)
Use this if you want to specify a severity; it can be negative
Example: Page cache is cold and you want data to be sent
though it is not preferred one.
|
java.util.Map<java.net.InetAddress,java.lang.Double> getScores()
int getUpdateInterval()
int getResetInterval()
double getBadnessThreshold()
java.lang.String getSubsnitchClassName()
java.util.List<java.lang.Double> dumpTimings(java.lang.String hostname) throws java.net.UnknownHostException
java.net.UnknownHostException
void setSeverity(double severity)
double getSeverity()
Copyright © 2018 The Apache Software Foundation