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()
getTotalHints
long getTotalHints()
getHintedHandoffEnabled
boolean getHintedHandoffEnabled()
setHintedHandoffEnabled
void setHintedHandoffEnabled(boolean b)
getMaxHintWindow
int getMaxHintWindow()
setMaxHintWindow
void setMaxHintWindow(int ms)
getMaxHintsInProgress
int getMaxHintsInProgress()
setMaxHintsInProgress
void setMaxHintsInProgress(int qs)
getHintsInProgress
int getHintsInProgress()
getRpcTimeout
java.lang.Long getRpcTimeout()
setRpcTimeout
void setRpcTimeout(java.lang.Long timeoutInMillis)
Copyright © 2012 The Apache Software Foundation