org.apache.cassandra.service
Interface StorageProxyMBean
- All Known Implementing Classes:
- StorageProxy
public interface StorageProxyMBean
getReadOperations
long getReadOperations()
getTotalReadLatencyMicros
long getTotalReadLatencyMicros()
getRecentReadLatencyMicros
double getRecentReadLatencyMicros()
getTotalReadLatencyHistogramMicros
long[] getTotalReadLatencyHistogramMicros()
getRecentReadLatencyHistogramMicros
long[] getRecentReadLatencyHistogramMicros()
getRangeOperations
long getRangeOperations()
getTotalRangeLatencyMicros
long getTotalRangeLatencyMicros()
getRecentRangeLatencyMicros
double getRecentRangeLatencyMicros()
getTotalRangeLatencyHistogramMicros
long[] getTotalRangeLatencyHistogramMicros()
getRecentRangeLatencyHistogramMicros
long[] getRecentRangeLatencyHistogramMicros()
getWriteOperations
long getWriteOperations()
getTotalWriteLatencyMicros
long getTotalWriteLatencyMicros()
getRecentWriteLatencyMicros
double getRecentWriteLatencyMicros()
getTotalWriteLatencyHistogramMicros
long[] getTotalWriteLatencyHistogramMicros()
getRecentWriteLatencyHistogramMicros
long[] getRecentWriteLatencyHistogramMicros()
getHintedHandoffEnabled
boolean getHintedHandoffEnabled()
setHintedHandoffEnabled
void setHintedHandoffEnabled(boolean b)
getMaxHintWindow
int getMaxHintWindow()
setMaxHintWindow
void setMaxHintWindow(int ms)
Copyright © 2011 The Apache Software Foundation