org.apache.cassandra.scheduler
Interface WeightedQueueMBean
public interface WeightedQueueMBean
Exposes client request scheduling metrics for a particular scheduler queue.
getOperations
long getOperations()
getTotalLatencyMicros
long getTotalLatencyMicros()
getRecentLatencyMicros
double getRecentLatencyMicros()
getTotalLatencyHistogramMicros
long[] getTotalLatencyHistogramMicros()
getRecentLatencyHistogramMicros
long[] getRecentLatencyHistogramMicros()
Copyright © 2011 The Apache Software Foundation