org.apache.cassandra.service
Interface StorageProxyMBean
- All Known Implementing Classes:
- StorageProxy
public interface StorageProxyMBean
getReadOperations
long getReadOperations()
getTotalReadLatencyMicros
long getTotalReadLatencyMicros()
getRecentReadLatencyMicros
double getRecentReadLatencyMicros()
getRangeOperations
long getRangeOperations()
getTotalRangeLatencyMicros
long getTotalRangeLatencyMicros()
getRecentRangeLatencyMicros
double getRecentRangeLatencyMicros()
getWriteOperations
long getWriteOperations()
getTotalWriteLatencyMicros
long getTotalWriteLatencyMicros()
getRecentWriteLatencyMicros
double getRecentWriteLatencyMicros()
getHintedHandoffEnabled
boolean getHintedHandoffEnabled()
setHintedHandoffEnabled
void setHintedHandoffEnabled(boolean b)
Copyright © 2010 The Apache Software Foundation