org.apache.cassandra.service
Interface StorageProxyMBean

All Known Implementing Classes:
StorageProxy

public interface StorageProxyMBean


Method Summary
 long getRangeOperations()
           
 long getReadOperations()
           
 double getRecentRangeLatencyMicros()
           
 double getRecentReadLatencyMicros()
           
 double getRecentWriteLatencyMicros()
           
 long getTotalRangeLatencyMicros()
           
 long getTotalReadLatencyMicros()
           
 long getTotalWriteLatencyMicros()
           
 long getWriteOperations()
           
 

Method Detail

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()


Copyright © 2010 The Apache Software Foundation